/* @import so that PostCSS via (postcss-import) can access "variables && custom props" in each of these files */
/* GENERAL */
:root { /* E! Blue */ /* E! Light grey for content ex. title, dates, branded content, bylines etc.  */ /* E! Dark grey for titles */ /* Red */ /* Text Font ex. Content Font */ /* Display Font ex. Titles */
}
/* LAYOUT */
:root {
	/* Left / Right spacing */

	/* Vertical spacing top / bottom */
}
/**********************************************************************************
Copyright 2011 E! Entertainment Television, LLC. 
A Division of NBCUniversal.

To remove web dev comments use CSS Minifier at:
	 http://www.minifycss.com/css-compressor/

Widget Examples:
	<div class="lp-widget h1 news three-column LP_LEFT">...</div>
	<div class="lp-widget a2 news two-column LP_LEFT">...</div>
	<div class="lp-widget x1 photos LP_LEFT2">...</div>
	<div class="lp-widget b1 videos LP_RIGHT">...</div>

Here is how to create 2 or 3 column widgets. Add another class name to the end of this chain. 
	GOOD: <div class="lp-widget x1 videos two-column">...</div>

Don't replace "lp-widget" with "two-column" nor "three-column" or you will remove the reset styles and the font styles from your widget!
	BAD: <div class="three-column x1 videos">...</div>


SECTION INDEX:
	* GLOBAL WIDGET STYLES
	* BRANDED CONTENT
	* COLORS
		- CCDs Overrides
		- Override Styling
		- Section Type Styles
		- Skins + Hover Colors
		- Subnav Colors
	* FONTS + COPY
	* MORE BUTTONS
	* MULTI-TAB DROPDOWN
	* SECTIONAL PAGE WIDGET STYLES: Right Rail Widgets 
	* SNIPES + DECORATIONS
	* SOCIAL MEDIA LINKS + BUTTONS
	* SPONSORED ADS
	* TITLES + TEXT BLOCK COPY
	* USER INTERFACE ELEMENTS + IMAGES
	* WIDGET SKINS
	* WIDGET UI LAYOUT TUNING
**********************************************************************************/
/*********************************************************/
/** GLOBAL WIDGET STYLES: applies to all widgets *********/
/*********************************************************/
/* Required for every div which is a widget. */
/* Lato will be use for body copy, time stamps, and everything that isn't a primary header. */
.lp-widget,
.lp-widget.one-column,
.lp-widget.two-column,
.lp-widget.three-column {
	color: #333333;
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 18.67px;
	margin-bottom: 20px;
	overflow: hidden;
}
.lp-widget a,
.lp-widget a:hover {
	text-decoration: none;
}
/* Prevents widgets with images + without "Presented By" ads from touching the silver border that separates the current widget from the last widget on landing + detail pages. */
.lp_right_ad,
.lp-widget,
.lp-widget.one-column,
.lp-widget.two-column,
.lp-widget.three-column {
	margin-top: 5px; 
}
/* ... but removes it from the home page. */
.lp_right_ad,
.lp-widget,
.lp-widget.one-column,
.lp-widget.two-column,
.lp-widget.three-column {
	margin-top: 0;
}
.lp_right_ad {
		padding-bottom: 10px;
	}
.lp-widget.no-border {
	border-bottom: 0;
}
/*********************************************************/
/** BRANDED CONTENT **************************************/
/*********************************************************/
.highlight .item-branded-content {
	padding-top: 10px;
}
.item-branded-content {
	clear: both;
	color: #999999;
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 12px;
	padding-top: 4px;
}
.skin-group-dark .item-branded-content {
	color: #e1e1e1;
}
/*********************************************************/
/** COLORS ***********************************************/
/*********************************************************/
.lp-widget .bkg-eol-red {
	background-color: #b50017;
}
.lp-widget .bkg-silver {
	background-color: #c0c0c0;
}
/* CCDs Overrides *************************/
/******************************************/
.lp-widget.subheader .subheader-titlebar .section-type.ccd-e-shows {
	color: #9999ff;
}
.lp-widget.subheader .subheader-titlebar .section-type.ccd-hot-topics {
	color: #ed6a26;
}
.lp-widget.subheader .subheader-titlebar .section-type.ccd-news {
	color: #00ecff;
}
.lp-widget.subheader .subheader-titlebar .section-type.ccd-photos {
	color: #ff24d1;
}
.lp-widget.subheader .subheader-titlebar .section-type.ccd-red-carpet {
	color: #ab1f2a;
}
.lp-widget.subheader .subheader-titlebar .section-type.ccd-the-trend {
	color: #ffff00;
}
.lp-widget.subheader .subheader-titlebar .section-type.ccd-tv-scoop {
	color: #9900ff;
}
.lp-widget.subheader .subheader-titlebar .section-type.ccd-videos {
	color: #46ba37;
}
/* Override Styling ***********************/
/******************************************/
#featured .trends.beauty .subheader-title,
.lp-widget.subheader .subheader-trendsnav-listitem-selected.trends-beauty a {
	color: #a10185;
}
.lp-widget.subheader .subheader-trendsnav-listitem-selected.trends-fashion a,
.lp-widget.subheader .subheader-trendsnav-listitem-selected.trends-home a {
	color: #000000;
}
.lp-widget.subheader .subheader-trendsnav-listitem-selected.trends-food a,
#featured .trends.living .subheader-title {
	color: #ffe600;
}
#featured .trends.living .subheader-title,
.lp-widget.subheader .subheader-trendsnav-listitem-selected.trends-living a {
	color: #82aefe;
}
.trends-override.lp-widget.subheader .subheader-nav-listitem a {
	color: #ffffff;
}
.trends-override.lp-widget.subheader .subheader-titlebar {
	color: #000000;
	background-color: #ffffff;
}
.trends-override.lp-widget.subheader .subheader-titlebar .result-count {
	color: #aaaaaa;
}
.trends-override.lp-widget.subheader .subheader-titlebar .subheader-title {
	color: #000000 !important;
}
/* Section Type Styles ********************/
/******************************************/
#newsLanding h1 .headline.separator,
#newsLanding h1 .section-type,
.e-shows .headline.section-type,
.news .section-type,
.polls .section-type,
.shows .headline.section-type {
	color: #03cdff;
}
.beauty .section-type {
	color: #a10185;
}
.fashion .section-type {
	color: #ffcc00;
}
.hot-topics .section-type {
	color: #ff8800;
}
.living .section-type {
	color: #82aefe;
}
.photos .section-type {
	color: #ff0099;
}
.quotes .section-type {
	color: #333333;
}
.red-carpet .section-type {
	color: #ab1f2a;
}
.scoop .section-type,
.tv-scoop .section-type,
.tv-scoop.lp-widget.subheader .subheader-titlebar .section-type {
	color: #9900ff;
}
.shows .section-type,
.e-shows .section-type {
	color: #6767cc;
}
.style .section-type,
.trends .section-type {
	color: #ffe600;
}
.trends-override.lp-widget.subheader .subheader-titlebar .section-type {
	color: #000000;
}
.video .section-type,
.videos .section-type {
	color: #46ba37;
}
/* Skins + Hover Colors *******************/
/******************************************/
/* 	Some right-rail widgets are still rendering out single letter styles, instead of color styles.  Removing the single letter styles will cause the blue background + white font widgets to disappear. */
.lp-widget .a,
.lp-widget .c,
.lp-widget .h,
.lp-widget .gray-light,
.lp-widget .grey-light,
.lp-widget .yellow,
.lp-widget .white,
.lp-widget.use-highlight .a .highlight:hover,
.lp-widget.use-highlight .a.highlight:hover,
.lp-widget.use-highlight .c .highlight:hover,
.lp-widget.use-highlight .c.highlight:hover,
.lp-widget.use-highlight .gray-light .highlight:hover,
.lp-widget.use-highlight .gray-light.highlight:hover,
.lp-widget.use-highlight .grey-light .highlight:hover,
.lp-widget.use-highlight .grey-light.highlight:hover,
.lp-widget.use-highlight .h .highlight:hover,
.lp-widget.use-highlight .h.highlight:hover,
.lp-widget.use-highlight .yellow .highlight:hover,
.lp-widget.use-highlight .yellow.highlight:hover,
.lp-widget.use-highlight .white .highlight:hover,
.lp-widget.use-highlight .white.highlight:hover,
.lp-widget.use-highlight.lists .gray-light .widget-sub-headline:hover,
.lp-widget.use-highlight.lists .grey-light .widget-sub-headline:hover,
.lp-widget.use-highlight.lists .yellow .widget-sub-headline:hover {
	color: #333333;
}
.lp-widget .a,
	.lp-widget .white,
	.lp-widget.use-highlight .a .highlight:hover,
	.lp-widget.use-highlight .a.highlight:hover,
	.lp-widget.use-highlight .white .highlight:hover,
	.lp-widget.use-highlight .white.highlight:hover {
		background-color: #ffffff;
	}
.lp-widget .c,
	.lp-widget .yellow {
		background-color: #ffed4c;
	}
.lp-widget .h,
	.lp-widget .gray-light,
	.lp-widget .grey-light {
		background-color: #e9e9e9;
	}
.lp-widget.use-highlight .c .highlight:hover,
	.lp-widget.use-highlight .c.highlight:hover,
	.lp-widget.use-highlight .yellow .highlight:hover,
	.lp-widget.use-highlight .yellow.highlight:hover,
	.lp-widget.use-highlight.lists .yellow .widget-sub-headline:hover {
		background-color: #ffe500;
	}
.lp-widget.use-highlight .gray-light .highlight:hover,
	.lp-widget.use-highlight .gray-light.highlight:hover,
	.lp-widget.use-highlight .grey-light .highlight:hover,
	.lp-widget.use-highlight .grey-light.highlight:hover,
	.lp-widget.use-highlight .h .highlight:hover,
	.lp-widget.use-highlight .h.highlight:hover,
	.lp-widget.use-highlight.lists .gray-light .widget-sub-headline:hover,
	.lp-widget.use-highlight.lists .grey-light .widget-sub-headline:hover {
		background-color: #d5d5d5;
	}
.lp-widget .b,
.lp-widget .black,
.lp-widget .blue,
.lp-widget .d,
.lp-widget .e,
.lp-widget .f,
.lp-widget .g,
.lp-widget .gray-dark,
.lp-widget .grey-dark,
.lp-widget .gray-medium,
.lp-widget .grey-medium,
.lp-widget .purple,
.lp-widget .red,
.lp-widget.use-highlight .b .highlight:hover,
.lp-widget.use-highlight .b.highlight:hover,
.lp-widget.use-highlight .blue .highlight:hover,
.lp-widget.use-highlight .blue.highlight:hover,
.lp-widget.use-highlight .d .highlight:hover,
.lp-widget.use-highlight .d.highlight:hover,
.lp-widget.use-highlight .e .highlight:hover,
.lp-widget.use-highlight .e.highlight:hover,
.lp-widget.use-highlight .f .highlight:hover,
.lp-widget.use-highlight .f.highlight:hover,
.lp-widget.use-highlight .g .highlight:hover,
.lp-widget.use-highlight .g.highlight:hover,
.lp-widget.use-highlight .gray-dark .highlight:hover,
.lp-widget.use-highlight .gray-dark.highlight:hover,
.lp-widget.use-highlight .grey-dark .highlight:hover,
.lp-widget.use-highlight .grey-dark.highlight:hover,
.lp-widget.use-highlight .gray-medium .highlight:hover,
.lp-widget.use-highlight .gray-medium.highlight:hover,
.lp-widget.use-highlight .grey-medium .highlight:hover,
.lp-widget.use-highlight .grey-medium.highlight:hover,
.lp-widget.use-highlight .purple .highlight:hover,
.lp-widget.use-highlight .purple.highlight:hover,
.lp-widget.use-highlight .red .highlight:hover,
.lp-widget.use-highlight .red.highlight:hover,
.lp-widget.use-highlight.lists .blue .widget-sub-headline:hover,
.lp-widget.use-highlight.lists .gray-dark .widget-sub-headline:hover,
.lp-widget.use-highlight.lists .grey-dark .widget-sub-headline:hover,
.lp-widget.use-highlight.lists .gray-medium .widget-sub-headline:hover,
.lp-widget.use-highlight.lists .gray-medium.widget-sub-headline:hover,
.lp-widget.use-highlight.lists .grey-medium .widget-sub-headline:hover,
.lp-widget.use-highlight.lists .purple .widget-sub-headline:hover,
.lp-widget.use-highlight.lists .red .widget-sub-headline:hover {
	color: #ffffff;
}
.lp-widget .b,
	.lp-widget .blue {
		background-color: #41caec;
	}
.lp-widget .black {
		background-color: #000000;
	}
.lp-widget .d,
	.lp-widget .purple {
		background-color: #8282ff;
	}
.lp-widget .e,
	.lp-widget .red {
		background-color: #c12c2c;
	}
.lp-widget .f,
	.lp-widget .gray-dark,
	.lp-widget .grey-dark {
		background-color: #262626;
	}
.lp-widget .g,
	.lp-widget .gray-medium,
	.lp-widget .grey-medium {
		background-color: #959595;
	}
.lp-widget.use-highlight .b .highlight:hover,
	.lp-widget.use-highlight .b.highlight:hover,
	.lp-widget.use-highlight .blue .highlight:hover,
	.lp-widget.use-highlight .blue.highlight:hover,
	.lp-widget.use-highlight.lists .blue .widget-sub-headline:hover {
		background-color: #02b8e6;
	}
.lp-widget.use-highlight .d .highlight:hover,
	.lp-widget.use-highlight .d.highlight:hover,
	.lp-widget.use-highlight .purple .highlight:hover,
	.lp-widget.use-highlight .purple.highlight:hover,
	.lp-widget.use-highlight.lists .purple .widget-sub-headline:hover {
		background-color: #6a6afd;
	}
.lp-widget.use-highlight .e .highlight:hover,
	.lp-widget.use-highlight .e.highlight:hover,
	.lp-widget.use-highlight .red .highlight:hover,
	.lp-widget.use-highlight .red.highlight:hover,
	.lp-widget.use-highlight.lists .red .widget-sub-headline:hover {
		background-color: #b00000;
	}
.lp-widget.use-highlight .f .highlight:hover,
	.lp-widget.use-highlight .f.highlight:hover,
	.lp-widget.use-highlight .gray-dark .highlight:hover,
	.lp-widget.use-highlight .gray-dark.highlight:hover,
	.lp-widget.use-highlight .grey-dark .highlight:hover,
	.lp-widget.use-highlight .grey-dark.highlight:hover,
	.lp-widget.use-highlight.lists .gray-dark .widget-sub-headline:hover,
	.lp-widget.use-highlight.lists .grey-dark .widget-sub-headline:hover {
		background-color: #4c4c4c;
	}
.lp-widget.use-highlight .g .highlight:hover,
	.lp-widget.use-highlight .g.highlight:hover,
	.lp-widget.use-highlight .gray-medium .highlight:hover,
	.lp-widget.use-highlight .gray-medium.highlight:hover,
	.lp-widget.use-highlight .grey-medium .highlight:hover,
	.lp-widget.use-highlight .grey-medium.highlight:hover,
	.lp-widget.use-highlight.lists .gray-medium .widget-sub-headline:hover,
	.lp-widget.use-highlight.lists .gray-medium.widget-sub-headline:hover,
	.lp-widget.use-highlight.lists .grey-medium .widget-sub-headline:hover {
		background-color: #808080;
	}
.lp-widget.use-highlight .skin-group-dark.black .highlight:hover,
.lp-widget.use-highlight .skin-group-dark.black.highlight:hover,
.lp-widget.use-highlight.lists .skin-group-dark.black .widget-sub-headline:hover {
	background-color: #333333;
}
.lp-widget.use-highlight .skin-group-white .highlight:hover,
.lp-widget.use-highlight .skin-group-white.highlight:hover,
.lp-widget.use-highlight.lists .skin-group-white .widget-sub-headline:hover {
	background-color: #f4f4f4;
}
.lp-widget.use-highlight .transparent .highlight:hover,
.lp-widget.use-highlight .transparent.highlight:hover,
.lp-widget.use-highlight.lists .transparent .widget-sub-headline:hover{
	background: rgba(0, 0, 0, .2);
}
/* Subnav Colors **************************/
/******************************************/
.lp-widget.subheader .subheader-titlebar.BLACK,
.lp-widget.subheader .subheader-titlebar.BLACK h1.subheader-title, 
.lp-widget.subheader .subheader-titlebar.BLACK .subheader-nav-listitem a,
.lp-widget.subheader .subheader-titlebar.GREY_DARK,
.lp-widget.subheader .subheader-titlebar.GREY_DARK h1.subheader-title,
.lp-widget.subheader .subheader-titlebar.GREY_DARK .subheader-nav-listitem a {
	color: #ffffff !important;
}
.lp-widget.subheader .subheader-titlebar.BLACK {
		background-color: #000000;
	}
.lp-widget.subheader .subheader-titlebar.GREY_DARK {
		background-color: #262626;
	}
.lp-widget.subheader .subheader-titlebar.GREY_LIGHT
.lp-widget.subheader .subheader-titlebar.GREY_LIGHT h1.subheader-title,
.lp-widget.subheader .subheader-titlebar.GREY_LIGHT .subheader-nav-listitem a,
.lp-widget.subheader .subheader-titlebar.WHITE
.lp-widget.subheader .subheader-titlebar.WHITE h1.subheader-title,
.lp-widget.subheader .subheader-titlebar.WHITE .subheader-nav-listitem a {
	color: #000000 !important;
}
.lp-widget.subheader .subheader-titlebar.GREY_LIGHT {
		background-color: #e9e9e9;
	}
.lp-widget.subheader .subheader-titlebar.WHITE {
		background-color: #ffffff;
	}
/*********************************************************/
/** FONTS + COPY *****************************************/
/*********************************************************/
.lp-widget .widget-headlines,
.lp-widget .widget-headlines a,
.lp-widget h4.widget-headlines {
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-weight: 200;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}
.lp-widget .widget-headlines,
	.lp-widget .widget-headlines a {
		font-size: 28px;
		letter-spacing: 0.25px;
		line-height: 30px;
	}
.lp-widget .widget-sub-headline {
	font-family: 'Lato', 'Helvetica', sans-serif;
}
/** Double Bold + Italic Font Fixes *******/
/******************************************/
.lp-widget hgroup .widget-headlines i,
.lp-widget hgroup .widget-headlines em,
.lp-widget.lists .text-link-first i,
.lp-widget.lists .text-link-first em  {
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	padding-right: 5px;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}
/** Font Sizes ****************************/
/******************************************/
.lp-widget .first-item-size-large,
.lp-widget .first-item-size-large a {
	font-size: 77.33px;
	line-height: 66.67px;
}
.lp-widget .first-item-size-medium,
.lp-widget .first-item-size-medium a,
.lp-widget .first-item-size-small,
.lp-widget .first-item-size-small a {
	font-size: 48px;
	letter-spacing: 1px;
	line-height: 42.67px;
}
.lp-widget .title-font-size-large,
.lp-widget .title-font-size-large h4 {
	line-height: 66.67px;
}
.lp-widget .title-font-size-medium,
.lp-widget .title-font-size-medium h4 {
	line-height: 34.67px; 
}
.lp-widget .title-font-size-small,
.lp-widget .title-font-size-small h4 {
	line-height: 34.67px;
}
.lp-widget.lists hgroup .title-font-size-small,
.lp-widget.lists hgroup .title-font-size-small a {
	font-size: 32px;
	line-height: 26.67px;
}
/*********************************************************/
/** MORE BUTTONS *****************************************/
/*********************************************************/
.lp-widget .more-bttn {
	color: #000000;
	cursor: pointer;
	float: right;
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 18.67px;
	letter-spacing: 0;
	line-height: 24px;
	margin: 10px 10px 3px 0;
	text-transform: uppercase;
}
.lp-widget .skin-group-dark .more-bttn {
	color: #ffffff;
}
/* Featured Category's "MORE" Link ********/
/******************************************/
/* Ajax loads 30 more widgets per click. Max 3 clicks, for 90 additional widgets. */
#dynamic-widgets-bttn a {
	text-decoration: none;
}
#dynamic-widgets-bttn a:hover {
	text-decoration: underline;
}
.lp_wrap .add-more-bttn-wrap {
	background-color: #ffffff;
	padding: 15px 0;
	text-align: center;
}
.lp_wrap .add-more-bttn-wrap .add-more-bttn,
.lp_wrap .add-more-bttn-wrap .max-add-more-bttn {
	background: url("/resources/images/sprite_maps/ui_elements.png") no-repeat 0 0;
	color: #ffffff;
	display: block;
	font-size: 17.33px;
	height: 39px;
	margin: 0 auto;
	padding-top: 9px;
	text-transform: uppercase;
	width: 192px;
}
.lp_wrap .add-more-bttn-wrap .add-more-bttn a,
.lp_wrap .add-more-bttn-wrap .max-add-more-bttn a {
	text-decoration: none !important;
}
.lp_wrap .add-more-bttn-wrap .add-more-bttn:active {
	background-position: -384px 0;
}
.lp_wrap .add-more-bttn-wrap .add-more-bttn:hover {
	background-position: -192px 0;
}
.lp_wrap .add-more-bttn-wrap .add-more-bttn.loading {
	background: transparent url("/resources/images/misc/icon.loading.gif") no-repeat center 15px;
}
.lp_wrap .add-more-bttn-wrap .add-more-bttn.loading span,
.lp_wrap .add-more-bttn-wrap .max-add-more-bttn {
	display: none;
}
/*********************************************************/
/** MULTI-TAB DROPDOWN ***********************************/
/*********************************************************/
.lp-widget.subheader .mtdropdown {
	color: #ffffff;
	display: none;
	font-family: 'Lato', 'Helvetica', sans-serif;
	position: absolute;
	right: -20px;
	width: 230px;
	z-index: 2000000000;
}
/* Red Carpet Drop Down Nav ***************/
/******************************************/
.lp-widget.subheader #hover-bridge {
		background-color: transparent;
		height: 9px;
		position: relative;
		width: 100%;
	}
.lp-widget.subheader .mtdropdown li.itemselected a {
		color: #ab1f2a;
	}
.lp-widget.subheader .mtdropdown .mtdropdown-header {
		background-color: #4a4a4a;
		height: 35px;
		position: relative;
		width: 100%;
	}
.lp-widget.subheader .mtdropdown .mtdropdown-list a {
		color: #ffffff;
		font-family: 'Lato', 'Helvetica', sans-serif;
		font-size: 16px;
		line-height: 24px;
		text-decoration: none;
	}
.lp-widget.subheader .mtdropdown .mtdropdown-list li {
		display: block;
		list-style: none;
		padding-left: 14px;
		padding-top: 3px;
		text-decoration: none;
	}
.lp-widget.subheader .mtdropdown .mtdropdown-list li:hover {
		background-color: #3a3a3a;
	}
.lp-widget.subheader .mtdropdown .mtdropdown-nextnav,
	.lp-widget.subheader .mtdropdown .mtdropdown-prevnav {
		background: transparent url('/resources/images/misc/sprite-map.png') no-repeat 0 0 scroll;
		cursor: pointer;
		display: block;
		height: 25px;
		overflow: hidden;
		position: absolute;
		top: 4px;
		width: 19px;
	}
.lp-widget.subheader .mtdropdown .mtdropdown-nextnav {
			background-position: 0 -24px;
			right: 35px;
		}
.lp-widget.subheader .mtdropdown .mtdropdown-prevnav {
			background-position: 0 0;
			left: 35px;
		}
.lp-widget.subheader .mtdropdown .mtdropdown-nextnav:hover {
		background-position: -18px -24px;
	}
.lp-widget.subheader .mtdropdown .mtdropdown-prevnav:hover {
		background-position: -18px 0;
	}
.lp-widget.subheader .mtdropdown .mtdropdown-tab {
		display: none;
		overflow: visible;
	}
.lp-widget.subheader .mtdropdown .mtdropdown-tab.tabselected {
		display: block;
	}
.lp-widget.subheader .mtdropdown .mtdropdown-tab-title {
		background-color: transparent;
		color: #ffffff;
		font-size: 18px;
		height: 0;
		overflow: visible;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
	}
.lp-widget.subheader .mtdropdown .mtdropdown-tab-title span {
		position: relative;
		top: 16px;
	}
.lp-widget.subheader .mtdropdown .mtdropdown-tabs {
		background-color: #000000;
		overflow: visible;
	}
.lp-widget.subheader .mtdropdown .navdisabled {
		display: none;
	}
/* Trends Styling Items *******************/
/******************************************/
body.edition_fr .lp-widget.subheader .subheader-trendsnav {
	font-size: 8px;
	padding-left: 85px;
}
body.edition_fr	.lp-widget.subheader .subheader-trendsnav ul li {
	padding-left: 10px;
}
body.edition_fr .lp-widget.subheader.trends-override .subheader-nav {
	font-size: 8px;
}
.lp-widget.subheader .subheader-trendsnav {
	float: right;
	margin-right: 110px;
	padding-top: 10px;
	text-transform: none;
	text-align: right;
}
.lp-widget.subheader .subheader-trendsnav ul {
	display: block;
	list-style: none;
	position: relative;
}
.lp-widget.subheader .subheader-trendsnav ul li {
	display: inline;
	padding-left: 15px;
	position: relative;
}
.lp-widget.subheader .subheader-trendsnav-listitem a {
	background-color: transparent !important;
	color: #000000;
	font-family: 'Lato', 'Helvetica', Sans-Serif;
	font-size: 22px;
	line-height: 22px;
	text-decoration: none;
}
.lp-widget.subheader .subheader-trendsnav-listitem a:hover,
.lp-widget.subheader .subheader-trendsnav-listitem-selected a {
	text-decoration: underline;
}
/*********************************************************/
/** SECTIONAL PAGE WIDGET STYLES: Right Rail Widgets *****/
/*********************************************************/
body.category .lp_layout .lp-widget, /* News Landing Page */
body.news .lp-widget, /* News Detail Page */
body.photos .one-column.rail .lp-widget, /* Photo Detail Page */
.vd-contentRight .lp-widget {
	margin-bottom: 20px;
}
body.photos .one-column.rail {
	margin-top: 19px;
}
body.photos .one-column.rail #Div6 .lp-widget, /* Photo Detail Page */
.vd-contentRight .lp-widget:last-child {
	border-bottom: 0;
}
/*********************************************************/
/** SNIPES + DECORATIONS *********************************/
/*********************************************************/
.lp-widget .no-image.snipe {
	float: left;
	position: relative;
}
/* Most snipes are inside of photos & can use position: absolute. */
.lp-widget .snipe {
	background: none;
	display: block;
	float: left;
	font: normal 21.33px 'Oswald', 'Arial Narrow', sans-serif;
	height: 24px;
	letter-spacing: 0;
	line-height: 22.67px;
	margin: 0;
	max-width: 284px;
	overflow: hidden;
	padding: 4px 8px;
	position: absolute;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 1;
}
/* Prevents a problem with an 11px margin-border underneath the image, when it has a hyperlink around it. */
.lp-widget .snipe-link img,
.lp-widget .super-snipe-link img {
	float: left;
}
.lp-widget .super-snipe-link {
	display: block;
}
.lp-widget.beauty .snipe {
	background-color: #a10185;
}
.lp-widget.e-shows .snipe,
.lp-widget.shows .snipe {
	background-color: #6767cc;
}
.lp-widget.fashion .snipe {
	background-color: #ffcc00;
}
.lp-widget.hot-topics .snipe {
	background-color: #ff8800;
}
.lp-widget.living .snipe {
	background-color: #82aefe;
}
.lp-widget.photos .snipe {
	background-color: #ff0099;
}
.lp-widget.polls .snipe,
.lp-widget.news .snipe {
	background-color: #03cdff;
}
.lp-widget.quotes .snipe {
	background-color: #1f5072;
}
.lp-widget.red-carpet .snipe {
	background-color: #ab1f2a;
	color: #ffffff;
}
.lp-widget.scoop .snipe,
.lp-widget.tv-scoop .snipe {
	background-color: #9900ff;
}
.lp-widget.style .snipe,
.lp-widget.trends .snipe {
	background-color: #ffe600;
}
.lp-widget.video .snipe,
.lp-widget.videos .snipe {
	background-color: #46ba37;
	color: #333333;
}
.lp-widget.none .snipe {
	background-color: #000000;
	color: #ffffff;
}
.tv-scoop .snipe {
	color: #ffffff;
}
/*********************************************************/
/** SOCIAL MEDIA LINKS + BUTTONS *************************/
/*********************************************************/
.highlight .main-image-wrapper .cs-container {
	visibility: hidden;
}
.highlight:hover .main-image-wrapper .cs-container {
	visibility: visible;
}
.lp-widget .facebook-like {
	margin-left: -15px;
}
.lp-widget .facebook-like iframe {
	border: 0;
	height: 63px;
	overflow: hidden;
	width: 47px;
}
.lp-widget .social-links {
	margin: 15px 0 10px;
	padding: 0;
}
.lp-widget .social-links li {
	float: left;
	list-style-type: none;
	width: 90px;
}
.lp-widget .social-links .facebook-like {
	margin: 0 0 0 15px;
}
.lp-widget .social-links .google-plus {
	width: 72px;
}
.lp-widget .social-links .twitter {
	margin-left: 5px;
	width: 105px;
}
.lp-widget .social-links .twitter .twitter-share-button {
	height: 62px;
	width: 59px;
}
.lp-widget .social-links.horizontal {
	height: 24px;
	white-space: nowrap;
}
.main-image-wrapper {
	position: relative;
}
.main-image-wrapper .cs-container {
	height: 32px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 69px;
}
.main-image-wrapper .cs-container .cs-ts {
	margin-left: 5px !important;
}
.main-image-wrapper .cs-fb .cs-share {
	background-image: url("/resources/widgets/images/main_image_social_buttons/Facebook.png");
}
.main-image-wrapper .cs-fb .cs-share:hover {
	background-image: url("/resources/widgets/images/main_image_social_buttons/Facebook_hover.png");
}
.main-image-wrapper .cs-ts .cs-share {
	background-image: url("/resources/widgets/images/main_image_social_buttons/twitter_hover.png");
}
.main-image-wrapper .cs-ts .cs-share:hover {
	background-image: url("/resources/widgets/images/main_image_social_buttons/twitter.png");
}
.main-image-wrapper .cs-share {
	height: 32px;
	width: 32px;
}
/*********************************************************/
/** SPONSORED ADS ****************************************/
/*********************************************************/
.lp-widget .ad-banner-bkgd {
	border: 1px solid #cccccc;
	float: none;
	height: 35px;
	width: 298px;
}
/* Prevents padding below the "Presented By" / sponsors ad, when a <p> tag is used in a widget which has padding in each paragraph. The snipe was being pushed down 18px, below the top edge of the main photo. */
.lp-widget p.presented-by {
	margin-bottom: 0;
}
.lp-widget.white .micro-ad {
	padding: 0;
}
.lp-widget .micro-ad {
	height: 31px;
	float: right;
	margin: 2px 2px 2px 0;
	width: 88px;
}
.lp-widget .presented-by,
.lp-widget .presented-by a {
	color: #999999;
	float: right;
	font-size: 13.33px;
	margin-right: 8px;
	margin-top: 6px;
}
.lp-widget .presented-by {
	padding: 2px 0;
}
/*********************************************************/
/** TITLES + TEXT BLOCK COPY *****************************/
/*********************************************************/
.lp-widget .hgroup {
	margin-bottom: 3px;
	padding: 0 0 3px 1px; /* Without padding-left = 1px, titles in Firefox have a pinched 1st letter. */
}
.lp-widget .hgroup .widget-titles {
	clear: none;
	display: inline;
	margin-top: 0;
}
.lp-widget .no-image .hidden {
	display: none;
}
.lp-widget .text-copy {
	padding-left: 1px; /* Without this, titles in Firefox have a pinched 1st letter. */
}
.lp-widget .widget-sub-headline,
.lp-widget .widget-sub-headline a,
.lp-widget .widget-sub-headline p {
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 17.33px;
	font-weight: 400;
	letter-spacing: .33px;
	line-height: 24px;
}
/** Category Subheader Widget Styles ******/
/******************************************/
body.category .lp-widget.subheader,
.lp-widget.subheader,
.lp-widget.one-column.subheader,
.lp-widget.two-column.subheader,
.lp-widget.three-column.subheader {
	border-bottom: 0;
}
.lp-widget.subheader {
		overflow: visible;
		width: 920px;
	}
.lp-widget.subheader #mtdd_allevents {
	background-color: transparent !important;
	color: #ab1f2a;
	display: inline;
	font-family: 'Lato', 'Helvetica', Sans-Serif;
	font-size: 22px;
	line-height: 22px;
	overflow: visible;
	padding-left: 2px;
	text-decoration: none;
	z-index: 15; 
}
.lp-widget.subheader #mtdd_allevents:hover,
.lp-widget.subheader .subheader-nav-listitem a:hover {
	text-decoration: underline;
}
.lp-widget.subheader #mtdd_allevents:hover .mtdropdown {
	display: block;
	text-decoration: none;
}
.lp-widget.subheader .subheader-nav {
	display: inline-block;
	float: right;
	margin-right: 20px;
	overflow: visible;
	padding-top: 7px;
	position: relative;
	text-transform: none;
}
.lp-widget.subheader .subheader-nav ul {
	display: block;
	list-style: none;
	overflow: visible;
	position: relative;
}
.lp-widget.subheader .subheader-nav ul li {
	display: inline;
	padding-left: 7px;
	position: relative;
}
.lp-widget.subheader .subheader-nav-listitem a {
	background-color: transparent !important;
	color: #333333;
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 20px;
	line-height: 21.33px;
	text-decoration: none;
}
.lp-widget.subheader .subheader-titlebar {
	background-color: #e9e9e9;
	height: 36px;
	line-height: 24px;
	margin-top: 0;
	overflow: visible;
	position: relative;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 4px;
	text-align: left;
	text-transform: uppercase;
	width: 915px;
}
.lp-widget.subheader  .subheader-titlebar .result-count {
	color: #333333;
	display: inline-block;
	float: left;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 15px;
	line-height: 36px;
	padding-left: 10px;
	text-transform: none;
}
.lp-widget.subheader .subheader-titlebar .section-type,
.lp-widget.subheader .subheader-titlebar .subheader-title {
	display: inline-block;
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-size: 26.66px;
	font-weight: 200;
	float: left;
	line-height: 37.33px;
}
.lp-widget.subheader .subheader-titlebar .section-type {
		color: #ed6a26;
	}
.lp-widget.subheader .subheader-titlebar .subheader-title {
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
.lp-widget.subheader .subheader-titlebar.BLACK .result-count,
.lp-widget.subheader .subheader-titlebar.GREY_DARK .result-count {
	color: #ffffff;
}
.widgetTitleDesc {
	height: 100%;
	max-height: 120px;
}
/*********************************************************/
/** USER INTERFACE ELEMENTS  + IMAGES ********************/
/*********************************************************/
.lp-widget .dots {
	background: transparent url('/resources/images/sprite_maps/list_widgets_border_dots.png') repeat left top;
	height: 1px;
	margin: 0 0 0 3px;
	width: 100%;
}
/* 1 blank dot between each gray dot. */
.lp-widget .dots1 {
	background-position: 0 0;
}
/* 2 blank dots between each gray dot. */
.lp-widget .dots2 {
	background-position: 0 -2px;
}
/* 3 blank dots between each gray dot. */
.lp-widget .dots3 {
	background-position: 0 -4px;
}
/* 4 blank dots between each gray dot. */
.lp-widget .dots4 {
	background-position: 0 -6px;
}
/* 5 blank dots between each gray dot. */
.lp-widget .dots5 {
	background-position: 0 -8px;
}
/* Images DO NOT get borders here. If an image needs a border, it must be added to the image via Photoshop!*/
.lp-widget .image,
.lp-widget .images {
	background-color: #eeeeee;
	overflow: hidden;
	z-index: 1;
}
.lp-widget .image,
.lp-widget .image-medium,
.lp-widget .image-large,
.lp-widget .main-image {
	width: 300px;
}
.lp-widget .main-image {
		border: 0;
	}
.lp-widget .image-small {
	height: 100px;
	width: 100px;
}
.lp-widget .thumbnails,
.lp-widget .thumbs {
	height: 60px;
	width: 60px;
}
.lp-widget.division-line {
	border-bottom: 1px solid #cccccc;
}
/*********************************************************/
/** WIDGET SKINS *****************************************/
/*********************************************************/
.lp-widget .skin-group-dark,
.lp-widget .skin-group-light {
	margin-bottom: 10px;
}
/* Skins: Switches section type color to white, when there is a background color applied to that widget. */
.lp-widget .skin-group-dark,
.lp-widget .skin-group-dark a {
	color: #ffffff;
}
/* Skins: Moves the smaller title away from the edge of the widget when it has a background color. */
.lp-widget .skin-group-dark .hgroup,
.lp-widget .skin-group-light .hgroup {
	/* margin-left: 10px; */
	padding: 0 10px 0 8px;
}
/* Skins: Prevents having the text touch the edge of the widget when there is a background color applied to that widget. */
.lp-widget .skin-group-dark .text-copy,
.lp-widget .skin-group-light .text-copy {
	padding-bottom: 3px;
}
/* Skins: Prevents having the text touch the edge of the widget when there is a background color applied to that widget. */
.lp-widget .skin-group-dark .widget-sub-headline,
.lp-widget .skin-group-light .widget-sub-headline {
	margin: 10px;
}
/* Skins: Moves the image away from the left of the widget, when it has a background color. */
.lp-widget .skin-group-dark .widget-sub-headline img,
.lp-widget .skin-group-light .widget-sub-headline img {
	margin-left: 10px;
}
/* Skins: Shortens the width of the text box from 240px, down to 210px, when it has a background color. */
.lp-widget .skin-group-dark .widget-sub-headline p,
.lp-widget .skin-group-light .widget-sub-headline p {
	display: block;
	width: 210px;
}
/* Ad banner background is transparent when the widget background is set to none */
.lp-widget .transparent .ad-banner-bkgd {
	background: transparent none repeat 0 0 scroll;
}
/*********************************************************/
/** WIDGET UI LAYOUT TUNING ******************************/
/*********************************************************/
/*This will create a tighter UI layout.  These are necessary because of the differences in the font-size and the line-heights of each anchor link. Since the section types are supposed to be to the left of the titles, which should wrap then they can't be floated left. Doing that would cause the titles to hard-break-wrap, which is not what we want. So we can't easily normalize the divs with the .text-copy class*/
.lp-widget.has-image.has-background-color .text-copy,
.lp-widget.has-video-image.has-small-title .text-copy {
	margin-top: 6px;
}
.lp-widget.has-image .text-copy {
	margin-top: 9px;
}
.lp-widget.no-ad.has-snipe.has-image #bkg-color-wrap.white,
.lp-widget.no-ad.has-snipe.has-video-image #bkg-color-wrap.white,
.lp-widget.no-ad.has-snipe.no-image #bkg-color-wrap.white,
.lp-widget.no-ad.no-snipe.no-image #bkg-color-wrap.skin-group-dark,
.lp-widget.no-ad.no-snipe.no-image #bkg-color-wrap.skin-group-light {
	margin-top: 1px;
}
.lp-widget.has-ad.no-image.has-small-title .text-copy,
.lp-widget.no-image.has-small-title.has-background-color .text-copy {
	margin-top: 0;
	padding-top: 6px;
}
.lp-widget.has-ad.no-image.has-small-title.no-background-color .text-copy {
	margin-top: 0;
	padding-top: 9px;
}
.lp-widget.no-image.has-small-title .text-copy {
	margin-top: 0;
}
.lp-widget.has-snipe.no-image.has-title .snipe {
	margin-bottom: 6px;
}
.lp-widget.no-ad.no-snipe.no-image.has-sub-headline.has-background-color .text-copy {
	padding-bottom: 0;
}
.lp-widget.no-ad.no-snipe.no-image.has-sub-headline,
.lp-widget.no-ad.no-snipe.no-image.no-sub-headline #bkg-color-wrap.white .hgroup {
	margin-bottom: 0;
}
.lp-widget.no-ad.no-snipe.no-image.no-sub-headline #bkg-color-wrap.white {
	margin-bottom: 0;
	padding-bottom: 1px;
}
/*=============================================*/
/*===============| Glossy Common |=============*/
/*=============================================*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.glossy-widget {
    padding: 0 10px;
    margin-bottom: 30px;
}
.glossy-header {
    margin-bottom: 30px;
}
.glossy-header * {
    box-sizing: border-box;
}
.glossy-header--spacing {
    margin-right: 20px;
}
.glossy-header-container {
    font-family: 'Lato', Arial, sans-serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
}
.glossy-header--prefix,
.glossy-header--suffix {
    float: left;
    text-align: left;
}
.glossy-header--prefix {
    color: #9b9b9b;
    font-size: 54px;
    margin-top: 8px;
    margin-right: 8px;
}
.glossy-header--suffix {
    font-weight: 900;
    min-width: 50%;
    color: #4a4a4a;
    font-size: 65px;
    line-height: 1.2;
}
.glossy-header--line:after {
    content: ' ';
    background: #0ea8cc;
    display: inline-block;
    width: 80px;
    height: 7px;
    position: relative;
    top: -14px;
    margin-left: 7px;
}
.glossy-header--subhead {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 600;
    color: #4a4a4a;
    display: block;
    font-size: 24px;
    text-align: left;
    line-height: 36px;
    letter-spacing: 1px;
    padding-top: 10px;
}
.glossy-by-line {
    font-family: 'Lato', Arial, sans-serif;
    color: #9b9b9b;
    font-style: italic;
    font-weight: 800;
}
.glossy-title {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 600;
    color: #4a4a4a;
    display: block;
}
.glossy-snipe {
    color: #9b9b9b;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
}
.glossy-img--portrait {
    width: 100%;
    height: auto;
}
.glossy-img--landscape {
    width: auto;
    height: 100%;
}
.glossy__btn {
	font-family: 'Lato', Arial, sans-serif;
    background: #0ea8cc;
    border: 3px solid #0ea8cc;
    border-radius: 8px;
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    height: 75px;
    text-align: center;
    text-decoration: none;
    transition: all 125ms ease-out;
	max-width: 1260px;
	width:100%;
    letter-spacing: 0.8px;
    margin: 0 auto 60px auto;
    color: #fff;
    outline: none;
    cursor: pointer;
}
/* Hover state for button text */
.glossy__btn:hover {
    background:transparent;
    color: #0ea8cc;
}
/* Live 360 VR Widget */
.threesixty__imagespace {
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
	width: 1260px;
	margin-bottom: 20px;
}
.threesixty__background {
	position: absolute;
}
.threesixty {
	padding: 0 10px;
}
.ag-arrivals-gallery {
	position: relative;
	width: 1263px;
	overflow: hidden;
	z-index: 10;
	padding-bottom: 20px;
	min-height: 715px;
}
.ag-arrivals-gallery a, .ag-arrivals-gallery a:link, .ag-arrivals-gallery a:hover, .ag-arrivals-gallery a:visited {
	color: white;
}
.ag-fixed-left.ag-slice {
	width: 300px;
	position: absolute;
	display: inline-block;
	top: 0px;
	height: 100%;
	margin-right: 0;
	z-index: 1;
}
.ag-cover-ad {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	
}
.ag-fixed-left .ag-new-arrival-box {
	font-family:'Lato', 'Arial Narrow', sans-serif;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	position: relative;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 250px;
}
.ag-fixed-left .ag__see-new-celebrities {
	margin-top: 18px;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: 900;
	color: #4A4A4A;
	position: relative;
	display: inline-block;
}
.ag-fixed-left .arrival-button {
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family:'Lato', 'Arial Narrow', sans-serif;
  	font-size: 18px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: 0.9px;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	text-align: center;
	line-height: 16pt;
	position: relative;
	display: inline-block;
	height: 52px;
  	width: 204px;
	background-color: #0C92CE;
	color: #FFFFFF;
	transition: all 150ms ease-in;
}
.arrival-button, .arrival-button:active, .arrival-button:visited, .arrival-button:focus {
	border: none;
	outline: none;
}
/****************************************/
/* arrival button states and hover, etc */
/****************************************/
/* waiting */
.ag-arrivals-gallery.waiting-state .arrival-button {
	display: none;
}
.ag-arrivals-gallery.waiting-state .ag-new-arrival-box span {
	visibility: hidden;
}
/* return  */
.ag-arrivals-gallery.return-state .arrival-button {
	cursor: pointer;
}
.ag-arrivals-gallery.return-state .ag-new-arrival-box span {
	visibility: visible;
}
.ag-arrivals-gallery.arrival-state .arrival-button {
	cursor: pointer;
	-webkit-animation: ag-glowing 1500ms infinite;
	        animation: ag-glowing 1500ms infinite;
}
@-webkit-keyframes ag-glowing {
	0% { background-color: #0C92CE}
	50% { background-color: #46BDF2}
	100% { background-color: #0C92CE}
}
@keyframes ag-glowing {
	0% { background-color: #0C92CE}
	50% { background-color: #46BDF2}
	100% { background-color: #0C92CE}
}
.ag-arrivals-gallery.arrival-state .arrival-button:hover, .ag-arrivals-gallery.return-state .arrival-button:hover {
	box-sizing: border-box;
	border: 3px solid #0C92CE;
	color: #0C92CE;
	background-color: #FFFFFF;
	-webkit-animation: none 0s ease 0s 1 normal none running;
	        animation: none 0s ease 0s 1 normal none running;
	-webkit-animation: initial;
	        animation: initial;
}
.ag-arrivals-gallery.arrival-state .ag-new-arrival-box span {
	visibility: visible;
}
/****************************************/
.ag-cover-ad img{
	top: 0px;
	left: 0px;
	width: 300px;
	height: 600px;
	border: none;
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    z-index: 10;
}
.ag-cover-img {
	width: 300px;
	height: 600px;
	overflow:hidden;
}
.ag-cover-img img {
	width:auto;
	height:auto;
}
.ag-cover-ad h1{
	z-index: 20;
}
.ag-cover-ad img.fadeable {
	transition: opacity 650ms linear;
}
.ag-cover-title {
	color: white;
	display: none;
	width: 260px;
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-size: 58px;
    font-weight: 200;
    letter-spacing: .33px;
    line-height: 60px;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	position: absolute;
	padding-left: 20px;
	padding-top: 10px;
	margin: 0;
	padding-right: 20px;
	position: absolute;
    top: 0px;
    right: 0px;
}
.ag-scrollable-window {
	display: inline-block;
	overflow: hidden;
	right: 0;
	width: 958px;
	margin-left: 303px;
}
.ag-scrollable-area {
	position: relative;
	min-width: 2500px;
	display: inline-block;
}
.ag-scrollable-area.page2 {
	left: -657px;
}
.ag-slice {
	position: relative;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	margin-right: 2px;
}
.ag-scrollable-area .ag-slice:nth-child(1) {
	margin-left: 0;
}
.ag-slice:last-child {
	margin-right: 0;
}
.ag-slice-ad img {
	width: 300px;
	height: 600px;
	border: none;
}
.ag-slice.hidden-at-start {
	width: 0;
}
.ag-slice.dimmed .ag-photo-slice {
	background-color: black;
}
.transitions-enabled {
	transition: all 350ms ease-out;
}
.ag-slice.slice-ad.expanded {
	width: 300px;
}
.ag-photo-slice {
	position: relative;
	height: 600px;
	text-align: right;
}
.ag-credits {
	width: calc(100% - 10px);
	position: relative;
	margin-top: -30px;
	margin-left: auto;
	margin-right: 10px;
	font-family: 'Lato', Arial, Sans-Serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	color: #f2f2f2;
	display: none;
}
.ag-slice.expanded .ag-credits {
	display: block;
}
.ag-slice:last-child {
	margin-right: 0;
}
.ag-photo-centerer img {
	position: relative;
	margin: 0 auto;
	display: block;
}
.ag-caption-box {
	display: none;
	min-height: 75px;
}
.ag-fixed-left .ag-caption-box {
	width: 300px;
	display: block;
}
.expanded .ag-caption-box {
	position: relative;
	margin: 20px 20px 0 20px;
	text-align: left;
	width: calc(100% - 38px);
	word-wrap: break-word;
}
.ag-slice.expanded .ag-caption-title {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #4a4a4a;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	line-height: 29px;
	transition: all 1350ms ease-out;
}
.ag-slice.expanded .ag-caption-description {
	font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
	font-weight: 400;
	position: relative;
	color: #9b9b9b;
	letter-spacing: 0.5px;
	line-height: 20px;
	transition: all 1350ms ease-out;
}
.ag-slice.expanded .ag-caption-description p {
	margin-top: 4px;
}
/* Hide anchor tags */
.ag-arrivals-gallery .ag-caption-description a,
.ag-arrivals-gallery .ag-caption-description a:hover {
	display:none;
}
.ag-arrow {
	border: none;
	position: absolute;
	top: 250px;
	height: 60px;
	width: 32px;
	cursor:pointer;
}
.ag-arrow .arrow-img {
	position: absolute;
	height: 22px;
	width: 12px;
	top: 20px;
}
.ag-arrow-left {
	left: 302px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ag-arrow-left .arrow-img {
	left: 7px;
	background-image: url('/resources/hyperGallery/img/arrow-left.png');
}
.ag-arrow-left:hover .arrow-img{
	background-image: url('/resources/hyperGallery/img/arrow-left-black.png');	
}
.ag-arrow-right {
	left: 1226px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.ag-arrow-right .arrow-img {
	left: 10px;
	background-image: url('/resources/hyperGallery/img/arrow-right.png');
}
.ag-arrow-right:hover .arrow-img {
	background-image: url('/resources/hyperGallery/img/arrow-right-black.png');	
}
.ag-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index: 100;
}
.ag-lightbox .ag-lightbox-screen {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .65;
    -moz-opacity: .65;
    -khtml-opacity: .65;
    background-color: black;
	
}
.ag-lightbox .ag-lightbox-ad {
	display: block;
	position: absolute;
	left: 525px;
	bottom: 350px;
}
.ag-lightbox .ag-lightbox-close {
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	left: 785px;
	bottom: 605px;
	background-image: url('/resources/hyperGallery/img/close_black.png');
	background-repeat: no-repeat;
	background-position: 11px 11px;
	
}
.ag-lightbox .ag-lightbox-close:hover {
	background-image: url('/resources/hyperGallery/img/close_white.png')			
}
/**********************************************************/
/** A1 "News Teaser"/ "Photo Teaser" WIDGET STYLES ********/
/**********************************************************/
.lp-widget.a1 {
	width: 300px;
}
.lp-widget.a1 .super-snipe {
	height: auto;
	margin-bottom: -5px;
}
/**********************************************************/
/** A2 "News Teaser"/ "Photo Teaser" WIDGET STYLES ********/
/**********************************************************/
.lp-widget.a2 {
	width: 610px;
}
.lp-widget.a2 .ad-banner-bkgd {
	width: 608px;
}
.lp-widget.a2 .image,
.lp-widget.a2 .image-medium,
.lp-widget.a2 .main-image {
	width: 100%;
}
.lp-widget.a2 .super-snipe {
	font-size: 0;
}
/**********************************************************/
/** B1 "News List" WIDGET STYLES **************************/
/**********************************************************/
.lp-widget.b1{
	width: 300px;
}
.lp-widget.b1.lists .text-link-first i {
    font-family: 'Oswald','Arial Narrow',sans-serif;
}
/* DE font size adjustment, since they have 21 char words */
.de .lp-widget.b1 .first-item-size-medium {
	font-size: 37.33px;
}
.highlight .item-branded-content-b1-highlight {
	font-family: "Helvetica","Arial Narrow",sans-serif;
	font-size: 13px;
	height: 10px;
	letter-spacing: 0;
	line-height: 10px;
	margin-bottom: 7px;
	padding-top: 9px;
	text-transform: capitalize;
}
.lp-widget.b1 h6,
.lp-widget.b1 .hgroup .widget-titles,
/* Skins: prevents wrapping. */
.lp-widget.b1 .skin-group-dark .widget-sub-headline,
.lp-widget.b1 .skin-group-light .widget-sub-headline {
	margin-left: 0;
}
.lp-widget.b1 p {
	width: 232px;
}
.lp-widget.b1 .article_timestamp {
	font-family: "Helvetica", "Arial Narrow", Sans-serif;
	font-size: 11px;
	margin-left: 0;
	line-height: 10px;
	width: 190px;
}
.lp-widget.b1 .black .article_timestamp,
.lp-widget.b1 .blue .article_timestamp,
.lp-widget.b1 .grey-dark .article_timestamp,
.lp-widget.b1 .purple .article_timestamp,
.lp-widget.b1 .red .article_timestamp {
	color: #e1e1e1;
}
.lp-widget.b1 .grey-light .article_timestamp,
.lp-widget.b1 .grey-medium .article_timestamp,
.lp-widget.b1 .yellow .article_timestamp,
.lp-widget.b1 .white .article_timestamp {
	color: #999999;
}
.lp-widget.b1 .hgroup.title-padding-small {
	margin-top: 7px;
}
.lp-widget.b1 .more-bttn {
	font-family: 'Lato', 'Arial Narrow', sans-serif; 
	margin: 10px 10px 3px 0;
}
.lp-widget.b1 .skin-group-dark .img-link img,
.lp-widget.b1 .skin-group-light .img-link img {
	float: left;
}
/* Skins: moves the large news headline away from the edge of the widget, when it has a background color */
.lp-widget.b1 .skin-group-dark .widget-article .mps-ad {
	margin-left: 10px;
}
.lp-widget.b1 .super-snipe {
	font-size: 0;
}
.lp-widget.b1 .widget-headlines {
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-weight: 200;
}
.lp-widget.b1 .widget-headlines a {
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-size: 26.67px;
	line-height: 26.67px;
}
.lp-widget.b1 .widget-sub-headline {
	margin-top: 0;
}
.lp-widget.b1 .widget-sub-headline i, 
.lp-widget.b1 .widget-sub-headline p {
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 17.33px;
	line-height: 22.67px;
}
.lp-widget.b1 .widget-sub-headline.adBlock {
	padding: 0 !important;
	margin: 0 !important;
}
.lp-widget.b1.has-super-snipe.no-image .super-snipe {
	margin-bottom: 0;
}
/* News & Photos have a smaller thumbnail width than Videos */
.lp-widget.b1.has-thumbnails .skin-group-white .text-link {
	margin: 0 0 0 10px;
	width: 209px;
	padding-right: 1px;
}
.lp-widget.b1.lists hgroup .title-font-size-small {
	font-size: 26.67px;
	line-height: 26.67px;
}
.lp-widget.b1.lists .text-link {
	width: 200px;
}
.lp-widget.b1.lists .text-link-first {
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-size: 40px;
	line-height: 46.67px;
}
.lp-widget.b1.lists .widget-sub-headline {
	padding: 8px 0;
}
.lp-widget.lists article section a {
	display: block;
}
.lp-widget.lists #bkg-color-wrap {
	margin-bottom: 0;
	padding-bottom: 1px;
}
.lp-widget.lists .dots {
	clear: both;
}
.lp-widget.lists .headline.text-link-first,
.lp-widget.lists .text-copy {
	padding-bottom: 0;
}
.lp-widget.lists .snipe {
	left: 0;
	line-height: 24px;
	overflow: hidden;
}
.lp-widget.lists .skin-group-dark .widget-sub-headline img,
.lp-widget.lists .skin-group-light .widget-sub-headline img {
	margin-left: 0;
}
.lp-widget.lists .skin-group-dark .widget-sub-headline p,
.lp-widget.lists .skin-group-light .widget-sub-headline p {
	width: 190px;
}
.lp-widget.lists .text-link {
	float: left;
	font-family: 'Lato', 'Helvetica', Sans-Serif;
	margin: -2px 0 0 10px;
}
.lp-widget.lists .text-link-first {
	float: left;
	font-family: "Oswald", "Arial Narrow", Sans-Serif;
	margin: 0 0 5px;
	padding-bottom: 10px;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}
.lp-widget.lists .widget-article {
	overflow: hidden;
	position: relative;
}
.lp-widget.lists .widget-sub-headline {
	margin: 0;
	padding: 10px 0;
}
.lp-widget.lists .widget-sub-headline img,
.lp-widget.lists .widget-sub-headline p {
	float: left;
}
.lp-widget.lists.has-image.has-small-title .text-copy {
	margin-top: 8px;
}
.lp-widget.lists.has-image.no-title .text-copy {
	margin-top: 4px;
}
.lp-widget.lists.no-thumbnails .skin-group-white .text-link {
	margin: 0;
}
.skin-group-dark .highlight .item-branded-content-b1-highlight {
	margin-bottom: 11px;
}
/* Skins: *********************************/
/******************************************/
.lp-widget.lists .skin-group-dark  .widget-sub-headline,
.lp-widget.lists .skin-group-light .widget-sub-headline {
	margin-top: 0;
}
.lp-widget.lists .skin-group-dark .img-link,
.lp-widget.lists .skin-group-dark .text-link-first,
.lp-widget.lists .skin-group-light .img-link,
.lp-widget.lists .skin-group-light .text-link-first {
	margin: 0 0 0 10px;
}
.lp-widget.lists .skin-group-dark .no-thumbnails .text-link,
.lp-widget.lists .skin-group-light .no-thumbnails .text-link {
	width: 280px;
}
.lp-widget.lists .skin-group-white .no-thumbnails .text-link {
	padding-right: 1px;
	width: 299px;
}
.lp-widget.lists .skin-group-white .widget-sub-headline a p {
	width: 100%;
}
/**********************************************************/
/** B11 "News List" 2-COLUMN WIDGET STYLES ****************/
/**********************************************************/
.lp-widget.b11 {
	width: 610px;
}
.lp-widget.b11 ul .img-link {
	width: 100px;
}
.lp-widget.b11 ul .no-thumbnails .text {
	width: 580px;
}
.lp-widget.b11 ul .text {
	float: left;
	margin-left: 15px;
	width: 480px;
}
.lp-widget.b11 ul .text a {
	display: block;
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 22px;
	line-height: 27px;
}
.lp-widget.b11 .article_timestamp {
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 11px;
	letter-spacing: .23px;
	line-height: 15px;
	margin-left: 0;
	margin-top: 2px;
}
.lp-widget.b11 .img-link {
	display: block;
	float: left;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.lp-widget.b11 .ad-banner-bkgd {
	width: 608px;
}
.lp-widget.b11 .img-link img,
.lp-widget.b11 .snipe-link img,
.lp-widget.b11 .super-snipe-link img {
	float: none;
}
.lp-widget.b11 .grey-light .article_timestamp,
.lp-widget.b11 .grey-medium .article_timestamp,
.lp-widget.b11 .yellow .article_timestamp,
.lp-widget.b11 .white .article_timestamp {
	color: #999999;
}
.lp-widget.b11 .black .article_timestamp,
.lp-widget.b11 .blue .article_timestamp,
.lp-widget.b11 .grey-dark .article_timestamp,
.lp-widget.b11 .purple .article_timestamp,
.lp-widget.b11 .red .article_timestamp {
	color: #e1e1e1;
}
.lp-widget.b11 .highlight {
	position: relative;
}
.lp-widget.b11 .highlight a.img-link {
	margin-left: 0;
	width: 300px;
}
.lp-widget.b11 .highlight .text {
	float: left;
	margin-left: 15px;
	width: 280px;
}
.lp-widget.b11 .highlight .text a {
	display: block;
	font-family: "Oswald", Arial, Sans-Serif;
	font-size: 52px;
	letter-spacing: .3px;
	line-height: 44px;
	margin-bottom: 10px;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}
.lp-widget.b11 .snipe-link,
.lp-widget.b11 .super-snipe-link {
	font-size: 0;
}
.lp-widget.b11 .widget-headlines {
	font-size: 48px;
	letter-spacing: 1px;
	line-height: 42.67px;
}
/**********************************************************/
/** D3 "Schedule" WIDGET STYLES ***************************/
/**********************************************************/
.lp-widget.d3 {
	margin-bottom: 0;
	padding-bottom: 10px;
	overflow: hidden;
	width: 300px;
}
.lp-widget.d3 .current-date {
	background-color: #000000;
	color: #ffffff;
	font: 22px 'Lato', 'Helvetica', sans-serif;
	height: 34px;
	line-height: 38px;
	margin-top: 2px;
	padding: 0 3px;
	text-transform: uppercase;
}
.lp-widget.d3 .description {
	color: #000000;
	float: left;
	font-family: 'Lato', 'Helvetica', sans-serif;
	width: 220px;
}
.lp-widget.d3 .description p {
	line-height: 24px;
	font-size: 18px;
}
.lp-widget.d3 .description p.title {
	font-size: 22px;
	line-height: 28px;
}
.lp-widget.d3 .overview li {
	display: none;
}
.lp-widget.d3 .overview li.active {
	display: block;
}
.lp-widget.d3 .overview li.no-data {
	border: 0;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-style: italic;
}
.lp-widget.d3 .overview li li {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 5px 0;
}
.lp-widget.d3 .overview li li:last-child {
	border: 0;
}
.lp-widget.d3 .scrollbar-wrapper {
	border: 1px solid #cccccc;
	border-left: 0;
	border-right: 0;
}
.lp-widget.d3 .snipe-group {
	position: relative;
}
.lp-widget.d3 .snipe-group .snipe {
	background-color: #000000;
	color: #ffffff;
	left: 0;
	top: 0;
}
.lp-widget.d3 .tabs {
	border: 1px solid #b4b4b4;
}
.lp-widget.d3 .tabs li {
	border-left: 1px solid #b4b4b4;
	color: #b4b4b4;
	cursor: pointer;
	float: left;
	font: 25px 'Lato', 'Helvetica', sans-serif;
	height: 33px;
	line-height: 39px;
	text-align: center;
	width: 42px;
}
.lp-widget.d3 .tabs li:first-child {
	border: 0; 
	width: 40px;
}
.lp-widget.d3 .tabs li.active {
	background-color: #1e1e1e;
	color: #ffffff;
}
.lp-widget.d3 .tabs li.disabled {
	background-color: #8e8e8e;
	color: #ffffff;
	cursor: default;
}
.lp-widget.d3 .time {
	color: #2d2d2d;
	float: left;
	font: 22px 'Oswald', 'Arial Narrow', sans-serif;
	line-height: 22px;
	padding-right: 10px;
	text-align: right;
	width: 55px;
}
.lp-widget.d3 .widget-titles a {
	color: #000000;
}
/* Scroll Bar: ****************************/
/******************************************/
.tiny-scrollbar .disable {
	display: none;
}
.tiny-scrollbar .no-user-select {
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select :none;
	user-select: none;
}
.tiny-scrollbar .overview {
	left: 0;
	position: absolute;
	top: 0;
}
.tiny-scrollbar .scrollbar,
.tiny-scrollbar .track {
	position: relative;
	width: 15px;
}
.tiny-scrollbar .scrollbar {
		float: right;
	}
.tiny-scrollbar .track {
		background-color: #dedede;
		height: 100%;
	}
.tiny-scrollbar .thumb,
.tiny-scrollbar .thumb .end {
	background-color: #525252;
	overflow: hidden;
	width: 15px;
}
.tiny-scrollbar .thumb {
		cursor: pointer;
		height: 20px;
		position: absolute;
		top: 0;
	}
.tiny-scrollbar .thumb .end {
		height: 5px;
	}
.tiny-scrollbar .viewport {
	height: 350px;
	overflow: hidden;
	position: relative;
	width: 280px;
}
/* Skins: *********************************/
/******************************************/
.lp-widget.d3 .skin-group-dark .current-date,
.lp-widget.d3 .skin-group-light .current-date {
	padding-left: 7px;
	padding-right: 7px;
}
.lp-widget.d3 .skin-group-dark .description,
.lp-widget.d3 .skin-group-light .description {
	width: 200px;
}
.lp-widget.d3 .skin-group-dark .description,
.lp-widget.d3 .skin-group-dark .time,
.lp-widget.d3 .skin-group-dark .widget-titles a {
	color: #ffffff;
}
.lp-widget.d3 .skin-group-dark .viewport,
.lp-widget.d3 .skin-group-light .viewport {
	margin-left: 5px;
}
/**********************************************************/
/** L30 "Horizontal List" WIDGET STYLES *******************/
/**********************************************************/
/* These are for Non-Liquid Pages:
This will fix the Kardashians Show Packages' Video Detail Page UI Layout. Otherwise, the Video Box tries to append itself to the end of the "Home | News | Photos | Videos" line, in the L30 Widget. */
#articles.shows .lp-widget.L30,
#galleries.shows .lp-widget.L30,
#galleryDetail.shows .lp-widget.L30 {
	min-height: 34px !important;
	overflow: hidden !important
}
#galleryDetail.shows .lp-widget.L30 {
		margin-bottom: 10px;
		margin-top: 10px;
		min-height: 34px !important;
	}
#detail .sub-banner .lp-widget.L30,
#videoDetail.shows .sub-banner .lp-widget.L30 {
	min-height: 29px !important;
	margin: auto;
}
/* This is for Liquid Pages:
The fixed height & min-height overrides are a hack to remove the 20px margin-bottom from the L30 widget, when it's on the Front Door. The three-column class adds the 20px margin-bottom. This is for the front door 
& also for show package landing pages, which have L30 widgets... but not show package video detail pages.  The total height is 34px = 5px margin-top + 24px height + 5px margin-bottom. */
.lp-widget.L30 {
	border-bottom: 0;
	height: 24px !important;
	min-height: 24px !important;
	overflow: visible !important;
	width: 920px;
}
.lp-widget.L30 li,
.lp-widget.L30 li a {
	line-height: 41px;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}
.lp-widget.L30 li {
		float: left;
		padding: 0 14px;
		white-space: nowrap;
	}
.lp-widget.L30 li.item-1 {
	border-left: 0;
}
.lp-widget.L30 li.widget-nav-title,
.lp-widget.L30 .widget-section-types {
	font: 16px 'Oswald', 'Arial Narrow', sans-serif;
	letter-spacing: 2px;
	line-height: 40px;
}
.lp-widget.L30 li.widget-nav-title {
		border: 0;
		font-weight: bold;
	}
.lp-widget.L30 .widget-section-types {
		display: block;
		font-weight: normal;
	}
.lp-widget.L30 .logoImage {
	height: 34px;
	float: left;
	width: 118px;
}
.lp-widget.L30 .logoImage img {
	height: 40px;
	width: 118px;
}
.lp-widget.L30 .widget-nav-wrapper {
	height: 40px;
	overflow: hidden;
}
.video-detail-layout #sub-banner {
	margin-top: 5px;
}
/* Section Type Navi Styles ***************/
/******************************************/
.lp-widget.L30 li.section-type-arrow {
	background: url('/resources/widgets/images/l30/widget_L30_sprite.png') no-repeat right;
	background-size: auto 40px;
	height: 40px;
	padding-right: 0 !important;
	width: 3px;
}
.lp-widget.L30 .black,
.lp-widget.L30 .gray-dark,
.lp-widget.L30 .grey-dark,
.lp-widget.L30.beauty .widget-section-types a,
.lp-widget.L30.e-shows .widget-section-types a,
.lp-widget.L30.fashion .widget-section-types a,
.lp-widget.L30.hot-topics .widget-section-types a,
.lp-widget.L30.living .widget-section-types a,
.lp-widget.L30.news .widget-section-types a,
.lp-widget.L30.red-carpet .widget-section-types a,
.lp-widget.L30.shows .widget-section-types,
.lp-widget.L30.shows .widget-section-types a,
.lp-widget.L30.style .widget-section-types a,
.lp-widget.L30.trends .widget-section-types a,
.lp-widget.L30.tv-scoop .widget-section-types a,
.lp-widget.L30.videos .widget-section-types a {
	color: #ffffff !important;
}
.lp-widget.L30 .black {
		background-color: #000000;
	}
.lp-widget.L30 .gray-dark,
	.lp-widget.L30 .grey-dark {
		background-color: #262626;
	}
.lp-widget.L30 .blue,
.lp-widget.L30 .gray-light,
.lp-widget.L30 .gray-medium,
.lp-widget.L30 .grey-light,
.lp-widget.L30 .grey-medium,
.lp-widget.L30 .purple,
.lp-widget.L30 .red,
.lp-widget.L30 .yellow,
.lp-widget.L30 .white,
.lp-widget.L30.photos .widget-section-types a {
	color: #000000 !important;
}
.lp-widget.L30 .blue {
		background-color: #41caec;
	}
.lp-widget.L30 .gray-light,
	.lp-widget.L30 .grey-light {
		background-color: #e9e9e9;
	}
.lp-widget.L30 .gray-medium,
	.lp-widget.L30 .grey-medium {
		background-color: #959595;
	}
.lp-widget.L30 .purple {
		background-color: #8282ff;
	}
.lp-widget.L30 .red {
		background-color: #c12c2c;
	}
.lp-widget.L30 .yellow {
		background-color: #ffed4c;
	}
.lp-widget.L30 .white {
		background-color: #ffffff;
	}
.lp-widget.L30 .skin-group-dark,
.lp-widget.L30 .skin-group-light {
	margin-bottom: 0;
}
.lp-widget.L30.beauty li.section-type-arrow {
	background-position: -200px;
}
.lp-widget.L30.eshows li.section-type-arrow {
	background: none;
	height: 24px;
	width: 12px;
}
.lp-widget.L30.e-shows li.section-type-arrow {
	background-position: -54px;
}
.lp-widget.L30.fashion li.section-type-arrow {
	background-position: -180px;
}
.lp-widget.L30.hot-topics li.section-type-arrow {
	background-position: -80px;
}
.lp-widget.L30.living li.section-type-arrow {
	background-position: -220px;
}
.lp-widget.L30.news li.section-type-arrow {
	background-position: 0;
	margin-left: -1px;
}
.lp-widget.L30.photos li.section-type-arrow {
	background-position: -20px;
}
.lp-widget.L30.polls li.section-type-arrow {
	background-position: 0;
}
.lp-widget.L30.red-carpet li.section-type-arrow {
	background-position: -140px;
}
.lp-widget.L30.shows li.section-type-arrow {
	background-position: -60px;
}
.lp-widget.L30.style li.section-type-arrow {
	background-position: -160px;
}
.lp-widget.L30.trends li.section-type-arrow {
	background-position: -144px;
}
.lp-widget.L30.tv-scoop li.section-type-arrow {
	background-position: -120px;
}
.lp-widget.L30.videos li.section-type-arrow {
	background-position: -40px;
}
.lp-widget.L30.beauty li.widget-nav-title,
.lp-widget.L30.e-shows li.widget-nav-title,
.lp-widget.L30.fashion li.widget-nav-title,
.lp-widget.L30.hot-topics li.widget-nav-title,
.lp-widget.L30.living li.widget-nav-title,
.lp-widget.L30.news li.widget-nav-title,
.lp-widget.L30.photos li.widget-nav-title,
.lp-widget.L30.shows li.widget-nav-title,
.lp-widget.L30.style li.widget-nav-title,
.lp-widget.L30.trends li.widget-nav-title,
.lp-widget.L30.tv-scoop li.widget-nav-title,
.lp-widget.L30.videos li.widget-nav-title {
	color: #000000;
}
.lp-widget.L30.beauty li.widget-nav-title {
		background-color: #a10185 !important;
	}
.lp-widget.L30.e-shows li.widget-nav-title,
	.lp-widget.L30.shows li.widget-nav-title {
		background-color: #6767cc !important;
	}
.lp-widget.L30.fashion li.widget-nav-title {
		background-color: #ffcc00 !important;
	}
.lp-widget.L30.hot-topics li.widget-nav-title {
		background-color: #ff8800 !important;
	}
.lp-widget.L30.living li.widget-nav-title {
		background-color: #82aefe !important;
	}
.lp-widget.L30.news li.widget-nav-title {
		background-color: #03cdff !important;
	}
.lp-widget.L30.photos li.widget-nav-title {
		background-color: #ff0099 !important;
	}
.lp-widget.L30.style li.widget-nav-title,
	.lp-widget.L30.trends li.widget-nav-title {
		background-color: #ffe600 !important;
	}
.lp-widget.L30.tv-scoop li.widget-nav-title {
		background-color: #9900ff !important;
	}
.lp-widget.L30.videos li.widget-nav-title {
		background-color: #46ba37 !important;
	}
.lp-widget.L30.beauty .widget-section-types,
.lp-widget.L30.beauty .widget-section-types a:hover {
	color: #a10185 !important;
}
.lp-widget.L30.e-shows .widget-section-types,
.lp-widget.L30.e-shows .widget-section-types a:hover,
.lp-widget.L30.shows .widget-section-types,
.lp-widget.L30.shows .widget-section-types a:hover {
	color: #6767cc !important;
}
.lp-widget.L30.fashion .widget-section-types,
.lp-widget.L30.fashion .widget-section-types a:hover {
	color: #ffcc00 !important;
}
.lp-widget.L30.hot-topics .widget-section-types,
.lp-widget.L30.hot-topics .widget-section-types a:hover {
	color: #ff8800 !important;
}
.lp-widget.L30.lists .transparent .text-link:hover {
	background: rgba(0, 0, 0, .2);
}
.lp-widget.L30.lists .skin-group-dark.black .text-link:hover {
	background-color: #333333;
}
.lp-widget.L30.living .widget-section-types,
.lp-widget.L30.living .widget-section-types a:hover {
	color: #82aefe !important;
}
.lp-widget.L30.news .widget-section-types,
.lp-widget.L30.news .widget-section-types a:hover {
	color: #03cdff !important;
}
.lp-widget.L30.photos .widget-section-types,
.lp-widget.L30.photos .widget-section-types a:hover {
	color: #ff0099 !important;
}
.lp-widget.L30.red-carpet li.widget-nav-title {
	background-color: #ab1f2a !important;
	color: #ffffff;
}
.lp-widget.L30.red-carpet .widget-section-types,
.lp-widget.L30.red-carpet .widget-section-types a:hover {
	color: #ab1f2a !important;
}
.lp-widget.L30.style .widget-section-types,
.lp-widget.L30.style .widget-section-types a:hover,
.lp-widget.L30.trends .widget-section-types,
.lp-widget.L30.trends .widget-section-types a:hover {
	color: #ffe600 !important;
}
.lp-widget.L30.tv-scoop .widget-section-types,
.lp-widget.L30.tv-scoop .widget-section-types a:hover {
	color: #9900ff !important;
}
.lp-widget.L30.videos .widget-section-types,
.lp-widget.L30.videos .widget-section-types a:hover {
	color: #46ba37 !important;
}
/**********************************************************/
/** COMMON P SERIES WIDGET STYLES *************************/
/**********************************************************/
.lp-widget.p41,
.lp-widget.p42 {
	width: 300px;
}
.lp-widget.p41 .main-image-wrapper .cs-container,
.lp-widget.p42 .main-image-wrapper .cs-container {
	right: 20px;
	top: 20px;
}
.lp-widget.p41 .p41photo,
.lp-widget.p42 .p42photo {
	float: left;
	width: 135px;
}
.lp-widget.p41 .photo-list,
.lp-widget.p42 .photo-list {
	border-top: 1px solid #cccccc;
	display: table;
	margin-left: 3px;
	padding-top: 5px;
}
.lp-widget.p41 .photo-list .cell,
.lp-widget.p42 .photo-list .cell {
	display: table-cell;
}
.lp-widget.p41 .photo-list .row,
.lp-widget.p42 .photo-list .row {
	display: table-row;
}
.lp-widget.p41 .photo-window,
.lp-widget.p42 .photo-window {
	margin: 0 10px;
}
.lp-widget.p41 .photo-window img,
.lp-widget.p42 .photo-window img {
	padding-top: 10px;
}
.lp-widget.p41 .snipe,
.lp-widget.p42 .snipe {
	line-height: 24px;
	position: absolute;
	z-index: 1;
}
.lp-widget.p41 .super-snipe,
.lp-widget.p42 .super-snipe {
	height: auto;
}
.lp-widget.p41 .text-copy .widget-sub-headline,
.lp-widget.p42 .text-copy .widget-sub-headline {
	margin: 5px 10px;
}
.lp-widget.p41 .widget-sub-headline,
.lp-widget.p42 .widget-sub-headline {
	margin: 5px;
}
.lp-widget.p41 .widget-sub-headline img,
.lp-widget.p42 .widget-sub-headline img {
	border: 2px solid transparent;
	margin: 0;
}
.lp-widget.p41 .widget-sub-headline .image-hover,
.lp-widget.p42 .widget-sub-headline .image-hover {
	height: 134px;
	margin-top: -142px;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	width: 133px;
}
.lp-widget.p41.beauty .widget-sub-headline img:hover,
.lp-widget.p42.beauty .widget-sub-headline img:hover {
	border: 2px solid #a10185;
}
.lp-widget.p41.fashion .widget-sub-headline img:hover,
.lp-widget.p42.fashion .widget-sub-headline img:hover {
	border: 2px solid #ffcc00;
}
.lp-widget.p41.living .widget-sub-headline img:hover,
.lp-widget.p42.living .widget-sub-headline img:hover {
	border: 2px solid #82aefe;
}
.lp-widget.p41.news .widget-sub-headline img:hover,
.lp-widget.p42.news .widget-sub-headline img:hover {
	border: 2px solid #00ecff;
}
.lp-widget.p41.no-background-color .hgroup,
.lp-widget.p42.no-background-color .hgroup {
	padding: 0 10px;
}
.lp-widget.p41.photos .widget-sub-headline img:hover,
.lp-widget.p42.photos .widget-sub-headline img:hover {
	border: 2px solid #ff24d1;
}
.lp-widget.p41.red-carpet .widget-sub-headline img:hover,
.lp-widget.p42.red-carpet .widget-sub-headline img:hover {
	border: 2px solid #ab1f2a;
}
.lp-widget.p41.shows .widget-sub-headline img:hover,
.lp-widget.p42.shows .widget-sub-headline img:hover {
	border: 2px solid #6767cc;
}
.lp-widget.p41.trends .widget-sub-headline img:hover,
.lp-widget.p42.trends .widget-sub-headline img:hover {
	border: 2px solid #ffe600;
}
.lp-widget.p41.tv-scoop .widget-sub-headline img:hover,
.lp-widget.p42.tv-scoop .widget-sub-headline img:hover {
	border: 2px solid #9900ff;
}
.lp-widget.p41.videos .widget-sub-headline img:hover,
.lp-widget.p42.videos .widget-sub-headline img:hover {
	border: 2px solid #46ba37;
}
/**********************************************************/
/** S1 "Social Module" WIDGET STYLES **********************/
/**********************************************************/
.lp-widget.s1 {
	height: 100px;
	overflow: visible; /* Needed to turn on the FB Like Popups. */
	padding: 0;
	z-index: 100 !important; /* Allows the FB Comments Popup-up to overlay the EOL Ads & Skins on /trends & /news/red-carpet pages. */
}
.lp-widget.s1 .content {
	background-color: #111111;
	border: 1px solid #252525;
	width: 100%;
}
.lp-widget.s1 .cs-fb-like {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 5px;
}
.lp-widget.s1 .cs-fb-like .cs-share {
	height: 25px;
}
.lp-widget.s1 .cs-gp,
.lp-widget.s1 .cs-ts {
	margin: 1px 10px 0 0 !important;
}
.lp-widget.s1 .cs-gp .cs-share {
	width: 32px;
	height: 32px;
	background-image: url("/resources/customSocialBar/images/googleplus_circle.png");
}
.lp-widget.s1 .cs-list {
	padding: 0 15px 15px;
	height: 35px;
}
.lp-widget.s1 .cs-seeit {
	margin: 7px 10px 0 0;
}
.lp-widget.s1 .cs-ts .cs-share {
	width: 32px;
	height: 32px;
	background-image: url("/resources/customSocialBar/images/twitter_circle.png");
}
.lp-widget.s1 .sharing-title {
	color: #ffffff;
	font-family: 'Lato', 'Helvetica', Sans-Serif;
	font-size: 34px;
	line-height: 34px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-top: 15px;
	text-align: left;
	text-transform: uppercase;
}
.lp-widget.s1 .social-links {
	float: left;
	margin-left: 2px;
	margin-top: 16px;
	width: 298px;
}
.lp-widget.s1 .social-links li {
	width: auto;
}
.lp-widget.s1 .social-links li#follow-button-socialWidget.twitter {
	margin-left: 5px;
	min-width: 65px;
	width: 65px !important;
}
.lp-widget.s1 .social-links li#tweet-button-socialWidget.twitter {
	margin-left: 0;
	width: 91px;
}
.lp-widget.s1 .social-links li.facebook-like {
	line-height: 20px;
	margin: 0;
	min-width: 85px;
	width: auto;
}
.lp-widget.s1 .social-links li.google-plus {
	margin: 0;
	width: 71px;
}
.lp-widget.s1 .social-links li.see-it {
	width: 47px;
}
.lp-widget.s1 .social-links .facebook-like iframe {
	height: 24px;
	width: 49px;
}
.lp-widget.social-module-color-WHITE .content {
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
}
.lp-widget.social-module-color-WHITE .sharing-title {
	color: #000000;
}
/* Styling Instance Overrides *************/
/******************************************/
.tv-scoop .lp-widget.s1,
.tv-scoop .lp-widget.s1 .content,
.tv-scoop .lp-widget.s1 .social-links.horizontal .fb-like {
	overflow: visible;
}
.tv-scoop .lp-widget.s1 .social-links {
	float: left;
	margin-left: 5px
}
.tv-scoop .lp-widget.s1 .social-links .rss{
	position: absolute;
	top: 20px;
	right: -50px;
}
/**********************************************************/
/** T10 "Celebrity Description" WIDGET STYLES *************/
/**********************************************************/
.lp-widget.t10 .desc-body p {
	padding: 5px 0;
}
.lp-widget.t10 .down-arrow {
	background: url("/resources/widgets/images/T10/down-arrow.jpg") no-repeat;
	bottom: 10px;
	color: #f77b2c;
	cursor: pointer;
	display: none;
	font-size: 31px;
	height: 15px;
	left: 580px;
	position: absolute;
	width: 15px;
}
.lp-widget.t10 .lifespan {
	font-family: 'Lato', 'Helvetica', Sans-Serif;
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.lp-widget.t10 .topic_body {
	background-color: #333333;
	color: #ffffff;
	height: auto;
}
.lp-widget.t10 .topic_content {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	width: 280px;
}
.lp-widget.t10 .topic_content p.birthdate {
	font-family: 'Lato', 'Helvetica', Sans-Serif;
	font-size: 23px;
	padding-top: 5px;
}
.lp-widget.t10 .topic_content p.line {
	border-bottom: 2px solid #707070;
}
.lp-widget.t10 .topic_desc {
	border-bottom: 1px solid #666666;
	font-size: 15px;
	height: auto;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	overflow-y: auto;
}
.lp-widget.t10 .topic_header {
	background-color: #ff8800;
	height: 70px;
}
.lp-widget.t10 .topic_image {
	float: left;
	height: auto;
	margin-left: 10px;
	margin-right: 5px;
	padding-bottom: 15px;
	width: 300px;
}
.lp-widget.t10 .readmore {
	left: 535px;
	position: absolute;
	top: 340px;
}
.lp-widget.t10 .readmore .more {
	color: #f77b2c;
	font-size: 31px;
	left: -15px;
	line-height: 18px;
	position: absolute;
}
.lp-widget.t10 .topic_title {
	background-color: #262626;
	color: #ffffff;
	font-family: "Oswald", "Arial Narrow", Sans-Serif;
	font-size: 58px;
	font-weight: normal;
	height: 70px;
	margin-left: 10px;
	padding-left: 10px;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}
.lp-widget.t10 .topic_widgets {
	background-color: #ffffff;
	color: #ffffff;
	font-family: 'Lato', 'Helvetica', Sans-Serif;
	height: 386px;
	width: 610px;
}
.lp-widget.t10 .up-arrow {
	background: url("/resources/widgets/images/T10/up-arrow.jpg") no-repeat;
	bottom: 30px;
	color: #f77b2c;
	cursor: pointer;
	display: none;
	font-size: 31px;
	height: 15px;
	left: 580px;
	position: absolute;
	width: 15px;
}
/**********************************************************/
/** COMMON V SERIES WIDGET STYLES *************************/
/**********************************************************/
/** V Series Widget Width Styles ***********/
/*******************************************/
/** V11 Widget Styles *********/
/*******************************************/
.lp-widget.v11 .disabled {
	visibility: hidden;
}
/** V1 + V11 WIDGET STYLES *****************/
/*******************************************/
/* Carousel Image ***************/
.lp-widget.v11 li.widget-thumbs .img-wrapper {
	float: left;
	height: 88px;
	overflow: hidden;
	margin: 15px 0 15px 15px;
	position: relative;
	width: 156px;
}
.lp-widget.v11 li.widget-thumbs .text-wrapper {
    width: 114px; 
    margin : 10px 0 0 10px;
}
/* Carousel Text ****************/
.lp-widget.v11 li.widget-thumbs .text-wrapper {
	display: block;
	float: left;
	height: 100px;
}
.lp-widget.v1 li.widget-thumbs .text-wrapper {
		margin: 12px 0 0 10px;
		width: 104px;
	}
/* Duration *********************/
.lp-widget.v11 li.widget-thumbs .duration {
	background: transparent url('/resources/widgets/images/v11/bg-duration.png') no-repeat;
	bottom: 0;
	color: #ffffff;
	display: block;
	height: 20px;
	padding-right: 5px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 49px;
}
.lp-widget.v11 li.widget-thumbs .duration {
		font-family: 'Lato', 'Helvetica', sans-serif;
		font-size: 14px;
		line-height: 20px;
	}
/* Next/Prev ********************/
.lp-widget.v11 .buttons {
	background: #b7b7b7 url('/resources/widgets/images/v11/divider.png') no-repeat 151px top;
}
.lp-widget.v11 .buttons a {
	background-repeat: no-repeat;
	float: left;
	height: 51px;
	text-indent: -99999px;
}
.lp-widget.v11 .buttons a:hover {
	background-color: #5b5b5b;
}
.lp-widget.v11 .buttons a.next {
	background-image: url('/resources/widgets/images/v11/btn-down.png');
	margin-left: 2px;
	width: 148px;
}
.lp-widget.v11 .buttons a.next:hover {
	background-image: url('/resources/widgets/images/v11/btn-down-hover.png');
}
.lp-widget.v11 .buttons a.prev {
	background-image: url('/resources/widgets/images/v11/btn-up.png');
	background-position: -2px 0;
	width: 150px;
}
.lp-widget.v11 .buttons a.prev:hover {
	background-image: url('/resources/widgets/images/v11/btn-up-hover.png');
}
/* Play *************************/
.lp-widget.v11 li.widget-thumbs .play,
.lp-widget.v11 .play {
	display: none;
	left: 0;
	position: absolute;
	text-indent: -99999px;
	top: 0;
}
.lp-widget.v11 li.widget-thumbs .play {
		background: transparent url('/resources/widgets/images/v11/overlay-play.png') no-repeat;
		height: 88px;
		width: 156px;
	}
.lp-widget.v11 .play {
		background: transparent url('/resources/widgets/images/v11/overlay-play-xl.png') no-repeat;
		height: 169px;
		width: 300px;
	}
.no-touch .lp-widget.v11 li.widget-thumbs:hover .play {
	display: block;
}
/**********************************************************/
/** V11 "Video List 300" WIDGET STYLES ********************/
/**********************************************************/
.lp-widget.news .super-snipe.section-type-color,
.lp-widget.photos .super-snipe.section-type-color,
.lp-widget.style .super-snipe.section-type-color,
.lp-widget.trends .super-snipe.section-type-color,
.lp-widget.tv-scoop .super-snipe.section-type-color {
	color: #000000;
}
.lp-widget.news .super-snipe.section-type-color {
		background-color: #03cdff;
	}
.lp-widget.photos .super-snipe.section-type-color {
		background-color: #ff0099;
	}
.lp-widget.style .super-snipe.section-type-color {
		background-color: #ffe600;
	}
.lp-widget.trends .super-snipe.section-type-color {
		background-color: #ffe600;
	}
.lp-widget.tv-scoop .super-snipe.section-type-color {
		background-color: #9900ff;
	}
.lp-widget.red-carpet .super-snipe.section-type-color {
	background-color: #c12c2c;
}
.lp-widget.shows .super-snipe.section-type-color {
	background-color: #9999ff;
}
.lp-widget.videos .super-snipe.section-type-color {
	background-color: #0EA8CC;
}
.lp-widget.v11 {
	border-bottom: none;
	z-index: 1;
}
.lp-widget.v11 .caroufredsel_wrapper {
	height: 356px !important;
}
.lp-widget.v11 .carousel {
	height: 356px;
	overflow: hidden;
}
.lp-widget.v11 .img-wrapper a img {
	left: 0;
	position: absolute;
	top: 0;
}
.lp-widget.v11 .size-2 .caroufredsel_wrapper {
	height: 118px !important;
}
.lp-widget.v11 .size-3 .caroufredsel_wrapper {
	height: 235px !important;
}
.lp-widget.v11 .transparent {
	background-color: #f0f0f0;
}
.lp-widget.v11 .transparent a.title,
.lp-widget.v11 .transparent .widget-titles {
	color: #6a6868;
}
.lp-widget.v11 .transparent .highlight:hover {
	background-color: #e5e5e5;
}
/* Carousel *********************/
.lp-widget.v11 li.widget-thumbs,
.lp-widget.v11 li.widget-thumbs.last {
	display: block;
	height: 118px;
}
.lp-widget.v11 li.widget-thumbs {
		border-bottom: 1px dashed #bfbfbf;
	}
.lp-widget.v11 li.widget-thumbs.last {
		border-bottom: 0;
	}
.lp-widget.v11 .carousel {
	border-top: 1px dashed #bfbfbf;
	padding-bottom: 10px;
	position: relative;
	height: auto;
}
.lp-widget.v11 .carousel.no-top-photo {
	border-top: 0;
}
/* Carousel Text ****************/
.lp-widget.v11 .title {
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 14.67px;
	letter-spacing: .23px;
	line-height: 21.33px;
}
/* Carousel Super Snipe *********/
.lp-widget.v11 .super-snipe {
	background-color: #000000;
	color: #ffffff;
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-size: 26.67px;
	line-height: 53px;
	padding: 0 15px;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}
.lp-widget.v11 .super-snipe.has-image {
	font-size: 0;
	line-height: 0;
	padding: 0;
}
.lp-widget.v11 .super-snipe.has-text {
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-size: 26.67px;
	height: 53px; 
	letter-spacing: 1px;
	line-height: 53px;
	padding: 0 15px;
}
/* Top Photo ********************/
.lp-widget.v11 .top-photo {
	display: block;
	height: auto !important;
}
/* Top Photo Duration ***********/
.lp-widget.v11 .top-photo .duration {
	background: transparent url('/resources/widgets/images/v11/bg-duration-xl.png') no-repeat;
	bottom: 0;
	color: #ffffff;
	display: block;
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 28px;
	font-weight: 300;
	height: 42px;
	letter-spacing: 1.33px;
	line-height: 40px;
	padding-right: 5px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 115px;
}
/* Top Photo Image **************/
.lp-widget.v11 .top-photo .img-wrapper {
	display: block;
	height: 169px;
	overflow: hidden;
	position: relative;
	width: 300px;
}
/* Top Photo Play ***************/
.no-touch .lp-widget.v11 .top-photo:hover .play {
	display: block;
}
/* Top Photo Secondary Title ****/
.lp-widget.v11 .hgroup {
	margin-bottom: 1px;
	padding: 0 0 3px;
}
.lp-widget.v11 hgroup .title-font-size-small,
.lp-widget.v11 hgroup .title-font-size-small a {
	font-size: 38.67px !important;
	line-height: 34.67px !important;
}
/* Top Photo Text ***************/
.lp-widget.v11 .top-photo .text-wrapper {
	display: block;
	padding: 7px 15px;
}
.lp-widget.v11 .top-photo .title a {
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-size: 46px;
	line-height: 41px;
}
/**********************************************************/
/** COMMON X SERIES WIDGET STYLES *************************/
/**********************************************************/
.lp-widget.x1.iframes iframe,
.lp-widget.x2.iframes iframe,
.lp-widget.x3.iframes iframe {
	position: relative;
}
.lp-widget.x1,
.lp-widget.x2,
.lp-widget.x3 {
	margin-bottom: 0;
	overflow: hidden;
	padding-bottom: 10px;
}
.lp-widget.x1.no-ad.no-snipe.no-image #bkg-color-wrap.white,
.lp-widget.x2.no-ad.no-snipe.no-image #bkg-color-wrap.white,
.lp-widget.x3.no-ad.no-snipe.no-image #bkg-color-wrap.white {
	margin-top: 0;
}
/**********************************************************/
/** X2 "HTML" WIDGET STYLES *******************************/
/**********************************************************/
.lp-widget.x2 {
	margin-bottom: 0;
}
.lp-widget.x2 .ad-banner-bkgd {
	width: 608px;
}
/**********************************************************/
/** X3 "HTML" WIDGET STYLES *******************************/
/**********************************************************/
.lp-widget.x3 a {
	display: block;
	line-height: 0.7;
}
.lp-widget.x3 .ad-banner-bkgd {
	width: 918px;
}
/* Because X3 widgets need to be able to set any size of iFrame height & width in the CMS, don't use the following: 
	min-height: 300px; 
	width: 920px; */
.lp-widget.x3.has-border {
	border-color: #838384;
}
/*
 * Trending Bar Widget
 */
.trendingbar {
	background: #000;
	display: block;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-weight: 400;
	height: 50px;
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 1230px;
}
.trendingbar__snipe {
	background: url('/resources/widgets/images/trendingbar/trendingbar-snipe-bg-sprite.png') no-repeat top left;
	display: inline-block;
	float: left;
	height: 50px;
	margin: 0 95px 0 0;
	overflow: hidden;
	width: 186px;
}
/* Alternates controlled by Snipe dropdown in Sage */
.trendingbar__snipe--purple-exclusive { background-position: 0 -50px; }
.trendingbar__snipe--blue-update { background-position: 0 -100px; }
.trendingbar__snipe--red-breaking { background-position: 0 -150px; }
.trendingbar__snipe--orange-trending { background-position: 0 -200px; }
.trendingbar__snipe--yellow-alternate { background-position: 0 -250px; }
.trendingbar__snipe--grey-none { background-position: 0 -300px; }
.trendingbar__snipetext {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 17px 0 0 32px;
	text-transform: uppercase;
}
.trendingbar__items {
	float: left;
	height: 50px;
	width: 949px;
}
.trendingbar__item {
	float: left;
	font-size: 16px;
	height: 32px;
	line-height: 16px;
	margin: 0 60px 0 0;
	padding: 18px 0 0 0;
}
.trendingbar__item:last-child {
	margin: 0;
}
.trendingbar__item .trendingbar__link {
	color: #fff;
	text-decoration: none;
}
.trendingbar__item .trendingbar__link:hover {
	color: #0ea8cc;
}
.trendingbar__items--purple-exclusive .trendingbar__link:hover { color: #990765; }
.trendingbar__items--blue-update .trendingbar__link:hover { color: #3436d9; }
.trendingbar__items--red-breaking .trendingbar__link:hover { color: #d51f18; }
.trendingbar__items--orange-trending .trendingbar__link:hover { color: #eb8513; }
.trendingbar__items--yellow-alternate .trendingbar__link:hover { color: #ebd913; }
.trendingbar__items--grey-none .trendingbar__link:hover { color: #fff; text-decoration: underline; }
.trendingbar__text {
	color: #fff;
}
.glossy .trendingbar {
    width:1260px;
}
.glossy .trendingbar__items {
	width: 979px;
}
/*
 * Top Four Widget
 */
.topfour {
	display: block;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	margin: 0 5px 20px 5px;
	overflow: hidden;
	width: 1220px;
}
.topfour__header {
	overflow: hidden;
	position: relative;
	width: 1220px;
}
.topfour__headerimage {
	margin: 0 0 8px 0;
}
.topfour__headerad {
	left: 708px;
	position: absolute;
	top: 17px;
	width: 88px;
}
.topfour__headeradcopy {
	color: #888888;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.03em;
	text-align: center;
}
.topfour__item {
	float: left;
	margin: 0 20px 0 0;
	transition: all 125ms ease-out;
	-webkit-transition: all 125ms ease-out;
	width: 290px;
}
.topfour__item--last {
	margin: 0;
}
.topfour__imagewrapper {
	border-bottom: 5px solid #169fa4;
	height: 285px;
	overflow: hidden;
	position: relative;
	width: 290px;
}
/* Alternates controlled by Snipe dropdown in Sage */
.topfour__imagewrapper--tiffany-blue-default { border-bottom: 5px solid #0EA8CC;}
.topfour__imagewrapper--purple-exclusive { border-bottom: 5px solid #990765;}
.topfour__imagewrapper--blue-update { border-bottom: 5px solid #3436d9;}
.topfour__imagewrapper--red-breaking { border-bottom: 5px solid #d51f18;}
.topfour__imagewrapper--orange-trending { border-bottom: 5px solid #eb8513;}
.topfour__imagewrapper--yellow-alternate { border-bottom: 5px solid #ebd913;}
.topfour__imagewrapper--grey-none { border-bottom: 5px solid #1a212b;}
.topfour__image {
	height: auto;
	-webkit-transform: scale(1.0);
	        transform: scale(1.0);
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	width: 290px;
}
.topfour__item:hover .topfour__image {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
}
.topfour__itemnumber {
	background: rgb(22, 159, 164);
	background: rgba(22, 159, 164, .8);
	bottom: 5px;
	color: #fff;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 40px;
	font-weight: 900;
	height: 45px;
	line-height: 45px;
	position: absolute;
	right: 5px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .35);
	width: 45px;
}
/* Alternates controlled by Snipe dropdown in Sage */
.topfour__itemnumber--tiffany-blue-default { background-color: #0EA8CC; }
.topfour__itemnumber--purple-exclusive { background: rgb(153, 7, 101); background: rgba(153, 7, 101, .8); }
.topfour__itemnumber--blue-update { background: rgb(52, 54, 217); background: rgba(52, 54, 217, .8); }
.topfour__itemnumber--red-breaking { background: rgb(213, 31, 24); background: rgba(213, 31, 24, .8); }
.topfour__itemnumber--orange-trending { background: rgb(235, 133, 19); background: rgba(235, 133, 19, .8); }
.topfour__itemnumber--yellow-alternate { background: rgb(235, 217, 19); background: rgba(235, 217, 19, .8); }
.topfour__itemnumber--grey-none { background: rgb(26, 33, 43); background: rgba(26, 33, 43, .8); }
.topfour__itemtitlewrapper {
	background: #fafafa;
	border: 1px solid #e1e1e1;
	border-top: none;
	height: 88px;
	overflow: hidden;
	padding: 5px 14px 9px 14px;
	width: 260px;
}
.topfour__item:hover .topfour__itemtitlewrapper {
	background: #e8e8e8;
}
.topfour__itemtitle {
	display: block;
	height: 73px;
	overflow: hidden;
}
.topfour__titlelink {
	color: #000;
	display: block;
	font-size: 20px;
	line-height: 36px;
	text-decoration: none;
}
.topfour__sponsoredby {
	color: #838383;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 600;
}
/* Top4 Glossy */
.top4 * {
	box-sizing:border-box;
}
.top4__item {
	margin-right:20px;
	width:calc(25% - 15px);
}
.top4__item:last-child {
	margin:0;
}
.top4__details {
	position:relative;
	text-align:center;
	padding:14px 10px 10px 10px;
	font-family:'Lato', Arial, sans-serif;
}
.top4__image {
	overflow:hidden;
    background-color: rgb(235, 235, 235);
    height: 533px;
}
.top4__image img {
	display: block;
	width:100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 200ms ease-out;
}
.top4__image:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.top4__count {
	font-family: 'Oswald', Arial, sans-serif;
	background:#fff;
	color:#0ea8cc;
	font-size:36px;
	font-weight:700;
	border-bottom:3px solid #0ea8cc;
	position: absolute;
	top:-50px;
	left:50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width:55px;
	height:70px;
	padding: 5px 0 0 0;
}
a.top4__title {
	color: #4a4a4a;
	display: block;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 32px;
	max-height: 106px;
	overflow: hidden;
	text-decoration: none;
}
.top4__title:hover {
	color:#0ea8cc;
}
.top4__by-line {
	font-size:14px;
	font-weight:900;
    letter-spacing: 1px;
}
.top4__snipe,
.top4__by-line {
	color:#9b9b9b;
	font-style:italic;
	margin:5px 0;
    font-weight: 800;
}
.top4__snipe {
	text-transform: uppercase;
	font-size:12px;
	letter-spacing:2px;
}
/* Featured Story Widget */
.featuredstory {
	display: block;
	height: 380px;
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 1230px;
}
.featuredstory__heroimage {
	float: left;
	height: 380px;
	overflow: hidden;
	position: relative;
	transition: all 125ms ease-out;
	-webkit-transition: all 125ms ease-out;
	width: 920px;
}
.featuredstory__imagelink {
	height: 380px;
	position: absolute;
	width: 920px;
}
.featuredstory__heroimagesrc {
	-webkit-transform: scale(1.0);
	        transform: scale(1.0);
	transition: all 250ms ease-out;
	-webkit-transition: all 250ms ease-out;
}
.featuredstory__heroimage:hover .featuredstory__heroimagesrc {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
}
.featuredstory__herotext {
	border-left: 3px solid #0ea8cc;
	left: 40px;
	padding: 14px 0 13px 10px;
	position: absolute;
	width: 311px;
	top: 104px;
}
/* Alternates controlled by Snipe dropdown in Sage */
.featuredstory__herotext--purple-exclusive { border-left-color: #990765; }
.featuredstory__herotext--blue-update  { border-left-color: #3436d9; }
.featuredstory__herotext--red-breaking { border-left-color: #d51f18; }
.featuredstory__herotext--orange-trending { border-left-color: #eb8513; }
.featuredstory__herotext--yellow-alternate { border-left-color: #ebd913; }
.featuredstory__herotext--grey-none { border-left-color: #1a212b; }
.featuredstory__flag {
	border-top: 9px solid transparent;
	border-right: 9px solid #0ea8cc;
	border-bottom: 9px solid transparent;
	height: 0;
	left: 0;
	margin: -6px 0 0 -2px;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 0;
}
/* Alternates controlled by Snipe dropdown in Sage */
.featuredstory__flag--purple-exclusive { border-right-color: #990765; }
.featuredstory__flag--blue-update  { border-right-color: #3436d9; }
.featuredstory__flag--red-breaking { border-right-color: #d51f18; }
.featuredstory__flag--orange-trending { border-right-color: #eb8513; }
.featuredstory__flag--yellow-alternate { border-right-color: #ebd913; }
.featuredstory__flag--grey-none { border-right-color: #1a212b; }
.featuredstory__snipe {
	background: #0ea8cc;
	color: #fff;
	display: inline-block;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 0 6px 0;
	padding: 0 19px 0 19px;
	text-transform: uppercase;
}
/* Alternates controlled by Snipe dropdown in Sage */
.featuredstory__snipe--tiffany-blue-default { background-color: #0EA8CC; }
.featuredstory__snipe--purple-exclusive { background-color: #990765; }
.featuredstory__snipe--blue-update { background-color: #3436d9; }
.featuredstory__snipe--red-breaking { background-color: #d51f18; }
.featuredstory__snipe--orange-trending { background-color: #eb8513; }
.featuredstory__snipe--yellow-alternate { background-color: #ebd913; }
.featuredstory__snipe--grey-none { background-color: #1a212b; }
.featuredstory__title {
	color: #fff;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 31px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.15em;
	width: 300px;
}
.featuredstory__subtitle {
	color: #fff;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5em;
	margin: 10px 0 0 0;
	width: 300px;
}
.featuredstory__related {
	float: left;
	margin: 0 0 0 10px;
	width: 300px;
}
.featuredstory__relatedtitle {
	background: #f6f6f6;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 3px solid #0ea8cc;
	color: #0ea8cc;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 15px 0 13px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.featuredstory__relatedtitle .featuredstory__flag {
	margin-top: -7px;
}
/* Alternates controlled by Snipe dropdown in Sage */
.featuredstory__relatedtitle--purple-exclusive { border-left-color: #990765; color: #990765; }
.featuredstory__relatedtitle--blue-update  { border-left-color: #3436d9; color: #3436d9; }
.featuredstory__relatedtitle--red-breaking { border-left-color: #d51f18; color: #d51f18; }
.featuredstory__relatedtitle--orange-trending { border-left-color: #eb8513; color: #eb8513; }
.featuredstory__relatedtitle--yellow-alternate { border-left-color: #ebd913; color: #ebd913; }
.featuredstory__relatedtitle--grey-none { border-left-color: #1a212b; color: #1a212b; }
.featuredstory .featuredstory__relateditemtitle {
	color: #585858;
	display: block;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 20px;
	line-height: 1.4em;
	padding: 11px 10px 11px 10px;
	text-decoration: none;
}
.featuredstory__relateditemtitle:hover {
	background: #f2f2f2;
}
/* Hide flags from browsers that don't support CSS transforms (IE8) */
.no-csstransforms .featuredstory__flag {
	display: none;
}
/* Featured Video Widget */
.featuredvideo {
	display: block;
	height: 518px;
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 1230px;
	position: relative;
	left: 0;
	right: 0;
	z-index: 400;
}
.featuredvideo__playerwrapper {
	float: left;
	height: 518px;
	position: relative;
	width: 920px;
}
.featuredvideo__player {
	background: #f2f2f2;
	height: 518px;
	width: 920px;
}
.featuredvideo__herotext {
	border-left: 3px solid #ebd913;
	bottom: 60px;
	display: none;
	left: 35px;
	padding: 13px 0 12px 11px;
	position: absolute;
	width: 245px;
	z-index: 950;
}
.featuredvideo__flag {
	border-top: 9px solid transparent;
	border-right: 9px solid #ebd913;
	border-bottom: 9px solid transparent;
	height: 0;
	left: 0;
	margin: -6px 0 0 -2px;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 0;
}
.featuredvideo__snipe {
	color: #ebd913;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.featuredvideo__title {
	color: #fff;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 36px;
	text-transform: uppercase;
}
.featuredvideo__description {
	color: #fff;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 14px 0 0 0;
}
.featuredvideo__recentvideos {
	float: left;
	margin: 0 0 0 10px;
	width: 295px;
}
.featuredvideo__recentvideowrapper {
	height: 259px;
	transition: all 125ms ease-out;
	-webkit-transition: all 125ms ease-out;
	width: 300px;
}
.featuredvideo__recentvideo {
	margin: 0 0 10px 0;
	padding: 5px;
}
.featuredvideo__recentvideowrapper:hover {
	background: #f2f2f2;
}
.featuredvideo__recentvideothumb {
	height: 163px;
	margin: 0 0 15px 0;
	position: relative;
	overflow: hidden;
	width: 290px;
}
.featuredvideo__recentvideoimg {
	-webkit-transform: scale(1.0);
	        transform: scale(1.0);
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
}
.featuredvideo__recentvideowrapper:hover .featuredvideo__recentvideoimg {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
}
.featuredvideo__playicon {
	background: url('/resources/widgets/images/featuredvideo/play-button-47.png') no-repeat 0 0;
	background-size: 94px 47px;
	height: 47px;
	left: 123px;
	position: absolute;
	top: 59px;
	width: 47px;
	z-index: 1;
}
.featuredvideo__recentvideo:hover .featuredvideo__playicon {
	background: url('/resources/widgets/images/featuredvideo/play-button-47.png') no-repeat -47px 0;
}
@media (min-device-pixel-ratio: 2) {

	.featuredvideo__playicon {
		background-image: url('/resources/widgets/images/featuredvideo/play-button-94.png');
		background-size: 192px 96px;
	}

	.featuredvideo__recentvideo:hover .featuredvideo__playicon {
		background: url('/resources/widgets/images/featuredvideo/play-button-94.png') no-repeat -96px 0;
	}
}
.featuredvideo__recentvideotitle {
	color: #000;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 20px;
	text-decoration: none;
}
.featuredvideo__recentvideolink {
	text-decoration: none;
}
/* Hide flags from browsers that don't support CSS transforms (IE8) */
.no-csstransforms .featuredvideo__flag {
	display: none;
}
/* GLOSSY */
.featured-video {
	font-family:'Lato', Arial, sans-serif;
	padding:0 10px;
}
.featured-video * {
	box-sizing: border-box;
}
.featured-video img {
	width:100%;
	display:block;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 200ms ease-out;
}
.featured-video__breaking {
	margin-bottom: 0;
}
.featured-video__video,
.featured-video__item,
.featured-video__details {
	position:relative;
}
.featured-video__video {
	width:920px;
	overflow: hidden;
}
.featured-video__video img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.featured-video__video:hover img{
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.featured-video__video:hover .featured-video__play-btn svg circle,
.featured-video__thumb:hover .featured-video__play-btn svg circle {
	fill-opacity:1;
	fill : #0EA8CC;
}
.featured-video__details {
	width:340px;
	height:518px;
}
.featured-video__item:first-child {
	margin-right: 60px;
}
.featured-video__item--sm:first-child {
	margin-right:36px;
}
.featured-video__item {
	margin-top: 30px;
	width:calc(50% - 30px);
}
.featured-video__item--sm {
	width: calc(50% - 186px); /* 150px for the 300px ad. + 36px for the margin */
	margin-right: 36px;
}
a.featured-video__link {
	color: #4a4a4a;
	display: block;
	font-size: 24px;
	font-weight: 700;
	max-height: 105px;
	letter-spacing: 0.8px;
	line-height: 34px;
	overflow: hidden;
	text-decoration: none;
}
a.featured-video__title:hover,
a.featured-video__link:hover {
	color:#0ea8cc;
}
.featured-video__thumb-link {
	display:block;
	overflow: hidden;
}
.featured-video__content,
.featured-video__desc {
	padding-top:20px;
}
.featured-video__item--sm .featured-video__content {
	padding-top:10px;
}
a.featured-video__desc {
	font-size:18px;
	color:#9b9b9b;
	line-height:2;
	display:block;
	text-decoration: none;
}
.featured-video__thumb {
	overflow:hidden;
	position: relative;
	height:338px;
}
.featured-video .vilynx_registered .supra-wrapper {
	z-index: 3;
}
.featured-video .vilynx_registered .redirectWrapper .redirectCenter .text {
	font-family: 'Lato', Arial, sans-serif;
}
.featured-video__item--sm .featured-video__thumb {
	height:250px;
}
.featured-video__thumb:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.featured-video__play-btn {
	width:65px;
	height:65px;
	position:absolute;
	bottom:30px;
	right:40px;
	cursor: pointer;
	z-index: 10;
}
.featured-video__item--sm .featured-video__play-btn {
	bottom:10px;
	right:20px;
}
.featured-video__by-line {
	font-size:18px;
	margin-top:20px;
    float: left;
    margin-right: 10px;
    line-height: 1px;
}
a.featured-video__title {
	font-size:36px;
	letter-spacing:1px;
	line-height:34px;
	text-decoration: none;
	color:#4a4a4a;
}
.featured-video__breaking-content {
	position: absolute;
	background:#fff;
	z-index:1000;
	width:360px;
	right:-20px;
	top:50%;
	-webkit-transform: translateY(-51%);
	        transform: translateY(-51%);
	padding:38px 30px 38px 20px;	
	text-align:right;
	transition:right linear 0.09s;
	overflow:hidden;
}
.featured-video__video-player {
	opacity:0;
}
.featured-video__video-player:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.featured-video__breaking--active .featured-video__video-player {
	opacity:1;
}
.featured-video__breaking--active .featured-video__breaking-content {
	right:0;
}
.featured-video__snipe {
	font-size:14px;
	letter-spacing:3px;
	position:relative;
	padding-right:92px;
	margin-bottom:20px;
	font-weight: 900;
	text-align: right;
}
.featured-video__snipe:after {
	content : '';
	position:absolute;
	width:82px;
	height:3px;
	right:0;
	top:49%;
	background-color:#0ea8cc;
}
.featured-video__ad {
	margin-top: 30px;
}
/* Livestream Player Widget */
.livestream {
	display: block;
	height: 518px;
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
	width: 1230px;
}
.livestream__player {
	float: left;
	height: 518px;
	width: 920px;
}
.livestream__relateditem {
	float: left;
	height: 518px;
	margin: 0 0 0 10px;
	overflow: hidden;
	position: relative;
	width: 320px;
}
.livestream__ad {
	position: absolute;
	bottom:110px;
	left:0;
	width:100%;
	text-align: center;
	visibility: hidden;
}
.livestream__ad .mps-slot {
	margin:0 auto;
	width:120px;
}
.livestream__presented-by {
	color:#a8abae;
	font-size:14px;
	font-weight:800;
}
.glossy .livestream {
	width: 1260px;
}
.glossy .livestream__relateditem {
	margin: 0 0 0 20px;
}
.glossy .livestream__relateditem {
	width: 320px;
}
/* Large Teaser Widget */
.largeteaser {
	display: block;
	overflow: hidden;
	margin: 0 0 20px 0;
	min-height: 380px;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all 125ms ease-out;
	-webkit-transition: all 125ms ease-out;
	width: 1230px;
}
.largeteaser__heroimage {
	opacity: 1.0;
	-webkit-transform: scale(1.0);
	        transform: scale(1.0);
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	width: 1230px;
}
.largeteaser:hover .largeteaser__heroimage {
	opacity: 0.9;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
}
.largeteaser__herotext {
	border-left: 3px solid #0ea8cc;
	left: 33px;
	position: absolute;
	padding: 7px 0 13px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 230px;
}
/* Alternates controlled by Snipe dropdown in Sage */
.largeteaser__herotext--purple-exclusive { border-left-color: #990765; }
.largeteaser__herotext--blue-update { border-left-color: #3436d9; }
.largeteaser__herotext--red-breaking { border-left-color: #d51f18; }
.largeteaser__herotext--orange-trending { border-left-color: #eb8513; }
.largeteaser__herotext--yellow-alternate { border-left-color: #ebd913; }
.largeteaser__herotext--grey-none { border-left-color: #1a212b; }
.largeteaser__flag {
	border-top: 9px solid transparent;
	border-right: 9px solid #0ea8cc;
	border-bottom: 9px solid transparent;
	height: 0;
	left: 0;
	margin: -6px 0 0 -2px;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 0;
}
/* Alternates controlled by Snipe dropdown in Sage */
.largeteaser__flag--purple-exclusive { border-right-color: #990765; }
.largeteaser__flag--blue-update { border-right-color: #3436d9; }
.largeteaser__flag--red-breaking { border-right-color: #d51f18; }
.largeteaser__flag--orange-trending { border-right-color: #eb8513; }
.largeteaser__flag--yellow-alternate { border-right-color: #ebd913; }
.largeteaser__flag--grey-none { border-right-color: #1a212b; }
.largeteaser__snipe {
	color: #0ea8cc;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 0 0 2px;
	text-transform: uppercase;
}
/* Alternates controlled by Snipe dropdown in Sage */
.largeteaser__snipe--purple-exclusive { color: #990765; }
.largeteaser__snipe--blue-update { color: #3436d9; }
.largeteaser__snipe--red-breaking { color: #d51f18; }
.largeteaser__snipe--orange-trending { color: #eb8513; }
.largeteaser__snipe--yellow-alternate { color: #ebd913; }
.largeteaser__snipe--grey-none { color: #1a212b; }
.largeteaser__title {
	color: #fff;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 30px;
	margin: 14px 0 18px 0;
	text-transform: uppercase;
}
.largeteaser__subtitle {
	color: #fff;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 22px;
}
.largeteaser__ad {
	margin: 18px 0 0 0;
}
.largeteaser__adcaption {
	color: #c9c9c9;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 16px;
	font-weight: 900;
	margin: 0 0 5px 0;
}
.largeteaser__adwrapper {
	height: 60px;
	width: 120px;
}
/* Required non-BEM specificity to override link styling */
.largeteaser__herotext a {
	text-decoration: none;
}
/* Hide flags from browsers that don't support CSS transforms (IE8) */
.no-csstransforms .largeteaser__flag {
	display: none;
}
/* Position hero text from the top for browsers that don't support CSS transforms (IE8) */
.no-csstransforms .largeteaser__herotext {
	top: 80px;
}
.large-teaser__image {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.large-teaser__image .image--full {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 200ms ease-out;
}
.large-teaser__image .image--full:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
a.large-teaser__title:hover {
    color:#0ea8cc;
}
.large-teaser__main {
    background-color: white;
    padding: 26px 0 0 26px;
    margin: -80px 0 0 40px;
    width: 1134px;
    position:relative;
}
.large-teaser__content {
    border-left: 5px solid #0ea8cc;
    padding: 15px 20px 16px 32px;
    position: relative;
}
.large-teaser__title:before {
    border-top: 9px solid transparent;
    border-right: 9px solid #0EA8CC;
    border-bottom: 9px solid transparent;
    color: #000000;
    content: '';
    height: 0;
    left: 0;
    margin: -6px 0 0 -2px;
    position: absolute;
    top: 0;
        -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0;
}
.large-teaser__snipe {
    font-family:'Lato', Arial, sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #9b9b9b;
    font-size: 1.1rem;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.large-teaser__ad {
    margin-top: 15px;
}
.large-teaser__adcaption {
    font-family:'Lato', Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #9b9b9b;
    font-size: 1.33rem;
    letter-spacing: 3px;
    float: left;
    margin-right: 8px;
    line-height: 1.6;
    
}
.large-teaser__title:link,
.large-teaser__title:visited,
.large-teaser__title:hover,
.large-teaser__title:active {
    color: #2f2f2f;
    display: block;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 1.4;
    max-height: 155px;
    overflow: hidden;
    text-decoration: none;
}
/* Embedded Frame Widget */
.embeddedframe {
	display: block;
	overflow: hidden;
	width: 1260px;
}
.embeddedframe iframe {
	display: block; /* Fixes extra 3px margin issue */
}
.doubleteaser {
	color: #000;
	display: block;
	height: 470px;
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 1230px;
	color:#000;
}
.doubleteaser__item {
	float: left;
	overflow: hidden;
	position: relative;
	padding: 5px;
	transition: all 125ms ease-out;
	-webkit-transition: all 125ms ease-out;
	width: 600px;
}
.doubleteaser__griditembadgeimage {
	float: left;
	height: 20px;
	margin: 0 0 0 5px;
	overflow: hidden;
	width: 100px; 
}
.doubleteaser__griditembadgetext {
	color: #8d8d8d;
	float: left;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: 900;
	margin: 0 0 0 5px;
	text-transform: uppercase;
}
.doubleteaser__item:last-child {
	float: right;
}
.doubleteaser__item:hover {
	background-color: #f2f2f2;
}
.doubleteaser_image {
	width: 600px;
	height: 333px;
	padding-bottom: 14px;
}
.doubleteaser__title {
	display: block;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 28px;
	height: 40px;
	margin: 4px 0 3px 0;
    overflow: hidden;
    text-decoration: none;
    width: 600px;
}
.doubleteaser__subtitle {
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #838383;
    height: 19px;
    overflow: hidden;
}
.doubleteaser__timestamp {
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-weight: 700;
	font-size: 12px;
	margin-top: 11px;
	color: #c4c4c4;
}
.doubleteaser__timestamp {
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 11px;
	color: #c4c4c4;
}
.doubleteaser__snipe {
	background: #ebd913;
	color: #fff;
	display: inline-block;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 0 6px 0;
	padding: 0 19px 0 19px;
	text-transform: uppercase;
}
.doubleteaser__snipe--tiffany-blue-default { background-color: #0EA8CC; }
.doubleteaser__snipe--purple-exclusive { background-color: #990765; }
.doubleteaser__snipe--blue-update { background-color: #3436d9; }
.doubleteaser__snipe--red-breaking { background-color: #d51f18; }
.doubleteaser__snipe--orange-trending { background-color: #eb8513; }
.doubleteaser__snipe--yellow-alternate { background-color: #169fa4; }
.doubleteaser__snipe--grey-none { background-color: #1a212b; }
.doubleteaser__herotext {
	padding: 5px 0 0 5px;
	position: absolute;
}
.doubleteaser__adcaption, .doubleteaser__griditembrandedcontent {
	display: inline-block;
	float: right;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 14px;
	color: #c4c4c4;
	font-weight: 700;
	margin-right: 100px;
}
.doubleteaser__gradient {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, .69) 100%);
	height: 6rem;
}
.doubleteaser__photosicon {
	float: right;
	padding: 5px;
	position: absolute;
	right: 14px;
	top: 302px;
}
.doubleteaser__badge {
	display: inline-block;
}
.doubleteaser__backgroundimage {
	height: 338px;
	overflow: hidden;
	position: absolute;
	width: 600px;
}
.doubleteaser__backgroundimagesrc {
	-webkit-transform: scale(1.0);
	        transform: scale(1.0);
	transition: all 250ms ease-out;
	-webkit-transition: all 250ms ease-out;
}
.doubleteaser__item:hover .doubleteaser__backgroundimagesrc {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
}
.doubleteaser__adwrapper {
	height: 31px;
	width: 88px;
	margin-top: -22px;
	overflow: hidden;
}
.doubleteaser__adkeyword {
	position: absolute;
	right: 0;
}
.double-teaser__item--left-aligned:first-child,
.double-teaser__item--right-aligned:first-child {
    margin-bottom: 30px;
}
.double-teaser__image {
	width: 600px;
	height: 450px;
}
.double-teaser__background-image {
	width: 600px;
	height: 450px;
	overflow: hidden;
	position: absolute;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 200ms ease-out;
}
.double-teaser__title:link,
.double-teaser__title:visited,
.double-teaser__title:active {
	color: #4a4a4a;
	display: block;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 36px;
	font-weight: 600;
	max-height: 140px;
	letter-spacing: 1.1px;
	margin-bottom: 30px;
	overflow: hidden;
	text-decoration: none;
}
.double-teaser__backgroundimagesrc {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 200ms ease-out;
}
.double-teaser__backgroundimagesrc:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.double-teaser__title:hover {
    color: #0ea8cc;
}
.double-teaser__author {
    display: block;
    margin-bottom: 30px;
    color: #9b9b9b;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: 600;
    font-family: 'Lato', Arial, sans-serif;
}
.double-teaser__author--right-aligned {
    text-align: right;
}
.double-teaser__item:active .double-teaser__adcaption {
    color: #4a4a4a;
}
.double-teaser__item::after {
    content: "";
    clear: both;
    display: block;
}
.double-teaser__griditembadgetext {
    color: #9b9b9b;
    font-size: 18px;
    font-family: 'Lato', Arial, sans-serif;
    letter-spacing: 0.4px;
    font-weight: 800;
}
.double-teaser__adcaption {
    color: #9b9b9b;
    font-size: 18px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
    line-height: 1.7;
}
.widget-snipe--glossy {
    color: #9b9b9b;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 3.4px;
    position: relative;
}
.widget-snipe--glossy::after {
    content: "";
    height: 3px;
    width: 82px;
    background-color: #0ea8cc;
    position: absolute;
    margin-left: 14px;
    top: 6px;
}
/*layout specific*/
.double-teaser_image--left-aligned {
    float: left;
    margin-right: 60px;
}
.double-teaser_image--right-aligned {
    float: right;
    margin: 0 0 0 60px;
}
.double-teaser_image--stacked {
    margin-bottom: 20px;
}
.double-teaser__griditembadgetext--right-aligned,
.double-teaser__title--right-aligned {
    text-align: right;
}
.double-teaser__item--left-aligned {
    padding-right: 126px;
}
.double-teaser__item--right-aligned {
    padding-left: 126px;
}
.double-teaser__adcaption--left-aligned {
    float:left;
    margin-right: 10px;
}
.double-teaser__adcaption--right-aligned,
.double-teaser__adkeyword--right-aligned {
    text-align: right;
}
.double-teaser__adkeyword--right-aligned {
    margin-top: -30px;
}
.double-teaser__adcaption--right-aligned {
    padding-right: 98px;
}
.widget-snipe--glossy--right-aligned {
    text-align: right;
    padding-right: 96px;
}
.double-teaser__item--stacked {
    float: left;
    width: 600px;
}
.double-teaser__item--stacked:first-child {
    margin-right: 60px;
}
.double-teaser__main {
    width: 540px;
}
.double-teaser__main--left-aligned,
.double-teaser__main--right-aligned {
    height: 445px;
    vertical-align: middle;
    display: table-cell;
}
.double-teaser__main--stacked {
    margin-left: 20px;
}
.double-teaser__badgekey--left-aligned, 
.double-teaser__badgekey--right-aligned {
    margin-bottom: 30px;
}
.double-teaser__badgekey--stacked {
    margin-bottom: 20px;
}
.double-teaser__title--stacked {
    width: 560px;
}
.double-teaser__adcaption--stacked {
    float: left;
    margin-right: 10px;
}
.double-teaser__collection--stacked::after {
    content: "";
    clear: both;
    display: block;
}
/* Category Feed Widget */
.categorygrid {
	display: block;
	margin: 0 0 20px 0;
	width: 1230px;
}
.categorygrid__gridwrapper {
	float: left;
	width: 940px;
}
.categorygrid__grid {
	width: 940px;
}
.categorygrid__gridrow {
	height: 438px;
}
.categorygrid__gridrow--pushleft {
	margin: 0 0 0 310px;
	position: relative;
}
.categorygrid__griditem {
	display: inline-block;
	float: left;
	height: 438px;
	margin: 0 9px 5px 0;
	overflow: hidden;
	transition: all 125ms ease-out;
	-webkit-transition: all 125ms ease-out;
	width: 300px;
}
.categorygrid__griditem--tall {
	height: 876px;
}
.categorygrid__griditem:hover {
	background: #f2f2f2;
}
.categorygrid__gridimagewrapper {
	height: 290px;
	margin: 5px 0 0 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 290px;
}
.categorygrid__gridimagewrapper--tall {
	height: 732px;
}
.categorygrid__gridimage {
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
}
.categorygrid__griditem:hover .categorygrid__gridimage {
	transform: scale(1.02) rotate(.00001deg);
	-ms-transform: scale(1.02);
	-moz-transform: scale(1.02) rotate(.00001deg);
	-webkit-transform: scale(1.02);
}
.categorygrid__snipe {
	background: #0ea8cc;
	color: #fff;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 13px;
	font-weight: 700;
	left: 5px;
	letter-spacing: 0.05em;
	padding: 0 19px 0 19px;
	position: absolute;
	text-transform: uppercase;
	top: 5px;
}
/* Controlled by Snipe dropdown value in Sage CCD */
.categorygrid__snipe--purple-exclusive {background: #990765;}
.categorygrid__snipe--blue-update {background: #3436d9;}
.categorygrid__snipe--red-breaking {background: #d51f18;}
.categorygrid__snipe--orange-trending {background: #eb8513;}
.categorygrid__snipe--yellow-alternate {background: #ebd913;}
.categorygrid__snipe--grey-none {background: #1a212b;}
.categorygrid__galleryicon {
	bottom: 7px;
	color: #fff;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: 900;
	padding: 5px;
	position: absolute;
	right: 7px;
	text-align: right;
}
.categorygrid__galleryiconimage {
	vertical-align: middle;
}
.categorygrid__gradient {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .69) 100%);
	height: 6rem;
}
.categorygrid__griditem--tall .categorygrid__gradient {
	height:20rem;
}
.categorygrid__griditemtext {
	margin: 0 0 0 5px;
}
.categorygrid__griditembadgeimage {
	float: left;
	height: 20px;
	margin: 15px 0 0 5px;
	overflow: hidden;
	width: 100px;
}
.categorygrid__griditembadgetext {
	color: #8d8d8d;
	float: left;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: 900;
	margin: 15px 0 0 5px;
	text-transform: uppercase;
}
.categorygrid__griditemad {
	float: right;
	margin: 5px 5px 0 0;
}
.categorygrid__griditemadcaption {
	color: #8d8d8d;
	display: inline-block;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 3px 0 0 0;
	vertical-align: middle;
}
.categorygrid_griditemadwrapper {
	display: inline-block;
	height: 31px;
	overflow: hidden;
	vertical-align: middle;
	width: 88px;
}
.categorygrid__griditembrandedcontent {
	color: #8d8d8d;
	float: right;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 15px 10px 0 0;
}
.categorygrid__griditemtitle {
	color: #000;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 5px 0 0 5px;
	width: 290px;
}
.categorygrid__griditemtitlelink {
	display: block;
	height: 145px;
	text-decoration: none;
	transition: all 75ms ease-out;
}
.categorygrid__griditem:hover .categorygrid__griditemtitlelink {
	color: #4c4c4c;
}
.categorygrid__griditemtimestamp {
	color: #9a9a9a;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 7px 0 0 5px;	
}
.categorygrid .categorygrid__morebutton {
	border: 2px solid #0ea8cc;
	border-radius: 5px;
	color: #0ea8cc;
	display: block;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 35px auto 0 auto;
	padding: 15px 0 15px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 75ms ease-out;
	width: 800px;
}
.categorygrid .categorygrid__morebutton:hover {
	background: #0ea8cc;
	color: #fff;
}
/* Controlled by Color Dropdown value in Sage CCD */
.categorygrid .categorygrid__morebutton--purple-exclusive {border-color: #990765; color: #990765;}
.categorygrid .categorygrid__morebutton--purple-exclusive:hover {background: #990765;}
.categorygrid .categorygrid__morebutton--blue-update {border-color: #3436d9; color: #3436d9;}
.categorygrid .categorygrid__morebutton--blue-update:hover {background: #3436d9;}
.categorygrid .categorygrid__morebutton--red-breaking {border-color: #d51f18; color: #d51f18;}
.categorygrid .categorygrid__morebutton--red-breaking:hover {background: #d51f18;}
.categorygrid .categorygrid__morebutton--orange-trending {border-color: #eb8513; color: #eb8513;}
.categorygrid .categorygrid__morebutton--orange-trending:hover {background: #eb8513;}
.categorygrid .categorygrid__morebutton--yellow-alternate {border-color: #ebd913; color: #ebd913;}
.categorygrid .categorygrid__morebutton--yellow-alternate:hover {background: #ebd913;}
.categorygrid .categorygrid__morebutton--grey-none {border-color: #1a212b; color: #1a212b;}
.categorygrid .categorygrid__morebutton--grey-none:hover {background: #1a212b;}
.categorygrid__list {
	float: left;
	height: 1867px;
	margin: 0 0 0 -10px;
	overflow: hidden;
	width: 300px;
}
.categorygrid__boxadwrapper {
	margin: 5px 0 20px 0;
}
.categorygrid__listtitle {
	background: #f6f6f6;
	border: 1px solid #dddddd;
	border-bottom: none;
	color: #0ea8cc;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 5px 0 0 0;
	padding: 20px 0 20px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
/* Controlled by Color Dropdown value in Sage CCD */
.categorygrid__listtitle--purple-exclusive {color: #990765;}
.categorygrid__listtitle--blue-update {color: #3436d9;}
.categorygrid__listtitle--red-breaking {color: #d51f18;}
.categorygrid__listtitle--orange-trending {color: #eb8513;}
.categorygrid__listtitle--yellow-alternate {color: #ebd913;}
.categorygrid__listtitle--grey-none {color: #1a212b;}
.categorygrid__listtitleaccent {
	background: #0ea8cc;
	bottom: 0;
	height: 6px;
	left: 110px;
	position: absolute;
	width: 77px;
}
/* Controlled by Color Dropdown value in Sage CCD */
.categorygrid__listtitleaccent--purple-exclusive {background: #990765;}
.categorygrid__listtitleaccent--blue-update {background: #3436d9;}
.categorygrid__listtitleaccent--red-breaking {background: #d51f18;}
.categorygrid__listtitleaccent--orange-trending {background: #eb8513;}
.categorygrid__listtitleaccent--yellow-alternate {background: #ebd913;}
.categorygrid__listtitleaccent--grey-none {background: #1a212b;}
.categorygrid .categorygrid__listitemlink {
	border-bottom: 1px solid #e8e8e8;
	color: #585858;
	display: block;
	font-family: 'Oswald', 'Helvetica', sans-serif;
	font-size: 20px;
	margin: 0;
	padding: 22px 12px 22px 12px;
	text-decoration: none;
	transition: all 75ms ease-out;
}
.categorygrid .categorygrid__listitemlink:hover {
	background: #f2f2f2;
	color: #313131;
}
.categorygrid__listtemtimestamp {
	color: #9a9a9a;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 7px 0 0 0;
}
.categorygrid__listtemtimestamp:empty {
	display: none;
}
/* Add a border to the dynamically inserted mps slot */
.categorygrid__listitem .mps-sharethrough .mps-slot {
	border-bottom: 1px solid #e8e8e8;
}
/* Content Grid CSS */
/* CSS animation for items to subtly fade in after 'More' button click */
@-webkit-keyframes content-grid--fade-in {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes content-grid--fade-in {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
/* Base for an individual grid item */
.content-grid__grid-item {
	display: block;
	float: left;
	height: 225px;
	margin: 30px 42px 0 0;
	overflow: hidden;
	width: 588px;
}
.content-grid__grid-item--first-row {
	margin-top: 0;
}
/* Hide grid items not visible on page load before 'More' button click */
.content-grid__grid-item--hidden {
	display: none;
}
/* Use CSS animation for subtle fade in after 'More' button click */
.content-grid__grid-item--fade-in {
	-webkit-animation-name: content-grid--fade-in;
	        animation-name: content-grid--fade-in;
	-webkit-animation-duration: 250ms;
	        animation-duration: 250ms;
}
/* Drop right margin for grid items on the right side of the grid, extend width to use extra space */
.content-grid__grid-item:nth-child(even) {
	margin-right: 0;
	width: 620px;
}
/* Use extra space inside of right-side grid items to make grid item text area wider */
.content-grid__grid-item:nth-child(even) .content-grid__grid-item-text {
	width: 295px;
}
/* Thumbnail container - mask thumbnails from bottom so grid images appear uniform */
.content-grid__grid-image-wrapper {
	background: rgb(235, 235, 235);
	box-sizing: border-box;
	float: left;
	height: 225px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: all 125ms ease-out;
	width: 300px;
}
/* Make grid thumbnail image clickable even if an image doesn't load */
.content-grid__grid-item-image-link {
	display: block;
	height: 225px;
	width: 300px;
	position: relative;
	overflow:hidden;
}
.content-grid__thumb {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 200ms ease-out;
}
.content-grid__grid-image-wrapper:hover .content-grid__thumb {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
/* Icon for grid items that link to a photo gallery */
.content-grid__gallery-icon {
	background: url('/resources/widgets/images/contentgrid/galleryicon.png') 0 0 no-repeat;
	background-size:contain;
	display: block;
	width:30px;
	height: 24px;
	position: absolute;
	bottom: 14px;
	right: 16px;
}
/* Container for grid item text - title, author name, branded content, etc */
.content-grid__grid-item-text {
	display: table;
	float: left;
	font-family: 'Lato', Arial, sans-serif;
	height: 225px;
	margin: 0 0 0 24px;
	width: 264px;
}
/* Vertically middle align grid item text */
.content-grid__grid-item-text-wrap {
	display: table-cell;
	vertical-align: middle;
}
/* Content type text */
.content-grid__grid-item-badge-text {
	color: #9b9b9b;
	font-size: 14px;
	margin: 0 0 20px 0;
	letter-spacing: 0.4px;
}
/* Grid item title wrapper */
.content-grid__grid-item-title {
	margin: 0 0 20px 0;
	overflow:hidden;
	max-height:125px;
}
.content-grid__secondary-text {
	color: #9b9b9b;
}
/* Link wrapping the grid item title */
.content-grid__grid-item-title a {
	color: #4a4a4a;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	transition: all 125ms ease-out;
	letter-spacing: 0.8px;
}
/* Subtly fade to color on title link hover */
.content-grid__grid-item-title:hover a {
	color: #0ea8cc;
}
.content-grid__grid-item-title:hover + .content-grid__secondary-text {
	color: #4a4a4a;
}
/* Container for 88x31 grid item ads - fixed height to prevent reflow on ad request */
.content-grid__grid-item-ad {
	height: 31px;
}
/* Ad caption such as 'Presented by' */
.content-grid__grid-item-ad-caption {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	height: 31px;
	margin: 5px 10px 0 0;
	vertical-align: top;
	letter-spacing:0.6px;
}
/* Ad unit container that wraps MPS slot */
.content-grid__grid-item-ad-wrapper {
	display: inline-block;
	height: 31px;
	overflow: hidden;
	width: 88px;
}
/* Branded content byline to show when grid item contains sponsored content */
.content-grid__grid-item-branded-content {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}
/* Author byline in a grid item */
.content-grid__grid-item-author-name {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.4px;
}
/* Large 'More' button that optionally appears at the bottom of the Content Grid */
.content-grid__more-button {
	background: #0ea8cc;
	border: 3px solid #0ea8cc;
	border-radius: 8px;
	box-sizing: border-box;
	display: block;
	font-size: 24px;
	height: 75px;
	text-align: center;
	text-decoration: none;
	transition: all 125ms ease-out;
	width: 1260px;
	letter-spacing: 0.8px;
	margin-top: 30px;
}
/* Hover state for 'More' button */
.content-grid__more-button:hover {
	background: #fff;
}
/* Text container for 'More' button caption */
.content-grid__more-button span {
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 20px 0 0 0;
	transition: all 125ms ease-out;
}
/* Hover state for button text */
.content-grid__more-button:hover span {
	color: #0ea8cc;
}
.content-grid__play-btn {
	position:absolute;
	bottom:16px;
	right:16px;
	width:50px;
	height:50px;
}
.content-grid__grid-image-wrapper:hover svg circle {
	fill-opacity:1;
	fill : #0EA8CC;
}
.dual-tune-in-widget::after {
    content: "";
    clear: both;
    display: block;
}
.dual-tune-in__item {
    width: 600px;
    float: left;
}
.dual-tune-in__item--0 {
    margin-right: 60px;
}
.dual-tune-in__image,
.dual-tune-in__image img {
    overflow:hidden;
    display: block;
}
.dual-tune-in__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 200ms ease-out;
}
.dual-tune-in__image:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.dual-tune-in__content {
    width: 580px;
    margin: 10px auto 0 auto;
}
.dual-tune-in__title--no-link,
.dual-tune-in__subtitle--no-link,
.dual-tune-in__link:link,
.dual-tune-in__link:visited,
.dual-tune-in__link:active {
    text-decoration: none;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 1.1px;
    line-height: 48px;
}
.dual-tune-in__title {
    color: #4a4a4a;
}
.dual-tune-in__subtitle {
    color: #9b9b9b;
}
.dual-tune-in__link:hover .dual-tune-in__title {
    color: #0ea8cc;
}
.dual-tune-in__link:hover .dual-tune-in__subtitle {
    color: #4a4a4a;
}
/**********************************************************/
/** TUNE IN WIDGET STYLES *********************************/
/**********************************************************/
.tune-in {
	font-size: 0;
	height: auto;
	margin: 0 0 20px;
	overflow: hidden;
	width: 1220px;
}
.tune-in__image {
	height: auto;
	width: 100%;
	opacity: 1.0;
	transition: all 300ms ease-out;
}
.tune-in__image:hover {
	background: #ffffff;
	opacity: .8;
	transition: all 300ms ease-out;
}
.tunein__image {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 200ms ease-out;
}
.tunein__link:link {
    text-decoration: none;
}
.tunein__show-title,
.tunein__time {
    display: inline;
}
.tunein__show-title {
    color: #4a4a4a;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 1.1px;
    text-decoration: none;
    margin-right: 10px;
}
.tunein__time {
    color: #9b9b9b;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 1.1px;
    text-decoration: none;
}
.tunein__details--hover:hover .tunein__show-title {
    color: #0ea8cc;
}
.tunein__details--hover:hover .tunein__time {
    color: #4a4a4a;
}
.tunein__background-image {
    width: 1260px;
    height: 250px;
    margin-bottom: 20px;
	overflow: hidden;
}
.tunein__image:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
/* videoplaylist widget */
.videoplaylist__container {
	clear:both;
}
.videoplaylist__video-container {
	width:920px;
	margin-right:12px;
	overflow:hidden;
}
.videoplaylist__title-img {
	height:100%;
	margin:0 auto;
}
.videoplaylist__ad {
	color:#9b9b9b;
	margin:-10px 0 20px;
	height:60px;
}
.videoplaylist__adcaption {
	color:#9b9b9b;
	font-style:italic;
	font-weight:700;
	font-size:18px;
	line-height:60px;
	margin-right:10px;
}
.videoplaylist__ad-img {
	height:60px;
	width:120px;
}
.videoplaylist__main-video,
.videoplaylist .tpPlayer {
	position:relative;
	width:920px;
	height:518px;
}
.videoplaylist__preloader {
	width:100%;
	height:517px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}
.video-loader--no-autoplay {
	display:none;
}
.videoplaylist__playbtn {
	display:block;
	position:absolute;
	height:517px;
	width:100%;
	top:0;
	background: url('/resources/widgets/images/featuredvideo/play-button-gradient.png') no-repeat;
}
.videoplaylist__main-img-wrapper {
	background-color:#fff;
	overflow:hidden;
	width:100%;
	height:100%;
}
.videoplaylist__main-img {
	width:100%;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	        filter: blur(10px);
}
.videoplaylist__main-img--no-autoplay {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	-webkit-filter: blur(0);
	        filter: blur(0);
}
.videoplaylist__footer {
	padding-top:12px;
	display:none;
	max-height:90px;
	overflow:hidden;
}
.videoplaylist__footer--no-autoplay {
	display: block;
}
.videoplaylist__main-title {
	font:700 32px/100% 'Lato', Arial, sans-serif;
	color:#4a4a4a;
	height:44px;
	overflow:hidden;
}
.videoplaylist__main-description {
	font:700 18px 'Lato', Arial, sans-serif;
	color:#9b9b9b;
}
.videoplaylist__sidebar {
	width:328px;
	min-height:517px;
	position: relative;
}
.videoplaylist--loading {
	opacity:.1
}
.videoplaylist__header-title {
	font-size:18px;
	line-height:28px;
	height:28px;
	overflow:hidden;
	color:#f1555f;
}
.videoplaylist__sidebar-overlay {
	background: red;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, .7) 74%,rgba(255, 255, 255, .9) 100%);
	width: 100%;
	height: 75px;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.videoplaylist__list-buffer {
	width: 100%;
	height: 75px;
}
.videoplaylist__up-next {
	font:700 italic 36px/27px 'Lato', Arial, sans-serif;
	color:#9b9b9b;
	margin-bottom:27px;
}
.videoplaylist__list {
	height:558px;
	overflow-y:scroll;
	overflow-x:hidden;
	display:none;
	position:relative;
}
.videoplaylist__list--no-autoplay {
	display: block;
}
.videoplaylist__list-item {
	display:block;
	clear:both;
	padding-right:12px;
	padding-bottom:30px;
	text-decoration:none;
	outline:none;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.videoplaylist__list-item:last-child {
	padding-bottom:0;
}
.videoplaylist__list-item:hover .videoplaylist__thumbnail {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.videoplaylist__play-btn {
	display:none;
	position:absolute;
	bottom:5px;
	right:5px;
	width:25px;
	height:25px;
}
.videoplaylist__list-item:hover .videoplaylist__play-btn,
.videoplaylist__list-item--active .videoplaylist__play-btn {
	display:block;
}
.videoplaylist__list-item--active .videoplaylist__play-btn svg circle {
	fill-opacity:1;
	fill:#0ea8cc;
}
.videoplaylist__thumbnail-wrapper {
	position:relative;
	overflow:hidden;
	width:120px;
	height:68px;
	float:left;
	-webkit-flex:0 0 120px;
	    -ms-flex:0 0 120px;
	        flex:0 0 120px;
}
.videoplaylist__thumbnail {
	display:block;
	width:100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 200ms ease-out;
}
.videoplaylist__title {
	color:#4a4a4a;
	font:700 15px/22px 'Lato', Arial, sans-serif;
	padding-left:12px;
	max-height:68px;
	max-width:170px;
	overflow:hidden;
}
.videoplaylist__list-item--active .videoplaylist__title,
.videoplaylist__list-item:hover .videoplaylist__title {
	color:#0ea8cc;
}
.videoplaylist__list-item--active .videoplaylist__title {
	font-size:18px;
}
.videoplaylist__duration {
	color:#ffffff;
	font:700 12px/100% 'Lato', Arial, sans-serif;
	position:absolute;
	bottom:5px;
	left:5px;
}
.enews * {
	box-sizing: border-box;
}
.enews {
	font-family: 'Lato', Arial, sans-serif;
}
.enews .glossy-header--line:after {
	background: #d51f18;
}
.enews__featured-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.enews__featured-image {
	width: 630px;
	height: 250px;
	overflow: hidden;
	margin-right: 35px;
}
.enews__row {
	margin-bottom: 30px;
}
.enews__show {
	color: #4a4a4a;
	font-size: 36px;
	letter-spacing: 1.1px;
	margin: 0 0 10px 0;
	font-family: 'Lato', Arial, sans-serif;
	line-height:38px;
}
.enews__time {
	color: #d51f18;
	font-size: 24px;
	letter-spacing: 1.7px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height:38px;
}
.enews__text {
	color: #9b9b9b;
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	letter-spacing: 1.3px;
}
.enews__count {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.3px;
	color: #4a4a4a;
	padding-right: 8px;
	line-height: 26px;
}
.enews__list {
	width: 550px;
}
.enews__featured-link {
	overflow: hidden;
}
.enews__featured-image .enews__image {
	width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 200ms ease-out;
}
.enews__featured-image:hover .enews__image {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.revealboard {
  text-align: center;
}
.revealboard__content {
  margin: 60px 30px 0;
  display: inline-block;
  vertical-align: top;
  width: 250px;
}
.revealboard__img {
  height: 250px;
  width: 250px;
  margin-bottom: 15px;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 200ms ease-out;
}
.revealboard__img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.revealboard__brand {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.revealboard__title {
  transition: all 200ms ease-out;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}
.revealboard__title:hover {
  color: #0ea8cc;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 200ms ease-out;
}
.revealboard__description {
  color: #9b9b9b;
  font: 700 18px 'Lato', 'Arial', 'sans-serif';
  line-height: 28px;
}
/* Trending Stories Widget */
.trending .glossy-header--line::after {
	background: url('data:image/svg+xml; utf8, <svg width="70" height="35" xmlns="http://www.w3.org/2000/svg"><path d="M55.701 8.824l-7.1-6.595a.9.9 0 0 1 .585-1.56L68.392 0c.5-.018.92.372.937.87l.67 19.128a.907.907 0 1 1-1.522.69l-7.61-7.066-21.013 21.021a1.146 1.146 0 0 1-1.66 0L22.535 18.981 8.066 33.457 0 32.627l.237-1.305L21.825 9.726a1.146 1.146 0 0 1 1.66 0L39.142 25.39 53.965 10.56 55.7 8.824z" fill="#0EA8CC" fill-rule="nonzero"/></svg>');
	background-size: 70px 35px;
	height: 35px;
	width: 70px;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 10px;
}
.trending__content {
	overflow: hidden;
}
.trending__content a {
	text-decoration: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.trending__content div:first-child,
.trending ul:first-child {
	margin-right: 60px;
}
.trending__top-article-image {
	width: calc(50% - 30px);
	float: left;
	height: 450px;
}
.trending__top-article-image--placeholder {
	height: 100%;
	width: 100%;
	background: #f2f2f2;
	border-radius: 5px;
}
.trending-loading-circle-wrapper {
	width: 200px;
	height: 200px;
	padding-top: 125px;
	padding-left: calc(50% - 100px);
}
.trending__top-article-image img {
	width: 100%;
}
.trending__list {
	width: calc(50% - 30px);
	float: left;
	max-height: 450px;
	overflow: hidden;
}
.trending__list li {
	overflow: hidden;
	position: relative;
	padding-left: 10px;
	min-height: 55px;
	margin-bottom: 29px;
}
.trending__list li.trending__list-item--placeholder {
	background: #f2f2f2;
	border-radius: 3px;
	height: 10px;
	margin-top: 30px;
	margin-bottom: 60px;
	padding: 10px 0 0 0;
	min-height: auto;
}
.trending__list li.trending__list-item--placeholder-title {
	height: 40px;
	padding: 40px 0 0 0;
	margin-top: 10px;
}
.trending__list li:nth-child(2).trending__list-item--placeholder {
	width: 88%;
}
.trending__list li:nth-child(3).trending__list-item--placeholder {
	width: 96%;
}
.trending__list li:nth-child(4).trending__list-item--placeholder {
	width: 79%;
}
.trending__list li:nth-child(5).trending__list-item--placeholder {
	width: 65%;
}
.trending__list--image li:first-child:not(.trending__list-item--placeholder) {
	border-bottom: solid 2px #9b9b9b;
	padding-bottom: 14px;
	margin-bottom: 13px;
	max-height: 123px;
}
.trending__number {
	color: #0ea8cc;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: bold;
	font-size: 36px;
	margin-right: 26px;
	display: block;
	text-align: right;
}
.trending__title {
	font-size: 24px;
	color: #4a4a4a;
	font-weight: 700;
	line-height: 1.3;
}
.trending__title:hover {
	color: #0ea8cc;
}
.trending__list--image li:first-child .trending__title {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.4;
	margin-top: -10px;
}
.trending__list--image li:first-child .trending__number {
	margin-top: -8px;
}


/*# sourceMappingURL=all.widgets.2.97390a716f88ed7662b0.css.map*/