@charset "UTF-8";
@import url(/wp-content/themes/vip/bringmethenews/sass/animate.min.css);
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;
	}
}/**
 * 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;
}@charset "UTF-8";
/*
Theme Name:   BMTN
Description:  BMTN desktop theme
Author:     GoKart Labs
Author URI:   http: //www.gokartlabs.com/
Version: 3.0
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/* Base HTML styles */
html { line-height: normal; }

body { background: #444 url('http://s0.wp.com/wp-content/themes/vip/bringmethenews/images/patterns/noise-stronger.png?1408991732'); font-family: "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, sans-serif; font-size: 62.5%; }

a { color: #82b3b0; }

input, textarea, button { font-family: inherit; font-size: inherit; -webkit-font-smoothing: antialiased; }

em, i { font-style: italic; }

strong, b { font-weight: bold; }

/* Custom scrollbars for pre-10.7 OS X Safari and Chrome */
.pre-lion::-webkit-scrollbar, .pre-lion div::-webkit-scrollbar { background: #1a1a1a url(/wp-content/themes/vip/bringmethenews/images/patterns/dark-wall.jpg?1408991732); border-left: 1px solid #111; -moz-box-shadow: -1px 0 rgba(255, 255, 255, 0.05); -webkit-box-shadow: -1px 0 rgba(255, 255, 255, 0.05); box-shadow: -1px 0 rgba(255, 255, 255, 0.05); width: 8px; }

.pre-lion::-webkit-scrollbar-thumb, .pre-lion div::-webkit-scrollbar-thumb { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyNzI3MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #727272), color-stop(100%, #505050)); background-image: -moz-linear-gradient(left, #727272, #505050); background-image: -webkit-linear-gradient(left, #727272, #505050); background-image: linear-gradient(to right, #727272, #505050); border-color: #000 #111; border-style: solid; border-width: 1px 0 1px 1px; }

.pre-lion::-webkit-scrollbar-corner, .pre-lion div::-webkit-scrollbar-corner { background: #1a1a1a url(/wp-content/themes/vip/bringmethenews/images/patterns/dark-wall.jpg?1408991732); }

[class^="icon-"] { background-image: url(/wp-content/themes/vip/bringmethenews/images/icons@2x.png?1408991733); background-repeat: no-repeat; background-size: 33px auto; display: inline-block; float: left; height: 16px; margin: -1px .6em 0 0; width: 16px; }

.header [class^="icon-"] { background-image: url(/wp-content/themes/vip/bringmethenews/images/icons@2x.png?1408991733); }

.icon-home, .icon-all-stories { background-position: 0 0px; }
.icon-home:hover, .icon-home:focus, a:hover .icon-home, a:focus .icon-home, .icon-all-stories:hover, .icon-all-stories:focus, a:hover .icon-all-stories, a:focus .icon-all-stories { background-position: -17px 0px; }

.icon-news { background-position: 0 -17px; }
.icon-news:hover, .icon-news:focus, a:hover .icon-news, a:focus .icon-news { background-position: -17px -17px; }

.icon-sports { background-position: 0 -34px; }
.icon-sports:hover, .icon-sports:focus, a:hover .icon-sports, a:focus .icon-sports { background-position: -17px -34px; }

.icon-business { background-position: 0 -51px; }
.icon-business:hover, .icon-business:focus, a:hover .icon-business, a:focus .icon-business { background-position: -17px -51px; }

.icon-entertainment--amp--arts { background-position: 0 -68px; }
.icon-entertainment--amp--arts:hover, .icon-entertainment--amp--arts:focus, a:hover .icon-entertainment--amp--arts, a:focus .icon-entertainment--amp--arts { background-position: -17px -68px; }

.icon-weather { background-position: 0 -85px; }
.icon-weather:hover, .icon-weather:focus, a:hover .icon-weather, a:focus .icon-weather { background-position: -17px -85px; }

.icon-health { background-position: 0 -310px; }
.icon-health:hover, .icon-health:focus, a:hover .icon-health, a:focus .icon-health { background-position: -17px -310px; }

.icon-bmtn-on-tom-barnard, .icon-tom-barnard { background-position: 0 -272px; }
.icon-bmtn-on-tom-barnard:hover, .icon-bmtn-on-tom-barnard:focus, a:hover .icon-bmtn-on-tom-barnard, a:focus .icon-bmtn-on-tom-barnard, .icon-tom-barnard:hover, .icon-tom-barnard:focus, a:hover .icon-tom-barnard, a:focus .icon-tom-barnard { background-position: -17px -272px; }

.icon-starred-stories { background-position: 0 -102px; }
.icon-starred-stories:hover, .icon-starred-stories:focus, a:hover .icon-starred-stories, a:focus .icon-starred-stories { background-position: -17px -102px; }

.icon-go-vote-2016 { background-position: 0 -102px; }
.icon-go-vote-2016:hover, .icon-politics:focus, a:hover .icon-politics, a:focus .icon-politics { background-position: -17px -102px; }

.icon-politics { background-position: 0 -102px; }
.icon-go-politics:hover, .icon-politics:focus, a:hover .icon-politics, a:focus .icon-politics { background-position: -17px -102px; }

.icon-meet-the-team { background-position: 0 -153px; }
.icon-meet-the-team:hover, .icon-meet-the-team:focus, a:hover .icon-meet-the-team, a:focus .icon-go-vote-2016 { background-position: -17px -153px; }

.icon-user, .icon-my-bmtn { background-position: 0 -119px; }
.icon-user:hover, .icon-user:focus, a:hover .icon-user, a:focus .icon-user, .icon-my-bmtn:hover, .icon-my-bmtn:focus, a:hover .icon-my-bmtn, a:focus .icon-my-bmtn { background-position: -17px -119px; }

.icon-about-bmtn { background-position: 0 -136px; }
.icon-about-bmtn:hover, .icon-about-bmtn:focus, a:hover .icon-about-bmtn, a:focus .icon-about-bmtn { background-position: -17px -136px; }

.icon-who-we-are { background-position: 0 -153px; }
.icon-who-we-are:hover, .icon-who-we-are:focus, a:hover .icon-who-we-are, a:focus .icon-who-we-are { background-position: -17px -153px; }

.icon-sponsors, .icon-all-feeds { background-position: 0 -170px; }
.icon-sponsors:hover, .icon-sponsors:focus, a:hover .icon-sponsors, a:focus .icon-sponsors, .icon-all-feeds:hover, .icon-all-feeds:focus, a:hover .icon-all-feeds, a:focus .icon-all-feeds { background-position: -17px -170px; }

.icon-native-advertising-with-us, .icon-all-feeds { background-position: 0 -170px; }
.icon-native-advertising-with-us, .icon-native-advertising-with-us:focus, a:hover .icon-native-advertising-with-us, a:focus .icon-native-advertising-with-us { background-position: -17px -170px; }

.icon-categories { background-position: 0 -187px; }
.icon-categories:hover, .icon-categories:focus, a:hover .icon-categories, a:focus .icon-categories { background-position: -17px -187px; }

.icon-back { background-position: 0 -204px; }
.icon-back:hover, .icon-back:focus, a:hover .icon-back, a:focus .icon-back { background-position: -17px -204px; }

.icon-search { background-position: 0 -221px; }
.icon-search:hover, .icon-search:focus, a:hover .icon-search, a:focus .icon-search { background-position: -17px -221px; }

.icon-visit-us-on-facebook { background-position: 0 -238px; }
.icon-visit-us-on-facebook:hover, .icon-visit-us-on-facebook:focus, a:hover .icon-visit-us-on-facebook, a:focus .icon-visit-us-on-facebook { background-position: -17px -238px; }

.icon-visit-us-on-twitter { background-position: 0 -255px; }
.icon-visit-us-on-twitter:hover, .icon-visit-us-on-twitter:focus, a:hover .icon-visit-us-on-twitter, a:focus .icon-visit-us-on-twitter { background-position: -17px -255px; }

/* Notification bar */
.notification-bar { background: #80D1FA; border-bottom: 3px solid #fff; color: #333; font-size: 1.4em; line-height: 32px; position: fixed; text-align: center; text-shadow: 0 1px 1px #E7E7E7; width: 100%; z-index: 10; }
.notification-bar a { color: #000; font-weight: bold; }
.notification-bar i { font-style: normal; }

.notification-bar + .header { top: 35px; }

.categories, .stories, .story { bottom: 0; overflow-x: hidden; top: 84px; }

.full-page { top: 84px; }

.logged-in .header { top: 0; }
.logged-in .categories, .logged-in .stories, .logged-in .story { top: 52px; }
.logged-in .timeline { top: 84px; }

.admin-bar .header, .admin-bar .categories { margin-top: 32px; }
.admin-bar .grid { margin-top: 0; top: 52px; }

@media all and (max-width: 767px) { .notification-bar { display: none; }
  .header { top: 0 !important; }
  .categories, .stories, .story, .story-cta { bottom: 0; overflow-x: hidden; top: 48px !important; }
  .categories { top: 0 !important; }
  .full-page { top: 52px; } }
@media all and (max-width: 480px) { .header { top: 0; }
  .categories, .stories, .story, .story-cta { bottom: 0; overflow-x: hidden; top: 52px; }
  .full-page { top: 52px; } }
@media all and (max-width: 1024px) { .admin-bar .header, .admin-bar .categories { margin-top: 32px; }
  .admin-bar .grid { margin-top: 0; top: 52px; } }
@media all and (max-width: 783px) { .admin-bar .header, .admin-bar .categories { margin-top: 46px; }
  .admin-bar .grid { margin-top: 0; top: 52px; } }
@media all and (max-width: 1024px) and (max-device-width: 1024px) { .notification-bar { display: none; }
  .header { top: 0; }
  .categories, .stories, .story, .story-cta { bottom: 0; overflow-x: hidden; top: 52px; }
  .full-page { top: 52px; } }
/* Site Header */
.header { background-color: #203838; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwNDk0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMzgzOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304949), color-stop(100%, #203838)); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -moz-linear-gradient(#304949, #203838); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-linear-gradient(#304949, #203838); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), linear-gradient(#304949, #203838); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); color: #e2dda9; height: 52px; left: 0; min-width: 1000px; overflow: visible; position: fixed; top: 0; width: 100%; z-index: 4; }
.header p, .header li { font-size: 1.4em; height: 100%; }
.header li { float: left; }
.header a { color: #e2dda9; display: block; text-decoration: none; }
.header a:hover, .header a:focus { color: #fff; }
.header .logo { font-size: 2.8em; margin: 0 auto; text-align: center; width: 394px; }
.header .logo a { background: url(/wp-content/themes/vip/bringmethenews/images/bmtn-logo@2x.png?1408991731) center center no-repeat; background-size: contain; height: 52px; color: transparent; display: block; overflow: hidden; }
.header .logo a:hover, .header .logo a:focus { color: transparent; }

/* Mobile view navigation buttons in header */
.show-categories, .show-stories, .user-actions { position: absolute; top: 0; }

.show-categories, .show-stories { border-right: 1px solid #142626; -moz-box-shadow: -1px 0 rgba(73, 97, 97, 0.3) inset; -webkit-box-shadow: -1px 0 rgba(73, 97, 97, 0.3) inset; box-shadow: -1px 0 rgba(73, 97, 97, 0.3) inset; }
.show-categories button, .show-stories button { background: transparent; border: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: block; font-size: inherit; height: 52px; padding: 18px 21px; }
.show-categories button:hover, .show-categories button:focus, .show-stories button:hover, .show-stories button:focus { background-color: rgba(0, 0, 0, 0.15); }

.show-categories { left: -59px; }
.show-categories button { overflow: hidden; width: 58px; }
.show-categories i { margin-bottom: 58px; }

.show-stories { display: none; }

/* Intro: tagline and social links */
.intro { background: url(/wp-content/themes/vip/bringmethenews/images/patterns/broken_noise.png?1408991732) repeat; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #666; font-size: 1.8em; margin: 0 auto; padding: 5px 33px; position: relative; text-transform: uppercase; white-space: nowrap; word-spacing: -.15em; text-shadow: -1px -1px 0px #000; }
.intro:after { clear: both; content: ''; display: block; height: 0; }

.intro-tagline { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 17px; font-weight: normal; line-height: 57px; overflow: hidden; float: left; }

/* Column widths and positions */
.story, .story-cta { bottom: 0; overflow-x: hidden; top: 84px; }

.categories, .stories { top: 52px; }

.categories { left: 0; position: fixed; width: 230px; z-index: 3; }

.stories { z-index: 2; }

.grid { margin-left: 230px; position: relative; }

.timeline { left: 230px; position: absolute; width: 410px; top: 52px; height: auto; overflow-x: visible; float: left; }

.single .story { min-height: 2000px; }

.single .story.has-related-stories { min-height: 2550px; }

@media all and (max-width: 768px) { .single .story { min-height: intrinsic; } }
.story, .story-cta { margin-left: 640px; position: relative; z-index: 1; }

/* Categories and Stories columns and heading styles */
.categories { background: #1a1a1a url(/wp-content/themes/vip/bringmethenews/images/patterns/dark-wall.jpg?1408991732); }

.stories .wrap, .stories.more-from-category { background: #1a1a1a url(/wp-content/themes/vip/bringmethenews/images/patterns/dark-wall.jpg?1408991732); clear: both; }

.categories, .stories .wrap { border-color: #111; border-style: solid; border-width: 0 1px 1px 0; -moz-box-shadow: -1px -1px rgba(255, 255, 255, 0.05) inset, 2px 2px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: -1px -1px rgba(255, 255, 255, 0.05) inset, 2px 2px 4px rgba(0, 0, 0, 0.2); box-shadow: -1px -1px rgba(255, 255, 255, 0.05) inset, 2px 2px 4px rgba(0, 0, 0, 0.2); color: #999; overflow-y: auto; }
.categories a, .stories .wrap a { text-decoration: none; }
.categories li, .stories .wrap li { list-style: none; }
.categories .selected > a, .categories .current-menu-item > a, .stories .wrap .selected > a, .stories .wrap .current-menu-item > a { color: #fff; }

.grid { box-shadow: none; }

.categories li, .stories-items li { border-bottom: 1px solid #111; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.05); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.05); box-shadow: 0 1px rgba(255, 255, 255, 0.05); }

.section-heading { border-bottom: 1px solid #111; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.05); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.05); box-shadow: 0 1px rgba(255, 255, 255, 0.05); color: #636a6a; font-size: 1.1em; margin-top: 1px; padding: 6px; text-transform: uppercase; }

.section-heading { overflow: hidden; padding: 0; text-transform: capitalize; }
.section-heading h2 { float: left; font-size: 1em; line-height: 2.1em; padding: 0; }

.grid .section-heading { border-top: 1px solid #111; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.05), 0 1px rgba(255, 255, 255, 0.05) inset; -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.05), 0 1px rgba(255, 255, 255, 0.05) inset; box-shadow: 0 1px rgba(255, 255, 255, 0.05), 0 1px rgba(255, 255, 255, 0.05) inset; }

.full-page { margin-left: 230px; top: 84px; overflow: hidden; position: relative; }

.full-page-contents { margin-left: auto; margin-right: auto; max-width: 920px; padding: 20px; }

body.user { color: #5D5956; background: #FFF url(/wp-content/themes/vip/bringmethenews/images/patterns/noise-lighter.png?1408991732); }
body.user .full-page h2 { background-color: rgba(242, 239, 229, 0.3); border-color: #d0d0d0; border-width: 1px; border-style: solid; font-size: 2em; line-height: 60px; text-transform: uppercase; padding: 0 20px; }
body.user .full-page h3 { border: none; color: #264C4C; font-size: 1.4em; }
body.user .full-page .description { color: #858181; display: block; padding: 0 0 10px; width: 90%; }
body.user .full-page label .description { padding: 0; }

.media-partners-links:after { clear: both; content: ''; display: block; height: 0; }
.media-partners-links ul { list-style: none; margin: 0; padding: 0; }
.media-partners-links li { float: left; height: 80px; line-height: 80px; padding: 0 40px 10px 0; width: 80px; }
.media-partners-links img { display: inline; vertical-align: middle; }
.media-partners-links + h2 { margin-top: 20px; }

body.post-type-archive-staff h1, body.single-staff h1 { line-height: 1em; }
body.post-type-archive-staff h1 strong, body.single-staff h1 strong { display: block; font-size: .5em; font-weight: normal; }

.post-type-archive-sponsors .stories .image, .single-sponsors .stories .image { display: table; }
.post-type-archive-sponsors .stories .image span, .single-sponsors .stories .image span { display: table-cell; left: 0; vertical-align: middle; }
.post-type-archive-sponsors .stories .image span img, .single-sponsors .stories .image span img { display: inline-block; height: auto; width: 100%; }

/* Categories / navigation column */
.categories h2 { border-bottom: 1px solid #111; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.05); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.05); box-shadow: 0 1px rgba(255, 255, 255, 0.05); color: #636a6a; font-size: 1.1em; margin-top: 1px; padding: 6px; text-transform: uppercase; }
.categories li { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NjE2MSIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzM0MzQiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(73, 97, 97, 0.2)), color-stop(100%, rgba(28, 52, 52, 0.2))); background-image: -moz-linear-gradient(rgba(73, 97, 97, 0.2), rgba(28, 52, 52, 0.2)); background-image: -webkit-linear-gradient(rgba(73, 97, 97, 0.2), rgba(28, 52, 52, 0.2)); background-image: linear-gradient(rgba(73, 97, 97, 0.2), rgba(28, 52, 52, 0.2)); *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#33496161', endColorstr='#331C3434'); }
.categories a { color: #e7e3bb; display: block; font-size: 1.3em; line-height: 1.3em; padding: 12px 10px; text-shadow: -1px -1px #000; }
.categories a:hover, .categories a:focus { background-color: rgba(49, 69, 70, 0.3); color: #fff; }
.categories .selected i[class^="icon-"], .categories .current-menu-item i[class^="icon-"], .categories li:hover i[class^="icon-"], .categories li:focus i[class^="icon-"] { background-position-x: -17px; }

/* Search form in Categories column */
.search-form { border-bottom: 1px solid #111; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.05); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.05); box-shadow: 0 1px rgba(255, 255, 255, 0.05); padding: 10px 8px 8px; }
.search-form input[type="text"] { background-color: transparent; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(51, 51, 51, 0.5)), color-stop(100%, rgba(51, 51, 51, 0.5))); background-image: -moz-linear-gradient(top, rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)); background-image: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)); background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)); border: 1px solid #111; -moz-border-radius: 2em; -webkit-border-radius: 2em; border-radius: 2em; -moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.05), 1px 1px rgba(255, 255, 255, 0.05) inset; -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.05), 1px 1px rgba(255, 255, 255, 0.05) inset; box-shadow: 1px 1px rgba(255, 255, 255, 0.05), 1px 1px rgba(255, 255, 255, 0.05) inset; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; font-size: 1.3em; text-shadow: -1px -1px #000; padding: .5em 1em; width: 100%; }
.search-form input[type="text"]:focus { -moz-box-shadow: 0 0 4px 1px rgba(200, 215, 85, 0.5), 1px 1px rgba(255, 255, 255, 0.05), 1px 1px rgba(255, 255, 255, 0.05) inset; -webkit-box-shadow: 0 0 4px 1px rgba(200, 215, 85, 0.5), 1px 1px rgba(255, 255, 255, 0.05), 1px 1px rgba(255, 255, 255, 0.05) inset; box-shadow: 0 0 4px 1px rgba(200, 215, 85, 0.5), 1px 1px rgba(255, 255, 255, 0.05), 1px 1px rgba(255, 255, 255, 0.05) inset; outline: none; }
.search-form input[type="text"]:focus::-webkit-input-placeholder { color: transparent; text-shadow: none; }
.search-form input[type="text"]:focus:-moz-placeholder { color: transparent; text-shadow: none; }
.search-form input[type="text"]::-webkit-input-placeholder { color: #e7e3bb; }
.search-form input[type="text"]:-moz-placeholder { color: #e7e3bb; }
.search-form input[type="submit"] { background-color: transparent; border: none; color: transparent; font-size: 1.3em; margin: .625em .85em; padding: 0; position: absolute; right: 10px; top: 11px; }
.search-form input[type="submit"]:hover, .search-form input[type="submit"]:focus { outline: none; }
.search-no-results .content h2 {border:none; box-shadow: none;}
.jp-jplayer *, .jp-audio * { padding: 0; margin: 0; outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition-property: background-color, border-color, color, opacity; -webkit-transition-timing-function: linear; -webkit-transition-duration: 0.15s; -khtml-transition-property: background-color, border-color, color, opacity; -khtml-transition-timing-function: linear; -khtml-transition-duration: 0.15s; -moz-transition-property: background-color, border-color, color, opacity; -moz-transition-timing-function: linear; -moz-transition-duration: 0.15s; -o-transition-property: background-color, border-color, color, opacity; -o-transition-timing-function: linear; -o-transition-duration: 0.15s; transition-property: background-color, border-color, color, opacity; transition-timing-function: linear; transition-duration: 0.15s; }

/* GENERAL
----------------------------------------------- */
.audio-player { float: right; width: 280px; position: relative; padding-right: 5px; }

.audio-player:before { content: " "; position: absolute; top: 0; left: -5px; width: 0; height: 23px; border-left: 1px solid #222; border-right: 1px solid #323334; }

.currdate, .audio-player h3, .jp-audio { float: left; }

.audio-player h3, .currdate { color: #E7E3BB; line-height: 2.3em; text-align: center; padding-left: 5px; }

.jp-jplayer { width: 0px; height: 0px; background-color: #000000; }

.jp-audio { margin: 0 5px 0 0; width: 30px; max-width: 100%; padding: 0; position: relative; }

.jp-audio a { text-decoration: none; color: #d2d6db; }

.jp-audio a:hover { color: #ffffff; }

.jp-audio:after { content: " "; position: absolute; top: 0; right: 0; width: 0; height: 23px; border-left: 1px solid #222; border-right: 1px solid #323334; }

.jp-interface { position: relative; height: 25px; width: 100%; }

/* CONTROLS
----------------------------------------------- */
.jp-controls { float: left; width: 30px; height: 25px; list-style-type: none; padding: 0; margin: 0; z-index: 100; }
.jp-controls li { float: left; }
.jp-controls a { position: absolute; overflow: hidden; text-indent: -9999px; }

.jp-controls .jp-play, .jp-pause, .jp-mute, .jp-unmute { z-index: 1; outline: none; width: 30px; height: 25px; background-position: 10px center; background-repeat: no-repeat; }

.jp-play:hover, .jp-pause:hover, .jp-mute:hover, .jp-unmute:hover { background-position: -23px center; }

.jp-play { background-image: url(/wp-content/themes/vip/bringmethenews/images/jplayer/play.png?1408991714); }

@media all and (-webkit-min-device-pixel-ratio: 1.5) { .jp-play { background-image: url(/wp-content/themes/vip/bringmethenews/images/jplayer/play@2x.png?1408991714); background-size: 44px 13px; } }
.jp-pause { display: none; background-image: url(/wp-content/themes/vip/bringmethenews/images/jplayer/pause.png?1408991714); }

@media all and (-webkit-min-device-pixel-ratio: 1.5) { .jp-pause { background-image: url(/wp-content/themes/vip/bringmethenews/images/jplayer/pause@2x.png?1408991714); background-size: 44px 13px; } }
.jp-mute, .jp-unmute { display: block; position: absolute; top: 0; right: 55px; }

.jp-mute { background-image: url(/wp-content/themes/vip/bringmethenews/images/jplayer/mute-off.png?1408991714); }

@media all and (-webkit-min-device-pixel-ratio: 1.5) { .jp-mute { background-image: url(/wp-content/themes/vip/bringmethenews/images/jplayer/mute-off@2x.png?1408991714); background-size: auto auto; } }
.jp-unmute { background-image: url(/wp-content/themes/vip/bringmethenews/images/jplayer/mute-on.png?1408991714); }

@media all and (-webkit-min-device-pixel-ratio: 1.5) { .jp-unmute { background-image: url(/wp-content/themes/vip/bringmethenews/images/jplayer/mute-on@2x.png?1408991714); background-size: auto auto; } }
/* PROGRESS BAR
----------------------------------------------- */
.jp-progress { position: absolute; padding: 0 85px 0 30px; margin-top: 9px; margin-bottom: 12px; margin-left: 0; margin-right: 0; width: 100%; height: 7px; }

.jp-seek-bar, .jp-play-bar { width: 0px; height: 5px; -webkit-border-radius: 1px; -khtml-border-radius: 1px; -moz-border-radius: 1px; -o-border-radius: 1px; border-radius: 1px; }

.jp-seek-bar { cursor: pointer; position: relative; z-index: 999; background: #464849; }

.jp-seek-bar:before { content: " "; display: block; background: transparent; border: 1px solid; border-color: #212424 #262929 #262929; height: 5px; width: 100%; position: relative; top: -1px; left: -1px; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px; }

.jp-play-bar { position: absolute; top: 0; left: 0; -webkit-animation: progress 0.75s linear infinite; -moz-animation: progress 0.75s linear infinite; -o-animation: progress 0.75s linear infinite; -ms-animation: progress 0.75s linear infinite; animation: progress 0.75s linear infinite; }

/* VOLUME BAR
----------------------------------------------- */
.jp-volume-bar { display: none; }

.jp-volume-bar-value { height: 0px; width: 5px; margin: 1px; -webkit-border-radius: 1px; -khtml-border-radius: 1px; -moz-border-radius: 1px; -o-border-radius: 1px; border-radius: 1px; position: absolute; bottom: 0; }

/* Diagonal Background Bars */
.jp-play-bar, .jp-volume-bar-value { -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3); -khtml-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3); -o-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3); box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3); -webkit-background-size: 7px 7px; -moz-background-size: 7px 7px; -o-background-size: 7px 7px; background-size: 7px 7px; background-color: #fcc500; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#fff200), to(#fcc500)); background-image: -moz-linear-gradient(#fff200, #fcc500); background-image: -ms-linear-gradient(#fff200, #fcc500); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff200), color-stop(100%, #fcc500)); background-image: -webkit-linear-gradient(#fff200, #fcc500); background-image: -o-linear-gradient(#fff200, #fcc500); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff200', endColorstr='#fcc500', GradientType=0); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff200', endColorstr='#fcc500', GradientType=0)"; background-image: linear-gradient(#fff200, #fcc500); background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.3)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.3)), color-stop(0.75, rgba(255, 255, 255, 0.3)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.jp-volume-bar-value { background-repeat: repeat-y; }

/* TIME HOLDER
----------------------------------------------- */
.jp-time-holder { display: none; visibility: hidden; }

/* TIME HOLDER
----------------------------------------------- */
.jp-toggles { display: none; visibility: hidden; }

/* PLAYLIST
----------------------------------------------- */
.jp-playlist { width: 95%; margin: 0 auto; font-size: 13px; background-color: #3a3b3c; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); -webkit-border-radius: 0 0 3px 3px; -khtml-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; -o-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }

.jp-playlist a { display: block; }

.jp-playlist ul { width: 100%; padding: 0; margin: 0; list-style: none; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15); -khtml-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15); }

.jp-playlist li { width: 100%; padding: 5px 10px; border-top: 1px solid #3d3f40; border-bottom: 1px solid #323334; }

.jp-playlist li:first-child { border-top: none; }

.jp-playlist li:last-child { border-bottom: none; }

.jp-free-media { float: right; filter: alpha(opacity=50); -khtml-opacity: 0.5; -moz-opacity: 0.5; opacity: 0.5; font-size: 10px; text-transform: uppercase; margin-top: 1px; display: block; }

.jp-free-media:hover { filter: alpha(opacity=80); -khtml-opacity: 0.8; -moz-opacity: 0.8; opacity: 0.8; }

.jp-free-media a { display: inline; }

.jp-free-media a:first-child:before, .jp-free-media a:last-child:after { content: " "; }

.jp-playlist-current a { font-weight: bold; color: white; }

.jp-playlist-current .jp-free-media a { font-weight: normal; }

.jp-no-solution { height: 0; overflow: hidden; width: 0; }

/* CSS3 ANIMATINS
----------------------------------------------- */
/* Progress Bar Animation */
@-webkit-keyframes progress { 0% { background-position: 0; }
  100% { background-position: -7px; } }
@-moz-keyframes progress { 0% { background-position: 0; }
  100% { background-position: -7px; } }
@-ms-keyframes progress { 0% { background-position: 0; }
  100% { background-position: -7px; } }
@-o-keyframes progress { 0% { background-position: 0; }
  100% { background-position: -7px; } }
.group { *zoom: 1; }
.group:after { content: ""; display: table; clear: both; }

.category-heading { background: url(/wp-content/themes/vip/bringmethenews/images/patterns/broken_noise.png?1408991732) repeat; height: 350px; position: relative; }
.category-heading .category-header-image { height: 255px; position: absolute; width: 100%; z-index: 0; }
.category-heading .category-header-image img { height: auto; width: 100%; }
.category-heading .category-header-headline { padding-top: 45px; position: relative; width: 100%; z-index: 1; }
.category-heading .category-header-headline h1, .category-heading .category-header-headline h2 { float: left; clear: both; padding: 0 30px; color: #fff; background-color: #666; margin: 0; display: inline-block; height: 55px; line-height: 55px; text-transform: uppercase; }
.category-heading .category-header-headline h1 { font-size: 40px; background-color: #cc0033; background-color: rgba(204, 0, 51, 0.8); }
.category-entertainment .category-heading .category-header-headline h1, .category-tom-barnard .category-heading .category-header-headline h1 { font-size: 30px; }
.category-heading .category-header-headline h2 { font-size: 20px; height: 48px; line-height: 48px; background-color: #003366; background-color: rgba(0, 51, 102, 0.8); }
.category-heading .category-header-headline h3 { color: #fff; padding: 0 30px; font-size: 14px; line-height: 50px; clear: both; text-transform: uppercase; }
.category-heading .newsletter-signup { width: 40%; max-width: 50%; position: absolute; bottom: 0px; left: 30px; z-index: 2; }
.category-heading .social-buttons { position: absolute; width: 287px; bottom: 0; right: 20px; padding: 10px; z-index: 999; }
.category-heading .social-buttons p { color: #DDDDDD; font-size: 12px; text-align: center; padding: 0; }
.category-heading .social { background: none; border: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 0; margin-top: 0; margin-left: 6px; }
.category-heading .success { width: 40%; color: #DDDDDD; font-weight: bold; font-size: 13px; padding: 8px 0 9px 10px; position: absolute; bottom: 30px; display: block; }

/* Default stories layout (timeline) */
.stories h2 { padding-left: 7px; font-size: 1.8em; padding: 4px 25px; font-weight: normal; color: #bdbbbc; }
.stories h2 span { color: #fff; font-size: .9em; }
.stories li.selected, .stories li.selected:hover, .stories li.selected:active, .stories li.selected:focus { background-color: #314546; }

.stories-items li { padding: 25px; position: relative; }
.stories-items li > a { color: #e7e3bb; display: block; text-shadow: 1px 1px 2px #000; text-decoration: none; }
.stories-items li > a:hover h3, .stories-items li > a:hover .updated, .stories-items li > a:focus h3, .stories-items li > a:focus .updated { color: #fff; }
.stories-items li:hover { background-color: rgba(49, 69, 70, 0.3); }
.stories-items li h3, .stories-items li p { margin-left: 125px; }
.stories-items li h3 { font-size: 1.8em; }
.stories-items li h3 cite { color: #aaa; display: block; font-size: 0.3em; line-height: 1.3em; padding-top: 1em; text-align: left; }
.stories-items li:active { opacity: .75; }
.stories-items li:after { clear: both; content: ''; display: block; height: 0; }
.stories-items:after { clear: both; content: ''; display: block; height: 0; }
.stories-items .updated { margin-top: .5em; }

.page .stories-items h3 { font-size: 2.5em; margin-left: 0; }
.page .stories-items p { margin-left: 25px; }
.page .stories-items .image { margin-right: 25px; }

.sponsors .stories-items .image { display: table; }
.sponsors .stories-items .image span { background: #fff; left: 0; display: table-cell; vertical-align: middle; }
.sponsors .stories-items .image img { height: auto; width: auto; }

.post-type-archive-sponsors .stories-items .image span, .single-sponsors .stories-items .image span { background: #fff; }

/* Stories thumbnails */
.image { background: #222; -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); display: inline-block; line-height: 0; overflow: hidden; position: relative; }
.image span { background: #282828 url(/wp-content/themes/vip/bringmethenews/images/patterns/diagonal-stripes@2x.png?1408991732); background-size: 50px; display: block; left: 50%; margin-left: -500px; position: relative; text-align: center; width: 1000px; }
.image img { display: inline-block; height: auto; width: auto; }

.stories .image { float: left; height: 100px; width: 100px; }
.stories .image span, .stories .image img { height: 100%; }

/* Stories newsletter widget */
.stories .newsletter { padding: 15px 50px 75px 50px; }

/* MailChimp widget */
.newsletter span {background:none !important;border:none !important;}
.newsletter label {color:#fff; font-size:1.4em; font-weight:bold;}

/* Updated / New flags */
.updated { background: rgba(0, 0, 0, 0.2); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.05); -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.05); box-shadow: 1px 1px rgba(255, 255, 255, 0.05); display: inline-block; font-weight: normal; padding: 5px 7px; }

/* Sponsored by flags */
p.sponsor { color: #999; font-size: 1.1em; margin-top: .5em; }
p.sponsor a { color: #668a8a; text-decoration: underline; }
p.sponsor span { background: rgba(255, 255, 255, 0.75); bottom: 100%; display: block; margin-bottom: -125px; min-height: 23px; left: 25px; padding: 5px 0; position: absolute; width: 100px; }
p.sponsor img { display: block; margin: 0 auto; width: 50%; }

/* External link icon */
.stories [rel="external"], .related [rel="external"] { padding-right: 38px; }
.stories [rel="external"]:before, .related [rel="external"]:before { background: url(/wp-content/themes/vip/bringmethenews/images/sponsored-icon@2x.png?1408991732) no-repeat; background-size: 14px; content: ''; height: 14px; width: 14px; right: 12px; position: absolute; top: 12px; z-index: 1; }

/* Feed source */
.source { left: 0; height: 0; position: absolute; top: 125px; }
.source img { -moz-box-shadow: 1px 1px 2px #000; -webkit-box-shadow: 1px 1px 2px #000; box-shadow: 1px 1px 2px #000; bottom: 10px; position: absolute; right: 10px; }

.source-name { display: none; }

.timeline .stories-items-list li#loading { padding: 40px; }

/* Grid stories layout (home page) */
.grid { box-shadow: none; }

.grid .section-heading { border-top: 1px solid #111; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.05), 0 1px rgba(255, 255, 255, 0.05) inset; -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.05), 0 1px rgba(255, 255, 255, 0.05) inset; box-shadow: 0 1px rgba(255, 255, 255, 0.05), 0 1px rgba(255, 255, 255, 0.05) inset; }

.more-from-category .section-heading { background-color: #203838; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwNDk0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMzgzOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304949), color-stop(100%, #203838)); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -moz-linear-gradient(#304949, #203838); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-linear-gradient(#304949, #203838); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), linear-gradient(#304949, #203838); *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF304949', endColorstr='#FF203838'); color: #fff; }

@media all and (min-width: 481px) { .grid .stories-items { padding: 0 14px 14px 0; }
  .grid .stories-items li { float: left; height: 224px; margin: 14px 0 0 14px; padding: 0; width: 224px; /* Featured stories in grid view */ }
  .grid .stories-items li a { text-decoration: none; }
  .grid .stories-items li .image { float: none; height: 116px; width: 224px; }
  .grid .stories-items li h3, .grid .stories-items li p { margin: 8px 10px 0; }
  .grid .stories-items li h3 { line-height: 1.25em; max-height: 5em; overflow: hidden; }
  .grid .stories-items li:hover { background: transparent; }
  .grid .stories-items li .updated { margin: 0; position: absolute; right: 7px; top: 7px; }
  .grid .stories-items li a[rel="external"] { padding-right: 26px; }
  .grid .stories-items li a[rel="external"]:before { right: 0; top: 130px; }
  .grid .stories-items li p.sponsor { background: rgba(255, 255, 255, 0.75); bottom: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #000; left: 0; font-size: 1.1em; line-height: 37px; margin-bottom: -116px; margin-left: 0; padding: 0 13px; position: absolute; text-shadow: none; width: 100%; }
  .grid .stories-items li p.sponsor a { display: none; }
  .grid .stories-items li p.sponsor span { background: transparent; display: inline; min-height: auto; position: static; padding: 0; }
  .grid .stories-items li p.sponsor img { position: absolute; right: 13px; top: 1px; }
  .grid .stories-items li p.source { background-color: rgba(0, 0, 0, 0.45); bottom: 108px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; font-size: 1.2em; font-weight: bold; left: 0; height: auto; margin: 0; padding: 11px 10px; top: auto; width: 100%; }
  .grid .stories-items li p.source img { display: inline-block; margin-left: 7px; margin-bottom: -7px; position: static; vertical-align: 50%; }
  .grid .stories-items li .source-name { display: inline-block; margin: 0 -10px -10px 0; overflow: hidden; padding: 0 10px 10px 0; text-align: right; text-overflow: ellipsis; white-space: nowrap; width: 175px; }
  .grid .stories-items li.featured { border-bottom: none; height: 462px; width: 462px; }
  .grid .stories-items li.featured .image { height: 312px; width: 462px; }
  .grid .stories-items li.featured .image img { min-height: 100%; min-width: 462px; }
  .grid .stories-items li.featured h3 { background-color: #232323; bottom: 0; color: #f9eee5; font-size: 3em; margin: 0; max-height: 3.4em; padding: 3px 15px 15px 15px; text-shadow: 1px 1px 1px #000; width: 432px; }
  .grid .stories-items li.featured a[rel="external"] { padding-right: 26px; }
  .grid .stories-items li.featured a[rel="external"]:before { right: 15px; bottom: 15px; top: auto; }
  .grid .stories-items li.featured .updated { color: #f9eee5; } }
/* Story */
.story-cta { background: #1a1a1a url(/wp-content/themes/vip/bringmethenews/images/patterns/dark-wall.jpg?1408991732); border-color: #111; border-style: solid; border-width: 1px 0; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.05) inset, 0 -1px rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.05) inset, 0 -1px rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px rgba(255, 255, 255, 0.05) inset, 0 -1px rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(0, 0, 0, 0.2); margin-left: 640px; padding: 30px 40px; text-shadow: 1px 1px 2px #000; }
.story-cta .cta-content { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; max-width: 560px; padding: 30px 40px; }
.story-cta .social { background: #444 url('http://s0.wp.com/wp-content/themes/vip/bringmethenews/images/patterns/noise-stronger.png?1408991732'); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; }
.story-cta .social:after { clear: both; content: ''; display: block; height: 0; }
.story-cta .social .fb-like-box { border-right: 1px solid #444; float: left; padding: 1% 0 1% 4%; width: 48%; }
.story-cta .social .twitter-follow-button { border-left: 1px solid #000; float: left; padding: 4.5% 0 5% 7.5%; }
.story-cta .social.mobile { text-align: center; }
.story-cta .social.mobile .fb-like-box { border-right: none; float: none; padding: 1% auto; width: 292px; }
.story-cta a.dismiss { display: block; margin-bottom: 5px; text-align: right; }
.story-cta .success { color: #e7e3bb; display: block; font-size: 14px; font-style: italic; }

.story, .full-page-contents { color: #fff; text-shadow: 1px 1px #000; }
.story h1, .full-page-contents h1 { color: #e7e3bb; font-size: 3em; line-height: 1.2em; margin-bottom: .25em; }
.story h2, .full-page-contents h2 { color: #e7e3bb; font-size: 2em; }
.story p, .full-page-contents p { font-size: 1.5em; line-height: 1.6em; padding-bottom: 1.3em; }
.story blockquote, .full-page-contents blockquote { border-left: 1px solid #fff; -moz-box-shadow: 2px 0 #000 inset; -webkit-box-shadow: 2px 0 #000 inset; box-shadow: 2px 0 #000 inset; display: block; margin-bottom: 1em; margin: 0 0 1.9em 2em; padding: .75em 3em 1em 2em; }
.story blockquote p:last-child, .full-page-contents blockquote p:last-child { padding-bottom: 0; }
.story blockquote.highlight-quote, .full-page-contents blockquote.highlight-quote { border-left-color: #e7e3bb; color: #e7e3bb; }
.story iframe, .story object, .full-page-contents iframe, .full-page-contents object { max-width: 100%; width: 100%; }
.story .meta, .full-page-contents .meta { margin: 0 0 2em; }
.story .meta li, .full-page-contents .meta li { color: #999; display: inline-block; font-size: 1.3em; list-style: none; margin-right: .75em; }
.story .meta .comments:after, .full-page-contents .meta .comments:after { content: '→'; display: inline-block; overflow: visible; margin-left: .25em; position: relative; text-decoration: none; width: 0; }
.story .meta .updated, .full-page-contents .meta .updated { font-size: .85em; }
.story .featured-image, .full-page-contents .featured-image { display: inline-block; text-align: center; }
.story .featured-image, .full-page-contents .featured-image { margin-bottom: 2.25em; padding: 0px; }
.story .featured-image cite, .full-page-contents .featured-image cite { display: block; }
.story .featured-image .image, .full-page-contents .featured-image .image { -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
.story .featured-image .image span, .full-page-contents .featured-image .image span { left: 0; margin-left: 0; min-width: 1px; width: 100%; }
.story .featured-image .image img, .full-page-contents .featured-image .image img { max-width: 100%; }
.story .featured-small, .full-page-contents .featured-small { float: right; margin: 0.5em 0 1.5em 1.5em; }
.story .featured-small .image, .full-page-contents .featured-small .image { height: auto; width: 150px; }
.wp-caption-text p, .wp-caption p.wp-caption-text {text-align: center; font-size: 10px; padding: 0; margin: 0px 0 25px 0;}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 { margin-bottom: .75em; }
.article-content h1 { color: #e7e3bb; font-size: 3em; line-height: 1.2em; }
.article-content h2 { color: #e7e3bb; font-size: 2.3em; }
.article-content h3 { color: #e7e3bb; font-size: 2.1em; }
.article-content h4 { color: #e7e3bb; font-size: 1.9em; }
.article-content h5 {  }
.article-content h6 { color: #e7e3bb; font-size: 1.5em; font-weight: bold; }
h5 { color: #ffffff; font-size: 1.1em !important; font-weight: normal; text-shadow: none;}
.article-content p { font-size: 1.5em; line-height: 1.6em; padding-bottom: 1.3em; }
.article-content ul, .article-content ol { font-size: 1.5em; line-height: 1.6em; padding-bottom: 1.3em; margin-left: 1.7em; }
.article-content ul { list-style-type: disc; }
.article-content ol { list-style-type: decimal; }
.article-content .alignleft { float: left; margin: 0 1.5em 1.5em 0; }
.article-content .alignright { float: right; margin: 0 0 1.5em 1.5em; }
.article-content .image { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; background: #222 url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732); border: 1px solid #111; display: inline-block; margin-bottom: 2.25em; padding: 10px; width: auto; }
.article-content .image img { -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.75); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.75); box-shadow: 0 0 4px rgba(0, 0, 0, 0.75); height: auto; }

.staff .article-content h6 { margin-bottom: 0; }

.content { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: auto; margin-right: auto; padding: 30px 40px; position: relative; max-width: 560px; }
.content:after { clear: both; content: ''; display: block; height: 0; }

/*
.comments {
  padding-top: 20px;
}
*/
.related { background: #1a1a1a; border-color: #111; border-style: solid; border-width: 1px 0; min-height: 215px; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.05) inset, 0 -1px rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.05) inset, 0 -1px rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px rgba(255, 255, 255, 0.05) inset, 0 -1px rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(0, 0, 0, 0.2); text-shadow: 1px 1px 2px #000; /*
  h2 {
    color: $related-color-heading;
    border-bottom: 1px solid $column-color-border;
    @include box-shadow( 0 1px $column-color-shadow-inner );
    padding: 0 .5em .5em;
  }
  h3 {
    font-size: 1.8em;
    padding: 0 10px 0 0;
  }
  p {
    color: $column-color-date;
    padding: 0 10px 0 0;
  }
  ul {
    padding-top: 2em;
    width: 498px;
  }
  li {
    list-style: none;
    float: left;
    margin-right: 23px;
    position: relative;
    width: $grid-column;
  }
  .image {
    @include box-shadow( 0 0 4px $story-color-image-shadow );
    height: $grid-image-height;
    width: $grid-column;
    img {
      height: 100%;
    }
  }
*/ }
.related a { color: #e7e3bb; text-decoration: none; }
.related a:hover h3, .related a:focus h3 { color: #fff; }
.related .sponsor { font-size: 1.1em; }

span[class*="l-"] { height: 4px; width: 4px; background: #fff; display: inline-block; margin: 12px 2px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -webkit-animation: loader 4s infinite; -webkit-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415); -webkit-animation-fill-mode: both; -moz-animation: loader 4s infinite; -moz-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415); -moz-animation-fill-mode: both; -ms-animation: loader 4s infinite; -ms-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415); -ms-animation-fill-mode: both; animation: loader 4s infinite; animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415); animation-fill-mode: both; }

span.l-1 { -webkit-animation-delay: 1s; animation-delay: 1s; -ms-animation-delay: 1s; -moz-animation-delay: 1s; }

span.l-2 { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; -ms-animation-delay: 0.8s; -moz-animation-delay: 0.8s; }

span.l-3 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; -ms-animation-delay: 0.6s; -moz-animation-delay: 0.6s; }

span.l-4 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; -ms-animation-delay: 0.4s; -moz-animation-delay: 0.4s; }

span.l-5 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; -ms-animation-delay: 0.2s; -moz-animation-delay: 0.2s; }

span.l-6 { -webkit-animation-delay: 0; animation-delay: 0; -ms-animation-delay: 0; -moz-animation-delay: 0; }

.content h2, .outbrain-storypage .AR_1 h2 { border-top: 1px solid #111; border-bottom: 1px solid #111; box-shadow: 0px 1px rgba(255, 255, 255, 0.05); padding: 0px 0.5em 0.25em 0em; font-size: 1.5em; margin-right: 0px; margin-bottom: 14px; white-space: nowrap; padding: .5em; }

.content h2 { color: #fff; }

.article-content h2 { color: #e7e3bb; border-top: none; border-bottom: none; box-shadow: none; font-size: 2.5em; margin-right: 0px; margin-bottom: .75em; white-space: nowrap; padding: .0; }


@-webkit-keyframes loader { 0% { -webkit-transform: translateX(-30px); opacity: 0; }
  25% { opacity: 1; }
  50% { -webkit-transform: translateX(30px); opacity: 0; }
  100% { opacity: 0; } }
@-moz-keyframes loader { 0% { -moz-transform: translateX(-30px); opacity: 0; }
  25% { opacity: 1; }
  50% { -moz-transform: translateX(30px); opacity: 0; }
  100% { opacity: 0; } }
/*
@-keyframes loader { 0% {-transform: translateX(-30px); opacity: 0;} 25% {opacity: 1;} 50% {-transform: translateX(30px); opacity: 0;} 100% {opacity: 0;}
}
*/
@-ms-keyframes loader { 0% { -ms-transform: translateX(-30px); opacity: 0; }
  25% { opacity: 1; }
  50% { -ms-transform: translateX(30px); opacity: 0; }
  100% { opacity: 0; } }
.intro .social { background: none; border: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; float: right; margin-top: 0; margin-bottom: 0; position: relative; width: 432px; z-index: 2; max-height: 58px !important; }
.intro .social li { float: left; }

.social { display: table; font-size: 1em; line-height: inherit; margin-left: 0; margin-top: 1.25em; margin-bottom: 1.25em; padding-bottom: 0; table-layout: fixed; width: 100%; background: #222 url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732); border: 1px solid #111; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; }
.social li { display: table-cell; padding: 10px 0; text-align: center; vertical-align: middle; }
.social li iframe { max-width: none; width: auto; }

span.counter { background: rgba(0, 0, 0, 0.1); border-radius: 2px; -moz-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(255, 255, 255, 0.1); -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(255, 255, 255, 0.1); box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(255, 255, 255, 0.1); display: block; float: right; font-size: 12px; margin-top: -2px; padding: 3px 5px; }

span.at16nc, div.atclear { display: none; }

a.button-email, a.button-facebook, a.button-googleplus, a.button-twitter { border-radius: 2px; box-shadow: 0 0 1px #000; color: #CEEAFF; display: inline-block; font-size: 14px; margin: 0 12px 0 0; min-height: 23px; padding: 10px 10px 2px 30px; position: relative; text-align: center; text-decoration: none; width: 90px; text-transform: capitalize; text-shadow: -1px -1px 0px #333; }

a.button-facebook { background-color: #1F4C80; /* fallback color */ background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2NWE5NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmNGM4MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #265a97), color-stop(100%, #1f4c80)); background-image: -moz-linear-gradient(#265a97, #1f4c80); background-image: -webkit-linear-gradient(#265a97, #1f4c80); background-image: linear-gradient(#265a97, #1f4c80); border: 1px solid #1F4C80; padding: 8px 10px 5px 30px; }
a.button-facebook:before { content: ''; background: url(/wp-content/themes/vip/bringmethenews/images/sprite-social.png?1408991733) no-repeat -18px 0; display: block; height: 26px; position: absolute; left: 5px; top: 5px; width: 16px; }

a.button-googleplus { background-color: #c33219; /* fallback color */ background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2NDUyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MzMzIxOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e64522), color-stop(100%, #c33219)); background-image: -moz-linear-gradient(#e64522, #c33219); background-image: -webkit-linear-gradient(#e64522, #c33219); background-image: linear-gradient(#e64522, #c33219); border: 1px solid #c33219; }

a.button-twitter { background-color: #0081ce; /* fallback color */ background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWNlZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwODFjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00aced), color-stop(100%, #0081ce)); background-image: -moz-linear-gradient(#00aced, #0081ce); background-image: -webkit-linear-gradient(#00aced, #0081ce); background-image: linear-gradient(#00aced, #0081ce); border: 1px solid #0081ce; }
a.button-twitter:before { content: ''; background: url(/wp-content/themes/vip/bringmethenews/images/sprite-social.png?1408991733) no-repeat -34px 0; display: block; height: 26px; position: absolute; left: 5px; top: 5px; width: 35px; }

.twitter-count-horizontal { width: 90px !important; }

#___plusone_0, #___plusone_0 iframe { width: 70px !important; }

a.button-email { background-color: #BFBFBF; /* fallback color */ background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bfbfbf)); background-image: -moz-linear-gradient(#eeeeee, #bfbfbf); background-image: -webkit-linear-gradient(#eeeeee, #bfbfbf); background-image: linear-gradient(#eeeeee, #bfbfbf); border: 1px solid #BFBFBF; color: #444444; text-shadow: -1px -1px 0px #C5C5C5; width: 90px; }
a.button-email:before { content: ''; background: url(/wp-content/themes/vip/bringmethenews/images/sprite-social.png?1408991733) no-repeat -65px 0; display: block; height: 26px; position: absolute; left: 5px; top: 5px; width: 35px; }

.single .social a { padding: 7px 0 0; line-height: 25px; margin: 0; min-height: 28px; width: 97px; }
@media screen and (max-width: 1200px) { .single .social a { width: 90%; } }
.single a.button-facebook { padding: 7px 0 0 10px; width: 87px; }
.single a.button-twitter { padding-left: 10px; width: 87px; }
.single a.button-twitter:before { content: ''; background: none; display: none; }
.single a.button-googleplus { padding-left: 10px; width: 87px; }
.single a.button-googleplus:before { content: ''; background: none; display: none; }
.single a.button-email { text-align: left; text-indent: 47px; }

.search .social a { padding: 7px 0 0; line-height: 25px; margin: 0; min-height: 28px; width: 97px; }

@media screen and (max-width: 1200px) { .search .social a { width: 90%; } }
.search a.button-facebook { padding: 7px 0 0 10px; width: 87px; }

.search a.button-twitter { padding-left: 10px; width: 87px; }

.search a.button-twitter:before { content: ''; background: none; display: none; }

.search a.button-googleplus { padding-left: 10px; width: 87px; }

.search a.button-googleplus:before { content: ''; background: none; display: none; }

.search a.button-email { text-align: left; text-indent: 47px; }

/* Weather */
.weather-page { color: #fff; }

.conditions { background: url(/wp-content/themes/vip/bringmethenews/images/weather/weather-header-bridge.jpg?1408991713) 50% 50%; background-size: cover; height: 284px; position: relative; }

.conditions-contents { color: #fff; left: 50%; margin: -65px 0 0 -137px; position: absolute; text-align: center; top: 50%; width: 275px; }
.conditions-contents img { display: block; float: left; position: relative; z-index: 2; }
.conditions-contents p { background: #444 url(/wp-content/themes/vip/bringmethenews/images/patterns/dark-wall.jpg?1408991732); border: 1px solid #000; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 0 2px #000; -webkit-box-shadow: 0 0 2px #000; box-shadow: 0 0 2px #000; font-size: 1.2em; height: 93px; line-height: 1.5em; opacity: .85; padding: 30px 10px 5px 110px; position: relative; z-index: 1; }
.conditions-contents p strong { line-height: 1em; font-size: 4.16em; font-weight: normal; }

.weather-photo-attribution { bottom: 10px; color: #000; font-size: 1.1em; font-weight: bold; position: absolute; right: 10px; text-align: right; text-shadow: 1px 1px #fff, -1px 1px #fff, -1px -1px #fff, 1px -1px #fff, 1px 1px 3px #fff; width: 100%; }

.weather-section { position: relative; z-index: 1; }

.weather-contents { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; padding: 20px; width: 970px; }
.weather-contents:after { clear: both; content: ''; display: block; height: 0; }

.weather-header { border-color: #111; border-style: solid; border-width: 1px 0; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px rgba(255, 255, 255, 0.1); box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px rgba(255, 255, 255, 0.1); }
.weather-header h2 { float: left; font-size: 2em; line-height: 1em; margin-right: 1em; }
.weather-header p { line-height: 0em; float: left; font-size: 1.3em; padding-top: .95em; }
.weather-header p.weather-updated { float: right; font-size: 1.1em; padding-top: 1.3em; }

.radar { background: #222 url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732); border: 1px solid #111; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; float: left; margin-right: 20px; width: 600px; padding: 12px; position: relative; }
.radar:after { clear: both; content: ''; display: block; height: 0; }
.radar p { font-size: 1.1em; padding-top: .75em; }
.radar .weather-updated { float: left; }

.radar-image { height: 400px; overflow: hidden; position: relative; }
.radar-image div { left: 50%; margin-left: -384px; position: absolute; text-align: center; top: 0; width: 768px; }

div.radar-overlay { margin-left: -307px; margin-top: -220px; }

.radar-time { float: right; }

.radar-timeline { border: 1px solid #fff; display: inline-block; float: right; font-size: 1.1em; height: 5px; margin: 1em 0 0 1em; width: 100px; }

.radar-timeline-progress { background: #fff; display: block; height: 5px; }

.forecast-hours { border-collapse: separate; float: right; width: 284px; }
.forecast-hours td, .forecast-hours th { border-bottom: 1px solid #111; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.1); box-shadow: 0 1px rgba(255, 255, 255, 0.1); text-align: center; }
.forecast-hours tr:first-child th { border-top: none; }
.forecast-hours th { color: #999; font-size: 1.1em; padding-bottom: .75em; text-transform: uppercase; }
.forecast-hours td { font-size: 1.5em; padding: .15em 0; }
.forecast-hours td strong { font-size: 1.3em; font-weight: normal; }

.hourly-forecast { position: relative; }

.extended-forecast { background-color: rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.36); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.36); box-shadow: 0 0 4px rgba(0, 0, 0, 0.36); }
.extended-forecast .weather-header { -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.03), 0 1px rgba(255, 255, 255, 0.1) inset; -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.03), 0 1px rgba(255, 255, 255, 0.1) inset; box-shadow: 0 1px rgba(255, 255, 255, 0.03), 0 1px rgba(255, 255, 255, 0.1) inset; }
.extended-forecast .weather-summary h3 { -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.03); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.03); box-shadow: 0 1px rgba(255, 255, 255, 0.03); }
.extended-forecast [class*="temp-"] { -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.03); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.03); box-shadow: 0 1px rgba(255, 255, 255, 0.03); }
.extended-forecast [class*="temp-"] + [class*="temp-"] { -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.03), 1px 0 rgba(255, 255, 255, 0.03) inset; -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.03), 1px 0 rgba(255, 255, 255, 0.03) inset; box-shadow: 0 1px rgba(255, 255, 255, 0.03), 1px 0 rgba(255, 255, 255, 0.03) inset; }

.weather-summaries { display: table; margin: 0 auto; }
.weather-summaries:after { clear: both; content: ''; display: block; height: 0; }

.weather-summary { float: left; margin: 0 35px 10px; width: 150px; }
.weather-summary h3 { border-bottom: 1px solid #111; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.1); box-shadow: 0 1px rgba(255, 255, 255, 0.1); font-size: 1.7em; padding: 0 .4em .4em; text-align: right; }
.weather-summary h3 strong { float: left; }
.weather-summary h3:after { clear: both; content: ''; display: block; height: 0; }
.weather-summary img { display: block; margin: -1em auto 0; }
.weather-summary h4 { font-size: 1.5em; margin: -.75em 0 1em; text-align: center; }

[class*="temp-"] { border-bottom: 1px solid #111; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.1); box-shadow: 0 1px rgba(255, 255, 255, 0.1); float: left; font-size: 1.1em; margin-bottom: 1em; padding: .25em 0 .75em; text-align: center; width: 75px; }
[class*="temp-"] strong { font-size: 3.2em; font-weight: normal; padding-left: .35em; }
[class*="temp-"] + [class*="temp-"] { border-left: 1px solid #111; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.1), 1px 0 rgba(255, 255, 255, 0.1) inset; -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.1), 1px 0 rgba(255, 255, 255, 0.1) inset; box-shadow: 0 1px rgba(255, 255, 255, 0.1), 1px 0 rgba(255, 255, 255, 0.1) inset; width: 74px; }

p.temp-current { float: none; margin-top: -.75em; padding-top: 0; width: auto; }

.precipitation { font-size: 1.3em; padding: 0 .25em; }
.precipitation strong { float: right; font-weight: normal; }

.statewide-conditions .weather-header { border-top: none; -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.1); box-shadow: 0 1px rgba(255, 255, 255, 0.1); }

.weather-widget { float: left; width: 210px; }
.weather-widget img { display: inline-block; float: left; margin: -8px 0 0; }
.weather-widget p { font-size: 1.1em; white-space: nowrap; width: 210px; }
.weather-widget strong { display: block; float: left; font-size: 2.72em; font-weight: normal; font-weight: 200; padding: 7px 5px 0 0; }
.weather-widget em { display: block; font-size: 1.18em; font-style: normal; padding-top: 12px; }

/* Form styles */
.article-content form textarea, .full-page form textarea, .gform_wrapper form textarea { overflow: auto; }
.article-content form .ie6 legend, .article-content form .ie7 legend, .full-page form .ie6 legend, .full-page form .ie7 legend, .gform_wrapper form .ie6 legend, .gform_wrapper form .ie7 legend { margin-left: -7px; }
.article-content form input[type="radio"], .full-page form input[type="radio"], .gform_wrapper form input[type="radio"] { vertical-align: text-bottom; }
.article-content form input[type="checkbox"], .full-page form input[type="checkbox"], .gform_wrapper form input[type="checkbox"] { vertical-align: bottom; }
.article-content form .ie7 input[type="checkbox"], .full-page form .ie7 input[type="checkbox"], .gform_wrapper form .ie7 input[type="checkbox"] { vertical-align: baseline; }
.article-content form .ie6 input, .full-page form .ie6 input, .gform_wrapper form .ie6 input { vertical-align: text-bottom; }
.article-content form select, .article-content form input[type=button], .article-content form input[type=submit], .article-content form button, .full-page form select, .full-page form input[type=button], .full-page form input[type=submit], .full-page form button, .gform_wrapper form select, .gform_wrapper form input[type=button], .gform_wrapper form input[type=submit], .gform_wrapper form button { cursor: pointer; }
.article-content form button, .article-content form input, .article-content form select, .article-content form textarea, .full-page form button, .full-page form input, .full-page form select, .full-page form textarea, .gform_wrapper form button, .gform_wrapper form input, .gform_wrapper form select, .gform_wrapper form textarea { margin: 0; }
.article-content form input, .article-content form select, .full-page form input, .full-page form select, .gform_wrapper form input, .gform_wrapper form select { vertical-align: middle; }
.article-content form input:invalid, .article-content form textarea:invalid, .full-page form input:invalid, .full-page form textarea:invalid, .gform_wrapper form input:invalid, .gform_wrapper form textarea:invalid { -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.article-content form .no-boxshadow input:invalid, .article-content form .no-boxshadow textarea:invalid, .full-page form .no-boxshadow input:invalid, .full-page form .no-boxshadow textarea:invalid, .gform_wrapper form .no-boxshadow input:invalid, .gform_wrapper form .no-boxshadow textarea:invalid { background-color: #f0dddd; }
.article-content form button, .full-page form button, .gform_wrapper form button { width: auto; overflow: visible; }
.article-content form input, .article-content form select, .article-content form textarea, .full-page form input, .full-page form select, .full-page form textarea, .gform_wrapper form input, .gform_wrapper form select, .gform_wrapper form textarea { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background: #222 url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732); border: 1px solid #111; color: inherit; font-size: 1.4em; padding: 0.3em; outline: 0; width: 100%; }
.article-content form select, .full-page form select, .gform_wrapper form select { -moz-appearance: button; -webkit-appearance: button; -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; user-select: none; background: #222 url(/wp-content/themes/vip/bringmethenews/images/select-arrow.png?1408991731) 98% 17px no-repeat; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.article-content form textarea, .full-page form textarea, .gform_wrapper form textarea { height: 150px; line-height: 150%; }
.article-content form input:hover, .article-content form select:hover, .article-content form textarea:hover, .article-content form input:focus, .article-content form select:focus, .article-content form textarea:focus, .full-page form input:hover, .full-page form select:hover, .full-page form textarea:hover, .full-page form input:focus, .full-page form select:focus, .full-page form textarea:focus, .gform_wrapper form input:hover, .gform_wrapper form select:hover, .gform_wrapper form textarea:hover, .gform_wrapper form input:focus, .gform_wrapper form select:focus, .gform_wrapper form textarea:focus { -moz-box-shadow: 0 0 8px rgba(255, 255, 255, 0.15); -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.15); box-shadow: 0 0 8px rgba(255, 255, 255, 0.15); border-color: #C9C9C9; }
.article-content form input[type="submit"], .full-page form input[type="submit"], .gform_wrapper form input[type="submit"] { float: right; padding: .5em 1em; width: auto; }
.article-content form input[type="checkbox"], .full-page form input[type="checkbox"], .gform_wrapper form input[type="checkbox"] { height: auto; width: auto; }
.article-content form h3, .full-page form h3, .gform_wrapper form h3 { border-bottom: 1px solid #333; margin-bottom: 0; padding-bottom: 0.4em; }
.article-content form ul, .full-page form ul, .gform_wrapper form ul { list-style: none; margin-left: 0; }
.article-content form ul li, .full-page form ul li, .gform_wrapper form ul li { padding-bottom: 1.3em; }
.article-content form ul li label, .full-page form ul li label, .gform_wrapper form ul li label { display: block; padding-bottom: 0.5em; }
.article-content form div.ginput_container ul, .full-page form div.ginput_container ul, .gform_wrapper form div.ginput_container ul { overflow: hidden; padding: 0; text-align: left; width: auto; }
.article-content form div.ginput_container ul input, .article-content form div.ginput_container ul label, .full-page form div.ginput_container ul input, .full-page form div.ginput_container ul label, .gform_wrapper form div.ginput_container ul input, .gform_wrapper form div.ginput_container ul label { float: left; font-size: .7em; width: auto; }
.article-content form div.ginput_container ul input, .full-page form div.ginput_container ul input, .gform_wrapper form div.ginput_container ul input { margin: .7em .7em .7em 0; }

.gform_wrapper { clear: both; font-size: 1.5em; overflow: hidden; margin-top: 15px; }
.gform_wrapper .gfield_checkbox li { clear: left; }
.gform_wrapper .gfield_checkbox li label { margin-top: 0.5em; }

#gforms_confirmation_message { font-size: 1.5em; }

.validation_message { color: #ff0000; }

body.user .full-page [class^="icon-"] { background-image: url(/wp-content/themes/vip/bringmethenews/images/icons-light@2x.png?1408991731); background-repeat: no-repeat; background-size: 33px auto; display: inline-block; float: none; height: 16px; margin: 0 0.2em -4px 0.6em; width: 16px; }
body.user .full-page .login { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.3em; max-width: 820px; padding: 2em; width: 100%; }
body.user .full-page .login p.success, body.user .full-page .login p.danger, body.user .full-page .login p.error, body.user .full-page .login p.info, body.user .full-page .login p.message { color: #c09853; font-size: 1.1em; background-color: #fcf8e3; border: 1px solid #fbeed5; margin-bottom: 20px; padding: 10px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); width: 90%; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
body.user .full-page .login p.success strong, body.user .full-page .login p.danger strong, body.user .full-page .login p.error strong, body.user .full-page .login p.info strong, body.user .full-page .login p.message strong { color: #c00; }
body.user .full-page .login p.success { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; }
body.user .full-page .login p.danger, body.user .full-page .login p.error { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; }
body.user .full-page .login p.error { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 63%; }
body.user .full-page .login p.info, body.user .full-page .login p.message { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; }
body.user .full-page form div.checkboxes, body.user .full-page form p:not(#reg_passmail1) { background: transparent url(/wp-content/themes/vip/bringmethenews/images/patterns/cross-hatch-noise.png?1408991732); border: 1px solid #CECCCC; display: table; font-size: 1.3em; height: 45px; margin: 0 0 3%; overflow: hidden; position: relative; text-align: center; width: 90%; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
body.user .full-page form div.checkboxes.checkbox, body.user .full-page form p:not(#reg_passmail1).checkbox { font-size: 1.6em; }
body.user .full-page form div.checkboxes.indicator-hint, body.user .full-page form p:not(#reg_passmail1).indicator-hint { background-color: #eee; background-image: none; font-size: 0.9em; padding: 10px 20px; text-align: left; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
body.user .full-page form div.checkboxes:hover, body.user .full-page form p:not(#reg_passmail1):hover { -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); border-color: #C9C9C9; }
body.user .full-page form input { background: transparent url(/wp-content/themes/vip/bringmethenews/images/patterns/cross-hatch-noise.png?1408991732); border: 0; color: #274C4C; display: table-cell; font-size: 1em; height: 45px; margin: 0; outline: none; padding: 10px; text-align: left; vertical-align: middle; width: 100%; -moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; }
body.user .full-page form input[type="checkbox"], body.user .full-page form input[type="radio"] { height: auto; width: auto; }
body.user .full-page form label { border-right: 1px solid #CECCCC; display: table-cell; font-size: 0.7em; height: 45px; padding: 0px 5%; text-align: left; vertical-align: middle; width: 33%; }
body.user .full-page form label strong { display: block; }
body.user .full-page form .radio label { font-size: 100%; padding: 0 6%; }
body.user .full-page form .checkboxes h3 { float: left; font-size: 0.8em; margin: 1em 0 0 1em; text-align: left; width: 33%; }
body.user .full-page form .checkboxes label { border-left: 1px solid #CECCCC; border-right: none; display: block; height: auto; margin-left: 33%; padding: 2% 5%; }
body.user .full-page form .forgetmenot label, body.user .full-page form .newsletter label { width: 75%; }
body.user .full-page form .forgetmenot input, body.user .full-page form .newsletter input { margin: 0 auto; }
body.user .full-page .submit, body.user .full-page #tabs { background: transparent url(/wp-content/themes/vip/bringmethenews/images/patterns/cross-hatch-noise.png?1408991732); border: 1px solid #ddd; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; font-size: 1.5em; overflow: hidden; padding: .3em .35em; }
body.user .full-page .submit input[type="submit"], body.user .full-page .submit a, body.user .full-page #tabs input[type="submit"], body.user .full-page #tabs a { background-color: #203838; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwNDk0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMzgzOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304949), color-stop(100%, #203838)); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -moz-linear-gradient(#304949, #203838); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-linear-gradient(#304949, #203838); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), linear-gradient(#304949, #203838); *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF304949', endColorstr='#FF203838'); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); border: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ddd; cursor: pointer; display: block; font-size: 0.7em; padding: .6em 0; text-align: center; text-decoration: none; text-shadow: -1px -1px rgba(0, 0, 0, 0.3); width: 100%; }
body.user .full-page .submit input[type="submit"]:hover, body.user .full-page .submit input[type="submit"]:focus, body.user .full-page .submit input[type="submit"].active, body.user .full-page .submit a:hover, body.user .full-page .submit a:focus, body.user .full-page .submit a.active, body.user .full-page #tabs input[type="submit"]:hover, body.user .full-page #tabs input[type="submit"]:focus, body.user .full-page #tabs input[type="submit"].active, body.user .full-page #tabs a:hover, body.user .full-page #tabs a:focus, body.user .full-page #tabs a.active { background-color: #304949; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMzgzOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwNDk0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #203838), color-stop(100%, #304949)); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -moz-linear-gradient(#203838, #304949); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-linear-gradient(#203838, #304949); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), linear-gradient(#203838, #304949); *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF203838', endColorstr='#FF304949'); }
body.user .full-page .submit a.account-lnk, body.user .full-page #tabs a.account-lnk { -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px; border-radius: 3px 0 0 3px; float: left; width: 50%; }
body.user .full-page .submit a.feeds-lnk, body.user .full-page #tabs a.feeds-lnk { -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0; border-radius: 0 3px 3px 0; float: left; width: 50%; }
body.user .full-page #tabs { float: right; margin: 10px 10px 0 0; width: 120px; }

.profile .screen-reader-text, .profile .screen-reader-text span { height: 1px; left: -1000em; overflow: hidden; position: absolute; width: 1px; }

.register .register-cta { float: right; width: 30%; }
.register .register-cta h3 { margin-bottom: 0.4em; text-shadow: 0 1px 2px #fff; }
.register .register-cta li { font-size: 1.2em; list-style: none; margin: 0; position: relative; text-shadow: 0 1px 2px #fff; }
.register .register-cta li i { background: url(/wp-content/themes/vip/bringmethenews/images/glyphicons-halflings.png?1408991731) no-repeat -287px 0; position: absolute; height: 16px; width: 16px; top: 6px; }
.register .register-cta li p { padding: 4px 0 4px 25px; }

#registerform { width: 70%; }

.mu_register .hint { font-size: 12px; margin-bottom: 10px; display: block; }
.mu_register label.checkbox { display: inline; }

#pass-strength-result { background-color: none; padding-bottom: 5px; margin-bottom: 15px; border-bottom: 5px solid #DDD; text-align: left; width: 90%; }

#pass-strength-result.strong, #pass-strength-result.short { font-weight: bold; }

#pass-strength-result { border-color: #eee; }

#pass-strength-result.bad { border-color: #ffb78c; }

#pass-strength-result.good { border-color: #ffec8b; }

#pass-strength-result.short { border-color: #ffa0a0; }

#pass-strength-result.strong { border-color: #c3ff88; }

.newsletter .newsletter-signup { max-width: 477px; bottom: 0; }
.newsletter span { display: block; overflow: hidden; padding: 4px 4px 3px; background: #222 url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732); border: 1px solid #111; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; }
.newsletter #email { background: none; border: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; color: #DDDDDD; padding: 10px; width: 78%; }
.newsletter #email::-webkit-input-placeholder { color: #727272; font-style: italic; }
.newsletter #email:-moz-placeholder { color: #727272; font-style: italic; }
.newsletter #email:-ms-input-placeholder { color: #727272; font-style: italic; }
.newsletter #submit { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; height: 36px; width: 22%; }

.newsletter-signup { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; padding: 0 0 1%; position: relative; }
.newsletter-signup:after { clear: both; content: ''; display: block; height: 0; }
.newsletter-signup label { color: #DDDDDD; font-size: 12px; display: block; padding: 5px 0; text-align: center; }
.newsletter-signup input { background: transparent url(/wp-content/themes/vip/bringmethenews/images/patterns/billie_holiday.png?1408991732); border: 1px solid #111; border-radius: 3px 0 0 3px; -moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.2em; float: left; padding: 13px 10px; width: 70%; }
.newsletter-signup input::-webkit-input-placeholder { color: #222222; font-size: 12px; font-weight: normal; }
.newsletter-signup input:-moz-placeholder { color: #222222; font-size: 12px; font-weight: normal; }
.newsletter-signup input:-ms-input-placeholder { color: #222222; font-size: 12px; font-weight: normal; }
.newsletter-signup input:focus { outline: 0; background: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset; }
.newsletter-signup button { background-color: #203838; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwNDk0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMzgzOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304949), color-stop(100%, #203838)); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -moz-linear-gradient(#304949, #203838); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-linear-gradient(#304949, #203838); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), linear-gradient(#304949, #203838); *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF304949', endColorstr='#FF203838'); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); border: none; -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0; border-radius: 0 3px 3px 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #DDDDDD; cursor: pointer; display: block; float: right; font-size: 1.4em; height: 42px; margin: 2px 0 0; overflow: visible; padding: 0; position: relative; text-align: center; text-shadow: -1px -1px rgba(0, 0, 0, 0.3); width: 30%; }
.newsletter-signup button:hover, .newsletter-signup button:focus { background-color: #304949; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMzgzOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwNDk0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #203838), color-stop(100%, #304949)); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -moz-linear-gradient(#203838, #304949); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-linear-gradient(#203838, #304949); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), linear-gradient(#203838, #304949); *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF203838', endColorstr='#FF304949'); }
.newsletter-signup button ::-webkit-input-placeholder { color: #ddd; }
.newsletter-signup button :moz-placeholder { color: #ddd; }
.newsletter-signup button ::-moz-placeholder { color: #ddd; }
.newsletter-signup button :-ms-input-placeholder { color: #ddd; }
.newsletter-signup #email.working { background: #fff url(/wp-content/themes/vip/bringmethenews/images/ajax-loader.gif?1408991731) no-repeat 95% center; }
.newsletter-signup .error { border: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; clear: both; color: #FF5200; display: block; font-size: 12px; font-style: italic; padding-top: 1%; }

.media-partners-links:after { clear: both; content: ''; display: block; height: 0; }

.media-partners-links ul { list-style: none; margin: 0; padding: 0; }

.media-partners-links li { float: left; height: 80px; line-height: 80px; padding: 0 40px 10px 0; width: 80px; }

.media-partners-links img { display: inline; vertical-align: middle; }

.media-partners-links + h2 { margin-top: 20px; }

@media all and (min-width: 768px) and (max-width: 857px) { .story-cta .social .fb-like-box { border-right: none; display: block; float: none; margin: 0 auto; padding: 1% 0 1% 4%; width: 50%; }
  .story-cta .social .twitter-follow-button { display: none; }
  .story-cta .social .category-cta .twitter-follow-button { display: block; } }
@media all and (max-width: 480px) { .story-cta .newsletter-signup, .cta-content .newsletter-signup { display: none; }
  .twitter-follow-button { display: none; } }
@media all and (max-width: 915px) { .register .register-cta { float: none; margin-bottom: 20px; max-width: 652px; width: 100%; }
  .register .register-cta li { width: 90%; }
  #registerform { max-width: 652px; width: 100%; }
  body.user .full-page .login p.error { width: 586px; } }
@media all and (max-width: 700px) { body.user .full-page .login p.error { width: 90%; } }
.infinite-scroll .grid .stories-items { padding-bottom: 74px; }

#infinite-handle, .infinite-loader { background: #222 url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732); border: 1px solid #111; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1) inset; clear: both; bottom: 14px; font-size: 1.5em; left: 0; margin: 0 14px; padding: .3em .35em; position: absolute; right: 0; text-align: center; }
#infinite-handle a, .infinite-loader a { text-decoration: none; }

#infinite-handle span { background-color: #203838; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwNDk0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMzgzOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304949), color-stop(100%, #203838)); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -moz-linear-gradient(#304949, #203838); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-linear-gradient(#304949, #203838); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), linear-gradient(#304949, #203838); *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF304949', endColorstr='#FF203838'); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); border: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ddd; cursor: pointer; display: block; font-size: 1em; padding: .6em 0; text-shadow: -1px -1px rgba(0, 0, 0, 0.3); width: 100%; }
#infinite-handle span:hover, #infinite-handle span:focus { background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMzgzOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwNDk0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #203838), color-stop(100%, #304949)); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -moz-linear-gradient(#203838, #304949); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), -webkit-linear-gradient(#203838, #304949); background-image: url(/wp-content/themes/vip/bringmethenews/images/patterns/noise.png?1408991732), linear-gradient(#203838, #304949); *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF203838', endColorstr='#FF304949'); }

.infinite-loader { padding: .55em; }
.infinite-loader .spinner { margin: 0 auto; }

.timeline:after { content: '.'; display: block; font-size: 1px; overflow: visible; }

.error404, .error500 { background: #f4f4ef url(/wp-content/themes/vip/bringmethenews/images/patterns/noise-lighter.png?1408991732); height: 100%; }
.error404 .story, .error500 .story { margin-left: 230px; padding: 40px; }
.error404 .story h1, .error500 .story h1 { display: none; }
.error404 .story img, .error500 .story img { max-width: 360px; width: 100%; }

/* Landing page style */
.page-template-page-landing-php .header { display: none; }

.page-template-page-landing-php { background: none; }

.page-template-page-landing-php .full-page-contents h1 { color: #000; }

.page-template-page-landing-php .full-page-contents { color: #000; text-shadow: none; }



/* Outbrain content */
#infinite-handle { position: absolute; bottom: 65px; }

li + #infinite-handle { bottom: 20px; }

@media all and (max-width: 727px) and (min-width: 481px) { #infinite-handle { position: static; bottom: 0px; } }
.single-post #infinite-handle, .search-results #infinite-handle { position: static; bottom: 0px; }
.SF_1 span.ob_org_header {color: #999;}

/* Story Page Comments */
.comments { display: none; }

/* Sharethrough content */
.sharethrough-storypage { max-width: 480px; margin: auto; }
.mobile-ad {
    display: block;
    padding: 20px;
    text-align: center; }

/* In-article ad content */
iframe#oas_frame_x20 {background: #1a1a1a url(/wp-content/themes/vip/bringmethenews/images/patterns/dark-wall.jpg); padding:10px; clear:both;}
#oas_x20 {margin:0 auto 20px auto;width:224px;}
@media all and (max-width: 560px) { iframe#oas_frame_x20 {height:200px !important; width:70% !important;}
#oas_x20 {margin:0 0 20px 0;width:100% !important;height:200px; clear:both;}
#oas_x20.ad-holder {padding-bottom:0% !important;}
}

/* top ads */
#top-ad {width:100% !important; background: url(/wp-content/themes/vip/bringmethenews/images/patterns/broken_noise.png) repeat;}
#top-ad-desktop { margin:10px auto;padding:10px; width: 728px; height: 90px; clear:both; background: url(/wp-content/themes/vip/bringmethenews/images/patterns/broken_noise.png) repeat;}
#top-ad-mobile {display: none;}
@media all and (max-width: 560px) { 
#top-ad-desktop {display: none;}
#top-ad-mobile {margin:10px auto;padding:10px; width: 320px; height: 50px; clear:both; background: url(/wp-content/themes/vip/bringmethenews/images/patterns/broken_noise.png) repeat;display: block !important;}
}


/* AdSense content */
#adsense-storypage { display:none; max-width: 480px; margin-bottom:20px;}

@media all and (max-width: 560px) { #adsense-storypage { display: inline; margin-bottom:20px; }
.adsense-wrapper {margin:15px 0;} }

/* Page sponsor */
.page-sponsor-line,.page-sponsor-line2 {background-color:#0d3967;width:100%; clear:both; padding:10px 0;text-align:center;color:#ffffff;font-size: 1.3em;margin-top:50px;}
.page-sponsor-line2 a {color: #e7e3bb;text-decoration:underline;}
#page-sponsor-pre, #page-sponsor-pre2 {width:100%; clear:both;height:15px;}
@media all and (max-width: 560px) {.social-buttons {display:none;.page-sponsor-line,.page-sponsor-line2 {margin-top:30px !important;}} }

/* Facebook comments */
.postid-11883231 .comments, .postid-11880715 .comments, .postid-11874787 .comments, .postid-11883487 .comments, .postid-11879688 .comments { display: none; }

/* Ad Server style */
@media all and (max-width: 560px) { .ad-holder { position: relative; padding-bottom: 35%; }
  .ad-holder iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; } }
.no-js #qm, #qm { display: none !important; }

#oas_section_x17 { display: none; }

/* Responsive design */
/* Transitions */
.header, .categories, .stories, .full-page { -moz-transition: margin-left 0.25s; -o-transition: margin-left 0.25s; -webkit-transition: margin-left 0.25s; transition: margin-left 0.25s; }

.show-categories, .header, .categories, .stories { -moz-transition: left, 0.25s; -o-transition: left, 0.25s; -webkit-transition: left, 0.25s; transition: left, 0.25s; }

@media screen and (min-device-width: 1025px) { .weather-page:before { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI4My4zNDI5MSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI4My4zNDI5MSUiIHN0b3AtY29sb3I9IiNkMGQwZDAiIHN0b3Atb3BhY2l0eT0iMC4wOTk5OTk5OTk5OTk5OTk5OCIvPjxzdG9wIG9mZnNldD0iODMuNDAwMzQlIiBzdG9wLWNvbG9yPSIjZTNkZmNlIiBzdG9wLW9wYWNpdHk9IjAuMDUwMDAwMDAwMDAwMDAwMDQ0Ii8+PHN0b3Agb2Zmc2V0PSI4NC41NDkxMSUiIHN0b3AtY29sb3I9IiNlM2RmY2UiIHN0b3Atb3BhY2l0eT0iMC4wNTAwMDAwMDAwMDAwMDAwNDQiLz48c3RvcCBvZmZzZXQ9Ijg0LjYwNjU1JSIgc3RvcC1jb2xvcj0iI2UzZGZjZSIgc3RvcC1vcGFjaXR5PSIwLjA5OTk5OTk5OTk5OTk5OTk4Ii8+PHN0b3Agb2Zmc2V0PSI5My4xMDc0MSUiIHN0b3AtY29sb3I9IiNlM2RmY2UiIHN0b3Atb3BhY2l0eT0iMC4wOTk5OTk5OTk5OTk5OTk5OCIvPjxzdG9wIG9mZnNldD0iOTMuMTA3NDElIiBzdG9wLWNvbG9yPSIjZTNkZmNlIiBzdG9wLW9wYWNpdHk9IjAuMDUwMDAwMDAwMDAwMDAwMDQ0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTNkZmNlIiBzdG9wLW9wYWNpdHk9IjAuMDUwMDAwMDAwMDAwMDAwMDQ0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 1451px, rgba(208, 208, 208, 0.1) 1451px, rgba(227, 223, 206, 0.05) 1452px, rgba(227, 223, 206, 0.05) 1472px, rgba(227, 223, 206, 0.1) 1473px, rgba(227, 223, 206, 0.1) 1621px, rgba(227, 223, 206, 0.05) 1621px, rgba(227, 223, 206, 0.05) 1741px, rgba(0, 0, 0, 0) 1741px); background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 1451px, rgba(208, 208, 208, 0.1) 1451px, rgba(227, 223, 206, 0.05) 1452px, rgba(227, 223, 206, 0.05) 1472px, rgba(227, 223, 206, 0.1) 1473px, rgba(227, 223, 206, 0.1) 1621px, rgba(227, 223, 206, 0.05) 1621px, rgba(227, 223, 206, 0.05) 1741px, rgba(0, 0, 0, 0) 1741px); background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 1451px, rgba(208, 208, 208, 0.1) 1451px, rgba(227, 223, 206, 0.05) 1452px, rgba(227, 223, 206, 0.05) 1472px, rgba(227, 223, 206, 0.1) 1473px, rgba(227, 223, 206, 0.1) 1621px, rgba(227, 223, 206, 0.05) 1621px, rgba(227, 223, 206, 0.05) 1741px, rgba(0, 0, 0, 0) 1741px); content: ''; display: block; height: 1940px; width: 1940px; position: absolute; right: 0; top: 0; z-index: 1; }
  .weather-widget { -moz-transition: width 0.6s; -o-transition: width 0.6s; -webkit-transition: width 0.6s; transition: width 0.6s; }
  .weather-widget p { -moz-transition: margin-left 0.25s; -o-transition: margin-left 0.25s; -webkit-transition: margin-left 0.25s; transition: margin-left 0.25s; } }
@media screen and (min-width: 1024px) { .related p.sponsor { background: rgba(255, 255, 255, 0.75); bottom: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #000; left: 0; font-size: 1.1em; line-height: 37px; margin-bottom: -116px; margin-left: 0; padding: 0 13px; position: absolute; text-shadow: none; width: 100%; }
  .related p.sponsor a { display: none; }
  .related p.sponsor span { background: transparent; display: inline; min-height: auto; position: static; padding: 0; }
  .related p.sponsor img { position: absolute; right: 13px; top: 1px; }
  .related h3 { padding-top: 8px; }
  .related h3, .related p { padding-left: 0px; }
  .related [rel="external"]:before { right: 0; top: 8px; } }
@media screen and (max-width: 1024px) and (max-device-width: 1024px) { .show-categories { left: 0; }
  .weather-widget { overflow: hidden; width: 0; }
  .weather-widget p { margin-left: 52px; } }
@media screen and (max-width: 1024px) { .categories, .stories { -webkit-overflow-scrolling: touch; }
  .timeline li { -webkit-transform: translate3d(0, 0, 0); }
  .audio-player, .audio-player p { width: 120px; padding-left: 0; }
  .audio-player h3, .jp-audio { display: none; }
  .stories .category-heading { height: 250px; background: rgba(0, 0, 0, 0.2); border-bottom: 1px solid #111;}
  .stories .category-heading .category-header-headline { margin-top: 30px; }
  .stories .category-heading .category-header-headline h1, .stories .category-heading .category-header-headline h2 { padding: 0 20px; }
  .stories .category-heading .category-cta .cta-content .social.mobile { margin: 15px auto; position: static; border: 1px solid #111; } }
@media screen and (max-width: 1199px) { .stories-items li, .related li { padding: 15px; }
  .stories-items li h3, .stories-items li p, .related li h3, .related li p { margin-left: 115px; }
  .stories-items .sponsor span, .related .sponsor span { margin-bottom: -115px; left: 15px; }
  .source { top: 115px; }
  .page .stories-items h3, .page .stories-items p { margin-left: 15px; }
  .page .stories-items .image { margin-right: 15px; }
  .story, .story-cta { margin-left: 545px; }
  .story .content, .story-cta .content { max-width: 520px; padding: 15px 20px; }
  .related ul { max-width: 100%; }
  .related li { float: none; width: auto; }
  .related li:after { clear: both; content: ''; display: block; height: 0; }
  .related .image { float: left; height: 100px; width: 100px; }
  .weather-header p.weather-updated { clear: left; float: none; line-height: normal; }
  .forecast-hours { float: none; width: 100%; }
  .radar { float: none; margin: 20px auto 0; max-width: 600px; width: auto; }
  .weather-contents { width: 100%; }
  .weather-summary { margin-left: 10px; margin-right: 10px; } }

/* START _mobile */
.user-actions ul {
  -moz-transition: height 0.25s;
  -o-transition: height 0.25s;
  -webkit-transition: height 0.25s;
  transition: height 0.25s; }

.user-actions {
  right: 0;
  white-space: nowrap; }
  .user-actions p {
    border-left: 1px solid #142626;
    -moz-box-shadow: 1px 0 rgba(73, 97, 97, 0.3) inset;
    -webkit-box-shadow: 1px 0 rgba(73, 97, 97, 0.3) inset;
    box-shadow: 1px 0 rgba(73, 97, 97, 0.3) inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    height: 52px;
    padding: 18px 21px; }
  .user-actions ul {
    background: #1a1a1a url(/wp-content/themes/vip/bringmethenews/images/patterns/dark-wall.jpg?1408991732);
    border-color: #111;
    border-style: solid;
    -moz-box-shadow: 1px -1px rgba(255, 255, 255, 0.05) inset, -2px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px -1px rgba(255, 255, 255, 0.05) inset, -2px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px -1px rgba(255, 255, 255, 0.05) inset, -2px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    text-shadow: -1px -1px #000;
    right: 0;
    top: 52px;
    height: 0; }
  .user-actions.open {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff; }
    .user-actions.open ul {
      border-width: 0 0 1px 1px;
      height: auto; }
  .user-actions li {
    border-top: 1px solid #111;
    -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.05) inset;
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px rgba(255, 255, 255, 0.05) inset;
    float: none;
    font-size: 1.3em; }
  .user-actions a {
    color: #e7e3bb;
    padding: 12px 21px; }
    .user-actions a:hover, .user-actions a:focus {
      background-color: rgba(49, 69, 70, 0.3);
      color: #fff; }

/* MOBILE OVERRIDES */
img,
object,
embed {
  max-width: 100%; }

.container,
.header {
  min-width: inherit; }

@media all and (max-width: 1200px) {
  .home .intro {
    padding: 0; }
    .home .intro .social {
      float: none;
      margin: 0 auto; }
  .home .intro-tagline {
    float: none;
    line-height: inherit;
    padding-top: 10px;
    text-align: center; }
  .home .category-heading .social-buttons {
    margin-top: 20px;
    position: relative;
    right: auto; }
  .home .category-heading .social {
    margin-left: 0; }
  .home a.button-email,
  .home a.button-facebook,
  .home a.button-googleplus,
  .home a.button-twitter {
    margin: 0 6px; } }
@media all and (min-width: 1024px) {
  .related p.sponsor {
    background: rgba(255, 255, 255, 0.75);
    bottom: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    left: 0;
    font-size: 1.1em;
    line-height: 37px;
    margin-bottom: -116px;
    margin-left: 0;
    padding: 0 13px;
    position: absolute;
    text-shadow: none;
    width: 100%; }
    .related p.sponsor a {
      display: none; }
    .related p.sponsor span {
      background: transparent;
      display: inline;
      min-height: auto;
      position: static;
      padding: 0; }
    .related p.sponsor img {
      position: absolute;
      right: 13px;
      top: 1px; }
  .related h3 {
    padding-top: 8px; }
  .related h3, .related p {
    padding-left: 0px; }
  .related [rel="external"]:before {
    right: 0;
    top: 8px; } }
@media all and (max-width: 1170px) {
  .show-categories {
    left: 0; }

  .weather-widget {
    overflow: hidden;
    width: 0; }
    .weather-widget p {
      margin-left: 52px; }

  .container .stories-items-list .ad-holder iframe, #bmtn-related-stories .stories-items-list .ad-holder iframe {
    width: 300px !important;
    max-width: 100%; }

  .stories.timeline div.wrap {
    overflow: hidden; }

  .container .grid .stories-items {
    width: 100%; } }
@media all and (max-width: 1024px) {
  .user-actions p {
    text-overflow: ellipsis;
    max-width: 150px;
    overflow: hidden; }

  .categories,
  .stories {
    -webkit-overflow-scrolling: touch; }

  .timeline li {
    -webkit-transform: translate3d(0, 0, 0); }

  .audio-player, .audio-player p {
    width: 120px;
    padding-left: 0; }

  .audio-player h3, .jp-audio {
    display: none; }

  .stories .category-heading {
    height: 250px;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #111; }
    .stories .category-heading .category-header-headline {
      margin-top: 30px; }
      .stories .category-heading .category-header-headline h1, .stories .category-heading .category-header-headline h2 {
        padding: 0 20px; }

  .stories .category-heading .category-cta .cta-content .social.mobile {
    margin: 15px auto;
    position: static;
    border: 1px solid #111; } }
@media all and (min-device-width: 1025px) {
  .user-actions:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff; }
    .user-actions:hover ul {
      border-width: 0 0 1px 1px;
      height: auto; } }
@media all and (max-width: 1170px) {
  .stories .category-heading .category-header-image img {
    height: auto;
    width: auto; }

  .categories,
  .timeline {
    margin-left: -230px; }

  .show-feeds-button {
    display: none; }

  .grid {
    border-right-width: 0;
    margin-left: 58px; }

  .categories .feed-link {
    white-space: normal; }
  .categories i[class*="icon-"],
  .categories .feed-link img {
    float: right;
    margin-left: 30px;
    margin-right: 12px; }

  .categories:hover,
  .show-the-categories .categories {
    margin-left: 0; }
    .categories:hover .feed-link,
    .show-the-categories .categories .feed-link {
      white-space: nowrap; }
    .categories:hover i[class*="icon-"],
    .categories:hover .feed-link img,
    .show-the-categories .categories i[class*="icon-"],
    .show-the-categories .categories .feed-link img {
      float: left;
      margin-left: 0;
      margin-right: 7px; }

  .categories:hover .show-feeds-button {
    display: block; }

  .full-page,
  .error404 .story,
  .error500 .story {
    margin-left: 58px; }

  .timeline {
    width: 315px; }

  .stories-items li,
  .related li {
    padding: 15px; }
    .stories-items li h3, .stories-items li p,
    .related li h3,
    .related li p {
      margin-left: 115px; }
  .stories-items .sponsor span,
  .related .sponsor span {
    margin-bottom: -115px;
    left: 15px; }

  .source {
    top: 115px; }

  .page .stories-items h3, .page .stories-items p {
    margin-left: 15px; }
  .page .stories-items .image {
    margin-right: 15px; }

  .story, .story-cta {
    margin-left: 373px; }
    .story .content, .story-cta .content {
      max-width: 520px;
      padding: 15px 20px; }
    .story .featured-image, .story-cta .featured-image {
      width: auto; }

  .related ul {
    max-width: 100%; }
  .related li {
    float: none;
    width: auto; }
    .related li:after {
      clear: both;
      content: '';
      display: block;
      height: 0; }
  .related .image {
    float: left;
    height: 100px;
    width: 100px; }

  .weather-header p.weather-updated {
    clear: left;
    float: none;
    line-height: normal; }

  .forecast-hours {
    float: none;
    width: 100%; }

  .radar {
    float: none;
    margin: 20px auto 0;
    max-width: 600px;
    width: auto; }

  .weather-contents {
    width: 100%; }

  .weather-summary {
    margin-left: 10px;
    margin-right: 10px; } }
@media all and (max-width: 844px) {
  .single .social .em,
  .single .social .gp {
    display: none; } }
@media all and (max-width: 1024px) and (min-width: 481px) {
  .show-categories {
    left: 0; }

  .categories,
  .timeline {
    margin-left: -230px; }

  .grid {
    margin-left: 0;
    overflow: hidden;
    position: relative; }
    .grid .stories-items {
      margin: 0 auto;
      padding-right: 0;
      width: 728px; }

  .story, .story-cta {
    margin-left: 315px; }

  .story .content, .story-cta .content {
    max-width: 95%; }

  .full-page {
    margin-left: 0; } }
@media all and (max-width: 800px) {
  .user-actions p {
    overflow: hidden;
    width: 58px; }
    .user-actions p i {
      margin-right: 30px; }

  .comments {
    display: none; }

  .story {
    margin-top: 52px;
    width: 100%;
    float: right;
    position: static;
    z-index: auto; }

  .timeline {
    width: 100%;
    float: right;
    clear: right;
    position: static;
    z-index: auto; }

  .stories .category-heading {
    height: 250px;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #111; }
    .stories .category-heading .category-header-headline {
      margin-top: 30px; }
      .stories .category-heading .category-header-headline h1, .stories .category-heading .category-header-headline h2 {
        padding: 0 20px; }

  .stories .category-heading .category-cta .cta-content .social.mobile {
    margin: 15px auto;
    position: static;
    border: 1px solid #111; } }
@media all and (max-width: 767px) {
  /* Shrink header */
  .header {
    height: 48px;
    left: -100%;
    width: 300%; }
    .header .logo {
      height: 48px;
      width: 350px; }
      .header .logo a {
        background-position: 10px 6px;
        background-size: auto 38px; }

  .show-categories,
  .show-stories {
    height: 48px;
    overflow: hidden; }
    .show-categories a,
    .show-stories a {
      padding: 16px 21px; }

  .show-categories {
    left: 33.3%; }

  .show-stories {
    left: 66.6%;
    display: none; }

  .user-actions {
    right: 33.3%; }
    .user-actions p {
      height: 48px;
      padding: 16px 21px; }
    .user-actions ul {
      top: 48px; }

  .categories,
  .stories {
    margin-left: 0;
    width: 100%; }

  .categories {
    left: -105%;
    top: 0;
    z-index: 5; }
    .categories i[class*="icon-"] {
      float: left;
      margin-right: 7px; }

  /* removed for story-cta
    .stories,
    .story {
      top: $header-height-mobile;
    }
  */
  .timeline {
    left: 0; }

  .story, .story-cta {
    margin-left: 100%; }

  .error404 .story, .error404 .story-cta, .error500 .story, .error500 .story-cta {
    margin-left: 0; }

  /* Classes to show and hide the three columns */
  .single .header, .show-the-story .header, .about .header, .parent-pageid-163905 .header {
    left: -100%; }
  .single .timeline, .show-the-story .timeline, .about .timeline, .parent-pageid-163905 .timeline {
    left: 0;
    float: right; }
  .single .story, .single .story-cta, .show-the-story .story, .show-the-story .story-cta, .about .story, .about .story-cta, .parent-pageid-163905 .story, .parent-pageid-163905 .story-cta {
    margin-left: 0; }

  .show-the-stories .stories {
    left: 0; }
  .show-the-stories .story, .show-the-stories .story-cta {
    left: 100%; }
  .show-the-stories .header {
    left: -100%; }

  .show-the-categories .categories {
    left: 0; }
  .show-the-categories .stories {
    left: 105%; }
  .show-the-categories .story, .show-the-categories .story-cta {
    left: 105%; }
  .show-the-categories .header {
    left: 0; }

  .full-page {
    margin-left: 0;
    top: 48px; } }
/* Reduce grid to two columns */
@media all and (max-width: 727px) and (min-width: 481px) {
  .grid .stories-items {
    width: 490px; } }
/* Make the weather summaries scroll horizontally */
@media all and (max-width: 719px) {
  .weather-contents {
    overflow-x: auto; }

  .weather-summaries {
    width: 680px; }

  .category .newsletter {
    display: none; } }
/* Hide intro tagline and center intro social links */
@media all and (max-width: 588px) {
  .intro-tagline {
    display: none; }

  .intro-social {
    float: none;
    margin: 0 auto;
    width: 196px; }
    .intro-social li {
      padding: 0; }
      .intro-social li + li {
        padding-left: 60px; }

  .home .intro .social {
    padding-top: 18px; }

  .single .social .em,
  .single .social .gp {
    display: none; }

  .stories .category-heading {
    background: rgba(0, 0, 0, 0.2);
    height: 250px; }
    .stories .category-heading .category-header-headline {
      margin-top: 30px; }
      .stories .category-heading .category-header-headline h1, .stories .category-heading .category-header-headline h2 {
        padding: 0 20px; }
      .stories .category-heading .category-header-headline h1 {
        font-size: 24px; }
        .category-entertainment .stories .category-heading .category-header-headline h1, .category-tom-barnard .stories .category-heading .category-header-headline h1 {
          font-size: 16px; }
      .stories .category-heading .category-header-headline h2 {
        font-size: 16px; }

  .stories .category-heading .category-cta .cta-content .social.mobile {
    margin: 15px auto;
    position: static;
    border: 1px solid #111; } }
@media all and (max-width: 560px) {
  .single .social .em,
  .single .social .gp {
    display: none; } }
/* Reduce grid padding */
@media all and (max-width: 489px) and (min-width: 481px) {
  .grid .stories-items {
    width: 460px; }
    .grid .stories-items li {
      margin: 4px 0 0 4px; } }
@media all and (max-width: 480px) {
  .grid .stories-items {
    width: auto; }

  .full-page-contents,
  .weather-contents {
    padding: 10px; }

  .conditions {
    height: 173px; }

  .weather-photo-attribution {
    bottom: 5px;
    right: 0;
    text-align: center; }

  .weather-summary h3 {
    padding-bottom: .3em; }
  .weather-summary img {
    margin-top: -2.25em; }
  .weather-summary h4 {
    margin: -1.5em 0 .5em; }

  [class*="temp-"] {
    margin-bottom: .5em;
    padding-bottom: 0;
    padding-top: 0;
    width: 70px; }
    [class*="temp-"] strong {
      font-size: 1.6em;
      font-weight: normal;
      padding-left: .35em; }
    [class*="temp-"] + [class*="temp-"] {
      width: 69px; }

  .radar-timeline {
    width: 50px; }

  .categories h2,
  .section-heading {
    line-height: 2em; }

  #oas_section_x17 {
    display: block; }

  /* ??? */ }
@media all and (max-width: 479px) {
  .home .social {
    width: 290px; }
    .home .social li.em {
      display: none; } }
@media all and (max-width: 480px) {
  .weather-summary {
    margin-left: 5px;
    margin-right: 5px;
    width: 140px; }

  .radar-timeline {
    display: none; } }

/* END _mobile */

.post-type-archive-staff li h2 a, .single-staff .stories li h2 a{
  text-decoration: none;
}

.post-type-archive-staff li h2, .single-staff .stories li h2{
  padding-left: 0;
}

li.current_staff_category h2 a{
  color: #fff;
}

li.current_staff_category{
  background-color: rgba(49, 69, 70, 0.3);
}

.post-type-archive-staff .stories-items li p, .single-staff .stories-items li p{
  font-size: 1.2em;
  color: #999;
}
img.emoji {
	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;
}/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noticons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-add-media:before { content: "\f8d9"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-horizon:before { content: "\f8d8"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */

.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}

/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both;
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important;
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important;
}

/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
