/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.wp-emoji, .wp-emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.wp-emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.wp-emoji-smile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.wp-emoji-wink:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.wp-emoji-bigsmile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.wp-emoji-heart:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.wp-emoji-neutral:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.wp-emoji-uneasy:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.wp-emoji-lol:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.wp-emoji-sad:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.wp-emoji-cry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.wp-emoji-evilgrin:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.wp-emoji-twisted:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.wp-emoji-evil:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.wp-emoji-surprised:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.wp-emoji-tongue:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.wp-emoji-angry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.wp-emoji-burrito:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-emoji-wordpress:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.wp-emoji-mindblown:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.wp-emoji-mindblown-alt:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.wp-emoji-martini:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.wp-emoji-whiterussian:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.wp-emoji-star:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.wp-emoji-developer:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-emoji-facepalm:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-emoji-bear:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.wp-emoji-mrgreen:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.wp-emoji-arrow:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.wp-emoji-confused:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.wp-emoji-cool:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.wp-emoji-idea:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.wp-emoji-blush:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.wp-emoji-oops:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.wp-emoji-rolleyes:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.wp-emoji-exclaim:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.wp-emoji-question:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.wp-emoji-kitten:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}

.wp-emoji-momface:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/momface.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.wp-emoji-oops, .wp-emoji-idea, .wp-emoji-confused {
		letter-spacing: -.25em;
	}

	.wp-emoji-burrito, .wp-emoji-arrow, .wp-emoji-bear, .wp-emoji-star {
		letter-spacing: -.3em;
	}

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-emoji-facepalm {
		letter-spacing: -.35em;
	}

}




/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-wrap {
}
.infinite-loader {
	color: #000;
	display: block;
	height: 28px;
	text-indent: -9999px;
}
#infinite-handle span {
	background: #333;
	border-radius: 1px;
	color: #eee;
	cursor: pointer;
	font-size: 13px;
	padding: 6px 16px;
}

/**
 * Using a highly-specific rule to make sure that all button styles
 * will be reset
 */
#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus {
	display: inline;
	position: static;
	padding: 0;
	margin: 0;
	border: none;
	line-height: inherit;
	background: transparent;
	color: inherit;
	cursor: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

/**
 * This is used to avoid unnecessary inner button spacing in Firefox
 */
#infinite-handle span button::-moz-focus-inner {
	margin: 0;
	padding: 0;
	border: none;
}

/**
 * For smaller viewports, remove the down-arrow icon and turn
 * the button into a block element, spanning the content's full width.
 */
@media (max-width: 800px) {
	#infinite-handle span:before {
		display: none;
	}
	#infinite-handle span {
		display: block;
	}
}

/**
 * Footer
 */
#infinite-footer {
	position: fixed;
		bottom: -50px;
		left: 0;
	width: 100%;
}
#infinite-footer a {
	text-decoration: none;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
	color: #444;
	text-decoration: underline;
}
#infinite-footer .container {
	background: rgba( 255, 255, 255, 0.8 );
	border-color: #ccc;
	border-color: rgba( 0, 0, 0, 0.1 );
	border-style: solid;
	border-width: 1px 0 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	padding: 1px 20px;
	width: 780px;
}
#infinite-footer .blog-info,
#infinite-footer .blog-credits {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
}
#infinite-footer .blog-info {
	float: left;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 40%;
}
#infinite-footer .blog-credits {
	font-weight: normal;
	float: right;
	width: 60%;
}
#infinite-footer .blog-info a {
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
#infinite-footer .blog-credits {
	color: #888;
	font-size: 12px;
	text-align: right;
}
#infinite-footer .blog-credits a {
	color: #666;
}

/**
 * Hooks to infinity-end body class to restore footer
 */
.infinity-end.neverending #infinite-footer {
	display: none;
}

/**
 * Responsive structure for the footer
 */
@media (max-width: 640px) {
	#infinite-footer .container {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#infinite-footer .blog-info {
		width: 30%;
	}
	#infinite-footer .blog-credits {
		width: 70%;
	}
	#infinite-footer .blog-info a,
	#infinite-footer .blog-credits {
		font-size: 10px;
	}
}

/**
 * No fixed footer on small viewports
 */
@media ( max-width: 640px ) {
	#infinite-footer {
		position: static;
	}
}.slideshow-window {
	background-color: #222;
	border: 20px solid #222;
	border-radius: 10px;
	height: 0;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 30px !important;
	padding-bottom: 56.25% !important;
	position: relative;
	z-index: 1;
}

.slideshow-window.slideshow-white {
	background-color: #fff;
	border-color: #fff;
}

.slideshow-window, .slideshow-window * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.slideshow-loading {
	height: 100%;
	text-align: center;
	margin: auto;
}

body div.slideshow-window * img {
	/* Override any styles that might be present in the page stylesheet */
	background-color: transparent !important;
	background-image: none !important;
	border-width: 0 !important;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	padding: 0 !important;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

.slideshow-loading img {
	vertical-align: middle;
}

.slideshow-slide {
	display: none;
	height: 100% !important;
	left: 0;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100% !important;
}

.slideshow-slide img {
	vertical-align: middle;
}

.slideshow-line-height-hack {
	overflow: hidden;
	width: 0px;
	font-size: 0px;
}

.slideshow-slide-caption {
	font-size: 13px;
	font-family: "Helvetica Neue", sans-serif;
	color: #f7f7f7;
	text-shadow: #222 1px 1px 2px;
	line-height: 25px;
	height: 25px;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
}

/* @noflip */
.slideshow-controls {
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	margin: auto;
	text-align: center;
	width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;
	direction:ltr;
	-webkit-transition: 300ms opacity ease-out;
	-moz-transition: 300ms opacity ease-out;
	transition: 300ms opacity ease-out;
}

.slideshow-window:hover .slideshow-controls {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

body div div.slideshow-controls a,
body div div.slideshow-controls a:hover {
	border:2px solid rgba(255,255,255,0.1) !important;
	background-color: #000 !important;
	background-color: rgba(0,0,0,0.6) !important;
	background-image: url(/wp-content/mu-plugins/shortcodes/css/../img/slideshow-controls.png) !important;
	background-repeat: no-repeat;
	background-size: 142px 16px !important;
	background-position: -34px 8px !important;
	color: #222 !important;
	margin: 0 5px !important;
	padding: 0 !important;
	display: inline-block !important;
	*display: inline;
	zoom: 1;
	height: 32px !important;
	width: 32px !important;
	line-height: 32px !important;
	text-align: center !important;
	-khtml-border-radius: 10em !important;
	-webkit-border-radius: 10em !important;
	-moz-border-radius: 10em !important;
	border-radius: 10em !important;
	-webkit-transition: 300ms border-color ease-out;
	-moz-transition: 300ms border-color ease-out;
	-o-transition: 300ms border-color ease-out;
	transition: 300ms border-color ease-out;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body div div.slideshow-controls a,
	body div div.slideshow-controls a:hover {
		background-image: url(/wp-content/mu-plugins/shortcodes/css/../img/slideshow-controls-2x.png) !important;
	}
}

body div div.slideshow-controls a:hover {
	border-color: rgba(255,255,255,1) !important;
}

body div div.slideshow-controls a:first-child { background-position: -76px 8px !important;}
body div div.slideshow-controls a:last-child { background-position: -117px 8px !important;}
body div div.slideshow-controls a:nth-child(2) { background-position: -34px 8px !important;}
body div div.slideshow-controls a.running { background-position: -34px 8px !important;}
body div div.slideshow-controls a.paused { background-position: 9px 8px !important;}

.slideshow-controls a img {
	border: 50px dotted fuchsia;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/* ================================ */
/* Fantasy Score Widget =========== */
/* ================================ */

.fantasy-score-ad {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Futura Today, 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-radius: 3px;
    overflow: hidden;
}
.fantasy-score-ad * { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fantasy-score-ad a {
	display: block;
	overflow: hidden;
	padding: 30px 20px;
}
.fantasy-score-ad a:hover {
    text-decoration: none;
}
.fantasy-score-ad .fantasy-score-logo {
    float: left;
	text-align: center;
	padding: 0 10px 0 0;
    margin-right: 20px;
    margin-top: 3px;
    position: relative;
}
.fantasy-score-ad .fantasy-score-logo:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 60px;
    margin-top: -30px;
    background: #666;
}
.fantasy-score-ad .fantasy-score-logo img {
    display: block;
    max-width: 180px;
}
.fantasy-score-ad .text-block { 
    float: left;
}
.fantasy-score-ad .text-block .title {
	font-size: 21px;
	font-weight: bold;
	line-height: 21px;
	color: #E30018;
}
.fantasy-score-ad ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
.fantasy-score-ad li {
    display: inline;
}
.fantasy-score-ad .fantasy-button {
    float: right;
    display: inline-block;
    background: #E30018;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
    margin-top: 4px;
    border-radius: 3px;
}


/*Dark Theme*/
.fantasy-score-ad.theme-dark {
	background: #333;
}
.fantasy-score-ad.theme-dark a {
	color: #fff;
}
.fantasy-score-ad.theme-dark a:hover {
    color: #fff;
}


/*Light Theme*/
.fantasy-score-ad.theme-light {
	background: #eee;
	box-shadow: inset 0 -2px 0 #e0e0e0;
}
.fantasy-score-ad.theme-light a {
	color: #333;
}
.fantasy-score-ad.theme-light a:hover {
    color: #333;
}
.fantasy-score-ad.theme-light .fantasy-score-logo:after{
    background: #ccc;
}


/* Tablet size - ad in the main content area, but sidebar is present */
/* - Duplicates sidebar widget code - */
@media (max-width: 800px) and (min-width: 727px) {
    .entry-content .fantasy-score-ad,
    .column.big .fantasy-score-ad,
    .before-search-results .fantasy-score-ad,
    .before-home-infinite-scroll .fantasy-score-ad { 
        text-align: center;
    }
    .entry-content .fantasy-score-ad a,
    .column.big .fantasy-score-ad a,
    .before-search-results .fantasy-score-ad a,
    .before-home-infinite-scroll .fantasy-score-ad a {
        padding: 30px 20px;
    }
    .entry-content .fantasy-score-ad .fantasy-score-logo,
    .column.big .fantasy-score-ad .fantasy-score-logo,
    .before-search-results .fantasy-score-ad .fantasy-score-logo,
    .before-home-infinite-scroll .fantasy-score-ad .fantasy-score-logo {
        float: none;
        border-right: none;
        border-bottom: 1px solid #666;
        padding: 0 10px 20px 10px;
        margin-right: 0;
    	margin-bottom: 17px;
    	text-align: center;
    }
    .entry-content .fantasy-score-ad .fantasy-score-logo:after,
    .column.big .fantasy-score-ad .fantasy-score-logo:after,
    .before-search-results .fantasy-score-ad .fantasy-score-logo:after,
    .before-home-infinite-scroll .fantasy-score-ad .fantasy-score-logo:after {
        display: none;
    }
    .entry-content .fantasy-score-ad .fantasy-score-logo img,
    .column.big .fantasy-score-ad .fantasy-score-logo img,
    .before-search-results .fantasy-score-ad .fantasy-score-logo img,
    .before-home-infinite-scroll .fantasy-score-ad .fantasy-score-logo img {
        max-width: 270px;
        margin: 0 auto;
    }
    .entry-content .fantasy-score-ad .text-block,
    .column.big .fantasy-score-ad .text-block,
    .before-search-results .fantasy-score-ad .text-block,
    .before-home-infinite-scroll .fantasy-score-ad .text-block {
        float: none;
    }
    .entry-content .fantasy-score-ad .fantasy-button,
    .column.big .fantasy-score-ad .fantasy-button,
    .before-search-results .fantasy-score-ad .fantasy-button,
    .before-home-infinite-scroll .fantasy-score-ad .fantasy-button {
        font-size: 13px;
        line-height: auto;
        margin-top: 25px;
        float: none;
    }
    .entry-content .fantasy-score-ad.theme-light .fantasy-score-logo,
    .column.big .fantasy-score-ad.theme-light .fantasy-score-logo,
    .before-search-results .fantasy-score-ad.theme-light .fantasy-score-logo,
    .before-home-infinite-scroll .fantasy-score-ad.theme-light .fantasy-score-logo {
        border-color: #ccc;
    }
    .before-search-results,
    .category-archive-content-widgets {
		margin-right: 350px !important;
	}
    .before-home-infinite-scroll { 
    	width: 100% !important;
    	padding-right: 350px !important;
    }
}


/* Mobile size - ad in main content when no sidebar is present */
/* - Duplicates sidebar widget code - */
@media screen and (max-width: 680px) {
    .fantasy-score-ad { 
        text-align: center;
    }
    .fantasy-score-ad a {
        padding: 30px 20px;
    }
    .fantasy-score-ad .fantasy-score-logo {
        float: none;
        border-right: none;
        border-bottom: 1px solid #666;
        padding: 0 10px 20px 10px;
        margin-right: 0;
    	margin-bottom: 17px;
    	text-align: center;
    }
    .fantasy-score-ad .fantasy-score-logo:after {
        display: none;
    }
    .fantasy-score-ad .fantasy-score-logo img {
        max-width: 270px;
        margin: 0 auto;
    }
    .fantasy-score-ad .text-block {
        float: none;
    }
    .fantasy-score-ad .fantasy-button {
        font-size: 13px;
        line-height: auto;
        margin-top: 25px;
        float: none;
    }
    .fantasy-score-ad.theme-light .fantasy-score-logo {
        border-color: #ccc;
    }
}


/* Small Mobile */
@media screen and (max-width: 380px) {
    .fantasy-score-ad .fantasy-score-logo img {
        max-width: 100%;
    }
}


/* Ad in Sidebar */
#secondary .fantasy-score-widget .fantasy-score-ad { 
    text-align: center;
}
#secondary .fantasy-score-widget .fantasy-score-ad a {
    padding: 30px 20px;
}
#secondary .fantasy-score-widget .fantasy-score-ad .fantasy-score-logo {
    float: none;
    border-right: none;
    border-bottom: 1px solid #666;
    padding: 0 10px 20px 10px;
	margin: 0 0 17px 0;
	text-align: center;
}
#secondary .fantasy-score-widget .fantasy-score-ad .fantasy-score-logo:after {
    display: none;
}
#secondary .fantasy-score-widget .fantasy-score-ad .fantasy-score-logo img {
    margin: 0 auto;
}
#secondary .fantasy-score-widget .fantasy-score-ad .text-block {
    float: none;
}
#secondary .fantasy-score-widget .fantasy-score-ad .fantasy-button {
    font-size: 13px;
    line-height: auto;
    margin-top: 25px;
    float: none;
}


/*Sidebar Widget - Light Theme*/
#secondary .fantasy-score-widget .fantasy-score-ad.theme-light .fantasy-score-logo {
    border-color: #ccc;
}


/*Before Infinite-scroll Widget*/
.before-home-infinite-scroll { 
	position: relative;
	width: 68%;
	float: left;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 727px) {
    .before-home-infinite-scroll {
        width: 100%;
        margin: 10px 0;
    }
}


/* Before Search Results */
.before-search-results {
    margin: 20px 20px 10px 20px;
}

.hero-slates{
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	border-bottom: 6px solid #6e93cb;
}
.hero-slates .slate{
	width: 33.6%;
	overflow: hidden;
	height: 350px;
	margin-right: -5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	z-index: 1;
	border-right: solid #fff;
}
.hero-tiles{
	padding: 0px 20px;
	width:100%;
	margin-top:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 450px;
	white-space: nowrap;
}
.hero-tiles div{
	white-space: normal;
}
.hero-tiles .top-stories-slate{
	display:inline-block;
	width:320px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	height: 100%;
	margin-left: -17px;
	padding: 20px 20px 20px 34px;
	-webkit-border-radius: 0px 0px 20px 0px;
	border-radius: 0px 0px 20px 0px;
	overflow:hidden;
	background:#333333;
}
.hero-tiles .top-stories-slate > h2{
	font: 800 20px Futura Today Bold 'Open Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
	margin-top: 0px;
	border-bottom: 1px solid #515151;
	padding-bottom: 10px;
	margin-bottom: 0px;
	width: 100%;
}
.hero-tiles .top-stories-slate > h2 span{
	display: inline-block;
	position:relative;
	width: auto;
}
.hero-tiles .top-stories-slate > h2 span:before {
	display: block;
	content: '';
	background: #e82425;
	position: absolute;
	border: none;
	height: 4px;
	width: 4px;
	top: 14.5px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	right: -6px;
}
.hero-tiles .top-stories-slate > h2 span:after {
	display: block;
	background: #fff;
	position: absolute;
	border: none;
	height: 9px;
	width: 4px;
	top: 3.5px;
	right: -6px;
	content: '';
}
.hero-tiles .top-stories-slate .slate-list{
	border-top: 1px solid #515151;
	padding: 10px 0px 14px 0px;
}
.hero-tiles .top-stories-slate .slate-list .vistors{
	color: #e82425;
	font-size:12px;
	font-family: Futura Today Bold, 'Open Sans', 'Times New Roman';
	text-transform: lowercase;
}
.hero-tiles .top-stories-slate .slate-list .title{
	max-height:35px;
	overflow:hidden;
}
.hero-tiles .top-stories-slate .slate-list .title a{
	color: #b7b9bb;
	font-size:14px;
	font-family: Futura Today Demi Bold, 'Open Sans', 'Times New Roman';
}
.hero-tiles .left-slate{
	-webkit-border-radius: 20px 0px 0px 20px;
	border-radius: 20px 0px 0px 20px;
	overflow:hidden;
}
.hero-tiles .left-slate > a{
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position:absolute;
	display: block;
	margin-left:0px;
}
.hero-tiles .left-slate .hero-1-text{
	bottom: 10px;
	padding-left: 65px;
	font-size: 19px;
	line-height: 21px;
}
.hero-tiles .left-slate .hero-1-text .slate-heading a{
	width: 80%;
	display: inline-block;
}
.hero-tiles .left-slate .slate-shares{
	position: absolute;
	z-index: 10;
	bottom: 11px;
	left: 11px;
	color: #fff;
	font-family: Futura Today;
	white-space: nowrap;
	font-size: 10px;
	text-transform: lowercase;
}
.hero-tiles .left-slate .slate-shares span{
	display: inline-block;
	background: #e82425;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	font-family: Futura Today Demi Bold;
	width: 33px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 2px;
	padding: 6.5px 0.5px 0px 0.5px;
}
.hero-tiles .left-slate .slate-shares .dsq-postid {
	margin-top: -12px;
}
.hero-tiles .left-slate .hero-1-text:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: #000;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-8 */
	

	z-index: -1;
}
.hero-tiles .left-slate .hero-1-text h2{
	font-size: 30px;
	line-height: 33px;
	margin: 0 0 3px;
	font-family: Futura Today Bold, 'Open Sans';
}
.hero-tiles .left-slate .hero-1-text h2 a{
	color: #fff;
}
.hero-tiles .left-slate .hero-1-text .slate-excerpt{
	font-size: 20px;
	font-family: Futura Today Light, 'Open Sans';
}
.hero-tiles .left-slate .hero-1-text .slate-excerpt a{
	color: #e82425;
}
.hero-tiles .left-slate .hero-1-text{
	position: absolute;
	pointer-events:none;
	z-index: 10;
	bottom: 0px;
	right: 0px;
	text-align: right;
	padding-left: 85px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}
.hero-tiles .left-slate {
	width: 68%;
	width: -moz-calc( 100% - 308px );	
	width: -webkit-calc( 100% - 308px );	
	width: calc( 100% - 308px );	
	overflow: hidden;
	height: 450px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	z-index: 1;
	background-repeat:no-repeat;
	background-position: center center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.hero-tiles .left-slate .slate-img {
	height: auto;
	width: 100%;
	margin-left: 0px;
}
.hero-slates .slate > a{
	width: 1000px;
	height: 350px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position:absolute;
	display: block;
	margin-left:-334px;
}
.hero-slates .slate .slate-text .blur-img-holder{
	width: 1000px;
	height: 350px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position:absolute;
	display: block;
	margin-left:-334px;
	bottom:0px;
	left: 0px;
	z-index: -2;
}
.hero-slates .slate-3{
	margin-right:-10px;
}
.hero-slates .slate .slate-img {
	height:350px;
	max-width: 2000px;
	margin-left:0px;
}
.hero-slates .slate .hover-icon{
	 background: url(/wp-content/themes/vip/usatoday-plugins/usatoday-homepage-super-hero/css/./hover-icon.png) no-repeat scroll 0 0 transparent;
	 display:none;
	 width:19px;
	 background-position: 0px -12px;
	 height:10px;
}
.hero-slates .slate:hover .hover-icon{
	 background-position: 0px 0px;
}
.hero-slates .slate .hover-icon-holder{
	text-align:center;
	padding-bottom: 5px;
}
.hero-slates .slate .slate-text {
	text-align: left;
	right: 0px;
	left:0px;
	bottom: 5px;
	line-height: 15px;
	padding:10px 20px 18px 20px;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #000;
    background: rgba(0,0,0,0.4);
    overflow:hidden;
    position:absolute;
    z-index:1;
    height: 70px;
	-webkit-transition: height 250ms ease-out;
	-moz-transition: height 250ms ease-out;
    -ms-transition: height 250ms ease-out;
    -o-transition: height 250ms ease-out;
	transition: height 250ms ease-out;
}
/*.hero-slates .slate:hover .slate-text {
	height: 345px;
}
.hero-slates .slate:hover .slate-text .slate-related{
	bottom: 0px;
		-webkit-transition: bottom 250ms ease-out;
	-moz-transition: bottom 250ms ease-out;
       -ms-transition: bottom 250ms ease-out;
       -o-transition: bottom 250ms ease-out;
	transition: bottom 250ms ease-out;
}
.hero-slates .slate:hover .slate-text .slate-heading{
	margin-bottom:15px;
		-webkit-transition: margin-bottom 250ms ease-out;
	-moz-transition: margin-bottom 250ms ease-out;
       -ms-transition: margin-bottom 250ms ease-out;
       -o-transition: margin-bottom 250ms ease-out;
	transition: margin-bottom 250ms ease-out;
}*/
.hero-slates .slate .slate-text a,.hero-slates .slate .slate-text span {
	color: #fff;
	font-family: Montserrat, 'Open Sans', SansSerif;
}
.slate-text .slate-heading{
	font-weight: 800;
	font-size: 14px;
	text-align: center;
	/*margin-bottom: 100px;*/
	max-height: 38px;
	overflow: hidden;
	line-height: 18px;
}
 .hero-slates .slate .slate-text .slate-excerpt a{
	font-family: 'Open Sans', SansSerif;
	font-size:14px;
	line-height: 19px;
}
.slate-text .slate-related {
	bottom: -400px;
	width: 100%;
	position: absolute;
	margin-left: -20px;
	padding: 20px 20px 5px 20px;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slate-text .slate-related .slate-related-heading{
	font-size:15px;
	padding-bottom:5px;
	border-bottom:1px solid #fff;
	width: 99%;
	display: inline-block;
}
.slate-text .slate-related ul li{
	color:#fff;
	margin-left:-15px;
	margin-top:10px;
	text-indent: 0px;
}
.hero-slates .slate .slate-text a:hover,.hero-slates .slate .slate-text .slate-excerpt a {
	color: #fff;
	text-decoration:none;
}
.hero-slates .slate .slate-text div{
    z-index:2;
}
.hero-slates .slate .slate-text .slate-img-blur.blur-img{
	left: auto;
	bottom: 0px;
	height:360px;
	max-width: 2000px;
	margin-left: 0px;
	display:inline-block;
	display: inline-block;
	position: relative;
}

.hero-slates .slate .slate-text .color-overlay{
	position: absolute;
	display: block;
	background: #000;
	opacity: 0.3;
	margin-top: -21px;
	width: 100%;
	height: 500px;
	top: 0px;
	right: 0px;
	z-index:-1;
 }
 	
/*desktop only*/
@media only screen and (min-width:999px){
	.more-single .hero-tiles .left-slate {
		width:100%;
	}
	.hero-slates .slate .slate-text .slate-img-blur.blur-img{
		left: auto;
		bottom: 0px;
		height:360px;
		max-width: 2000px;
		margin-left: 0px;
		display:inline-block;
		display: inline-block;
		position: relative;
	}
	.hero-slates .slate > a{
		width: 1000px;
		height: 350px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		display: block;
		margin-left:-334px!important;
	}
	.hero-slates .slate .slate-text .blur-img-holder{
		width: 1000px;
		height: 350px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		position:absolute;
		display: block;
		margin-left:-334px!important;
		bottom:0px;
		z-index: -2;
	}
	.more-single .hero-tiles .left-slate .hero-1-text h2{
		font-size: 34px;
		line-height: 36px;
		margin: 0 0 3px;
	}
	 /* Styles for when it is in the single blog */
	.more-single .hero-tiles {
		padding: 0px 20px;
		width: 100%;
		margin-top: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom:20px;
	}
	.more-single .hero-slates .slate:hover .slate-text {
		height: 70px;
	}
	.more-single .hero-tiles .left-slate .hero-1-text h2 {
		font-size: 20px;
		line-height: normal;
	}
	.more-single .hero-tiles {
		width: -moz-calc(100% - 305px);
		width: -webkit-calc(100% - 305px);
		width: calc(100% - 305px);
	}
	.more-single .hero-slates {
		margin-right:20px;
		margin-left:20px;
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	.more-single .hero-slates .slate > a, .hero-slates .slate .slate-text .blur-img-holder{
		margin-left: -255px;
	}
	.more-single .hero-slates .slate .hover-icon-holder{
		padding-bottom: 0px;
		visibility: hidden;
		height: 10px;
	}
	.more-single .hero-slates .slate:hover .hover-icon {
		background-position: 0px -12px;
	}
	.more-single .hero-slates .slate:hover .slate-text .slate-related{
		bottom: -400px;
	}
	.more-single .hero-slates .slate:hover .slate-text .slate-heading{
		margin-bottom: 100px;
	}
	.more-single .hero-slates .slate{
		width:51%;
	}
	.more-single .hero-slates .slate-3{
		display:none;
	}
	.more-single .hero-slates .slate-2{
		margin-right:-20px;
	}
	.more-single .hero-slates .slate .slate-img {
		height:350px;
		max-width: 2000px;
		width: auto;
		bottom: 0px;
	}
	.more-single .hero-slates .slate .slate-text .slate-img-blur.blur-img{
		height:350px;
		max-width: 2000px;
		width: auto;
		bottom: 0px;
		position:relative;
		z-index:-1;
	}
}
/*tablet*/
@media only screen and (max-width:999px){
	.hero-tiles .left-slate .hero-1-text .slate-heading a{
		width: 100%;
	}
	/* Styles for when it is in the single blog */
 	.hero-tiles .left-slate .hero-1-text .slate-excerpt{
		font-size: 16px;
		font-family: Futura Today Light, 'Open Sans';
	}
	.hero-tiles .left-slate .hero-1-text h2 {
		font-size: 20px;
		line-height: 23px;
		margin: 0 0 3px;
	}
	.more-single .hero-tiles {
		padding: 0px 20px;
		margin-top: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
	}
	.more-single .hero-tiles .left-slate .hero-1-text h2 a{
		color: #fff;
	}
	.more-single .hero-tiles .left-slate .hero-1-text{
		position: absolute;
		z-index: 10;
		bottom: 20px;
		right: 20px;
		text-align: right;
	}
	.more-single .hero-tiles .left-slate .hero-1-text h2 {
	}
	.more-single .hero-tiles .left-slate .slate-shares{
		bottom:10px;
	}
	.more-single .hero-tiles .left-slate .slate-excerpt{
		display:none;
	}
	.more-single .hero-tiles .left-slate .hero-1-text {
		position: absolute;
		z-index: 10;
		bottom: 0px;
		right: 0px;
		text-align: right;
	}
	.more-single .hero-tiles .top-stories-slate .slate-list {
		border-top: 1px solid #b7b9bb;
	}
	.more-single .hero-tiles .left-slate {
		width: 100%;
		overflow: hidden;
		height: auto;
		position: relative;
		padding-bottom: 65.25%;
		z-index: 1;
		background-repeat:no-repeat;
		-webkit-border-radius: 20px 0px 20px 20px;
		border-radius: 20px 0px 20px 20px;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
	}
	.more-single .hero-tiles .top-stories-slate {
		width: 100%;
		height: auto;
		margin-left: 0px;
		padding: 23px 10px 11px 10px;
		-webkit-border-radius: 0px 0px 20px 20px;
		border-radius: 0px 0px 20px 20px;
		overflow: hidden;
		background: #e5e5e5;
		margin-top:-15px;
		text-align:center;
		display:block;
		margin-bottom: 20px;
	}
	.more-single .hero-tiles .top-stories-slate > h2 {
		color: #333333;
		text-align:center;	
		border-bottom: 1px solid #b7b9bb;
		padding-bottom: 10px;
		margin-bottom: 0px;
		width:100%;
	}
	.more-single .hero-tiles .top-stories-slate > h2 span:after{
		background: #333333;
	}
	.more-single .hero-tiles .top-stories-slate .slate-list .title a {
		color: #333;
		font-size: 13px;
	}
	.hero-slates .slate:hover .slate-text {
		height: 70px;
	}
	.hero-tiles .left-slate .hero-1-text .slate-excerpt{
		font-size: 16px;
		font-family: Futura Today Light, 'Open Sans';
	}
	.hero-tiles .left-slate .hero-1-text h2 {
		font-size: 20px;
		line-height: 23px;
		margin: 0 0 3px;
	}
	.more-single .hero-tiles .left-slate .hero-1-text h2 {
		font-size: 20px;
		line-height: normal;
	}
	.more-single .hero-tiles {
		width: -moz-calc(100% - 305px);
		width: -webkit-calc(100% - 305px);
		width: calc(100% - 305px);
	}
	.hero-slates .slate > a, .hero-slates .slate .slate-text .blur-img-holder{
		margin-left: -255px;
	}
	.hero-slates .slate .hover-icon-holder{
		padding-bottom: 0px;
		visibility: hidden;
		height: 10px;
	}
	.hero-slates .slate:hover .hover-icon {
		background-position: 0px -12px;
	}
	.hero-slates .slate:hover .slate-text .slate-related{
		bottom: -400px;
	}
	.hero-slates .slate:hover .slate-text .slate-heading{
		margin-bottom: 100px;
	}
	.hero-slates .slate{
		width:51%;
	}
	.hero-slates .slate-3{
		display:none;
	}
	.hero-slates .slate-2{
		margin-right:-20px;
	}
	.hero-slates .slate .slate-img {
		height:350px;
		max-width: 2000px;
		width: auto;
		bottom: 0px;
	}
	.hero-slates .slate .slate-text .slate-img-blur.blur-img{
		height:350px;
		max-width: 2000px;
		width: auto;
		bottom: 0px;
		position:relative;
		z-index:-1;
	}
	/*more single slates*/
	.more-single .hero-slates{
		display:none!important;
	}

}
/*not mobile*/
@media only screen and (min-width:727px){
	.hero-slates .slate .slate-text .slate-img-blur.blur-img{
		bottom: 0px!important;
	}
}
/*mobile*/
@media only screen and (max-width:727px){
	.more-single .hero-tiles .left-slate .hero-1-text h2 {
		font-size:16px;
		margin: 0 0 3px;
		line-height:normal;
		font-family: Futura Today Demi Bold, 'Open Sans', 'Times New Roman';
	}
	.more-single .hero-tiles {
		width: 100%;
		margin-bottom:10px;
		padding: 0px;
	}
	
	.more-single .hero-tiles .left-slate .hero-1-text {
		bottom: 0px;
		right: 0px;
		line-height: normal;
		padding-bottom: 15px;
		padding-right: 15px;
	}
	.more-single .hero-tiles .top-stories-slate {
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	}
	.hero-tiles {
		padding: 0px 20px;
		width: 100%;
		margin-top: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
	}
	.hero-tiles .left-slate .hero-1-text h2{
		font-size: 34px;
		line-height: 36px;
		margin: 0 0 10px;
	}
	.hero-tiles .left-slate .hero-1-text h2 a{
		color: #fff;
	}
	.hero-tiles .left-slate .hero-1-text{
		position: absolute;
		z-index: 10;
		bottom: 20px;
		right: 20px;
		text-align: right;
	}
	.hero-tiles .left-slate .hero-1-text h2 {
		font-size: 16px;
		line-height: 16px;
		margin: 0 0 3px;
		font-family: Futura Today Demi Bold, 'Open Sans', 'Times New Roman';
	}
	.hero-tiles .left-slate .slate-shares{
		bottom:7px;
		left:7px;
	}
	.hero-tiles .left-slate .slate-shares .dsq-postid {
		margin-top: -3px;
	}
	.hero-tiles .left-slate .slate-excerpt{
		display:none;
	}
	.hero-tiles .left-slate .hero-1-text {
		position: absolute;
		z-index: 10;
		bottom: 0px;
		padding-left: 90px;
		right: 0px;
		text-align: right;
		padding-bottom: 15px;
		padding-right: 15px;
	}
	.hero-tiles .top-stories-slate {
		padding:23px 10px 11px 10px;
	}
	.hero-tiles .top-stories-slate .slate-list {
		border-top: 1px solid #b7b9bb;
	}
	.hero-tiles .left-slate {
		width: 100%;
		overflow: hidden;
		height: auto;
		position: relative;
		padding-bottom: 65.25%;
		z-index: 1;
		background-repeat:no-repeat;
		-webkit-border-radius: 20px 0px 20px 20px;
		border-radius: 20px 0px 20px 20px;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
	}
	.hero-tiles .top-stories-slate {
		width: 100%;
		height: auto;
		display:block;
		margin-left: 0px;
		padding: 23px 10px 20px 10px;
		-webkit-border-radius: 0px 0px 15px 15px;
		border-radius: 0px 0px 15px 15px;
		overflow: hidden;
		background: #e5e5e5;
		margin-top:-15px;
		text-align:center;
	}
	.hero-tiles .top-stories-slate > h2 {
		color: #333333;
		text-align:center;	
		border-bottom: 1px solid #b7b9bb;
		padding-bottom: 10px;
		margin-bottom: 0px;
		width:100%;
	}
	.hero-tiles .top-stories-slate > h2 span:after{
		background: #333333;
	}
	.hero-tiles .top-stories-slate .slate-list .title a {
		color: #333;
		font-size: 13px;
	}
	.hero-slates .slate > a {
		width:100%;
		margin-left:0px!important;	
		position:relative;
		height:auto;
	}
	.hero-slates .slate .slate-text .blur-img-holder{
		width:100%;
		margin-left:0px!important;	
		position:absolute;
		height:auto;
	}
	div.hero-slates{
		margin-top: 15px;
		border-bottom:none;
	}
	.hero-slates .slate.slate-1{
		position:relative;
		border-bottom: 6px solid #6e93cb;
		height:auto;
		max-height: 350px;
	}
	.hero-slates .slate{
		width:100%;
	}
	.hero-slates,.hero-slates .slate {
		height:auto;
		border-right:none;
	}
	.hover-icon-holder{
		display:none;
	}
	.hero-slates .slate:hover .hover-icon{
		 background-position: 0px -12px;
	}
	.hero-slates .slate .slate-text {
		bottom: 0px;
	}
	.hero-slates .slate:hover .slate-text,.hero-slates .slate .slate-text{
		height: auto;
	}
	.hero-slates .slate:hover .slate-text .slate-related{
		bottom: -400px;
	}
	.hero-slates .slate .slate-text .slate-heading,.hero-slates .slate:hover .slate-text .slate-heading{
		margin-bottom: 0px;
	}
	.hero-slates .slate .slate-text .slate-excerpt{
		display:none;
	}
	.hero-slates .slate .slate-img {
		height:auto;
		width: 100%;
		bottom: auto;
		left: 0px;
		margin-left: 0;
		margin-right: 0;
		position: relative;
	}
	.hero-slates .slate .slate-text .slate-img-blur.blur-img{
		height:auto;
		position:relative;
		width: 100%;
		bottom: 0px;
		margin-left: 0;
		margin-right: 0;
		z-index:-1;
	}
	.hero-slates .slate-2{
		display:none;
	}	
}
/*mobile inter*/
@media only screen and (max-width:500px){
	.hero-slates .slate.slate-1{
		position:relative;
		border-bottom: 6px solid #6e93cb;
		height:auto;
		max-height: 250px;
	}
	.hero-slates .slate-2{
		display:none;
	}	
}
/*mobile tiny*/
@media only screen and (max-width:400px){
	
	.hero-slates .slate-2{
		display:none;
	}	
}
.newsletter-signup {
	background: #ededed;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-bottom:10px;
} 
.newsletter-signup .newsletter-header {
	padding-bottom:6px;
	border-bottom: 1px solid #b4b3ae;

}
.newsletter-signup .newsletter-header .email-newsletter-icon {
	display:block;
	height: 32px;
	float:left;
	width: 30px;
	background-image: url(/wp-content/themes/vip/usatoday-plugins/usatoday-exacttarget-signup/css/../img/lite-sprite.png);
	background-position: -74px -23px;
	background-repeat: no-repeat;
}
.newsletter-signup .newsletter-header .email-newsletter-message {
	display: block;
	float: left;
	width: 225px;
	margin-left: 10px;
	font: 900 11px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	color: #8c8c8c;
}
.newsletter-signup .email-newsletter-message-error {
	display: none;
	margin-left: 10px;
	font: 900 11px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	color: #E91F01;
}
.newsletter-signup .email-newsletter-message-error:before {
	content: '* ';
}
.newsletter-signup .newsletter-header .email-newsletter-close {
	display:block;
	float:right;
}
.newsletter-signup .newsletter-header .clear-fix {
	clear:both;
}
.newsletter-signup .set-newsletter-dismiss-cookie {
	display:block;
	height: 15px;
	width: 15px;
	background-image: url(/wp-content/themes/vip/usatoday-plugins/usatoday-exacttarget-signup/css/../img/lite-sprite.png);
	background-position: -108px -23px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.newsletter-signup .subscribe-form {
	clear:both;
	width:100%;
	padding-top:8px;
	margin-left: 0px;
}
.newsletter-signup .subscribe-form input[type="text"] {
	border: none;
	border-bottom: 1px solid #c2c1bc;
	font-size: 12px;
	padding: 5px 0px 5px 10px;
	width: 13.5em;
	margin-right: 12px;
	background: #fff;
	font-weight:300;
	color:#000;
}
.newsletter-signup .subscribe-form input[type="button"],
.newsletter-signup .subscribe-form input[type="submit"] {
	border: none;
	border-radius: 0px;
	background: #E91F01;
	box-shadow: none;
	color:#fff;
	cursor: pointer;
	font: 900 11px 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-appearance: button;
	font-size: 15px;
	line-height: normal;
	text-transform:uppercase;
	padding: 2px 5px 3px 5px;
	text-shadow: none;
	width: 93px;
	margin-right:-100px;
}
.newsletter-signup .subscribe-form input[type="button"]:hover,
.newsletter-signup .subscribe-form input[type="submit"]:hover {
	border: none;
	border-radius: 0px;
	background: #E91F01;
	box-shadow: none;
	color:#fff;
	cursor: pointer;
	font: 900 11px 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-appearance: button;
	font-size: 15px;
	line-height: normal;
	text-transform:uppercase;
	padding: 2px 5px 3px 5px;
	text-shadow: none;
}