img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * 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 {
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 3px;
	font-family: Futura Today, "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.fantasy-score-ad * {
	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;
	position: relative;
	margin-top: 3px;
	margin-right: 20px;
	padding: 0 10px 0 0;
	text-align: center;
}

.fantasy-score-ad .fantasy-score-logo:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 60px;
	margin-top: -30px;
	background: #666;
	content: "";
}

.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 {
	color: #e30018;
	font-size: 21px;
	font-weight: bold;
	line-height: 21px;
}

.fantasy-score-ad ul {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	list-style: none;
}

.fantasy-score-ad li {
	display: inline;
}

.fantasy-score-ad .fantasy-button {
	display: inline-block;
	float: right;
	margin-top: 4px;
	padding: 0 20px;
	border-radius: 3px;
	color: #fff;
	background: #e30018;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
}

/*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;
		margin-right: 0;
		margin-bottom: 17px;
		padding: 0 10px 20px 10px;
		border-right: none;
		border-bottom: 1px solid #666;
		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 {
		float: none;
		margin-top: 25px;
		font-size: 13px;
		line-height: auto;
	}

	.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;
		margin-right: 0;
		margin-bottom: 17px;
		padding: 0 10px 20px 10px;
		border-right: none;
		border-bottom: 1px solid #666;
		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 {
		float: none;
		margin-top: 25px;
		font-size: 13px;
		line-height: auto;
	}

	.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;
	margin: 0 0 17px 0;
	padding: 0 10px 20px 10px;
	border-right: none;
	border-bottom: 1px solid #666;
	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 {
	float: none;
	margin-top: 25px;
	font-size: 13px;
	line-height: auto;
}

/*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 {
	float: left;
	position: relative;
	box-sizing: border-box;
	width: 68%;
	padding: 0 20px;
}

@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 {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	border-bottom: 6px solid #6e93cb;
}

.hero-slates .slate {
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 33.6%;
	height: 350px;
	margin-right: -5px;
	border-right: solid #fff;
}

.hero-tiles {
	box-sizing: border-box;
	width: 100%;
	height: 450px;
	margin-top: 20px;
	padding: 0px 20px;
	white-space: nowrap;
}

.hero-tiles div {
	white-space: normal;
}

.hero-tiles .top-stories-slate {
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	width: 320px;
	height: 100%;
	margin-left: -17px;
	padding: 20px 20px 20px 34px;
	border-radius: 0px 0px 20px 0px;
	background: #333333;
	vertical-align: top;
}

.hero-tiles .top-stories-slate > h2 {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #515151;
	color: #fff;
	font: 800 20px Futura Today Bold "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-transform: uppercase;
}

.hero-tiles .top-stories-slate > h2 span {
	display: inline-block;
	position: relative;
	width: auto;
}

.hero-tiles .top-stories-slate > h2 span:before {
	display: block;
	position: absolute;
	top: 14.5px;
	right: -6px;
	width: 4px;
	height: 4px;
	border: none;
	border-radius: 45px;
	background: #e82425;
	content: "";
}

.hero-tiles .top-stories-slate > h2 span:after {
	display: block;
	position: absolute;
	top: 3.5px;
	right: -6px;
	width: 4px;
	height: 9px;
	border: none;
	background: #fff;
	content: "";
}

.hero-tiles .top-stories-slate .slate-list {
	padding: 10px 0px 14px 0px;
	border-top: 1px solid #515151;
}

.hero-tiles .top-stories-slate .slate-list .vistors {
	color: #e82425;
	font-family: Futura Today Bold, "Open Sans", "Times New Roman";
	font-size: 12px;
	text-transform: lowercase;
}

.hero-tiles .top-stories-slate .slate-list .title {
	overflow: hidden;
	max-height: 35px;
}

.hero-tiles .top-stories-slate .slate-list .title a {
	color: #b7b9bb;
	font-family: Futura Today Demi Bold, "Open Sans", "Times New Roman";
	font-size: 14px;
}

.hero-tiles .left-slate {
	overflow: hidden;
	border-radius: 20px 0px 0px 20px;
}

.hero-tiles .left-slate > a {
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	text-align: center;
}

.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 {
	display: inline-block;
	width: 80%;
}

.hero-tiles .left-slate .slate-shares {
	position: absolute;
	z-index: 10;
	bottom: 11px;
	left: 11px;
	color: #fff;
	font-family: Futura Today;
	font-size: 10px;
	white-space: nowrap;
	text-transform: lowercase;
}

.hero-tiles .left-slate .slate-shares span {
	display: inline-block;
	box-sizing: border-box;
	width: 33px;
	height: 33px;
	margin-right: 2px;
	padding: 6.5px 0.5px 0px 0.5px;
	border-radius: 45px;
	background: #e82425;
	font-family: Futura Today Demi Bold;
	text-align: center;
	vertical-align: middle;
}

.hero-tiles .left-slate .slate-shares .dsq-postid {
	margin-top: -12px;
}

.hero-tiles .left-slate .hero-1-text:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 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==); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* 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 */
	content: "";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(0, 0, 0, 0)", endColorstr="rgba(230, 0, 0, 0)", GradientType=0); /* IE6-8 */
}

.hero-tiles .left-slate .hero-1-text h2 {
	margin: 0 0 3px;
	font-family: Futura Today Bold, "Open Sans";
	font-size: 30px;
	line-height: 33px;
}

.hero-tiles .left-slate .hero-1-text h2 a {
	color: #fff;
}

.hero-tiles .left-slate .hero-1-text .slate-excerpt {
	font-family: Futura Today Light, "Open Sans";
	font-size: 20px;
}

.hero-tiles .left-slate .hero-1-text .slate-excerpt a {
	color: #e82425;
}

.hero-tiles .left-slate .hero-1-text {
	position: absolute;
	z-index: 10;
	right: 0px;
	bottom: 0px;
	box-sizing: border-box;
	width: 100%;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 85px;
	text-align: right;
	pointer-events: none;
}

.hero-tiles .left-slate {
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 68%;
	width: calc(100% - 308px);
	height: 450px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.hero-tiles .left-slate .slate-img {
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.hero-slates .slate > a {
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 1000px;
	height: 350px;
	margin-left: -334px;
	text-align: center;
}

.hero-slates .slate .slate-text .blur-img-holder {
	display: block;
	position: absolute;
	z-index: -2;
	bottom: 0px;
	left: 0px;
	box-sizing: border-box;
	width: 1000px;
	height: 350px;
	margin-left: -334px;
	text-align: center;
}

.hero-slates .slate-3 {
	margin-right: -10px;
}

.hero-slates .slate .slate-img {
	max-width: 2000px;
	height: 350px;
	margin-left: 0px;
}

.hero-slates .slate .hover-icon {
	display: none;
	width: 19px;
	height: 10px;
	background: url(/wp-content/themes/vip/usatoday-plugins/usatoday-homepage-super-hero/css/./hover-icon.png) no-repeat scroll 0 0 transparent;
	background-position: 0px -12px;
}

.hero-slates .slate:hover .hover-icon {
	background-position: 0px 0px;
}

.hero-slates .slate .hover-icon-holder {
	padding-bottom: 5px;
	text-align: center;
}

.hero-slates .slate .slate-text {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: 5px;
	left: 0px;
	box-sizing: border-box;
	height: 70px;
	padding: 10px 20px 18px 20px;
	background: #000;
	background: rgba(0, 0, 0, 0.4);
	line-height: 15px;
	text-align: left;
	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 {
	overflow: hidden;
	/*margin-bottom: 100px;*/
	max-height: 38px;
	font-size: 14px;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
}

.hero-slates .slate .slate-text .slate-excerpt a {
	font-family: "Open Sans", SansSerif;
	font-size: 14px;
	line-height: 19px;
}

.slate-text .slate-related {
	position: absolute;
	bottom: -400px;
	box-sizing: border-box;
	width: 100%;
	margin-left: -20px;
	padding: 20px 20px 5px 20px;
}

.slate-text .slate-related .slate-related-heading {
	display: inline-block;
	width: 99%;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-size: 15px;
}

.slate-text .slate-related ul li {
	margin-top: 10px;
	margin-left: -15px;
	color: #fff;
	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 {
	display: inline-block;
	display: inline-block;
	position: relative;
	bottom: 0px;
	left: auto;
	max-width: 2000px;
	height: 360px;
	margin-left: 0px;
}

.hero-slates .slate .slate-text .color-overlay {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 500px;
	margin-top: -21px;
	opacity: 0.3;
	background: #000;
}

/*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 {
		display: inline-block;
		display: inline-block;
		position: relative;
		bottom: 0px;
		left: auto;
		max-width: 2000px;
		height: 360px;
		margin-left: 0px;
	}

	.hero-slates .slate > a {
		display: block;
		box-sizing: border-box;
		width: 1000px;
		height: 350px;
		margin-left: -334px !important;
		text-align: center;
	}

	.hero-slates .slate .slate-text .blur-img-holder {
		display: block;
		position: absolute;
		z-index: -2;
		bottom: 0px;
		box-sizing: border-box;
		width: 1000px;
		height: 350px;
		margin-left: -334px !important;
		text-align: center;
	}

	.more-single .hero-tiles .left-slate .hero-1-text h2 {
		margin: 0 0 3px;
		font-size: 34px;
		line-height: 36px;
	}
	/* Styles for when it is in the single blog */
	.more-single .hero-tiles {
		box-sizing: border-box;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0px 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: calc(100% - 305px);
	}

	.more-single .hero-slates {
		width: calc(100% - 40px);
		margin-right: 20px;
		margin-left: 20px;
	}

	.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 {
		visibility: hidden;
		height: 10px;
		padding-bottom: 0px;
	}

	.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 {
		bottom: 0px;
		width: auto;
		max-width: 2000px;
		height: 350px;
	}

	.more-single .hero-slates .slate .slate-text .slate-img-blur.blur-img {
		position: relative;
		z-index: -1;
		bottom: 0px;
		width: auto;
		max-width: 2000px;
		height: 350px;
	}
}
/*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-family: Futura Today Light, "Open Sans";
		font-size: 16px;
	}

	.hero-tiles .left-slate .hero-1-text h2 {
		margin: 0 0 3px;
		font-size: 20px;
		line-height: 23px;
	}

	.more-single .hero-tiles {
		box-sizing: border-box;
		height: auto;
		margin-top: 20px;
		padding: 0px 20px;
	}

	.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;
		right: 20px;
		bottom: 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;
		right: 0px;
		bottom: 0px;
		text-align: right;
	}

	.more-single .hero-tiles .top-stories-slate .slate-list {
		border-top: 1px solid #b7b9bb;
	}

	.more-single .hero-tiles .left-slate {
		overflow: hidden;
		position: relative;
		z-index: 1;
		width: 100%;
		height: auto;
		padding-bottom: 65.25%;
		border-radius: 20px 0px 20px 20px;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.more-single .hero-tiles .top-stories-slate {
		display: block;
		overflow: hidden;
		width: 100%;
		height: auto;
		margin-top: -15px;
		margin-bottom: 20px;
		margin-left: 0px;
		padding: 23px 10px 11px 10px;
		border-radius: 0px 0px 20px 20px;
		background: #e5e5e5;
		text-align: center;
	}

	.more-single .hero-tiles .top-stories-slate > h2 {
		width: 100%;
		margin-bottom: 0px;
		padding-bottom: 10px;
		border-bottom: 1px solid #b7b9bb;
		color: #333333;
		text-align: center;
	}

	.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-family: Futura Today Light, "Open Sans";
		font-size: 16px;
	}

	.hero-tiles .left-slate .hero-1-text h2 {
		margin: 0 0 3px;
		font-size: 20px;
		line-height: 23px;
	}

	.more-single .hero-tiles .left-slate .hero-1-text h2 {
		font-size: 20px;
		line-height: normal;
	}

	.more-single .hero-tiles {
		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 {
		visibility: hidden;
		height: 10px;
		padding-bottom: 0px;
	}

	.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 {
		bottom: 0px;
		width: auto;
		max-width: 2000px;
		height: 350px;
	}

	.hero-slates .slate .slate-text .slate-img-blur.blur-img {
		position: relative;
		z-index: -1;
		bottom: 0px;
		width: auto;
		max-width: 2000px;
		height: 350px;
	}
	/*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 {
		margin: 0 0 3px;
		font-family: Futura Today Demi Bold, "Open Sans", "Times New Roman";
		font-size: 16px;
		line-height: normal;
	}

	.more-single .hero-tiles {
		width: 100%;
		margin-bottom: 10px;
		padding: 0px;
	}

	.more-single .hero-tiles .left-slate .hero-1-text {
		right: 0px;
		bottom: 0px;
		padding-right: 15px;
		padding-bottom: 15px;
		line-height: normal;
	}

	.more-single .hero-tiles .top-stories-slate {
		border-radius: 0px 0px 15px 15px;
	}

	.hero-tiles {
		box-sizing: border-box;
		width: 100%;
		height: auto;
		margin-top: 20px;
		padding: 0px 20px;
	}

	.hero-tiles .left-slate .hero-1-text h2 {
		margin: 0 0 10px;
		font-size: 34px;
		line-height: 36px;
	}

	.hero-tiles .left-slate .hero-1-text h2 a {
		color: #fff;
	}

	.hero-tiles .left-slate .hero-1-text {
		position: absolute;
		z-index: 10;
		right: 20px;
		bottom: 20px;
		text-align: right;
	}

	.hero-tiles .left-slate .hero-1-text h2 {
		margin: 0 0 3px;
		font-family: Futura Today Demi Bold, "Open Sans", "Times New Roman";
		font-size: 16px;
		line-height: 16px;
	}

	.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;
		right: 0px;
		bottom: 0px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 90px;
		text-align: right;
	}

	.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 {
		overflow: hidden;
		position: relative;
		z-index: 1;
		width: 100%;
		height: auto;
		padding-bottom: 65.25%;
		border-radius: 20px 0px 20px 20px;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.hero-tiles .top-stories-slate {
		display: block;
		overflow: hidden;
		width: 100%;
		height: auto;
		margin-top: -15px;
		margin-left: 0px;
		padding: 23px 10px 20px 10px;
		border-radius: 0px 0px 15px 15px;
		background: #e5e5e5;
		text-align: center;
	}

	.hero-tiles .top-stories-slate > h2 {
		width: 100%;
		margin-bottom: 0px;
		padding-bottom: 10px;
		border-bottom: 1px solid #b7b9bb;
		color: #333333;
		text-align: center;
	}

	.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 {
		position: relative;
		width: 100%;
		height: auto;
		margin-left: 0px !important;
	}

	.hero-slates .slate .slate-text .blur-img-holder {
		position: absolute;
		width: 100%;
		height: auto;
		margin-left: 0px !important;
	}

	div.hero-slates {
		margin-top: 15px;
		border-bottom: none;
	}

	.hero-slates .slate.slate-1 {
		position: relative;
		height: auto;
		max-height: 350px;
		border-bottom: 6px solid #6e93cb;
	}

	.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 {
		position: relative;
		bottom: auto;
		left: 0px;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-left: 0;
	}

	.hero-slates .slate .slate-text .slate-img-blur.blur-img {
		position: relative;
		z-index: -1;
		bottom: 0px;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-left: 0;
	}

	.hero-slates .slate-2 {
		display: none;
	}
}
/*mobile inter*/
@media only screen and (max-width: 500px) {
	.hero-slates .slate.slate-1 {
		position: relative;
		height: auto;
		max-height: 250px;
		border-bottom: 6px solid #6e93cb;
	}

	.hero-slates .slate-2 {
		display: none;
	}
}
/*mobile tiny*/
@media only screen and (max-width: 400px) {
	.hero-slates .slate-2 {
		display: none;
	}
}
.newsletter-signup {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	background: #ededed;
}

.newsletter-signup .newsletter-header {
	padding-bottom: 6px;
	border-bottom: 1px solid #b4b3ae;
}

.newsletter-signup .newsletter-header .email-newsletter-icon {
	display: block;
	float: left;
	width: 30px;
	height: 32px;
	background-image: url(/wp-content/themes/vip/usatoday-plugins/usatoday-exacttarget-signup/css/../img/lite-sprite.png);
	background-repeat: no-repeat;
	background-position: -74px -23px;
}

.newsletter-signup .newsletter-header .email-newsletter-message {
	display: block;
	float: left;
	width: 225px;
	margin-left: 10px;
	color: #8c8c8c;
	font: 900 11px "Open Sans Condensed", Arial, Helvetica, sans-serif;
}

.newsletter-signup .email-newsletter-message-error {
	display: none;
	margin-left: 10px;
	color: #e91f01;
	font: 900 11px "Open Sans Condensed", Arial, Helvetica, sans-serif;
}

.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;
	width: 15px;
	height: 15px;
	background-image: url(/wp-content/themes/vip/usatoday-plugins/usatoday-exacttarget-signup/css/../img/lite-sprite.png);
	background-repeat: no-repeat;
	background-position: -108px -23px;
	cursor: pointer;
}

.newsletter-signup .subscribe-form {
	clear: both;
	width: 100%;
	margin-left: 0px;
	padding-top: 8px;
}

.newsletter-signup .subscribe-form input[type="text"] {
	width: 13.5em;
	margin-right: 12px;
	padding: 5px 0px 5px 10px;
	border: none;
	border-bottom: 1px solid #c2c1bc;
	color: #000;
	background: #fff;
	font-size: 12px;
	font-weight: 300;
}

.newsletter-signup .subscribe-form input[type="button"],
.newsletter-signup .subscribe-form input[type="submit"] {
	width: 93px;
	margin-right: -100px;
	padding: 2px 5px 3px 5px;
	border: none;
	border-radius: 0px;
	color: #fff;
	background: #e91f01;
	box-shadow: none;
	text-shadow: none;
	font: 900 11px "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: button;
}

.newsletter-signup .subscribe-form input[type="button"]:hover,
.newsletter-signup .subscribe-form input[type="submit"]:hover {
	padding: 2px 5px 3px 5px;
	border: none;
	border-radius: 0px;
	color: #fff;
	background: #e91f01;
	box-shadow: none;
	text-shadow: none;
	font: 900 11px "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: button;
}