@charset "UTF-8";
/**
 * Smiley project CSS 
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

}




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


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

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

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

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


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

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

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

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

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

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #000;
	border-width: 0;
	opacity: 0.88;
	filter: alpha(opacity=88);
	box-shadow: 0 0 10px black;
	min-width: 130px;
	z-index: 1000;
}

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

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

#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;
	position: absolute;
	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;
}
/**
 * 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
 */


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
}

/* @noflip */
#wpadminbar.rtl #wp-admin-bar-blog > .ab-item img.avatar {
	right: 12px;
}

/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

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

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* 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;
}
/* PAGE GRID */

.gce-page-grid .gce-calendar .gce-caption{ /* Caption at top of calendar */
	color:#333333;
	text-align:center;
}

.gce-page-grid .gce-calendar{ /* Main calendar table */
	width:100%;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	color:#CCCCCC;
}

.gce-page-grid .gce-calendar th{ /* Day headings (S, M etc.) */
	border:1px solid #CCCCCC;
	text-align:center;
	width:14.29%;
	padding:0;
}

.gce-page-grid .gce-calendar td{ /* Day table cells */
	border:1px solid #CCCCCC;
	text-align:center;
	height:80px;
	vertical-align:middle;
	padding:0;
}

.gce-page-grid .gce-calendar .gce-has-events{ /* Table cells with events */
	color:#333333;
	cursor:pointer;
}

.gce-page-grid .gce-calendar .gce-event-info{ /* Event information */
	display:none; /* Important! */
}

.gce-page-grid .gce-calendar .gce-day-number{ /* Day number span */
	font-size:2em;
}

.gce-page-grid .gce-calendar .gce-today{ /* Table cell that represents today */
	background-color:#DDDDDD;
}

.gce-page-grid .gce-calendar .gce-next,
.gce-page-grid .gce-calendar .gce-prev{ /* Previous and next month links */
	cursor:pointer;
	display:inline-block;
	width:3%;
}

.gce-page-grid .gce-calendar .gce-month-title{ /* Month title */
	display:inline-block;
	width:90%;
}

.gce-page-grid .gce-calendar th abbr{ /* Day letter abbreviation */
	border-bottom:none;
}

/* PAGE LIST */

.gce-page-list .gce-list p{ /* Each piece of information in the list */
	margin:0;
}

.gce-page-list .gce-list p span,
.gce-page-list .gce-list div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}

.gce-page-list .gce-list .gce-list-event{ /* The event title */
	background-color:#DDDDDD;
}

.gce-page-list .gce-list .gce-list-title{ /* The title (not the same as event title) */
	font-weight:bold;
}

.gce-page-list .gce-list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

/* WIDGET GRID */

.gce-widget-grid .gce-calendar .gce-caption{
	text-align:center;
}

.gce-widget-grid .gce-calendar{ /* Main calendar table */
	width:100%;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

.gce-widget-grid .gce-calendar th{ /* Day headings (S, M etc.) */
	width:14.29%;
	border:1px solid #CCCCCC;
	text-align:center;
}

.gce-widget-grid .gce-calendar td{ /* Day table cells */
	color:#CCCCCC;
	width:14.29%;
	border:1px solid #CCCCCC;
	text-align:center;
}

.gce-widget-grid .gce-calendar .gce-has-events{ /* Table cells with events */
	cursor:pointer;
	color:#666666;
}

.gce-widget-grid .gce-calendar .gce-today{ /* Table cell that represents today */
	background-color:#DDDDDD;
}

.gce-widget-grid  .gce-calendar .gce-event-info{ /* Event information */
	display:none; /* Important! */
}

.gce-widget-grid  .gce-calendar .gce-next,
.gce-widget-grid  .gce-calendar .gce-prev{ /* Prev and next month links */
	cursor:pointer;
	display:inline-block;
	width:5%;
}

.gce-widget-grid .gce-calendar .gce-month-title{ /* Month title in caption at top of table */
	display:inline-block;
	width:80%;
}

.gce-widget-grid .gce-calendar th abbr{ /* Day name abbreviations */
	border-bottom:none;
}

/* WIDGET LIST */

.gce-widget-list .gce-list p{ /* Each piece of information in the list */
	margin:0;
}

.gce-widget-list .gce-list p span,
.gce-widget-list .gce-list div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}

.gce-widget-list .gce-list .gce-list-event{ /* The event title */
	background-color:#DDDDDD;
}

.gce-widget-list .gce-list .gce-list-title{ /* The title (not the same as event title) */
	font-weight:bold;
}

.gce-widget-list .gce-list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

/* TOOLTIP */

.gce-event-info{ /* Tooltip container */
	background-color:#FFFFFF;
	border:1px solid #333333;
	max-width:300px;
}

.gce-event-info .gce-tooltip-title{ /* 'Events on...' text */
	margin:5px;
	font-weight:bold;
	font-size:1.2em;
}

.gce-event-info ul{ /* Events list */
	padding:0;
	margin:5px;
	list-style-type:none;
}

.gce-event-info ul li{ /* Event list item */
	margin:10px 0 0 0;
}

.gce-event-info ul li p{ /* Each piece of information */
	margin:0;
}

.gce-event-info ul li p span,
.gce-event-info ul li div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}

.gce-event-info .gce-tooltip-event{ /* The event title */
	background-color:#DDDDDD;
	font-weight:bold;
}#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: #fff;
}
#wp_page_numbers ul {
	border-top: 1px solid #ccc;
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #aaa;
	font-family: Arial;
	font-size: 12px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li a:hover {
	color: #ff00a4;
	border-top: 2px solid #ff00a4;
	border-bottom: 2px solid #f1f1f1;
}

#wp_page_numbers li.space {
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #fff;
	background: #45b9f6;
	border-top: 2px solid #45b9f6;
	border-bottom: 2px solid #45b9f6;
	
}
#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
	border-top: 2px solid #00679d;
	border-bottom: 2px solid #45b9f6;
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}@charset "UTF-8";
/* Imports, variables, and mixins used throughout the stylesheets. */
/** Group all Compass @import statements.  Include this file in screen.scss and editor-style.scss, rather than having to remember to add each Compass @import statement to each file. */
/* =Widths
----------------------------------------------- */
/* =Breakpoints
----------------------------------------------- */
/* =Colors
----------------------------------------------- */
/* =Typography
----------------------------------------------- */
/* =Paths
----------------------------------------------- */
/* =Z-Index
----------------------------------------------- */
/** http://css-tricks.com/handling-z-index/  @todo	See whether "9999" and "99999" can be the same. One might be a typo. */
/** Calculate a font size in REMs with a pixel fallback.  @see http://css-tricks.com/snippets/css/less-mixin-for-rem-font-sizing/ */
/** Full-width content area.  Defined as a mixin for use with rules nested in @media. */
/** Apply typography for a smaller font size. */
/** Apply typography for standard body copy. */
/** Default properties for images in media objects. */
/** Style an image in a media object to the left. */
/** Style an image in a media object to the right. */
/** Apply a color and the default decoration styles to a link.  @param $color The link color in most cases @param $hover_color A different color to use on hover. */
/** Standard transition declarations for the sticky header.  @param $duration Transition duration */
/** Standard transition declarations for dropdowns in a navbar.  @param $duration Transition duration */
/** List that displays inline with "|" characters between items.  @uses compass/utilities/lists/inline-list  @param $after-pipe The characters to use after the pipe character. 		Defaults to two spaces, but some elements react badly to that. */
/** Text meant for only screen readers.  https://github.com/h5bp/html5-boilerplate/blob/861c359e40eeeba2cf978bebf47b5c1c54c903ce/css/main.css#L124 */
/** Create a triangle for a navigation menu item. */
/** Enable Flexbox layout.  @link http://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
/** Browser-specific and other bugfixes.  Load early to prevent flash of bugginess. */
/* =Bugfixes
----------------------------------------------- */
/* Sprites */
.icons-sprite, .icons-document, html.backgroundsize .entry-section-title-document:before, .icons-document-circle, html.backgroundsize .content-investigative-story .entry-section-nav-document, .icons-image, html.backgroundsize .entry-section-title-image:before, .icons-image-circle, html.backgroundsize .content-investigative-story .entry-section-nav-image, .icons-map, html.backgroundsize .entry-section-title-map:before, .icons-map-circle, html.backgroundsize .content-investigative-story .entry-section-nav-map, .icons-reference, html.backgroundsize .entry-section-title-reference:before, .icons-reference-circle, html.backgroundsize .content-investigative-story .entry-section-nav-reference, .icons-video, html.backgroundsize .entry-section-title-video:before, .icons-video-circle, html.backgroundsize .content-investigative-story .entry-section-nav-video { background: url(/wp-content/themes/vip/lin-media/static/css/../images/sprites/icons-sf8cd563ecf.png) no-repeat; }

.icons-document, html.backgroundsize .entry-section-title-document:before { background-position: 0 11.11111%; }

.icons-document-circle, html.backgroundsize .content-investigative-story .entry-section-nav-document { background-position: 0 0; }

.icons-image, html.backgroundsize .entry-section-title-image:before { background-position: 0 33.33333%; }

.icons-image-circle, html.backgroundsize .content-investigative-story .entry-section-nav-image { background-position: 0 22.22222%; }

.icons-map, html.backgroundsize .entry-section-title-map:before { background-position: 0 55.55556%; }

.icons-map-circle, html.backgroundsize .content-investigative-story .entry-section-nav-map { background-position: 0 44.44444%; }

.icons-reference, html.backgroundsize .entry-section-title-reference:before { background-position: 0 77.77778%; }

.icons-reference-circle, html.backgroundsize .content-investigative-story .entry-section-nav-reference { background-position: 0 66.66667%; }

.icons-video, html.backgroundsize .entry-section-title-video:before { background-position: 0 100%; }

.icons-video-circle, html.backgroundsize .content-investigative-story .entry-section-nav-video { background-position: 0 88.88889%; }

.social-icons-sprite, .social-icons-instagram, .instagram, .social-icons-most, .social-icon-item { background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/sprites/social-icons-s7e0e853964.png); background-repeat: no-repeat; }

.social-icons-instagram, .instagram { background-position: 0 0; }

.social-icons-most { background-position: 0 -24px; }

/* Main site styles. */
/* =Base
----------------------------------------------- */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: subpixel-antialiased !important; }

html { font-size: 62.5%; }

body { margin: 0; }

body, button, input, select, textarea { color: #454545; font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 12px; font-size: 1.2rem; line-height: 1.5; }

/* Headings */
h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }

h1 { font-size: 28px; font-size: 2.8rem; }

h2 { font-size: 24px; font-size: 2.4rem; }

h3 { font-size: 18px; font-size: 1.8rem; }

h4 { font-size: 17px; font-size: 1.7rem; font-weight: bold; }

h5 { font-size: 14px; font-size: 1.4rem; }

h6 { font-size: 12px; font-size: 1.2rem; font-weight: bold; }

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 18px; }

/* Text elements */
p, ul, ol, dl, table { margin: 0 0 18px; }
p:empty, ul:empty, ol:empty, dl:empty, table:empty { margin-bottom: 0; }

ul, ol { margin: 0 0 18px 18px; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul, li > ol { margin-bottom: 0; margin-left: 18px; }

dt { font-weight: bold; }

dd { margin: 0 18px 18px; }

b, strong { font-weight: bold; }

dfn, cite, em, i { font-style: italic; }

blockquote { border-left: 10px solid #ccc; padding: 8px 10px; margin: 10px; position: relative; background: #f9f9f9; quotes: "\201C" "\201D" "\2018" "\2019"; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child, blockquote dl:last-child, blockquote table:last-child { margin-bottom: 0; }
blockquote:before { content: open-quote; margin-right: 14px; color: #ccc; font-size: 54px; line-height: 8px; vertical-align: -.4em; position: absolute; top: .5em; }
blockquote p { display: block; }
blockquote p:first-child { text-indent: 2em; }

address { margin: 0 0 18px; }

pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 1.5rem; line-height: 1.6; margin-bottom: 18px; max-width: 100%; overflow: auto; padding: 18px; }

code, kbd, tt, var { font-size: 14px; font-size: 1.4rem; font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }

mark, ins { background: #fff9c0; text-decoration: none; }

sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }

sup { bottom: 1ex; }

sub { top: .5ex; }

small { font-size: 75%; }

big { font-size: 125%; }

figure { margin: 0; }

table { margin: 0 0 18px; width: 100%; }

th { font-weight: bold; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

button, input, select, textarea { font-size: 100%; /* Corrects font size not being inherited in all browsers */ margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ vertical-align: baseline; /* Improves appearance and consistency in all browsers */ *vertical-align: middle; /* Improves appearance and consistency in all browsers */ }

button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid #ccc; border-color: #ccc #ccc #bbb #ccc; border-radius: 3px; background: #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, 0.8); cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */ -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */ font-size: 12px; font-size: 1.2rem; line-height: 1; padding: 10px 14px 4px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa #bbb; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: #aaa #bbb #bbb #bbb; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"], input[type="radio"] { padding: 0; /* Addresses excess padding in IE8/9 */ }

input[type="search"] { -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */ -moz-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ border: 0; padding: 0; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { color: #111; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { padding: 3px; }

textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding-left: 3px; vertical-align: top; /* Improves readability and alignment in all browsers */ width: 98%; }

/* Links */
a, a:visited, a:hover, a:focus, a:active { color: #347ca8; text-decoration: none; }
a:hover, a:visited:hover, a:hover:hover, a:focus:hover, a:active:hover { color: #347ca8; text-decoration: underline; }
a img, a:visited img, a:hover img, a:focus img, a:active img { border: none; }

/* iframes */
iframe { border: none; }

/* =Site structure
----------------------------------------------- */
/** Generic container for the main well of content. */
.container, .site-content, .site-header-container, .site-footer { position: relative; width: 1000px; max-width: none; margin: 0 auto; }

/** Generic wrapper. */
.row, body.archive .taxonomy-description, #tertiary-post-ad { overflow: hidden; *zoom: 1; width: 100%; }

/** Larger, left-hand column inside the main site content area. */
.primary-column, .site-footer .info-nav-wrapper, #primary, .no-results .page-content, .content-page .entry-title:not(:only-child), body.archive.category .page-title, .content-single .entry-meta-primary-column, .content-investigative-story .entry-meta-primary-column, .supernav-latest-headlines, .hero-layout-7 .first-column { width: 67%; padding: 18px 10px; float: left; }

/** Smaller, right-hand column inside the main content area. */
.secondary-column, .site-footer .follow-wrapper, #secondary, .content-page .entry-header .dfp-ad, body.archive.category .page-header .dfp-ad, .content-single .entry-header-sharing, .content-investigative-story .entry-header-sharing, .supernav-primary-wrapper, .supernav-current-conditions, .supernav-third-column-markup, .hero-layout-7 .second-column { width: 33%; padding: 18px 10px; float: left; }

/** Full-width content area. */
.solitary-column, #solitary, body.single-blog-post .page-header { padding: 18px 10px; width: 100%; }

.site-content { padding-bottom: 18px; background-color: #fff; border-right: 1px solid #dadada; border-left: 1px solid #dadada; }

@media (min-height: 768px) and (min-width: 992px) { .site-content { padding-top: 141px; }
  .has-alert-banner .site-content { padding-top: 169px; }
  .has-header-leaderboard .site-content { padding-top: 239px; } }
.content-page .entry-header { overflow: hidden; *zoom: 1; }
.content-page .entry-title:not(:only-child) { padding: 0; margin: 0; }
.content-page .entry-header .dfp-ad { padding-top: 0; padding-bottom: 0; }

body.archive .page-header { overflow: hidden; *zoom: 1; padding: 18px 10px; width: 100%; }
body.archive .page-title { margin: 0; }
body.archive.author .page-title { margin-bottom: 4px; }
body.archive.category .page-title { padding: 0; }
body.archive.category .page-header .dfp-ad { padding-top: 0; padding-bottom: 0; }
body.archive .taxonomy-description { padding-top: 10px; }
body.archive .taxonomy-description p:last-child { margin-bottom: 0; }

body.single-blog-post .page-header { overflow: hidden; *zoom: 1; padding-bottom: 0; }
body.single-blog-post .entry-header { margin-bottom: 10px; }
@media screen and (min-width: 991px) { body.single-blog-post .entry-content { padding-left: 10px; margin-top: 0; width: 75%; float: right; }
  body.single-blog-post .entry-utilities { padding-right: 10px; width: 25%; float: left; }
  body.single-blog-post .entry-sharing { margin-bottom: 32px; } }

body.single-investigative-story .content-investigative-story .entry-header { overflow: hidden; *zoom: 1; padding: 18px 10px; width: 100%; }
body.single-investigative-story .entry-headings-wrapper:not(:only-child) { margin-bottom: 10px; }
body.single-investigative-story .content-investigative-story .entry-title { margin-bottom: 10px; }
@media screen and (min-width: 481px) { body.single-investigative-story .content-investigative-story .entry-title { margin-top: 10px; } }
body.single-investigative-story .entry-media-wrapper { padding: 18px 10px; width: 100%; }
@media screen and (min-width: 481px) { body.single-investigative-story .entry-headings-wrapper:not(:only-child) { width: 67%; padding-right: 10px; float: left; }
  body.single-investigative-story .entry-branding { width: 33%; padding-left: 10px; float: left; } }
@media screen and (min-width: 481px) { body.single-investigative-story .entry-utilities { max-width: 33%; padding: 10px 18px 10px 0; float: left; } }

.post-type-archive-blog-post .river, .tax-blog-category .river, .tax-blog-tag .river { padding-top: 18px; margin-top: 18px; border-top: 1px solid #ccc; }

.page-header-branded-before-title .page-title-wrapper { margin-bottom: 10px; }
@media (min-width: 768px) { .page-header-branded-before-title .page-title-wrapper:not(:only-child) { width: 67%; float: left; margin-bottom: 0; } }
.page-header-branded-before-title .page-title { margin: 0; padding: 0; }
.page-header-branded-before-title .page-title-wrapper { font-size: 28px; font-size: 2.8rem; }
.page-header-branded-before-title .page-branding { margin-bottom: 4px; vertical-align: middle; width: auto; max-height: 50px; }
@media (min-width: 481px) { .page-header-branded-before-title .page-branding { margin-bottom: 0; } }
@media (min-width: 481px) { .page-header-branded-before-title .page-branding-link + .page-title { display: inline-block; } }
.page-header-branded-before-title #lin-category-sponsored-by { text-align: left; }
@media (min-width: 768px) { .page-header-branded-before-title #lin-category-sponsored-by { width: 33%; float: left; text-align: right; } }

/* =Lists
----------------------------------------------- */
/** List with no bullets and no space to the left of each item. */
.bare-list, .content-single .related-content-list, .content-single-blog-post .related-content-list, .content-investigative-story .entry-section-nav-list, .content-investigative-story .related-content-list, .column-navigation ul, .column-navigation ol, .site-footer .social-icons-list, .alert-banner .alert-list, .widget-area .query-builder .slats { padding-left: 0; margin-left: 0; list-style: none; }

.inline-piped-list, .inline-navigation, .site-utilities .weather-capsule-list, .site-utilities [role=navigation] { list-style-type: none; }
.inline-piped-list, .inline-navigation, .site-utilities .weather-capsule-list, .site-utilities [role=navigation], .inline-piped-list li, .inline-navigation li, .site-utilities .weather-capsule-list li, .site-utilities [role=navigation] li { margin: 0; padding: 0; display: inline; }
.inline-piped-list li:before, .inline-navigation li:before, .site-utilities .weather-capsule-list li:before, .site-utilities [role=navigation] li:before { content: " |  "; }
.inline-piped-list li:first-child:before, .inline-navigation li:first-child:before, .site-utilities .weather-capsule-list li:first-child:before, .site-utilities [role=navigation] li:first-child:before { content: normal; }

/* =Ads
----------------------------------------------- */
.dfp-ad { text-align: center; margin: auto; }
.dfp-ad .advertisement-label { margin-bottom: 4px; font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 10px; font-size: 1rem; line-height: 1.5; color: #999; text-align: left; }

#lin-wallpaper { position: fixed; min-height: 1200px; padding-top: 137px; width: 100%; background-repeat: no-repeat; background-attachment: fixed !important; -webkit-transition: background-position,0.3s; -moz-transition: background-position,0.3s; transition: background-position,0.3s; }

#lin-header-leaderboard { opacity: 1; width: 728px; height: 90px; margin: 0px auto 10px !important; -moz-transition-property: opacity, height; -o-transition-property: opacity, height; -webkit-transition-property: opacity, height; transition-property: opacity, height; -moz-transition-duration: 0.3s, 0.2s; -o-transition-duration: 0.3s, 0.2s; -webkit-transition-duration: 0.3s, 0.2s; transition-duration: 0.3s, 0.2s; }

.site-header-contracted-on-scroll #lin-header-leaderboard { opacity: 0; width: 0 !important; height: 0 !important; overflow: hidden !important; }

#lin-footer-leaderboard { max-width: 728px; clear: both; }

#lin-rr-top, #lin-rr-bottom { margin: 0 auto 18px 0; clear: both; text-align: left; }

#lin-category-sponsored-by { text-align: right; }
#lin-category-sponsored-by p { padding: 0 !important; margin-bottom: 4px; }

/** Two side-by-side ads below a river. */
#tertiary-post-ad { margin-top: 18px; }
#tertiary-post-ad .dfp-ad { width: 50%; float: left; }

/* =Content
----------------------------------------------- */
.hentry { margin: 0 0 18px; }

.byline { display: block; font-weight: bold; }

.posted-on, .updated-on { color: #888; }

.updated-on.under-hour { color: #c00; }

.single .updated-on:before { content: "\00a0\007C\00a0"; }

.page-content, .entry-content, .entry-summary { font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; margin: 18px 0 0; }

.page-links { margin: 0 0 18px; clear: both; }

/* Entry titles */
.entry-title { font-size: 28px; font-size: 2.8rem; line-height: 1.5; }

/* Entry meta */
.entry-meta { font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 10px; font-size: 1rem; line-height: 1.5; overflow: hidden; *zoom: 1; }

.page-title { font-size: 28px; font-size: 2.8rem; }

.post-flag { font-weight: bold; color: #c00; }

.hero-layout-2 .media-object:first-child .post-flag, .hero-layout-3 .media-object:first-child .post-flag, .hero-layout-breaking .figurehead-object:first-child .post-flag, .hero-layout-1 .media-object:first-child .post-flag, .hero-layout-4 .media-object:first-child .post-flag, .hero-layout-5 .media-object:first-child .post-flag { position: absolute; top: 18px; left: 0; z-index: 5; padding: 8px 8px 6px 8px; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #c00; }
.hero-layout-2 .media-object:first-child .post-flag:after, .hero-layout-3 .media-object:first-child .post-flag:after, .hero-layout-breaking .figurehead-object:first-child .post-flag:after, .hero-layout-1 .media-object:first-child .post-flag:after, .hero-layout-4 .media-object:first-child .post-flag:after, .hero-layout-5 .media-object:first-child .post-flag:after { content: none; }

#disqus_thread ~ .gravity-wrapper { margin-top: 18px; }

/* =Single entries
----------------------------------------------- */
.content-single .entry-title { margin: 0 0 10px; line-height: 1.1; }
.content-single .entry-meta-primary-column { width: 75%; padding: 15px 10px 15px 0; }
.content-single .avatar { position: relative; max-width: 34.25%; margin-right: 10px; float: left; display: none; }
.content-single .avatar img { width: auto; }
.content-single .avatar + .byline { margin-top: 4px; }
.content-single .avatar-found { display: inline; }
.content-single .entry-header-sharing { width: 25%; padding: 15px 0 15px 10px; text-align: right; }
.content-single .entry-header-sharing .sd-content ul li[class*='share-'] a, .content-single .entry-header-sharing .sd-content ul li[class*='share-'] a:hover { width: auto !important; padding: 4px; }
.content-single .entry-content blockquote { overflow: hidden; }
.content-single .related-content { width: 100%; }
.content-single .related-content .entry-title { margin: 4px 0; font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.content-single .related-content-heading { padding-bottom: 4px; border-bottom: 1px solid #dadada; margin-top: 0; margin-bottom: 10px; font-size: 17px; font-size: 1.7rem; font-weight: bold; }
.content-single .related-content { max-width: 33%; padding: 10px 18px 10px 0; float: left; }

.single-blog-post .page-title a { color: #454545; text-decoration: none; }
.single-blog-post .page-title a:hover { color: #454545; text-decoration: underline; }

.content-single-blog-post { overflow: hidden; *zoom: 1; padding-top: 18px; border-top: 1px solid #ccc; }
.content-single-blog-post .entry-content { margin-top: 4px; }
.content-single-blog-post .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; font-weight: bold; }
@media screen and (min-width: 481px) { .content-single-blog-post .entry-title { display: inline; margin-right: 4px; } }
@media screen and (min-width: 481px) { .content-single-blog-post .entry-header .entry-meta { display: inline; } }
.content-single-blog-post .byline { margin-top: 4px; font-weight: normal; }
.content-single-blog-post .entry-sharing-title { font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; margin-top: 0; margin-bottom: 4px; text-transform: uppercase; }
.content-single-blog-post .entry-header-sharing .sd-content ul li[class*='share-'] a, .content-single-blog-post .entry-header-sharing .sd-content ul li[class*='share-'] a:hover { width: auto !important; padding: 4px; }
.content-single-blog-post .related-content { width: 100%; }
.content-single-blog-post .related-content .entry-title { margin: 4px 0; font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.content-single-blog-post .related-content-heading { padding-bottom: 4px; border-bottom: 1px solid #dadada; margin-top: 0; margin-bottom: 10px; font-size: 17px; font-size: 1.7rem; font-weight: bold; }
.content-single-blog-post .related-content .entry-title { font-weight: normal; }

.content-single iframe, .content-single-blog-post iframe { margin-bottom: 10px; }

.content-investigative-story > .entry-header .entry-title { font-size: 28px; font-size: 2.8rem; font-weight: bold; line-height: 1.166666667; }
@media screen and (min-width: 481px) { .content-investigative-story > .entry-header .entry-title { font-size: 36px; font-size: 3.6rem; } }
.content-investigative-story .entry-branding { text-align: center; }
@media screen and (min-width: 481px) { .content-investigative-story .entry-branding { text-align: right; } }
.content-investigative-story .entry-branding .entry-branding-img { width: auto; max-height: 75px; }
.content-investigative-story .entry-meta-primary-column { width: 75%; padding: 15px 10px 15px 0; }
.content-investigative-story .avatar { position: relative; max-width: 34.25%; margin-right: 10px; float: left; display: none; }
.content-investigative-story .avatar img { width: auto; }
.content-investigative-story .avatar + .byline { margin-top: 4px; }
.content-investigative-story .avatar-found { display: inline; }
.content-investigative-story .entry-header-sharing { width: 25%; padding: 15px 0 15px 10px; text-align: right; }
.content-investigative-story .entry-header-sharing .sd-content ul li[class*='share-'] a, .content-investigative-story .entry-header-sharing .sd-content ul li[class*='share-'] a:hover { width: auto !important; padding: 4px; }
.content-investigative-story .entry-section-nav { padding: 10px; background-color: #ccc; }
.content-investigative-story .entry-section-nav-heading { margin-top: 0; margin-bottom: 10px; font-size: 17px; font-size: 1.7rem; font-weight: bold; }
.content-investigative-story .entry-section-nav-list { list-style-type: none; }
.content-investigative-story .entry-section-nav-list, .content-investigative-story .entry-section-nav-list li { margin: 0; padding: 0; display: inline; }
.content-investigative-story .related-content { width: 100%; }
.content-investigative-story .related-content .entry-title { margin: 4px 0; font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.content-investigative-story .related-content-heading { padding-bottom: 4px; border-bottom: 1px solid #dadada; margin-top: 0; margin-bottom: 10px; font-size: 17px; font-size: 1.7rem; font-weight: bold; }
.content-investigative-story .entry-section-nav + .related-content { margin-top: 18px; }
.content-investigative-story .entry-section-title { clear: none; }
.content-investigative-story .entry-utilities + .entry-section .entry-section-title { margin-top: 0; }
.content-investigative-story .entry-section { clear: none; }
@media screen and (min-width: 481px) and (max-width: 767px), (min-width: 992px) { .content-investigative-story .section-image-stacked { width: 90%; margin-right: auto; margin-left: auto; } }
.content-investigative-story .entry-section-image-layout-loose_grid .gallery-item { max-width: none; }
@media screen and (min-width: 481px) and (max-width: 767px), (min-width: 992px) { .content-investigative-story .entry-section-image-layout-loose_grid .gallery-item { padding: 4px; max-width: 50%; } }
.content-investigative-story .entry-section-image-layout-alternating_thumbs { padding: 10px; margin-bottom: 10px; background-color: #eaeaea; }
@media screen and (min-width: 481px) and (max-width: 767px), (min-width: 992px) { .content-investigative-story .entry-section-image-layout-alternating_thumbs { width: 50%; margin-left: 10px; float: right; } }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .entry-section-title { margin: 0 0 10px; font-size: 16px; font-size: 1.6rem; font-weight: bold; text-transform: uppercase; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .entry-section-title-has-type { width: 24px; height: 24px; background-size: 24px; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat { overflow: hidden; *zoom: 1; margin-bottom: 18px; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat .attachment-slat { border: 1px solid #ccc; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat:nth-of-type(even) .attachment-slat { position: relative; max-width: 34.25%; margin-left: 10px; margin-right: 0; float: right; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat:nth-of-type(even) .attachment-slat img { width: auto; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat:nth-of-type(even) figcaption { margin-right: calc( 34.25% + 4px ); }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat:nth-of-type(odd) .attachment-slat { position: relative; max-width: 34.25%; margin-right: 10px; float: left; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat:nth-of-type(odd) .attachment-slat img { width: auto; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat:nth-of-type(odd) figcaption { margin-left: calc( 34.25% + 4px ); }
.content-investigative-story .entry-utilities + .entry-section-image-layout-alternating_thumbs + .entry-section { clear: both; }

.content-single .entry-subhead, .content-investigative-story > .entry-header .entry-subhead { font-size: 16px; font-size: 1.6rem; }

/** Media objects.  Contain a thumbnail floated left, a title, and an excerpt. */
.media-object { padding: 18px 0; /** Related content in media objects mimics list items in body copy. */ /** Post flags in media objects float beside the excerpt with a separator. */ /** Play icons in media objects use the small icon, top-left. */ }
.media-object .entry-thumbnail, .media-object .avatar { position: relative; max-width: 34.25%; margin-right: 10px; float: left; margin-bottom: 4px; line-height: 0; }
.media-object .entry-thumbnail img, .media-object .avatar img { width: auto; }
.media-object .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; }
.media-object .entry-title a { color: #454545; }
.media-object .entry-summary { margin-top: 4px; font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.media-object .related-content .bullet { margin-bottom: 4px; }
.media-object .related-content .entry-title { font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.media-object .related-content .entry-title-link { color: #347ca8; text-decoration: none; }
.media-object .related-content .entry-title-link:hover { color: #347ca8; text-decoration: underline; }
.media-object .related-content-heading { font-size: 14px; font-size: 1.4rem; margin-top: 0; margin-bottom: 10px; font-weight: bold; }
.media-object .related-content-list { padding-left: 0; }
.media-object .post-flag { float: left; }
.media-object .post-flag:after { color: #454545; content: '\00a0//\00a0'; }

/** Figurehead objects.  Contain a thumbnail and title. */
.figurehead-object { padding: 18px 0; }
.figurehead-object .entry-title a { color: #454545; }
.figurehead-object .entry-thumbnail { position: relative; margin-bottom: 4px; line-height: 0; }

.blog-object { overflow: hidden; *zoom: 1; padding: 18px 10px; background-color: #eaeaea; border: 1px solid #ccc; }
.blog-object .entry-header { padding-bottom: 4px; border-bottom: 1px solid #ccc; margin-bottom: 4px; }
.blog-object .entry-thumbnail { margin-bottom: 10px; line-height: 0; border: none; }
@media screen and (min-width: 481px) { .blog-object .entry-thumbnail { position: relative; max-width: 34.25%; margin-left: 10px; margin-right: 0; float: right; width: 50%; max-width: 50%; }
  .blog-object .entry-thumbnail img { width: auto; } }
.blog-object .entry-thumbnail img { border: 1px solid #888; }
.blog-object .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; font-weight: bold; }
@media screen and (min-width: 481px) { .blog-object .entry-title { display: inline; margin-right: 4px; } }
@media screen and (min-width: 481px) { .blog-object .entry-header .entry-meta { display: inline; } }
.blog-object .byline { margin-top: 4px; font-weight: normal; }
.blog-object .entry-sharing-title { font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; margin-top: 0; margin-bottom: 4px; text-transform: uppercase; }
.blog-object.type-blog-post .sd-content ul li[class*='share-'] a, .blog-object.type-blog-post .sd-content ul li[class*='share-'] a:hover { width: auto !important; padding: 4px; }
.blog-object .entry-comments { text-transform: uppercase; }
.blog-object .entry-comments-link { color: #454545; text-decoration: none; }
.blog-object .entry-comments-link:hover { color: #454545; text-decoration: underline; }

.river { border-top: 1px solid #eaeaea; clear: both; }
.river .media-object { overflow: hidden; *zoom: 1; border-bottom: 1px solid #eaeaea; padding-left: 167px; margin-bottom: 0; min-height: 128px; }
.river .media-object .entry-thumbnail { position: relative; margin-left: -167px; margin-bottom: 4px; line-height: 0; }
.river .media-object .entry-summary { font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.river .media-object .entry-summary p:last-child { margin-bottom: 0; }

.river .related-content, .hero-layout-7 .first-column .media-object:first-child .related-content, .hero-layout-2 .media-object:first-child .related-content, .hero-layout-3 .media-object:first-child .related-content, .hero-layout-breaking .figurehead-object:first-child .related-content { margin-top: 10px; }
.river .related-content .bullet, .hero-layout-7 .first-column .media-object:first-child .related-content .bullet, .hero-layout-2 .media-object:first-child .related-content .bullet, .hero-layout-3 .media-object:first-child .related-content .bullet, .hero-layout-breaking .figurehead-object:first-child .related-content .bullet, .river .related-content .entry-title, .hero-layout-7 .first-column .media-object:first-child .related-content .entry-title, .hero-layout-2 .media-object:first-child .related-content .entry-title, .hero-layout-3 .media-object:first-child .related-content .entry-title, .hero-layout-breaking .figurehead-object:first-child .related-content .entry-title, .river .related-content .entry-meta, .hero-layout-7 .first-column .media-object:first-child .related-content .entry-meta, .hero-layout-2 .media-object:first-child .related-content .entry-meta, .hero-layout-3 .media-object:first-child .related-content .entry-meta, .hero-layout-breaking .figurehead-object:first-child .related-content .entry-meta { display: inline; }

.river .related-content-heading, .hero-layout-7 .first-column .media-object:first-child .related-content-heading, .hero-layout-2 .media-object:first-child .related-content-heading, .hero-layout-3 .media-object:first-child .related-content-heading, .hero-layout-breaking .figurehead-object:first-child .related-content-heading { display: inline; margin-right: 4px; font-size: 13px; font-size: 1.3rem; font-weight: bold; }
.river .related-content-heading:after, .hero-layout-7 .first-column .media-object:first-child .related-content-heading:after, .hero-layout-2 .media-object:first-child .related-content-heading:after, .hero-layout-3 .media-object:first-child .related-content-heading:after, .hero-layout-breaking .figurehead-object:first-child .related-content-heading:after { content: ":"; }

.river .related-content-list, .hero-layout-7 .first-column .media-object:first-child .related-content-list, .hero-layout-2 .media-object:first-child .related-content-list, .hero-layout-3 .media-object:first-child .related-content-list, .hero-layout-breaking .figurehead-object:first-child .related-content-list { list-style-type: none; }
.river .related-content-list, .hero-layout-7 .first-column .media-object:first-child .related-content-list, .hero-layout-2 .media-object:first-child .related-content-list, .hero-layout-3 .media-object:first-child .related-content-list, .hero-layout-breaking .figurehead-object:first-child .related-content-list, .river .related-content-list li, .hero-layout-7 .first-column .media-object:first-child .related-content-list li, .hero-layout-2 .media-object:first-child .related-content-list li, .hero-layout-3 .media-object:first-child .related-content-list li, .hero-layout-breaking .figurehead-object:first-child .related-content-list li { margin: 0; padding: 0; display: inline; }
.river .related-content-list li:before, .hero-layout-7 .first-column .media-object:first-child .related-content-list li:before, .hero-layout-2 .media-object:first-child .related-content-list li:before, .hero-layout-3 .media-object:first-child .related-content-list li:before, .hero-layout-breaking .figurehead-object:first-child .related-content-list li:before { content: " | "; }
.river .related-content-list li:first-child:before, .hero-layout-7 .first-column .media-object:first-child .related-content-list li:first-child:before, .hero-layout-2 .media-object:first-child .related-content-list li:first-child:before, .hero-layout-3 .media-object:first-child .related-content-list li:first-child:before, .hero-layout-breaking .figurehead-object:first-child .related-content-list li:first-child:before { content: normal; }

.author-bio figure { position: relative; max-width: 34.25%; max-width: none; margin-bottom: 18px; float: none; text-align: center; }
@media screen and (min-width: 481px) and (max-width: 767px), (min-width: 992px) { .author-bio figure { position: relative; max-width: 34.25%; margin-right: 10px; float: left; max-width: 50%; }
  .author-bio figure img { width: auto; } }
.author-bio .page-title { margin-top: 0; margin-bottom: 0; clear: none; }
.author-bio .author-tagline { margin-top: 0; margin-bottom: 0; clear: none; padding-bottom: 4px; border-bottom: 1px solid #eaeaea; margin-bottom: 4px; font-size: 16px; font-size: 1.6rem; line-height: 1.2; }

#author-description { margin-top: 14px; }

.author-river-heading { margin-bottom: 0; }

/* =Links
----------------------------------------------- */
/** Link without decoration and using the main text color, not a link color.  Still is underlined on hover. */
.unmarked-link, .inline-navigation a, .site-footer a, .unmarked-link:visited, .inline-navigation a:visited, .site-footer a:visited { color: #454545; text-decoration: none; }
.unmarked-link:hover, .inline-navigation a:hover, .site-footer a:hover, .unmarked-link:visited:hover, .inline-navigation a:visited:hover, .site-footer a:visited:hover { text-decoration: underline; }

/* =Menus
----------------------------------------------- */
.main-navigation ul ul, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul, .supernav { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

.supernav-latest-headlines, .supernav-current-conditions, .supernav-third-column-markup { border-left: 1px solid #eaeaea; }

.main-navigation, .widget-area-above-river .widget-area-column-all .widget_nav_menu, .widget-area-below-river .widget-area-column-all .widget_nav_menu { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0MzQzNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #343434), color-stop(100%, #222222)); background-image: -moz-linear-gradient(#343434, #222222); background-image: -webkit-linear-gradient(#343434, #222222); background-image: linear-gradient(#343434, #222222); position: relative; display: block; width: 100%; border: solid #676767; border-width: 1px 0; clear: both; float: left; background-color: #343434; /** Links in top-level menu items. */ /** List of top-level menu items. */ /** Link inside a menu item with a submenu. */ /** Override positioning for menu items containing Supernavs.  Absolute-positioned submenu items containing a Supernav should be styled relative to the full menu, not their parent item, so they display across the full width of the site wrapper. */ }
.main-navigation a, .widget-area-above-river .widget-area-column-all .widget_nav_menu a, .widget-area-below-river .widget-area-column-all .widget_nav_menu a, .main-navigation a:visited, .widget-area-above-river .widget-area-column-all .widget_nav_menu a:visited, .widget-area-below-river .widget-area-column-all .widget_nav_menu a:visited, .main-navigation a:hover, .widget-area-above-river .widget-area-column-all .widget_nav_menu a:hover, .widget-area-below-river .widget-area-column-all .widget_nav_menu a:hover { font-size: 12px; font-size: 1.2rem; display: block; height: 45px; padding: 0 10px 0 9px; color: #fff; line-height: 45px; text-decoration: none; text-transform: uppercase; }
.main-navigation a:hover, .widget-area-above-river .widget-area-column-all .widget_nav_menu a:hover, .widget-area-below-river .widget-area-column-all .widget_nav_menu a:hover { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0MzQzNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(100%, #343434)); background-image: -moz-linear-gradient(#222222, #343434); background-image: -webkit-linear-gradient(#222222, #343434); background-image: linear-gradient(#222222, #343434); }
.main-navigation > a, .widget-area-above-river .widget-area-column-all .widget_nav_menu > a, .widget-area-below-river .widget-area-column-all .widget_nav_menu > a { float: left; }
@media screen and (max-width: 767px) { .main-navigation .nav-menu, .widget-area-above-river .widget-area-column-all .widget_nav_menu .nav-menu, .widget-area-below-river .widget-area-column-all .widget_nav_menu .nav-menu { display: none; } }
.main-navigation ul, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul { padding-left: 0; margin: 0; list-style: none; /** List of submenu items. */ /** Submenu items not in Supernavs. */ /** Children to reveal on hover. */ }
.main-navigation ul ul, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul { background: #f9f9f9; position: absolute; z-index: 99999; top: 46px; left: 0; visibility: hidden; opacity: 0; float: left; -moz-transition-property: opacity, visibility; -o-transition-property: opacity, visibility; -webkit-transition-property: opacity, visibility; transition-property: opacity, visibility; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; /** List of third-level submenu items. */ }
.main-navigation ul ul a, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul a, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul a, .main-navigation ul ul a:visited, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul a:visited, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul a:visited, .main-navigation ul ul a:hover, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul a:hover, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul a:hover { width: 200px; height: auto; font-size: 14px; font-size: 1.4rem; line-height: inherit; text-transform: none; color: #347ca8; background-image: none; }
.main-navigation ul ul a:hover, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul a:hover, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul a:hover { text-decoration: underline; }
.main-navigation ul ul li, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul li, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul li { margin-bottom: 4px; }
.main-navigation ul ul ul, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul ul, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul ul { top: 0; left: 100%; }
.main-navigation ul li > .sub-menu, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul li > .sub-menu, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul li > .sub-menu { padding-top: 10px; padding-bottom: 10px; }
.main-navigation ul li:hover > ul, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul li:hover > ul, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul li:hover > ul, .main-navigation ul li:hover .supernav, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul li:hover .supernav, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul li:hover .supernav, .main-navigation ul li:hover .supernav ul, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul li:hover .supernav ul, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul li:hover .supernav ul { visibility: visible; opacity: 1; }
.main-navigation li, .widget-area-above-river .widget-area-column-all .widget_nav_menu li, .widget-area-below-river .widget-area-column-all .widget_nav_menu li { position: relative; float: left; }
.main-navigation .menu-item-has-children > a:after, .widget-area-above-river .widget-area-column-all .widget_nav_menu .menu-item-has-children > a:after, .widget-area-below-river .widget-area-column-all .widget_nav_menu .menu-item-has-children > a:after { content: ''; display: inline-block; margin-left: 6px; height: 0; border-top: 6px solid #fff; border-right: 4px solid transparent; border-left: 4px solid transparent; }
.main-navigation .menu-item-has-supernav, .widget-area-above-river .widget-area-column-all .widget_nav_menu .menu-item-has-supernav, .widget-area-below-river .widget-area-column-all .widget_nav_menu .menu-item-has-supernav { position: static; }
.main-navigation a[rel=home], .widget-area-above-river .widget-area-column-all .widget_nav_menu a[rel=home], .widget-area-below-river .widget-area-column-all .widget_nav_menu a[rel=home] { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/../images/home-search.png?1415206135); background-repeat: no-repeat; background-position: 18px -45px; background-size: auto; width: 50px; height: 45px; border-right: 1px solid #454545; }
.main-navigation .search-form, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form { margin-top: 6px; float: right; }
.main-navigation .search-form input[type=search], .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form input[type=search], .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form input[type=search] { background-color: #dadada; }
.main-navigation .search-form input[type=submit], .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form input[type=submit], .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form input[type=submit] { margin-right: 4px; line-height: 1.5; padding: 3px; }
.main-navigation .search-toggle, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-toggle, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-toggle, .main-navigation .search-toggle:hover, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-toggle:hover, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-toggle:hover { display: none; width: 28px; height: 27px; padding: 10px 14px 4px; border: none; text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; line-height: 1; background: url(/wp-content/themes/vip/lin-media/static/css/../images/home-search.png) 0 -121px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; float: right; margin: 6px 4px 0; }

.supernav { position: absolute; top: 46px; left: 0; z-index: 9999; opacity: 0; width: 1000px; visibility: hidden; background: #f9f9f9; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; -moz-transition-property: opacity, visibility; -o-transition-property: opacity, visibility; -webkit-transition-property: opacity, visibility; transition-property: opacity, visibility; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.supernav ul { float: none; }
.supernav li { float: none; }
.supernav a, .supernav a:visited, .supernav a:hover { display: inline; padding: 0; font-size: 13px; font-size: 1.3rem; color: #347ca8; background-image: none; line-height: inherit; text-transform: none; }
.supernav .sub-menu, .supernav .supernav-featured-tags-list { position: static; display: block; float: none; box-shadow: none; }
.supernav .sub-menu a, .supernav .supernav-featured-tags-list a { color: #347ca8; }
.supernav .sub-menu { margin-bottom: 10px; -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
.supernav .sub-menu .menu-item { margin-bottom: 4px; }
.supernav .sub-menu a { font-size: 14px; font-size: 1.4rem; }
.supernav .supernav-featured-tags-list { list-style-type: none; }
.supernav .supernav-featured-tags-list, .supernav .supernav-featured-tags-list li { margin: 0; padding: 0; display: inline; }
.supernav .supernav-featured-tags-list li:after { content: ", "; }
.supernav .supernav-featured-tags-list li:last-child:after { content: ""; }
.supernav .supernav-featured-tags-list li.last:after { content: ""; }
.supernav .media-object { padding: 0; border-bottom: 0; }
.supernav .media-object .entry-thumbnail { margin-right: 0; margin-left: 10px; float: right; }
.supernav .media-object .entry-title, .supernav .media-object .entry-title a { font-size: 14px; font-size: 1.4rem; line-height: 1.4; font-weight: bold; }
.supernav .media-object .entry-summary, .supernav .media-object .entry-summary a { font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 10px; font-size: 1rem; line-height: 1.5; font-size: 11px; font-size: 1.1rem; }
.supernav .title-object .entry-title, .supernav .title-object .entry-title a { margin: 0; font-size: 14px; font-size: 1.4rem; line-height: 1.6; }
.supernav .dfp-ad { position: absolute; bottom: 10px; right: 10px; width: 88px; }
.supernav .dfp-ad p { margin-bottom: 4px; }

.widget-area-above-river .widget-area-column-all, .widget-area-below-river .widget-area-column-all { /** All-column menus in the river widget areas resemble the primary nav. */ }
.widget-area-above-river .widget-area-column-all .widget_nav_menu, .widget-area-below-river .widget-area-column-all .widget_nav_menu { border-top: none; }
.widget-area-above-river .widget-area-column-all .widget_nav_menu .widget-title, .widget-area-below-river .widget-area-column-all .widget_nav_menu .widget-title { margin-top: 0; margin-bottom: 0; }
.widget-area-above-river .widget-area-column-all .menu, .widget-area-below-river .widget-area-column-all .menu { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-around; }

.supernav-heading { margin: 0 0 10px; font-size: 17px; font-size: 1.7rem; font-weight: bold; }

.supernav-featured-tags-heading { display: inline-block; *vertical-align: auto; *zoom: 1; *display: inline; margin: 0 4px 0 0; font-size: 14px; font-size: 1.4rem; font-weight: bold; text-transform: uppercase; }

.supernav-latest-headlines .primary-column, .supernav-latest-headlines .site-footer .info-nav-wrapper, .site-footer .supernav-latest-headlines .info-nav-wrapper, .supernav-latest-headlines #primary, .supernav-latest-headlines .no-results .page-content, .no-results .supernav-latest-headlines .page-content, .supernav-latest-headlines .content-page .entry-title:not(:only-child), .content-page .supernav-latest-headlines .entry-title:not(:only-child), .supernav-latest-headlines body.archive.category .page-title, body.archive.category .supernav-latest-headlines .page-title, .supernav-latest-headlines .content-single .entry-meta-primary-column, .content-single .supernav-latest-headlines .entry-meta-primary-column, .supernav-latest-headlines .content-investigative-story .entry-meta-primary-column, .content-investigative-story .supernav-latest-headlines .entry-meta-primary-column, .supernav-latest-headlines .supernav-latest-headlines, .supernav-latest-headlines .hero-layout-7 .first-column, .hero-layout-7 .supernav-latest-headlines .first-column { padding-top: 0; padding-left: 0; width: 55%; }
.supernav-latest-headlines .secondary-column, .supernav-latest-headlines .site-footer .follow-wrapper, .site-footer .supernav-latest-headlines .follow-wrapper, .supernav-latest-headlines #secondary, .supernav-latest-headlines .content-page .entry-header .dfp-ad, .content-page .entry-header .supernav-latest-headlines .dfp-ad, .supernav-latest-headlines body.archive.category .page-header .dfp-ad, body.archive.category .page-header .supernav-latest-headlines .dfp-ad, .supernav-latest-headlines .content-single .entry-header-sharing, .content-single .supernav-latest-headlines .entry-header-sharing, .supernav-latest-headlines .content-investigative-story .entry-header-sharing, .content-investigative-story .supernav-latest-headlines .entry-header-sharing, .supernav-latest-headlines .supernav-primary-wrapper, .supernav-latest-headlines .supernav-current-conditions, .supernav-latest-headlines .supernav-third-column-markup, .supernav-latest-headlines .hero-layout-7 .second-column, .hero-layout-7 .supernav-latest-headlines .second-column { padding-top: 0; padding-right: 0; width: 45%; }

.supernav-current-conditions { /** The widths of the .primary-wrapper and .secondary-wrapper should add up to 90% to add enough padding. */ }
.supernav-current-conditions a, .supernav-current-conditions a:visited { color: #454545; text-decoration: none; }
.supernav-current-conditions a:hover, .supernav-current-conditions a:visited:hover { color: #454545; text-decoration: underline; }
.supernav-current-conditions .weather-conditions-primary-wrapper { width: 40%; float: left; text-align: center; }
.supernav-current-conditions .weather-conditions-secondary-wrapper { width: 50%; margin-left: 10px; float: left; }
.supernav-current-conditions .weather-conditions-image { height: 50px; }
.supernav-current-conditions .weather-conditions-current-temperature { margin: 0; font-size: 30px; font-size: 3rem; font-weight: bold; }
.supernav-current-conditions .weather-conditions-current-sky-conditions { margin: 0; font-size: 14px; font-size: 1.4rem; }
.supernav-current-conditions .weather-conditions-list { position: relative; top: 0; display: block; float: none; background-color: #f9f9f9; box-shadow: none; }
.supernav-current-conditions .weather-conditions-list-item-value { float: right; font-weight: bold; text-align: right; }

#smaller-screen-navigation { display: none; }

.offcanvas-navigation-toggle-icon { display: block; color: #fff; font-size: 13px; background-repeat: no-repeat; width: 25px; margin: 15px 0 15px 15px; float: left; }
.offcanvas-navigation-toggle-icon.toggle-icon-open { background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/hamburger.png); }
.offcanvas-navigation-toggle-icon.toggle-icon-close { background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/x-20.png); }

@media screen and (min-width: 768px) { .offcanvas-navigation-toggle-icon:not(.toggle-icon-close) { display: none; } }
/* Small menu */
.menu-toggle { display: none; cursor: pointer; }

/** Navigation that displays in a column with links inside a list.  Designed to be used with the .column-navigation-* classes. */
.column-navigation { padding-right: 4px; float: left; }

/** Column widths in a .column-navigation based on the total number of columns. */
.column-navigation-2 { width: 40%; }

.column-navigation-3 { width: 30%; }

.column-navigation-4 { width: 25%; }

/** Inline navigation.  Assumed to be a list; horizontal bars display automatically. */
/* =Site header
----------------------------------------------- */
.site-header { z-index: 2000000; margin: 0 auto; width: 100%; }
@media (min-height: 768px) and (min-width: 992px) { .site-header { position: fixed; top: 0; left: 0; } }

.site-header-container { padding-top: 18px; background-position-x: 50%; background-position-y: 0%; background-size: initial; background-repeat-x: repeat; background-repeat-y: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; }
.site-header-container > .row, body.archive .site-header-container > .taxonomy-description, .site-header-container > #tertiary-post-ad { position: relative; }

.site-utilities { margin-bottom: 4px; float: right; }
.site-utilities .current-weather { float: left; }
.site-utilities .weather-capsule { float: left; color: #fff; }
.site-utilities .weather-capsule-image { width: 55px; height: 45px; margin: 4px 4px 0 0; float: left; }
.site-utilities .weather-capsule-content-wrapper { overflow: hidden; *zoom: 1; float: left; }
.site-utilities .weather-capsule-current-temperature { margin: 0 18px 0 0; float: left; clear: none; font-size: 36px; font-size: 3.6rem; font-weight: bold; }
.site-utilities .weather-capsule-secondary-content-wrapper { float: left; text-align: center; }
.site-utilities .weather-capsule-current-sky-conditions { margin: 4px 0 0; font-size: 16px; font-size: 1.6rem; }
.site-utilities [role=navigation] { width: 100%; float: left; clear: both; color: #fff; }
.site-utilities [role=navigation] a { color: #fff; }
.site-utilities .sponsor { max-width: 90px; float: left; margin-top: 0; margin-left: 10px; color: #fff; }
.site-utilities .sponsor p { margin: 0 0 4px; }
.site-utilities .alert-pill { float: left; margin-left: 10px; /** Stack pills when there is more than one. */ }
.site-utilities .alert-pill .alert-title { margin: 0 4px; font-size: 12px; font-size: 1.2rem; font-weight: bold; }
.site-utilities .alert-pill:not(:only-of-type) { width: 130px; float: right; clear: right; margin-bottom: 4px; text-align: center; }

.site-logo { width: 300px; height: 60px; float: left; margin: 0 0 10px 10px; background-size: contain; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; }
.site-logo img { height: 60px; border: none; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; }

.site-header-contracted, .site-header-contracted-on-scroll { /** Weather elements that do not display in the contracted header. */ /** Shrink the weather icon. */ /** Shrink the temperature.  No elements to the right of it, so no margin required. */ }
.site-header-contracted .site-branding, .site-header-contracted-on-scroll .site-branding { padding-top: 0; padding-bottom: 0; }
.site-header-contracted .site-utilities, .site-header-contracted-on-scroll .site-utilities { padding-top: 0; padding-bottom: 0; }
.site-header-contracted .site-logo, .site-header-contracted-on-scroll .site-logo { height: 50px; }
.site-header-contracted .site-logo img, .site-header-contracted-on-scroll .site-logo img { height: 50px; }
.site-header-contracted .weather-capsule-list, .site-header-contracted-on-scroll .weather-capsule-list, .site-header-contracted .current-weather-navigation, .site-header-contracted-on-scroll .current-weather-navigation { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; }
.site-header-contracted .weather-capsule-image, .site-header-contracted-on-scroll .weather-capsule-image { margin-top: 0; width: 55px; }
.site-header-contracted .weather-capsule-current-temperature, .site-header-contracted-on-scroll .weather-capsule-current-temperature { margin-right: 0; float: none; font-size: 22px; font-size: 2.2rem; }
.site-header-contracted .weather-capsule-current-sky-conditions, .site-header-contracted-on-scroll .weather-capsule-current-sky-conditions { font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; margin-top: 0; }

/* =Site footer
----------------------------------------------- */
.site-footer { border-top: 3px solid #888; background-color: #eaeaea; font-size: 12px; font-size: 1.2rem; line-height: 1.6; }
.site-footer .site-info { width: 30%; padding-right: 18px; border-right: 1px solid #ccc; float: left; }
.site-footer [role=navigation] { width: 70%; padding-left: 18px; float: left; }
.site-footer .column-navigation-heading { font-size: 14px; font-size: 1.4rem; font-weight: bold; }
.site-footer .follow-heading { font-size: 14px; font-size: 1.4rem; font-weight: bold; }
.site-footer .social-icons { padding-left: 0; }
.site-footer .social-icons-list { list-style-type: none; }
.site-footer .social-icons-list, .site-footer .social-icons-list li { margin: 0; padding: 0; display: inline; }
.site-footer .social-icon-item { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; margin-right: 4px; margin-bottom: 4px; }

/* =Media
----------------------------------------------- */
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { padding: 0; border: none; margin-bottom: 0; margin-top: 0; }

.content-investigative-story .section-image-stacked, .wp-caption, .entry-media, .entry-thumbnail { max-width: 100%; border: 1px solid #ccc; margin-bottom: 18px; }

.content-investigative-story .section-image-stacked .attachment-stacked, .wp-caption img[class*="wp-image-"], .entry-media .wp-post-image, .entry-thumbnail .wp-post-image { display: block; max-width: 98%; margin: 1.2% auto; }

.content-investigative-story .section-image-stacked figcaption, .wp-caption-text, .entry-media figcaption, .entry-thumbnail figcaption { margin: 10px 1.2%; text-align: left; }

.entry-media, .entry-thumbnail { background-color: #eaeaea; }

.site-main .gallery { margin-bottom: 18px; }

.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-caption { padding: 0 10px 10px 10px; font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 10px; font-size: 1rem; line-height: 1.2; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33333%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66667%; }

.gallery-columns-7 .gallery-item { max-width: 14.28571%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11111%; }

.site-main .gallery a img { max-width: 90%; height: auto; border: none; }

.site-main .gallery dd { margin: 0; }

embed, iframe, object { max-width: 100%; }

.play-icon { position: absolute; }

.media-object .play-icon, .river .media-object .play-icon, .hero-layout-1 .media-object:nth-child(n + 2) .play-icon, .hero-layout-4 .media-object:nth-child(n + 2) .play-icon, .hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6) .play-icon, .hero-layout-2 .media-object:nth-child(n + 2):nth-child(-n + 6) .play-icon, .hero-layout-3 .media-object:nth-child(n + 2) .play-icon, .hero-layout-5 .media-object:nth-child(3) .play-icon, .hero-layout-7 .second-column .figurehead-object .play-icon { width: 28px; height: 20px; background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/PlayButton-28x20.png); }

.hero-layout-2 .media-object:first-child .play-icon, .hero-layout-3 .media-object:first-child .play-icon, .hero-layout-breaking .figurehead-object:first-child .play-icon, .hero-layout-1 .media-object:first-child .play-icon, .hero-layout-4 .media-object:first-child .play-icon, .hero-layout-5 .media-object:first-child .play-icon, .hero-layout-7 .first-column .media-object:first-child .play-icon { width: 56px; height: 40px; background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/PlayButton-56x40.png); }

.media-object .play-icon, .river .media-object .play-icon, .hero-layout-1 .media-object:nth-child(n + 2) .play-icon, .hero-layout-4 .media-object:nth-child(n + 2) .play-icon, .hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6) .play-icon, .hero-layout-2 .media-object:nth-child(n + 2):nth-child(-n + 6) .play-icon, .hero-layout-5 .media-object:nth-child(3) .play-icon, .hero-layout-7 .second-column .figurehead-object .play-icon { top: 4px; left: 4px; }

.hero-layout-3 .media-object:nth-child(n + 2) .play-icon { top: 4px; left: 4px; }

.hero-layout-1 .media-object:first-child .play-icon, .hero-layout-4 .media-object:first-child .play-icon, .hero-layout-5 .media-object:first-child .play-icon, .hero-layout-7 .first-column .media-object:first-child .play-icon, .hero-layout-breaking .figurehead-object:first-child .play-icon { top: 40%; left: 41%; }

.hero-layout-2 .media-object:first-child .play-icon, .hero-layout-3 .media-object:first-child .play-icon, .hero-layout-breaking .figurehead-object:first-child .play-icon { top: 45%; left: 45%; }

/* =Hero layouts
----------------------------------------------- */
.hero-wrapper { overflow: hidden; *zoom: 1; clear: both; /** All first-child media objects in a hero layout use a larger font. */ /** All excerpts in a hero layout use a smaller font. */ }
.hero-wrapper .media-object:first-child .entry-title { font-size: 24px; font-size: 2.4rem; line-height: 1.166666667; }
.hero-wrapper .entry-summary { font-size: 12px; font-size: 1.2rem; line-height: 1.5; }
.hero-wrapper .related-content .bullet .entry-title { /** Titles in bullets mimic body copy when in related content. */ font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.hero-wrapper .related-content .bullet .entry-title-link { color: #347ca8; text-decoration: none; }
.hero-wrapper .related-content .bullet .entry-title-link:hover { color: #347ca8; text-decoration: underline; }

.hero-layout-2 .media-object:first-child, .hero-layout-3 .media-object:first-child, .hero-layout-breaking .figurehead-object:first-child { overflow: hidden; *zoom: 1; position: relative; padding-top: 0; padding-bottom: 10px; margin-bottom: 10px; }
.hero-layout-2 .media-object:first-child .entry-thumbnail, .hero-layout-3 .media-object:first-child .entry-thumbnail, .hero-layout-breaking .figurehead-object:first-child .entry-thumbnail { max-width: none; margin: 0 0 18px; float: none; }
.hero-layout-2 .media-object:first-child .entry-summary, .hero-layout-3 .media-object:first-child .entry-summary, .hero-layout-breaking .figurehead-object:first-child .entry-summary { padding-bottom: 0; margin-bottom: 0; }

.hero-layout-1, .hero-layout-4 { /** Skip padding-top on the first media objects in the two columns. */ }
.hero-layout-1 .media-object:first-child, .hero-layout-4 .media-object:first-child { position: relative; width: 50%; }
.hero-layout-1 .media-object:first-child .entry-thumbnail, .hero-layout-4 .media-object:first-child .entry-thumbnail { max-width: none; float: none; margin-right: 0; }
.hero-layout-1 .media-object:first-child:nth-last-child(5), .hero-layout-4 .media-object:first-child:nth-last-child(5) { padding-bottom: 4px; }
.hero-layout-1 .media-object:first-child, .hero-layout-4 .media-object:first-child, .hero-layout-1 .media-object:nth-child(3):nth-last-child(3), .hero-layout-4 .media-object:nth-child(3):nth-last-child(3), .hero-layout-1 .media-object:nth-child(4):nth-last-child(3), .hero-layout-4 .media-object:nth-child(4):nth-last-child(3) { padding-top: 0; }
.hero-layout-1 .media-object:nth-child(n + 2), .hero-layout-4 .media-object:nth-child(n + 2) { width: 50%; padding-bottom: 4px; margin-bottom: 10px; }
.hero-layout-1 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-4 .media-object:nth-child(n + 2) .entry-thumbnail { position: relative; max-width: 34.25%; margin-left: 10px; margin-right: 0; float: right; }
.hero-layout-1 .media-object:nth-child(n + 2) .entry-thumbnail img, .hero-layout-4 .media-object:nth-child(n + 2) .entry-thumbnail img { width: auto; }

.hero-layout-2 .media-object:first-child, .hero-layout-3 .media-object:first-child, .hero-layout-breaking .figurehead-object:first-child, .hero-layout-3 .river-first-ad-wrapper .dfp-ad, .hero-layout-7 .first-column .media-object:first-child, .hero-layout-7 .first-column .text-object:first-child, .hero-layout-7 .river-first-ad-wrapper .dfp-ad { border-bottom: 1px solid #dadada; }

/** Large story right with related coverage; three small stories left with excerpts. */
.hero-layout-1 .media-object:first-child { float: right; }
.hero-layout-1 .media-object:nth-child(n + 3) { padding-right: 10px; float: left; clear: left; }
.hero-layout-1 .media-object:nth-child(3):nth-last-child(4) { padding-right: 0; float: right; clear: right; }
.hero-layout-1 .media-object:nth-child(4):nth-last-child(3), .hero-layout-1 .media-object:nth-child(5):nth-last-child(2), .hero-layout-1 .media-object:nth-child(6):nth-last-child(1) { display: inline-block; float: none; clear: none; }

/** Extra large story on top; four small stories beneath with or without excerpts.  Hero layout 6 also uses these styles; it's the same thing, but without excerpts in the secondary stories. */
.hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6), .hero-layout-2 .media-object:nth-child(n + 2):nth-child(-n + 6) { width: 25%; padding-right: 10px; padding-bottom: 0; margin-bottom: 10px; float: left; }
.hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6) .entry-thumbnail, .hero-layout-2 .media-object:nth-child(n + 2):nth-child(-n + 6) .entry-thumbnail { max-width: none; margin-right: 0; float: none; }
.hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6) .entry-title, .hero-layout-2 .media-object:nth-child(n + 2):nth-child(-n + 6) .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; white-space: pre; white-space: pre-wrap; white-space: pre-line; white-space: -pre-wrap; white-space: -o-pre-wrap; white-space: -moz-pre-wrap; white-space: -hp-pre-wrap; word-wrap: break-word; }

/** Extra large story on top; two medium stories beneath with excerpts. */
.hero-layout-3 .media-object:nth-child(n + 2) { width: 50%; padding: 10px 10px 0 0; margin-bottom: 10px; float: left; }
.hero-layout-3 .media-object:nth-child(n + 2) .entry-thumbnail { max-width: none; float: none; }
.hero-layout-3 .media-object:nth-child(odd) { clear: left; }
.hero-layout-3 .river-first-ad-wrapper .dfp-ad { padding-bottom: 10px; }

/** Large story left with related coverage; three small stories right with excerpts. */
.hero-layout-4 { overflow: hidden; *zoom: 1; }
.hero-layout-4 .media-object:first-child { float: left; }
.hero-layout-4 .media-object:nth-child(n + 3) { padding-left: 10px; float: right; clear: right; }
.hero-layout-4 .media-object:nth-child(3):nth-last-child(4) { padding-left: 0; float: left; clear: left; }
.hero-layout-4 .media-object:nth-child(4):nth-last-child(3), .hero-layout-4 .media-object:nth-child(5):nth-last-child(2), .hero-layout-4 .media-object:nth-child(6):nth-last-child(1) { display: inline-block; float: none; clear: none; }
.hero-layout-4 .media-object:nth-child(6) { float: right !important; }

/** Large story left with related coverage; one small story right with excerpt and a list of additional headline. */
.hero-layout-5 { /** Skip padding-top on the first media objects in the two columns. */ }
.hero-layout-5 .media-object:first-child { position: relative; width: 50%; padding-right: 4px; float: left; }
.hero-layout-5 .media-object:first-child .entry-thumbnail { max-width: none; float: none; }
.hero-layout-5 .media-object:nth-child(3) { width: 50%; padding-left: 10px; padding-bottom: 5px; margin-bottom: 10px; float: right; clear: right; }
.hero-layout-5 .media-object:nth-child(3) .entry-thumbnail { position: relative; max-width: 34.25%; margin-left: 10px; margin-right: 0; float: right; }
.hero-layout-5 .media-object:nth-child(3) .entry-thumbnail img { width: auto; }
.hero-layout-5 .media-object:first-child, .hero-layout-5 .media-object:nth-child(3) { padding-top: 0; }
.hero-layout-5 .title-object { width: 50%; padding-left: 10px; margin-bottom: 10px; float: right; clear: right; }
.hero-layout-5 .title-object .entry-title { margin-top: 0; margin-bottom: 0; font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.hero-layout-5 .title-object .entry-title, .hero-layout-5 .title-object .entry-meta { display: inline; }

.hero-layout-7 .first-column, .hero-layout-7 .second-column { padding-top: 0; padding-bottom: 0; }
.hero-layout-7 .first-column { width: 75%; padding-left: 0; }
.hero-layout-7 .first-column .media-object > .entry-header .entry-title, .hero-layout-7 .first-column .text-object > .entry-header .entry-title { font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; }
.hero-layout-7 .first-column .media-object:first-child, .hero-layout-7 .first-column .text-object:first-child { position: relative; padding-top: 0; }
.hero-layout-7 .first-column .media-object:first-child > .entry-header .entry-title, .hero-layout-7 .first-column .text-object:first-child > .entry-header .entry-title { font-size: 24px; font-size: 2.4rem; }
.hero-layout-7 .first-column .media-object:first-child .entry-summary p:last-child, .hero-layout-7 .first-column .text-object:first-child .entry-summary p:last-child { margin-bottom: 0; }
.hero-layout-7 .first-column .media-object:nth-child(3), .hero-layout-7 .first-column .media-object:nth-child(4), .hero-layout-7 .first-column .text-object:nth-child(3), .hero-layout-7 .first-column .text-object:nth-child(4) { width: 50%; float: left; }
.hero-layout-7 .first-column .media-object:nth-child(3), .hero-layout-7 .first-column .text-object:nth-child(3) { padding-right: 10px; }
.hero-layout-7 .first-column .media-object:first-child .entry-thumbnail { position: relative; max-width: 34.25%; max-width: none; margin-bottom: 18px; float: none; margin-right: 0; }
.hero-layout-7 .first-column .text-object .entry-title { margin-top: 0; margin-bottom: 0; }
.hero-layout-7 .first-column .text-object .entry-title a { color: #454545; }
.hero-layout-7 .first-column .text-object .entry-summary { margin-top: 4px; }
.hero-layout-7 .second-column { width: 25%; padding-right: 0; }
.hero-layout-7 .second-column .figurehead-object { padding: 0; }
.hero-layout-7 .second-column .figurehead-object .entry-title { margin: 0; font-size: 16px; font-size: 1.6rem; line-height: 1.166666667; }
.hero-layout-7 .second-column .figurehead-object .entry-title a { color: #454545; }
.hero-layout-7 .second-column .figurehead-object:first-child { margin-top: 0; }
.hero-layout-7 .river-first-ad-wrapper .dfp-ad { padding-bottom: 10px; }

.hero-layout-breaking .figurehead-object:first-child .entry-thumbnail { background-color: #c00; border: 2px solid #c00; }
.hero-layout-breaking .figurehead-object:first-child .entry-thumbnail .wp-post-image { width: auto; max-width: 100%; margin-top: 25px; margin-bottom: 0; }
@media screen and (min-width: 992px) { .hero-layout-breaking .figurehead-object:first-child .entry-thumbnail .wp-post-image { margin-top: 38px; } }
.hero-layout-breaking .figurehead-object:first-child .post-flag { top: 0; width: 100%; text-transform: uppercase; }
.hero-layout-breaking .figurehead-object:first-child .play-icon { width: 35px; height: 25px; background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/PlayButton-35x25.png); }
@media screen and (min-width: 481px) { .hero-layout-breaking .figurehead-object:first-child .play-icon { width: 56px; height: 40px; background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/PlayButton-56x40.png); } }
@media screen and (min-width: 768px) and (max-width: 991px) { .hero-layout-breaking .figurehead-object:first-child .play-icon { top: 4px; left: 4px; top: 32px; } }
.hero-layout-breaking .figurehead-object-body { position: relative; }
.hero-layout-breaking .figurehead-object-body > .entry-header .entry-title { margin: 0; font-size: 36px; font-size: 3.6rem; font-weight: bold; line-height: 1.166666667; }
@media screen and (min-width: 481px) { .hero-layout-breaking .figurehead-object-body > .entry-header .entry-title { font-size: 42px; font-size: 4.2rem; } }
.hero-layout-breaking .figurehead-object-body > .entry-header:first-child { padding-top: 32px; }
@media screen and (min-width: 992px) { .hero-layout-breaking .figurehead-object-body > .entry-header:first-child { padding-top: 54px; } }
@media screen and (min-width: 481px) { .hero-layout-breaking .figurehead-object-body > .entry-thumbnail:first-child ~ .entry-header { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7))); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); position: absolute; z-index: 2; bottom: 0; padding: 10px; color: #fff; border-right: 1px solid #c00; border-left: 1px solid #c00; }
  .hero-layout-breaking .figurehead-object-body > .entry-thumbnail:first-child ~ .entry-header a, .hero-layout-breaking .figurehead-object-body > .entry-thumbnail:first-child ~ .entry-header .updated-on { color: #fff; }
  .hero-layout-breaking .figurehead-object-body > .entry-thumbnail:first-child ~ .entry-header a { text-decoration: none; } }
.hero-layout-breaking .title-object .entry-title { font-size: 16px; font-size: 1.6rem; }
.hero-layout-breaking .title-object .entry-title a { color: #454545; }
@media screen and (min-width: 481px) { .hero-layout-breaking .title-object { width: 33.33333%; padding: 10px 10px 0 0; float: left; }
  .hero-layout-breaking .title-object .entry-title { margin: 0; } }

/* =Bin layouts
----------------------------------------------- */
.widget_lin_article_bin_widget .widget-title { margin-bottom: 10px; }

/** Bin layout defaults. */
.bin-layout { overflow: hidden; *zoom: 1; }
.bin-layout .bullet .entry-title { font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.bin-layout .bullet .entry-title a { color: #454545; text-decoration: none; }
.bin-layout .bullet .entry-title a:hover { color: #454545; text-decoration: underline; }
.bin-layout .bullet, .bin-layout .bullet .entry-title { margin-top: 0; margin-bottom: 0; }

.bin-layout-2 .media-object { padding-bottom: 0; margin-bottom: 0; }
.bin-layout-2 .media-object .entry-summary :last-child { margin-bottom: 0; }
.bin-layout-2 .bullet-bin { margin-bottom: 0; }

/** Modifications to the bin layouts when they appear in an "All Columns" widget. */
.widget-area-column-all .bin-layout-1 { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
.widget-area-column-all .bin-layout-1 article { -moz-page-break-inside: avoid; -webkit-column-break-inside: avoid; break-inside: avoid; }
.widget-area-column-all .bin-layout-2 .media-object, .widget-area-column-all .bin-layout-2 .bullet-bin { width: 50%; padding-top: 0; padding-right: 10px; margin-left: 0; float: left; }

/* =Post navigation
----------------------------------------------- */
.site-main [class*="navigation"] { overflow: hidden; margin: 0 0 18px; }

[class*="navigation"] .nav-links a { font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; font-weight: bold; }

[class*="navigation"] .nav-previous { width: 50%; float: left; }

[class*="navigation"] .nav-next { width: 50%; float: right; text-align: right; }

.post-navigation .categorized-object .entry-thumbnail { position: relative; max-width: 34.25%; margin-right: 10px; float: left; max-width: 68.5%; }
.post-navigation .categorized-object .entry-thumbnail img { width: auto; }
.post-navigation .categorized-object .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 14px; font-size: 1.4rem; margin-bottom: 1em; line-height: 1.2; }
.post-navigation .categorized-object .entry-title a { color: #454545; text-decoration: none; font-size: 14px; font-size: 1.4rem; font-weight: normal; line-height: 1.2; }
.post-navigation .categorized-object .entry-title a:hover { color: #454545; text-decoration: underline; }
.post-navigation .categorized-object .entry-category { font-size: 11px; font-size: 1.1rem; font-weight: bold; text-transform: uppercase; }
.post-navigation .categorized-object .edit-link { display: block; clear: both; }
.post-navigation .nav-next .categorized-object { text-align: left; }
.post-navigation .previous-post-link:before { font-size: 16px; font-size: 1.6rem; display: block; height: 100%; padding: 10px 4px; margin-top: 22px; margin-right: 10px; float: left; color: #454545; background-color: #dadada; content: "\003C"; }
.post-navigation .next-post-link:before { font-size: 16px; font-size: 1.6rem; display: block; height: 100%; padding: 10px 4px; margin-top: 22px; margin-left: 10px; float: right; color: #454545; background-color: #dadada; content: "\003E"; }

/* =Comments
----------------------------------------------- */
.comment-content a { word-wrap: break-word; }

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; }

/* =Widgets
----------------------------------------------- */
.widget { font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; margin: 0 0 18px; }
.widget ul, .widget ol { padding-left: 18px; }

.widget-title { font-size: 16px; font-size: 1.6rem; padding: 4px; background-color: #eaeaea; }
.widget-title a { color: #454545; text-decoration: none; }
.widget-title a:hover { color: #454545; text-decoration: underline; }

#secondary .widget-title { width: 300px; }

/* Make sure select elements fit in widgets */
.widget select { max-width: 100%; }

.widget-area-above-river, .widget-area-below-river { margin-top: 10px; }

.widget-area-column-first, .widget-area-column-second { width: 50%; padding-right: 10px; }

.widget-area-column-first { float: left; clear: left; }

.widget-area-column-second { float: right; }

.rsswidget img[src*="rss.png"] { display: none; }

/* =Social Icons
----------------------------------------------- */
.social-icon-item { display: inline-block; height: 24px; width: 24px; }
.ie7 .social-icon-item { display: inline; padding-right: 5px; }

.feed { background-position: -2px -756px; }

.twitter { background-position: -2px -704px; }

.facebook { background-position: -2px -626px; }

.youtube { background-position: -2px -574px; }

.googleplus { background-position: -2px -782px; }

.pinterest { background-position: -2px -158px; }

.tumblr { background-position: -2px -470px; }

@media screen and (min-width: 992px) { .social-icons-list li:nth-child(5):nth-last-child(4):before { content: "\00000a"; white-space: pre; } }
.alert-banners { overflow: hidden; *zoom: 1; height: 28px; clear: both; -moz-transition-property: height; -o-transition-property: height; -webkit-transition-property: height; transition-property: height; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; }

.alert-banner { width: 100%; height: 28px; padding: 4px 0; }
.alert-banner .alert-title { margin: 4px 4px 4px 10px; float: left; font-size: 13px; font-size: 1.3rem; line-height: 1; font-weight: bold; text-transform: uppercase; }
.alert-banner .alert-title:after { content: '\00a0//\00a0'; }
.alert-banner .alert-list { margin: 4px 0; float: left; line-height: 1.2; }
.alert-banner .alert-list-item { width: 670px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.alert-banner .alert-more { margin: 4px 10px 4px 4px; float: right; line-height: 1.2; }
.alert-banner .alert-more:after { content: " »"; }

@media (min-width: 481px) { .alert-banner:not(:only-of-type) { width: 50%; float: left; } }
@media (min-width: 768px) { .alert-banner:not(:only-of-type) { width: 57%; } }
@media (min-width: 992px) { .alert-banner:not(:only-of-type) { width: 67%; } }
.alert-banner:not(:only-of-type) .alert-list-item { width: 400px; }
@media (min-width: 992px) { .alert-banner:not(:only-of-type):last-of-type { width: 100%; } }
@media (min-width: 768px) { .alert-banner:not(:only-of-type) + .alert-banner:nth-of-type(even) { width: 43%; } }
@media (min-width: 992px) { .alert-banner:not(:only-of-type) + .alert-banner:nth-of-type(even) { width: 33%; } }
.alert-banner:not(:only-of-type) + .alert-banner:nth-of-type(even) .alert-title:after { content: none; }
.alert-banner:not(:only-of-type) + .alert-banner:nth-of-type(even) .alert-list { display: none; }

.alert-weather { color: #fff; background-color: #c00; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2MDMwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyMDIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #960302), color-stop(100%, #d20200)); background-image: -moz-linear-gradient(#960302, #d20200); background-image: -webkit-linear-gradient(#960302, #d20200); background-image: linear-gradient(#960302, #d20200); }
.alert-weather a { color: #fff; text-decoration: none; }
.alert-weather a:hover { color: #fff; text-decoration: underline; }

.alert-closings { color: #454545; background-color: #fc3; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyYWUxZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxY2QzZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2ae1d), color-stop(100%, #f1cd3e)); background-image: -moz-linear-gradient(#d2ae1d, #f1cd3e); background-image: -webkit-linear-gradient(#d2ae1d, #f1cd3e); background-image: linear-gradient(#d2ae1d, #f1cd3e); }
.alert-closings a { color: #454545; text-decoration: none; }
.alert-closings a:hover { color: #454545; text-decoration: underline; }

.alignleft { display: inline; float: left; margin-right: 18px; }

.alignright { display: inline; float: right; margin-left: 18px; }

.aligncenter { clear: both; display: block; margin: 0 auto 10px; }

.screen-reader-text, .site-header-contracted-on-scroll .alert-banners { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; }

.screen-reader-text:hover, .site-header-contracted-on-scroll .alert-banners:hover, .screen-reader-text:active, .site-header-contracted-on-scroll .alert-banners:active, .screen-reader-text:focus, .site-header-contracted-on-scroll .alert-banners:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

.clear:before, .hero-layout-7:before, .clear:after, .hero-layout-7:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ''; display: table; }

.clear:after, .hero-layout-7:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

.video-scroller { margin: 10px 0; }

.mobile-weather { display: none; }

@media screen and (min-width: 481px) { .show-on-smallest { display: none; } }

@media screen and (min-width: 768px) { .show-on-smaller { display: none; } }

@media screen and (max-width: 480px) { .show-on-not_smallest { display: none; } }

@media screen and (max-width: 480px), (min-width: 992px) { .show-on-medium { display: none; } }

@media screen and (max-width: 767px) { .show-on-larger { display: none; } }

@media screen and (max-width: 991px) { .show-on-largest { display: none; } }

@media screen and (max-width: 991px) { .home.menu-bg { background: #222222; }
  #masthead .menu.nav-menu li a { font-size: 10px; font-size: 1rem; }
  #masthead .supernav { width: 100%; }
  .site-content { width: auto; }
  .site-header-container { width: 100%; }
  .site-utilities { float: right; margin-right: 10px; }
  .menu-main-menu-container { display: block; }
  .main-navigation a, .widget-area-above-river .widget-area-column-all .widget_nav_menu a, .widget-area-below-river .widget-area-column-all .widget_nav_menu a { padding-right: 5px !important; }
  .site-footer { width: auto; }
  .site-footer .site-info { width: 100%; border-right: none; }
  .site-footer .info-nav-wrapper, .site-footer .follow-wrapper { padding: 18px 10px; width: 100%; }
  .alert-banners { height: 100%; }
  .current-weather-navigation { padding-left: 10px; }
  .fb_iframe_widget { display: none !important; }
  .alert-banner { height: 100%; float: left; }
  .alert-banner .alert-list { display: none; }
  .alert-banner .alert-more { float: right; }
  .alert-banner .alert-title:after { content: none; }
  .site-footer [role=navigation] { width: 100%; padding-left: 0px; }
  #primary { width: 57%; float: left; }
  #secondary { width: 43%; }
  #secondary .widget-title { width: 100%; }
  .river .media-object { padding-left: 0px; }
  .river .media-object .entry-thumbnail { margin-left: 0px; margin-right: 10px; }
  .hero-layout-1 .media-object, .hero-layout-2 .media-object, .hero-layout-3 .media-object, .hero-layout-4 .media-object { width: 100% !important; padding-right: 0px !important; padding-left: 0px !important; }
  .hero-layout-1 .media-object .entry-thumbnail, .hero-layout-2 .media-object .entry-thumbnail, .hero-layout-3 .media-object .entry-thumbnail, .hero-layout-4 .media-object .entry-thumbnail { float: left !important; margin-left: 0px !important; }
  .hero-layout-1 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-2 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-3 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-4 .media-object:nth-child(n + 2) .entry-thumbnail { margin-right: 10px; }
  .hero-layout-1 .media-object:first-child .entry-thumbnail, .hero-layout-4 .media-object:first-child .entry-thumbnail { margin-right: 0px !important; width: 100%; }
  .entry-content figure { width: 100% !important; margin-left: 0px; }
  .entry-content p { margin-bottom: 5px !important; }
  .entry-content p img { float: none; max-width: 600px; width: 100%; margin-left: 0px !important; padding-top: 15px; }
  .menu-weather-header-links-container { padding-left: 10px; }
  #wp_page_numbers ul li { display: none; }
  #wp_page_numbers ul .page_info { display: block; }
  #wp_page_numbers ul .next_page { display: block; }
  #wp_page_numbers ul .previous_page { display: block; }
  .desktop { display: none; }
  #content-wrapper p { word-wrap: break-word; }
  .post-navigation .categorized-object .entry-title a { float: left; }
  .navigation .entry-meta { float: left; clear: both; }
  #weather_clmod { font-size: 100% !important; }
  .content-single .entry-header-sharing { width: 100% !important; float: left; clear: both; padding: 0px !important; text-align: left; }
  .content-single .entry-meta-primary-column { padding-top: 0px; padding-bottom: 10px; }
  .current-weather-navigation { display: none !important; }
  #lin-wallpaper, #lin-pencil, #lin-river-middle, #lin-river-last, #lin-river-3, #lin-river-4 { display: none !important; }
  #lin-footer-leaderboard { display: block; }
  #lin-river-custom.loaded-638-60 { display: none; }
  .tablet { display: block !important; }
  .hero-wrapper .media-object:first-child .entry-title { display: inline-block; }
  .hero-layout-1 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-2 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-3 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-4 .media-object:nth-child(n + 2) .entry-thumbnail { width: 100%; }
  .hero-layout-5 > .hentry:nth-child(n) { float: none; width: 100%; padding-right: 0; padding-left: 0; }
  .widget-area-column-all .bin-layout-2 .media-object, .widget-area-column-all .bin-layout-2 .bullet-bin { width: 100%; margin-right: 0; float: none; }
  .widget-area-column-all .bin-layout-2 .media-object { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #eaeaea; } }
@media screen and (min-width: 768px) and (max-width: 991px) { .main-navigation .search-toggle, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-toggle, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-toggle, .main-navigation .search-toggle:active, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-toggle:active, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-toggle:active, .main-navigation .search-toggle:hover, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-toggle:hover, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-toggle:hover { display: block; }
  .main-navigation .search-form, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0MzQzNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(100%, #343434)); background-image: -moz-linear-gradient(#222222, #343434); background-image: -webkit-linear-gradient(#222222, #343434); background-image: linear-gradient(#222222, #343434); position: absolute; z-index: 5; right: 0; top: 100%; margin-top: 0; padding: 10px 4px 10px 10px; }
  .main-navigation .search-form-not-toggled, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form-not-toggled, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form-not-toggled { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; }
  .hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6) { width: 100%; padding-right: 0; padding-left: 0; margin-right: 10px; }
  .hero-layout-7 .first-column, .hero-layout-7 .second-column { padding: 18px 10px; width: 100%; padding: 0; }
  .hero-layout-7 .second-column .figurehead-object { width: 33.33333%; padding-right: 10px; float: left; }
  .hero-layout-7 .second-column .figurehead-object .entry-thumbnail { position: relative; max-width: 34.25%; max-width: none; margin-bottom: 18px; float: none; }
  .hero-layout-7 .second-column .figurehead-object .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; white-space: pre; white-space: pre-wrap; white-space: pre-line; white-space: -pre-wrap; white-space: -o-pre-wrap; white-space: -moz-pre-wrap; white-space: -hp-pre-wrap; word-wrap: break-word; } }
@media screen and (max-width: 767px) { .main-navigation a[rel=home], .widget-area-above-river .widget-area-column-all .widget_nav_menu a[rel=home], .widget-area-below-river .widget-area-column-all .widget_nav_menu a[rel=home] { display: none; }
  .main-navigation .search-form .search-field, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form .search-field, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form .search-field { display: inline-table; }
  .main-navigation .search-form input[type=submit], .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form input[type=submit], .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form input[type=submit] { width: 28px; height: 27px; padding: 10px 14px 4px; border: none; text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; line-height: 1; background: url(/wp-content/themes/vip/lin-media/static/css/../images/home-search.png) 0 -121px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
  .menu-main-menu-container { display: none; }
  #primary { width: 100%; }
  #secondary { width: 100%; clear: both; }
  .site-header-container .site-utilities { float: right; width: auto !important; margin: 0px !important; }
  .site-header-container .site-utilities .weather-capsule { float: right; }
  .site-header-container .site-utilities .weather-capsule .weather-capsule-content-wrapper .weather-capsule-current-temperature { font-size: 22px !important; margin-top: 3px !important; }
  .site-header-container .site-utilities .current-weather { float: left; }
  .site-header-container .site-utilities .alert-pill { margin-bottom: 10px; }
  .site-header-container .site-utilities .weather-capsule-image { margin: 0px !important; }
  .site-header-container .site-utilities .sponsor { float: right; margin-right: 10px; }
  .weather-capsule-secondary-content-wrapper { display: none; }
  .current-weather-navigation { display: none !important; }
  .sponsor { display: block; float: right; }
  #lin-river-custom { display: block; }
  .sub-menu { display: none; }
  .hero-layout-1 > .hentry:nth-child(n) { float: none; }
  .hero-layout-2 > .hentry:nth-child(n) { float: none; }
  .hero-layout-3 > .hentry:nth-child(n) { float: none; }
  .hero-layout-4 > .hentry:nth-child(n) { float: none; }
  .hero-layout-5 > .hentry:nth-child(n) { float: none; }
  .hero-layout-6 > .hentry:nth-child(n) { float: none; }
  .hero-layout-7 > .hentry:nth-child(n) { float: none; }
  .hero-wrapper .river-ad-wrapper { margin-bottom: 10px; }
  .hero-layout-7 .first-column { width: 67%; }
  .hero-layout-7 .second-column { width: 33%; }
  #lin-footer-leaderboard { display: none; } }
@media screen and (max-width: 480px) { .entry-summary { display: inline-block; width: 100%; }
  #lin-rr-bottom, #lin-header-leaderboard, #lin-wallpaper, #lin-pencil, #lin-river-custom, #lin-river-3, #lin-river-4 { display: none !important; }
  #lin-river-middle, #lin-river-last { display: block !important; }
  .site-logo, .site-header-contracted .site-logo, .site-header-contracted-on-scroll .site-logo, .site-header-contracted-on-scroll .site-logo { width: 170px; height: 100%; margin-bottom: 0px !important; }
  .site-logo img, .site-header-contracted .site-logo img, .site-header-contracted-on-scroll .site-logo img, .site-header-contracted-on-scroll .site-logo img { height: auto !important; }
  .temperature-scale { display: none; }
  .mobile-weather { display: block; float: right; }
  .mobile-weather .weather-capsule { float: left; width: 85px; height: 50px; }
  .mobile-weather .weather-capsule .weather-capsule-image { float: left; margin-top: 6px; }
  .mobile-weather .weather-capsule .weather-capsule-content-wrapper { float: right; }
  .mobile-weather .weather-capsule .weather-capsule-content-wrapper .weather-capsule-current-temperature { margin-left: -35px; }
  .current-weather { display: none; }
  .site-utilities .sponsor { margin-bottom: 8px; }
  .main-navigation a, .widget-area-above-river .widget-area-column-all .widget_nav_menu a, .widget-area-below-river .widget-area-column-all .widget_nav_menu a { padding-left: 0px !important; }
  .main-navigation .search-form, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form { float: left; margin-left: 15px; width: 175px; }
  .main-navigation .search-form input[type=search], .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form input[type=search], .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form input[type=search] { width: 45%; }
  .hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6) { width: 100%; padding-right: 0; padding-left: 0; margin-right: 10px; }
  .hero-layout-5 > .media-object:first-child { padding-bottom: 0; }
  .hero-layout-7 .first-column, .hero-layout-7 .second-column { padding: 18px 10px; width: 100%; padding: 0; }
  .hero-layout-7 .second-column .figurehead-object { width: 33.33333%; padding-right: 10px; float: left; }
  .hero-layout-7 .second-column .figurehead-object .entry-thumbnail { position: relative; max-width: 34.25%; max-width: none; margin-bottom: 18px; float: none; }
  .hero-layout-7 .second-column .figurehead-object .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; white-space: pre; white-space: pre-wrap; white-space: pre-line; white-space: -pre-wrap; white-space: -o-pre-wrap; white-space: -moz-pre-wrap; white-space: -hp-pre-wrap; word-wrap: break-word; }
  .hero-layout-7 .first-column .media-object:first-child { margin-bottom: 0; }
  .hero-layout-7 .river-first-ad-wrapper ~ .hentry { margin-top: 18px; }
  body.archive.category .page-title, body.archive.category .page-header .dfp-ad { padding: 18px 10px; width: 100%; }
  body.archive.category .page-title { padding: 0; }
  body.archive.category .page-header .dfp-ad { padding: 10px 0; margin-top: 10px; }
  body.archive.category #primary { padding-top: 10px; }
  .content-page .entry-title, .content-page .entry-header .dfp-ad { padding: 18px 10px; width: 100%; }
  .content-page .entry-title { padding: 0; }
  .content-page .entry-header .dfp-ad { padding: 10px 0; margin-top: 10px; }
  #lin-category-sponsored-by { text-align: left; padding: 0 0 10px; }
  #lin-category-sponsored-by:last-child { padding-bottom: 0; }
  #lin-category-sponsored-by .sponsored-by-label { float: left; margin-top: 6px; margin-right: 10px; } }
@media screen and (min-width: 481px) { .mobile { display: none; } }
@media screen and (max-width: 400px) { .hero-layout-7 .first-column .text-object:nth-child(n), .hero-layout-7 .second-column .figurehead-object { width: 100%; }
  .hero-layout-7 .first-column .text-object ~ .text-object { margin-top: 0; }
  .hero-layout-7 .second-column .figurehead-object .entry-thumbnail { margin-bottom: 10px; } }
@media screen and (min-width: 992px) { .main-navigation .search-form input[type=submit], .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form input[type=submit], .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form input[type=submit] { width: 28px; height: 27px; padding: 10px 14px 4px; border: none; text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; line-height: 1; background: url(/wp-content/themes/vip/lin-media/static/css/../images/home-search.png) 0 -121px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } }
@media screen and (max-width: 342px) { .river-ad-wrapper { height: 70px; }
  .river-ad-wrapper .advertisement-label { text-align: inherit; }
  .river-ad-wrapper .dfp-ad { position: absolute; z-index: 2; width: 100%; min-width: 320px; margin-left: -11px; }
  .river-last-ad-wrapper { height: 260px; } }
@media screen and (max-width: 992px) { * { padding: 0px; margin: 0px; }
  #menubar { width: 100%; background-color: #444; color: #fff; padding: 10px; }
  .offcanvas-navigation-toggle-icon { cursor: pointer; }
  #smaller-screen-navigation, #content-wrapper { display: inline; }
  #smaller-screen-navigation .menu-item a { padding: 10px; display: block; color: white; text-decoration: none; }
  #content-wrapper { width: 100%; background-color: #fff; z-index: 5; left: 0px; height: 100%; -webkit-box-shadow: -5px 0px 4px 0px rgba(0, 0, 0, 0.2); moz-box-shadow: -5px 0px 4px 0px rgba(0, 0, 0, 0.2); o-box-shadow: -5px 0px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: -5px 0px 4px 0px rgba(0, 0, 0, 0.2); }
  #smaller-screen-navigation { float: left; width: 350px; height: 100%; display: none; }
  #smaller-screen-navigation ul { margin-left: 0px; }
  #smaller-screen-navigation ul li { border-bottom: 1px solid #888; list-style-type: none; background-color: #222222; }
  #smaller-screen-navigation ul li .sub-menu li { background-color: #343434 !important; }
  #smaller-screen-navigation ul li .sub-menu a:after { display: none !important; }
  #smaller-screen-navigation ul .menu-item-has-children a:after { content: ''; display: inline-block; margin-left: 6px; height: 0; border-top: 6px solid #fff; border-right: 4px solid transparent; border-left: 4px solid transparent; } }
/* Modernizr derivatives */
/* =CSS column fallbacks
----------------------------------------------- */
.no-csscolumns .widget-area-column-all .bin-layout-1 .bullet-bin-item, .no-csscolumns .supernav .sub-menu .menu-item { width: 45%; padding-right: 5%; float: left; }

html.backgroundsize .content-investigative-story .entry-section-nav-link { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; display: inline-block; width: 30px; height: 30px; background-size: 30px; margin-right: 4px; margin-bottom: 4px; }
html.backgroundsize .entry-section-title-has-type:before { content: ''; display: inline-block; width: 30px; height: 30px; background-size: 30px; vertical-align: text-bottom; }
html.backgroundsize .entry-section-image-layout-alternating_thumbs .entry-section-title-has-type:before { width: 24px; height: 24px; background-size: 24px; }

/* Plugin-specific styles. */
/* =Query Builder
----------------------------------------------- */
.widget-area .query-builder .media-object { padding-bottom: 0; margin-bottom: 0; }
.widget-area .query-builder .entry-summary > :last-child { margin-bottom: 0; }

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer { display: block; }

/* =WP Page Numbers
----------------------------------------------- */
#wp_page_numbers { clear: both; margin-bottom: 10px; /* The list with all page numbers. */ /* Each page number, "page X of Y," and next/previous items. */ /** List item for "Page X of Y."  The li. specification is needed to trump the default stylesheet. */ /** List item for the active page.  The li. specification is needed to trump the default stylesheet. */ }
#wp_page_numbers ul { border-top: none; }
#wp_page_numbers li { margin-right: 10px; color: #454545; line-height: 18px; /* Page numbers and next/previous links, except the active page. */ }
#wp_page_numbers li a { padding: 4px 10px; border: 1px solid #dadada; color: #347ca8; line-height: 18px; }
#wp_page_numbers li a:hover { background-color: #eaeaea; border: 1px solid #dadada; color: inherit; }
#wp_page_numbers li.page_info { padding: 4px 10px; border: 1px solid #dadada; color: #454545; background-color: #eaeaea; }
#wp_page_numbers li.active_page a, #wp_page_numbers li.active_page a:hover { background-color: #eaeaea; border: 1px solid #dadada; color: inherit; }

@media screen and (min-width: 992px) { .post-type-archive-blog-post #wp_page_numbers ul { text-align: center; }
  .post-type-archive-blog-post #wp_page_numbers li, .post-type-archive-blog-post #wp_page_numbers .page_info { display: inline-block; float: none; margin-right: 6px; }
  .post-type-archive-blog-post #wp_page_numbers li:last-child { margin-right: 0; } }
/* =Jetpack
----------------------------------------------- */
/** "Share this" lead-in to Sharedaddy buttons.  Mimics the @typography-body mixin, but with !important. Uses !important because there's no guarantee this stylesheet will load after Sharedaddy. */
.sd-title { font-size: 13px !important; font-size: 1.3rem !important; font-family: Arial, Helvetica, "Lucida Grande", sans-serif !important; line-height: 1 !important; }

.grofile-thumbnail { max-width: 200px; }

.widget-zone-posts .widget-title { margin-bottom: 10px; }

/* Admin Bar adjustments. */
/* =Admin Bar adjustments
----------------------------------------------- */
/** Catapult things above .site-header. */
#wpadminbar, #querylist, #zenbox_overlay { z-index: 2000001 !important; }

body.admin-bar { background-position: 50% 32px; }

.admin-bar .site-header { margin-top: 32px; }
@media (min-height: 768px) and (min-width: 992px) { .admin-bar .site-content { margin-top: 32px; } }

/* Print styles */
/* =HTML5 Boilerplate print stylesheet
----------------------------------------------- */
@media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; /* h5bp.com/t */ }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }
/* =Extra print stylesheet customizations
----------------------------------------------- */
@media print { /** Set default font size and family. */
  * { font-size: 16px; font-size: 1.6rem; font-family: Arial, Helvetica, "Lucida Grande", sans-serif; }
  /** Undo normalization of font weights on headings. */
  h1, h2, h3, h4, h5, h6 { font-weight: bold; }
  /** Undo the width constraints on the main page wrapper. */
  .site { width: auto; margin: 0; }
  a[rel=home]:after, .entry-thumbnail a:after { content: ""; }
  .site-header, .site-header-container, .site-content, .site-footer, .site-footer .site-info, .primary-column, .site-footer .info-nav-wrapper, #primary, .no-results .page-content, .content-page .entry-title:not(:only-child), body.archive.category .page-title, .content-single .entry-meta-primary-column, .content-investigative-story .entry-meta-primary-column, .supernav-latest-headlines, .hero-layout-7 .first-column, .secondary-column, .site-footer .follow-wrapper, #secondary, .content-page .entry-header .dfp-ad, body.archive.category .page-header .dfp-ad, .content-single .entry-header-sharing, .content-investigative-story .entry-header-sharing, .supernav-primary-wrapper, .supernav-current-conditions, .supernav-third-column-markup, .hero-layout-7 .second-column, .solitary-column, #solitary, body.single-blog-post .page-header { position: static; width: 100% !important; float: none !important; padding: 0 !important; margin: 0 !important; border: none !important; }
  .site-utilities, .main-navigation, .widget-area-above-river .widget-area-column-all .widget_nav_menu, .widget-area-below-river .widget-area-column-all .widget_nav_menu { display: none !important; }
  .site-logo { width: 100% !important; height: auto !important; margin: .25in 0 !important; }
  .site-logo a:after { content: ""; }
  .site-logo img { width: auto !important; height: 100% !important; max-height: 2in !important; }
  .site-footer h2 { margin-bottom: 0; }
  .site-footer [role=navigation], .site-footer .follow-wrapper { display: none !important; }
  .hero-wrapper .hentry { width: 100% !important; clear: both; }
  .river .hentry, .site-footer .site-info { page-break-inside: avoid; }
  .video-scroller, #wp_page_numbers, .entry-header-sharing, .fb_iframe_widget, .sharedaddy, .post-navigation, .related-content, #secondary, .dfp-ad { display: none !important; } }
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);
  src: url(/i/noticons/./Noticons.eot?#iefix) format("embedded-opentype"),
	   url(data:application/font-woff;charset=utf-8;base64,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),
       url(/i/noticons/./Noticons.woff) 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-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-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-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-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-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 .5em 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 {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 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;
}
/**
 * Sharedaddy Base Styles
 * 
 * Contains styles for modules, containers, buttons
 */


/* 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;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-content ul {
	padding: 0 !important;
	margin: 0 0 .7em 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #777 !important;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0px 5px;
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none; /* No shadow on gray buttons between the official ones */
	vertical-align: top;
}

.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
	top: 0;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}


/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/1 'Genericons';
	vertical-align: top;
	position: relative;
	top: 3px;
	text-align: center;
}

.sd-content ul li {
	margin: 0 !important;
	padding: 0;
}

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: 2px;
}
.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f214';
}
.sd-social-icon .sd-content ul li.share-stumbleupon a:before,
.sd-social-text .sd-content ul li.share-stumbleupon a:before,
.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-stumbleupon a:before {
	content: '\f223';
}
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f209';
}
.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
	content: '\f218';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f204';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}


/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}


/* Official buttons */
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
	line-height: 25px !important;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: block;
	float: left;
	margin: 0 10px 5px 0 !important;
	height: 25px;
}
.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}

.sd-social-official .sd-content .twitter_button iframe {
	width: 96px;
}


/* Individual official buttons */
.stumbleupon_button iframe, .reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .googleplus1_button iframe, .pinterest_button, .twitter_button, .like_button iframe, .linkedin_button>span {
	margin: 0 !important;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a, 
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px; 
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;	
}

body .sd-content li.share-custom a:hover span {
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0;
	height: 0;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 8px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #3b5998;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-stumbleupon a.sd-button {
	background: #ea4b24;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button {
	background: #dd4b39;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}


/**
 * Screen Reader Text for "Icon Only" option
 */

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff;
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none;
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em 0;
}

/**

	Genericons

*/


/* 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: 'Genericons';
    src: url(/wp-content/mu-plugins/genericons/genericons/Genericons.eot);
}

@font-face {
    font-family: 'Genericons';
    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
         url(/wp-content/mu-plugins/genericons/genericons/Genericons.ttf) format('truetype'),
         url(/wp-content/mu-plugins/genericons/genericons/Genericons.svg#genericonsregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(/wp-content/mu-plugins/genericons/genericons/./Genericons.svg#Genericons) format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	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: "Genericons";
	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
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }




/*
	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;
}
