/**
 * 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: 12px;
	top: 10px;
}

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

/* Make sure the margin around the WordPress logo is a bit relaxed, and the WordPress icon aligns to the sidebar icons */
#wpadminbar ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 8px 0 -1px;
}

/* @noflip */
#wpadminbar.rtl ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 -1px 0 -8px;
}


/* 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 ul li#wp-admin-bar-blog.hover > .ab-item, .mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .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';
}

/* Don't show the Edit icon in the admin bar */
#wpadminbar #wp-admin-bar-edit > .ab-item:before {
	display: none;
}

/* 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;
}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}.main-sprite,.flag-orange .rubric-block a,.flag-red .rubric-block a,.flag-black .rubric-block a,.flag-teal .rubric-block a,header nav #navbar a#observer-logo,header nav #navbar #search form div input#s,div#page-wrapper #page #main-wrapper #main article.post .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article.post .loop-video-embed .video-photo,div#page-wrapper #page #main-wrapper #main article.print-edition .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article.print-edition .loop-video-embed .video-photo,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article div.type-attachment .loop-video-embed .video-photo,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article.gsc-result .loop-video-embed .video-photo,div#page-wrapper #page #main-wrapper #main article.page .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article.page .loop-video-embed .video-photo,div#page-wrapper #page #main-wrapper #main article.slideshow .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article.slideshow .loop-video-embed .video-photo,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article.founder-stories .loop-video-embed .video-photo,div#page-wrapper #page #main-wrapper #main article.post .promo h3,div#page-wrapper #page #main-wrapper #main article.print-edition .promo h3,div#page-wrapper #page #main-wrapper #main article div.type-attachment .promo h3,div#page-wrapper #page #main-wrapper #main article.gsc-result .promo h3,div#page-wrapper #page #main-wrapper #main article.page .promo h3,div#page-wrapper #page #main-wrapper #main article.slideshow .promo h3,div#page-wrapper #page #main-wrapper #main article.founder-stories .promo h3,div#page-wrapper #page #network h2,#follow-wrapper p.follow,#follow-wrapper a.twitter,#follow-wrapper a.rss,#follow-wrapper a.facebook,#must-reads h2,#print-edition h2,#recent-print-editions h2,#blogroll h2,.feed-main{background:url('/wp-content/themes/vip/newyorkobserver/images/sprites/main-s654cf21cc6.png') no-repeat}.wired-city-infographic-sprite,.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.one,.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.two,.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.four,.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.five,.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.six,.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.seven,.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.ten,.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.eleven,.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.twelve{background:url('/wp-content/themes/vip/newyorkobserver/images/sprites/wired-city-infographic-s34b384f5a0.png') no-repeat}html{font-family:Helvetica,Arial,sans-serif;font-size:14px}body #_dvR_xT{height:0}strong,b{font-weight:bold}em,i{font-style:italic}a{text-decoration:none}a:hover{text-decoration:underline}header,nav,section,article,aside{display:block}*:focus{outline:none}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}.rubric-block,span#term-topic,#upnext{font-family:"PT Sans Narrow",sans-serif;font-weight:bold;font-size:12px;text-transform:uppercase;text-decoration:none;padding:5px 0 2px;letter-spacing:0.5px;display:inline-block;line-height:14px;color:#000}.rubric-block img,span#term-topic img,#upnext img{margin:-3px 5px 0 0;vertical-align:middle}.rubric-block.inverted,span#term-topic.inverted,#upnext.inverted{background-color:transparent;background-color:#000;color:#fff;padding:5px 6px 2px}.flag-orange .rubric-block,.flag-orange .rubric-block.inverted,.flag-red .rubric-block,.flag-red .rubric-block.inverted,.flag-black .rubric-block,.flag-black .rubric-block.inverted,.flag-teal .rubric-block,.flag-teal .rubric-block.inverted{background-color:transparent;padding:0}.flag-orange .rubric-block a,.flag-orange .rubric-block.inverted a,.flag-red .rubric-block a,.flag-red .rubric-block.inverted a,.flag-black .rubric-block a,.flag-black .rubric-block.inverted a,.flag-teal .rubric-block a,.flag-teal .rubric-block.inverted a{height:18px;width:246px;display:block;padding:5px 0 0 10px;color:#fff;background-color:transparent}.flag-orange .rubric-block img,.flag-orange .rubric-block.inverted img,.flag-red .rubric-block img,.flag-red .rubric-block.inverted img,.flag-black .rubric-block img,.flag-black .rubric-block.inverted img,.flag-teal .rubric-block img,.flag-teal .rubric-block.inverted img{margin:3px 5px 0 5px}.flag-orange.slideshow .rubric-block,.flag-red.slideshow .rubric-block,.flag-black.slideshow .rubric-block,.flag-teal.slideshow .rubric-block{background:url(/wp-content/themes/vip/newyorkobserver/stylesheets/../images/camera.png) 3px 2px no-repeat transparent !important;padding:0 0 0 25px !important;height:23px !important}.flag-orange .rubric-block a{background-position:0 -912px}.flag-red .rubric-block a{background-position:0 -942px}.flag-black .rubric-block a{background-position:0 -882px}.flag-teal .rubric-block a{background-position:0 -852px}#skin_ad{left:50%;margin-left:-800px;position:fixed;top:0}header{width:1000px;margin:0 auto;padding:0;background-color:#fff;position:relative}header #top-banner-ad{text-align:center;margin:0px auto;background:#393839}header #top-banner-ad>div,header #top-banner-ad>iframe{padding:5px 0;background:#393839}header nav{background:#000;height:40px}header nav #navbar{width:975px;margin:0 auto;padding:0 0 0 25px}header nav #navbar a#observer-logo{width:132px;height:40px;text-indent:-9999px;display:block;float:left;background-position:0 -118px}header nav #navbar ul{list-style-type:none;margin:0;padding:0}header nav #navbar ul li{margin:0 0 0 15px;padding:0;float:left}header nav #navbar ul li a{color:#B5B8B6;line-height:40px;text-transform:uppercase;text-decoration:none;font-weight:bold;font-size:14px;font-family:"PT Sans Narrow",sans-serif;padding:0;margin:0}header nav #navbar ul li a:hover{color:#fff}header nav #navbar ul li ul.children{display:none}header nav #navbar ul li.orange a{color:#ff9900}header nav #navbar #search{float:right;margin-right:25px}header nav #navbar #search form{margin:0;padding:0}header nav #navbar #search form div{background:#E4E7E5;width:192px;height:26px;margin:7px 0}header nav #navbar #search form div input#s{font-family:Georgia,"Times New Roman",serif;font-size:12px;font-style:italic;border:none;padding:0 0 0 20px;height:22px;width:134px;color:#6C716E;margin:2px;float:left;background-position:0 -812px}header nav #navbar #search form div a#search-submit{background-color:#000;color:#fff;font-family:"PT Sans Narrow",sans-serif;font-size:12px;text-align:center;font-weight:bold;text-transform:uppercase;line-height:24px;float:left;margin:2px;width:30px;height:22px;border:0px;display:block;cursor:pointer}header #logobar-wrapper{margin:0;padding:0 25px;position:relative;width:950px}header #logobar-wrapper #one-click-follow{z-index:999;clear:right;float:right;margin-top:5px}header #logobar-wrapper #one-click-follow .fb{width:90px;margin-right:5px}header #logobar-wrapper #logobar{min-height:80px;padding:10px 0;border-bottom:1px solid #DDDDDD;position:relative;z-index:99}header #logobar-wrapper #logobar h1{float:left}header #logobar-wrapper #logobar h1 a{display:block;text-indent:-9999px;margin:15px 0px 0px}header #logobar-wrapper #logobar #logo-ad{text-align:center;float:left;overflow:hidden;width:100px;height:64px;margin:18px 0 0 10px}header #logobar-wrapper #logobar #logo-ad #google_ads_div_BetaBeat_100x50_ad_container:before{font:0.7em Helvetica,Arial,sans-serif;text-align:left;height:14px;margin:0px 0px 2px 0px;content:'Brought to you by:'}header #logobar-wrapper #logobar #top-features{list-style-type:none;float:right;padding:0;width:480px}header #logobar-wrapper #logobar #top-features li{margin:15px 0px 0px;float:right;width:157px;vertical-align:center}header #logobar-wrapper #logobar #top-features li a{font-size:14px;line-height:14px}header #logobar-wrapper #logobar #top-features li span.rubric-block a{font-size:12px;display:inline-block}header #logobar-wrapper #trending-bar{clear:left;margin-right:130px;padding:10px 0}header #logobar-wrapper #trending-bar #trending-bar-label{font-family:"PT Sans Narrow",sans-serif;font-weight:bold;font-size:12px;text-transform:uppercase;text-decoration:none;display:inline-block;background-color:#000;color:#fff;padding:3px 6px 2px;letter-spacing:1px;line-height:14px}header #logobar-wrapper #trending-bar a{font-family:serif-family;font-size:14px;font-weight:bold;color:#000;line-height:19px;text-transform:uppercase}header #logobar-wrapper #trending-bar a:after{content:', '}header #logobar-wrapper #trending-bar a:last-child:after{content:''}header .home#logobar-wrapper{min-height:156px}div#page-wrapper{margin:0px auto;width:1000px;overflow:auto;position:relative;background:#fff;width:950px;padding:6px 25px 0}div#page-wrapper #page #main-wrapper{float:left;padding:22px 0 0;width:615px}div#page-wrapper #page #main-wrapper.full-page{width:950px}div#page-wrapper #page #main-wrapper #features{width:615px;border-bottom:1px solid #DDD}div#page-wrapper #page #main-wrapper #features h2 a{color:#000;text-decoration:none}div#page-wrapper #page #main-wrapper #features #features-left-wrapper{float:left;padding-bottom:23px;padding-top:5px}div#page-wrapper #page #main-wrapper #features #features-left-wrapper .first{width:400px;position:relative;margin-right:15px}div#page-wrapper #page #main-wrapper #features #features-left-wrapper .first a img{margin:0px;display:block}div#page-wrapper #page #main-wrapper #features #features-left-wrapper .first h2{width:370px;padding:15px;position:absolute;bottom:0px;left:0;background:rgba(0,0,0,0.65);font-family:Georgia,"Times New Roman",serif}div#page-wrapper #page #main-wrapper #features #features-left-wrapper .first h2 a{color:#fff;opacity:1;font-size:24px;line-height:27px;font-weight:bold}div#page-wrapper #page #main-wrapper #features #features-left-wrapper .first .first-feature-rubric{position:absolute;top:-10px;left:10px}div#page-wrapper #page #main-wrapper #features #features-left-wrapper .second{float:left;width:190px;margin:30px 0px 0px 0px;font-family:Georgia,"Times New Roman",serif;font-weight:bold;font-size:18px;line-height:24px}div#page-wrapper #page #main-wrapper #features #features-left-wrapper .second.left{margin-right:25px}div#page-wrapper #page #main-wrapper #features #features-left-wrapper .second .rubric-block img{margin-top:5px}div#page-wrapper #page #main-wrapper #features #features-middle-wrapper{width:200px;float:left;padding:0 0 23px}div#page-wrapper #page #main-wrapper #features #features-middle-wrapper article{margin-bottom:10px}div#page-wrapper #page #main-wrapper #features #features-middle-wrapper article .rubric-block img{display:none}div#page-wrapper #page #main-wrapper #features #features-middle-wrapper article h2 a{font-size:14px;line-height:19px;font-family:Helvetica,Arial,sans-serif;font-weight:bold;margin:0px;padding:10px 0px}div#page-wrapper #page #main-wrapper #features #features-right-wrapper{width:300px;padding:0;float:left}div#page-wrapper #page #main-wrapper #features #features-right-wrapper #noteworthy{border-bottom:solid 1px #B3B6B5;margin:0px 0px 3px 0px;padding-bottom:20px;overflow:auto;min-height:90px}div#page-wrapper #page #main-wrapper #features #features-right-wrapper #noteworthy img{float:left;margin-right:20px}div#page-wrapper #page #main-wrapper #features #features-right-wrapper #noteworthy h2{font-size:1.2em;margin-left:95px}div#page-wrapper #page #main-wrapper #features #features-right-wrapper #home-right-ad{margin:2px 0px 0px 0px;padding:20px 0px 0px 0px;border-top:solid 1px #B3B6B5;height:250px;overflow:hidden}div#page-wrapper #page #main-wrapper #main{padding:0px 12px 0px 0px;float:left;margin:0;width:100%}div#page-wrapper #page #main-wrapper #main.single,div#page-wrapper #page #main-wrapper #main.slideshow,div#page-wrapper #page #main-wrapper #main.author,div#page-wrapper #page #main-wrapper #main.category,div#page-wrapper #page #main-wrapper #main.not-found,div#page-wrapper #page #main-wrapper #main.search,div#page-wrapper #page #main-wrapper #main.page{border:none;padding:0px}div#page-wrapper #page #main-wrapper #main.single h1.entry-title,div#page-wrapper #page #main-wrapper #main.single h1.page-title,div#page-wrapper #page #main-wrapper #main.author h1.entry-title,div#page-wrapper #page #main-wrapper #main.author h1.page-title{font-family:Georgia,"Times New Roman",serif;font-size:36px;line-height:41px;font-weight:bold;margin:10px 0px 0px 0px}div#page-wrapper #page #main-wrapper #main.single h1.entry-title a,div#page-wrapper #page #main-wrapper #main.single h1.page-title a,div#page-wrapper #page #main-wrapper #main.author h1.entry-title a,div#page-wrapper #page #main-wrapper #main.author h1.page-title a{color:#000}div#page-wrapper #page #main-wrapper #main.single article,div#page-wrapper #page #main-wrapper #main.author article{padding-bottom:0}div#page-wrapper #page #main-wrapper #main.no-sidebar{width:950px}div#page-wrapper #page #main-wrapper #main.full-page article{border:none}div#page-wrapper #page #main-wrapper #main #loopwrapper{clear:both}div#page-wrapper #page #main-wrapper #main article.post,div#page-wrapper #page #main-wrapper #main article.print-edition,div#page-wrapper #page #main-wrapper #main article div.type-attachment,div#page-wrapper #page #main-wrapper #main article.gsc-result,div#page-wrapper #page #main-wrapper #main article.page,div#page-wrapper #page #main-wrapper #main article.slideshow,div#page-wrapper #page #main-wrapper #main article.founder-stories{border-bottom:solid 1px #B3B6B5;color:#636466;padding-top:15px}div#page-wrapper #page #main-wrapper #main article.post.last-post,div#page-wrapper #page #main-wrapper #main article.print-edition.last-post,div#page-wrapper #page #main-wrapper #main article div.type-attachment.last-post,div#page-wrapper #page #main-wrapper #main article.gsc-result.last-post,div#page-wrapper #page #main-wrapper #main article.page.last-post,div#page-wrapper #page #main-wrapper #main article.slideshow.last-post,div#page-wrapper #page #main-wrapper #main article.founder-stories.last-post{border-bottom:none}div#page-wrapper #page #main-wrapper #main article.post .more-link,div#page-wrapper #page #main-wrapper #main article.print-edition .more-link,div#page-wrapper #page #main-wrapper #main article div.type-attachment .more-link,div#page-wrapper #page #main-wrapper #main article.gsc-result .more-link,div#page-wrapper #page #main-wrapper #main article.page .more-link,div#page-wrapper #page #main-wrapper #main article.slideshow .more-link,div#page-wrapper #page #main-wrapper #main article.founder-stories .more-link{font-family:Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:8px;font-weight:bold;color:#000}div#page-wrapper #page #main-wrapper #main article.post h2.entry-title,div#page-wrapper #page #main-wrapper #main article.post .gs-title,div#page-wrapper #page #main-wrapper #main article.print-edition h2.entry-title,div#page-wrapper #page #main-wrapper #main article.print-edition .gs-title,div#page-wrapper #page #main-wrapper #main article div.type-attachment h2.entry-title,div#page-wrapper #page #main-wrapper #main article div.type-attachment .gs-title,div#page-wrapper #page #main-wrapper #main article.gsc-result h2.entry-title,div#page-wrapper #page #main-wrapper #main article.gsc-result .gs-title,div#page-wrapper #page #main-wrapper #main article.page h2.entry-title,div#page-wrapper #page #main-wrapper #main article.page .gs-title,div#page-wrapper #page #main-wrapper #main article.slideshow h2.entry-title,div#page-wrapper #page #main-wrapper #main article.slideshow .gs-title,div#page-wrapper #page #main-wrapper #main article.founder-stories h2.entry-title,div#page-wrapper #page #main-wrapper #main article.founder-stories .gs-title{font-family:Georgia,"Times New Roman",serif;padding:8px 0 0}div#page-wrapper #page #main-wrapper #main article.post h2.entry-title a,div#page-wrapper #page #main-wrapper #main article.post .gs-title a,div#page-wrapper #page #main-wrapper #main article.print-edition h2.entry-title a,div#page-wrapper #page #main-wrapper #main article.print-edition .gs-title a,div#page-wrapper #page #main-wrapper #main article div.type-attachment h2.entry-title a,div#page-wrapper #page #main-wrapper #main article div.type-attachment .gs-title a,div#page-wrapper #page #main-wrapper #main article.gsc-result h2.entry-title a,div#page-wrapper #page #main-wrapper #main article.gsc-result .gs-title a,div#page-wrapper #page #main-wrapper #main article.page h2.entry-title a,div#page-wrapper #page #main-wrapper #main article.page .gs-title a,div#page-wrapper #page #main-wrapper #main article.slideshow h2.entry-title a,div#page-wrapper #page #main-wrapper #main article.slideshow .gs-title a,div#page-wrapper #page #main-wrapper #main article.founder-stories h2.entry-title a,div#page-wrapper #page #main-wrapper #main article.founder-stories .gs-title a{color:#000;text-decoration:none;font-family:Georgia, serif;font-size:24px;line-height:27px;font-weight:bold}div#page-wrapper #page #main-wrapper #main article.post #nyo-dek,div#page-wrapper #page #main-wrapper #main article.print-edition #nyo-dek,div#page-wrapper #page #main-wrapper #main article div.type-attachment #nyo-dek,div#page-wrapper #page #main-wrapper #main article.gsc-result #nyo-dek,div#page-wrapper #page #main-wrapper #main article.page #nyo-dek,div#page-wrapper #page #main-wrapper #main article.slideshow #nyo-dek,div#page-wrapper #page #main-wrapper #main article.founder-stories #nyo-dek{font-family:Georgia,"Times New Roman",serif;margin:0 0 10px;font-size:24px;color:#000;line-height:24px}div#page-wrapper #page #main-wrapper #main article.post .entry-meta,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-meta,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-meta,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-meta,div#page-wrapper #page #main-wrapper #main article.page .entry-meta,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-meta,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-meta{width:100%;clear:both;color:#000;font-size:12px;font-family:Helvetica,Arial,sans-serif;font-weight:normal;text-transform:uppercase}div#page-wrapper #page #main-wrapper #main article.post .entry-meta.single,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-meta.single,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-meta.single,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-meta.single,div#page-wrapper #page #main-wrapper #main article.page .entry-meta.single,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-meta.single,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-meta.single{border-bottom:1px solid #DDDDDD;margin:0 0 15px;padding:0;width:100%}div#page-wrapper #page #main-wrapper #main article.post .entry-meta .posted-on,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-meta .posted-on,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-meta .posted-on,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-meta .posted-on,div#page-wrapper #page #main-wrapper #main article.page .entry-meta .posted-on,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-meta .posted-on,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-meta .posted-on{line-height:21px;padding-top:13px}div#page-wrapper #page #main-wrapper #main article.post .entry-meta .posted-on span.author,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-meta .posted-on span.author,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-meta .posted-on span.author,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-meta .posted-on span.author,div#page-wrapper #page #main-wrapper #main article.page .entry-meta .posted-on span.author,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-meta .posted-on span.author,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-meta .posted-on span.author{font-family:Helvetica,Arial,sans-serif;font-weight:bold;padding-right:3px}div#page-wrapper #page #main-wrapper #main article.post .entry-meta .posted-on span.entry-date,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-meta .posted-on span.entry-date,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-meta .posted-on span.entry-date,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-meta .posted-on span.entry-date,div#page-wrapper #page #main-wrapper #main article.page .entry-meta .posted-on span.entry-date,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-meta .posted-on span.entry-date,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-meta .posted-on span.entry-date{padding-right:3px;border-left:1px solid #000;padding-left:6px}div#page-wrapper #page #main-wrapper #main article.post .entry-meta.slideshow,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-meta.slideshow,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-meta.slideshow,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-meta.slideshow,div#page-wrapper #page #main-wrapper #main article.page .entry-meta.slideshow,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-meta.slideshow,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-meta.slideshow{border-top:1px solid #DDD;border-bottom:1px solid #DDD;padding:10px 0px 0px 0px;height:25px}div#page-wrapper #page #main-wrapper #main article.post .entry-meta.slideshow #slide-navigator,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-meta.slideshow #slide-navigator,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-meta.slideshow #slide-navigator,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-meta.slideshow #slide-navigator,div#page-wrapper #page #main-wrapper #main article.page .entry-meta.slideshow #slide-navigator,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-meta.slideshow #slide-navigator,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-meta.slideshow #slide-navigator{font-size:13px;line-height:17px;font-family:Helvetica,Arial,sans-serif;font-weight:bold;text-transform:uppercase;float:right}div#page-wrapper #page #main-wrapper #main article.post .entry-meta.slideshow #slide-navigator #slide-count,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-meta.slideshow #slide-navigator #slide-count,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-meta.slideshow #slide-navigator #slide-count,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-meta.slideshow #slide-navigator #slide-count,div#page-wrapper #page #main-wrapper #main article.page .entry-meta.slideshow #slide-navigator #slide-count,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-meta.slideshow #slide-navigator #slide-count,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-meta.slideshow #slide-navigator #slide-count{display:inline;padding:10px;border-left:1px solid #DDD;border-right:1px solid #DDD}div#page-wrapper #page #main-wrapper #main article.post .entry-meta.slideshow #slide-navigator a,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-meta.slideshow #slide-navigator a,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-meta.slideshow #slide-navigator a,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-meta.slideshow #slide-navigator a,div#page-wrapper #page #main-wrapper #main article.page .entry-meta.slideshow #slide-navigator a,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-meta.slideshow #slide-navigator a,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-meta.slideshow #slide-navigator a{padding:10px}div#page-wrapper #page #main-wrapper #main article.post .entry-meta .comment-count-target,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-meta .comment-count-target,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-meta .comment-count-target,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-meta .comment-count-target,div#page-wrapper #page #main-wrapper #main article.page .entry-meta .comment-count-target,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-meta .comment-count-target,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-meta .comment-count-target{display:none}div#page-wrapper #page #main-wrapper #main article.post .entry-meta .comment-count,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-meta .comment-count,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-meta .comment-count,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-meta .comment-count,div#page-wrapper #page #main-wrapper #main article.page .entry-meta .comment-count,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-meta .comment-count,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-meta .comment-count{display:none;height:23px;width:28px;float:right;margin-left:15px;text-align:center;padding-top:2px;margin-top:-2px;margin-bottom:2px;color:#fff}div#page-wrapper #page #main-wrapper #main article.post .entry-content,div#page-wrapper #page #main-wrapper #main article.post .entry-summary,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary,div#page-wrapper #page #main-wrapper #main article.page .entry-content,div#page-wrapper #page #main-wrapper #main article.page .entry-summary,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary{clear:both;font-size:14px;line-height:23px}div#page-wrapper #page #main-wrapper #main article.post .entry-content blockquote,div#page-wrapper #page #main-wrapper #main article.post .entry-summary blockquote,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content blockquote,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary blockquote,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content blockquote,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary blockquote,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content blockquote,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary blockquote,div#page-wrapper #page #main-wrapper #main article.page .entry-content blockquote,div#page-wrapper #page #main-wrapper #main article.page .entry-summary blockquote,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content blockquote,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary blockquote,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content blockquote,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary blockquote{margin:0px 0px 0px 20px;padding:0px 0px 0px 15px}div#page-wrapper #page #main-wrapper #main article.post .entry-content li,div#page-wrapper #page #main-wrapper #main article.post .entry-summary li,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content li,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary li,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content li,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary li,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content li,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary li,div#page-wrapper #page #main-wrapper #main article.page .entry-content li,div#page-wrapper #page #main-wrapper #main article.page .entry-summary li,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content li,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary li,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content li,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary li{list-style-type:disc;margin:0px 0px 5px 35px}div#page-wrapper #page #main-wrapper #main article.post .entry-content p,div#page-wrapper #page #main-wrapper #main article.post .entry-summary p,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content p,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary p,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content p,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary p,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content p,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary p,div#page-wrapper #page #main-wrapper #main article.page .entry-content p,div#page-wrapper #page #main-wrapper #main article.page .entry-summary p,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content p,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary p,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content p,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary p{margin:14px 0}div#page-wrapper #page #main-wrapper #main article.post .entry-content .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article.post .entry-content .wp-caption .wp-caption-dd,div#page-wrapper #page #main-wrapper #main article.post .entry-summary .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article.post .entry-summary .wp-caption .wp-caption-dd,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content .wp-caption .wp-caption-dd,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary .wp-caption .wp-caption-dd,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content .wp-caption .wp-caption-dd,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary .wp-caption .wp-caption-dd,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content .wp-caption .wp-caption-dd,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary .wp-caption .wp-caption-dd,div#page-wrapper #page #main-wrapper #main article.page .entry-content .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article.page .entry-content .wp-caption .wp-caption-dd,div#page-wrapper #page #main-wrapper #main article.page .entry-summary .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article.page .entry-summary .wp-caption .wp-caption-dd,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content .wp-caption .wp-caption-dd,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary .wp-caption .wp-caption-dd,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content .wp-caption .wp-caption-dd,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary .wp-caption .wp-caption-text,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary .wp-caption .wp-caption-dd{text-align:left;font-size:12px;color:#000;color:#000;margin:0}div#page-wrapper #page #main-wrapper #main article.post .entry-content .aligncenter,div#page-wrapper #page #main-wrapper #main article.post .entry-summary .aligncenter,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content .aligncenter,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary .aligncenter,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content .aligncenter,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary .aligncenter,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content .aligncenter,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary .aligncenter,div#page-wrapper #page #main-wrapper #main article.page .entry-content .aligncenter,div#page-wrapper #page #main-wrapper #main article.page .entry-summary .aligncenter,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content .aligncenter,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary .aligncenter,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content .aligncenter,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary .aligncenter{margin:5px auto;text-align:center;display:block;clear:left}div#page-wrapper #page #main-wrapper #main article.post .entry-content .alignleft,div#page-wrapper #page #main-wrapper #main article.post .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article.post .entry-summary .alignleft,div#page-wrapper #page #main-wrapper #main article.post .entry-summary .alignright,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content .alignleft,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary .alignleft,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary .alignright,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content .alignleft,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary .alignleft,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary .alignright,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content .alignleft,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary .alignleft,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary .alignright,div#page-wrapper #page #main-wrapper #main article.page .entry-content .alignleft,div#page-wrapper #page #main-wrapper #main article.page .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article.page .entry-summary .alignleft,div#page-wrapper #page #main-wrapper #main article.page .entry-summary .alignright,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content .alignleft,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary .alignleft,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary .alignright,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content .alignleft,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary .alignleft,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary .alignright{margin:5px 10px 5px 0;display:inline;float:left}div#page-wrapper #page #main-wrapper #main article.post .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article.post .entry-summary .alignright,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary .alignright,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary .alignright,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary .alignright,div#page-wrapper #page #main-wrapper #main article.page .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article.page .entry-summary .alignright,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary .alignright,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content .alignright,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary .alignright{float:right;margin:5px 0 5px 10px}div#page-wrapper #page #main-wrapper #main article.post .entry-content .media-credit-container.alignleft,div#page-wrapper #page #main-wrapper #main article.post .entry-summary .media-credit-container.alignleft,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content .media-credit-container.alignleft,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary .media-credit-container.alignleft,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content .media-credit-container.alignleft,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary .media-credit-container.alignleft,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content .media-credit-container.alignleft,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary .media-credit-container.alignleft,div#page-wrapper #page #main-wrapper #main article.page .entry-content .media-credit-container.alignleft,div#page-wrapper #page #main-wrapper #main article.page .entry-summary .media-credit-container.alignleft,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content .media-credit-container.alignleft,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary .media-credit-container.alignleft,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content .media-credit-container.alignleft,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary .media-credit-container.alignleft{padding:0;margin:0}div#page-wrapper #page #main-wrapper #main article.post .entry-content .media-credit-container.alignleft .media-credit,div#page-wrapper #page #main-wrapper #main article.post .entry-summary .media-credit-container.alignleft .media-credit,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content .media-credit-container.alignleft .media-credit,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary .media-credit-container.alignleft .media-credit,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content .media-credit-container.alignleft .media-credit,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary .media-credit-container.alignleft .media-credit,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content .media-credit-container.alignleft .media-credit,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary .media-credit-container.alignleft .media-credit,div#page-wrapper #page #main-wrapper #main article.page .entry-content .media-credit-container.alignleft .media-credit,div#page-wrapper #page #main-wrapper #main article.page .entry-summary .media-credit-container.alignleft .media-credit,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content .media-credit-container.alignleft .media-credit,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary .media-credit-container.alignleft .media-credit,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content .media-credit-container.alignleft .media-credit,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary .media-credit-container.alignleft .media-credit{font-size:12px;line-height:15px}div#page-wrapper #page #main-wrapper #main article.post .entry-content #gallery2-caption,div#page-wrapper #page #main-wrapper #main article.post .entry-summary #gallery2-caption,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content #gallery2-caption,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary #gallery2-caption,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content #gallery2-caption,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary #gallery2-caption,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content #gallery2-caption,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary #gallery2-caption,div#page-wrapper #page #main-wrapper #main article.page .entry-content #gallery2-caption,div#page-wrapper #page #main-wrapper #main article.page .entry-summary #gallery2-caption,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content #gallery2-caption,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary #gallery2-caption,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content #gallery2-caption,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary #gallery2-caption{margin:0px}div#page-wrapper #page #main-wrapper #main article.post .entry-content #gallery2-thumbs,div#page-wrapper #page #main-wrapper #main article.post .entry-summary #gallery2-thumbs,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content #gallery2-thumbs,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary #gallery2-thumbs,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content #gallery2-thumbs,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary #gallery2-thumbs,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content #gallery2-thumbs,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary #gallery2-thumbs,div#page-wrapper #page #main-wrapper #main article.page .entry-content #gallery2-thumbs,div#page-wrapper #page #main-wrapper #main article.page .entry-summary #gallery2-thumbs,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content #gallery2-thumbs,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary #gallery2-thumbs,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content #gallery2-thumbs,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary #gallery2-thumbs{margin:20px 0px 0px -20px}div#page-wrapper #page #main-wrapper #main article.post .entry-content #gallery2-thumbs img,div#page-wrapper #page #main-wrapper #main article.post .entry-summary #gallery2-thumbs img,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content #gallery2-thumbs img,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary #gallery2-thumbs img,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content #gallery2-thumbs img,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary #gallery2-thumbs img,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content #gallery2-thumbs img,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary #gallery2-thumbs img,div#page-wrapper #page #main-wrapper #main article.page .entry-content #gallery2-thumbs img,div#page-wrapper #page #main-wrapper #main article.page .entry-summary #gallery2-thumbs img,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content #gallery2-thumbs img,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary #gallery2-thumbs img,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content #gallery2-thumbs img,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary #gallery2-thumbs img{margin:0px 0px 15px 18px}div#page-wrapper #page #main-wrapper #main article.post .entry-content #related-posts,div#page-wrapper #page #main-wrapper #main article.post .entry-summary #related-posts,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content #related-posts,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary #related-posts,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content #related-posts,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary #related-posts,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content #related-posts,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary #related-posts,div#page-wrapper #page #main-wrapper #main article.page .entry-content #related-posts,div#page-wrapper #page #main-wrapper #main article.page .entry-summary #related-posts,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content #related-posts,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary #related-posts,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content #related-posts,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary #related-posts{float:left;width:200px;margin:0 25px 25px 0;background:url(/wp-content/themes/vip/newyorkobserver/stylesheets/../../../images/double-line.png) 0px 13px no-repeat}div#page-wrapper #page #main-wrapper #main article.post .entry-content #related-posts h2,div#page-wrapper #page #main-wrapper #main article.post .entry-summary #related-posts h2,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content #related-posts h2,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary #related-posts h2,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content #related-posts h2,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary #related-posts h2,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content #related-posts h2,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary #related-posts h2,div#page-wrapper #page #main-wrapper #main article.page .entry-content #related-posts h2,div#page-wrapper #page #main-wrapper #main article.page .entry-summary #related-posts h2,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content #related-posts h2,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary #related-posts h2,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content #related-posts h2,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary #related-posts h2{background-color:#000;color:#fff;width:75px;height:30px;line-height:30px;text-align:center;text-transform:uppercase;font-family:Helvetica,Arial,sans-serif;font-size:13px;border-right:solid 3px #fff}div#page-wrapper #page #main-wrapper #main article.post .entry-content #related-posts ul,div#page-wrapper #page #main-wrapper #main article.post .entry-summary #related-posts ul,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content #related-posts ul,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary #related-posts ul,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content #related-posts ul,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary #related-posts ul,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content #related-posts ul,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary #related-posts ul,div#page-wrapper #page #main-wrapper #main article.page .entry-content #related-posts ul,div#page-wrapper #page #main-wrapper #main article.page .entry-summary #related-posts ul,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content #related-posts ul,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary #related-posts ul,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content #related-posts ul,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary #related-posts ul{list-style-type:none;padding:0 0 12px 0;background:url(/wp-content/themes/vip/newyorkobserver/stylesheets/../../../images/double-line.png) bottom center no-repeat;margin:0}div#page-wrapper #page #main-wrapper #main article.post .entry-content #related-posts ul li,div#page-wrapper #page #main-wrapper #main article.post .entry-summary #related-posts ul li,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content #related-posts ul li,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary #related-posts ul li,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content #related-posts ul li,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary #related-posts ul li,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content #related-posts ul li,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary #related-posts ul li,div#page-wrapper #page #main-wrapper #main article.page .entry-content #related-posts ul li,div#page-wrapper #page #main-wrapper #main article.page .entry-summary #related-posts ul li,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content #related-posts ul li,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary #related-posts ul li,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content #related-posts ul li,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary #related-posts ul li{margin:2px 0;padding:5px 0;border-bottom:solid 1px #DDDED9;line-height:17px}div#page-wrapper #page #main-wrapper #main article.post .entry-content #related-posts ul li a,div#page-wrapper #page #main-wrapper #main article.post .entry-summary #related-posts ul li a,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content #related-posts ul li a,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary #related-posts ul li a,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content #related-posts ul li a,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary #related-posts ul li a,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content #related-posts ul li a,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary #related-posts ul li a,div#page-wrapper #page #main-wrapper #main article.page .entry-content #related-posts ul li a,div#page-wrapper #page #main-wrapper #main article.page .entry-summary #related-posts ul li a,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content #related-posts ul li a,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary #related-posts ul li a,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content #related-posts ul li a,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary #related-posts ul li a{font-size:13px;color:#000;line-height:17px}div#page-wrapper #page #main-wrapper #main article.post .entry-content #related-posts ul li:last-child,div#page-wrapper #page #main-wrapper #main article.post .entry-summary #related-posts ul li:last-child,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-content #related-posts ul li:last-child,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-summary #related-posts ul li:last-child,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-content #related-posts ul li:last-child,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-summary #related-posts ul li:last-child,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-content #related-posts ul li:last-child,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-summary #related-posts ul li:last-child,div#page-wrapper #page #main-wrapper #main article.page .entry-content #related-posts ul li:last-child,div#page-wrapper #page #main-wrapper #main article.page .entry-summary #related-posts ul li:last-child,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-content #related-posts ul li:last-child,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-summary #related-posts ul li:last-child,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-content #related-posts ul li:last-child,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-summary #related-posts ul li:last-child{border-bottom:0}div#page-wrapper #page #main-wrapper #main article.post .post-image,div#page-wrapper #page #main-wrapper #main article.post .loop-video-embed,div#page-wrapper #page #main-wrapper #main article.print-edition .post-image,div#page-wrapper #page #main-wrapper #main article.print-edition .loop-video-embed,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-image,div#page-wrapper #page #main-wrapper #main article div.type-attachment .loop-video-embed,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-image,div#page-wrapper #page #main-wrapper #main article.gsc-result .loop-video-embed,div#page-wrapper #page #main-wrapper #main article.page .post-image,div#page-wrapper #page #main-wrapper #main article.page .loop-video-embed,div#page-wrapper #page #main-wrapper #main article.slideshow .post-image,div#page-wrapper #page #main-wrapper #main article.slideshow .loop-video-embed,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-image,div#page-wrapper #page #main-wrapper #main article.founder-stories .loop-video-embed{float:left;margin:4px 15px 15px 0;padding:0;position:relative}div#page-wrapper #page #main-wrapper #main article.post .post-image .slideshow-photo,div#page-wrapper #page #main-wrapper #main article.post .loop-video-embed .slideshow-photo,div#page-wrapper #page #main-wrapper #main article.print-edition .post-image .slideshow-photo,div#page-wrapper #page #main-wrapper #main article.print-edition .loop-video-embed .slideshow-photo,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-image .slideshow-photo,div#page-wrapper #page #main-wrapper #main article div.type-attachment .loop-video-embed .slideshow-photo,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-image .slideshow-photo,div#page-wrapper #page #main-wrapper #main article.gsc-result .loop-video-embed .slideshow-photo,div#page-wrapper #page #main-wrapper #main article.page .post-image .slideshow-photo,div#page-wrapper #page #main-wrapper #main article.page .loop-video-embed .slideshow-photo,div#page-wrapper #page #main-wrapper #main article.slideshow .post-image .slideshow-photo,div#page-wrapper #page #main-wrapper #main article.slideshow .loop-video-embed .slideshow-photo,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-image .slideshow-photo,div#page-wrapper #page #main-wrapper #main article.founder-stories .loop-video-embed .slideshow-photo{position:absolute;bottom:0;left:0;padding:3px 5px 0;margin:0;text-transform:uppercase;font-size:13px;line-height:17px;font-family:Helvetica,Arial,sans-serif;font-weight:bold;background:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";filter:alpha(opacity=65);opacity:.65;color:#fff;font-size:0.8em;font-weight:bold}div#page-wrapper #page #main-wrapper #main article.post .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article.post .loop-video-embed .video-photo,div#page-wrapper #page #main-wrapper #main article.print-edition .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article.print-edition .loop-video-embed .video-photo,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article div.type-attachment .loop-video-embed .video-photo,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article.gsc-result .loop-video-embed .video-photo,div#page-wrapper #page #main-wrapper #main article.page .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article.page .loop-video-embed .video-photo,div#page-wrapper #page #main-wrapper #main article.slideshow .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article.slideshow .loop-video-embed .video-photo,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-image .video-photo,div#page-wrapper #page #main-wrapper #main article.founder-stories .loop-video-embed .video-photo{position:absolute;bottom:2px;left:0;padding:0;margin:0;width:40px;height:40px;background-position:0 -727px;text-indent:-9999px}div#page-wrapper #page #main-wrapper #main article.post .post-image img,div#page-wrapper #page #main-wrapper #main article.post .loop-video-embed img,div#page-wrapper #page #main-wrapper #main article.print-edition .post-image img,div#page-wrapper #page #main-wrapper #main article.print-edition .loop-video-embed img,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-image img,div#page-wrapper #page #main-wrapper #main article div.type-attachment .loop-video-embed img,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-image img,div#page-wrapper #page #main-wrapper #main article.gsc-result .loop-video-embed img,div#page-wrapper #page #main-wrapper #main article.page .post-image img,div#page-wrapper #page #main-wrapper #main article.page .loop-video-embed img,div#page-wrapper #page #main-wrapper #main article.slideshow .post-image img,div#page-wrapper #page #main-wrapper #main article.slideshow .loop-video-embed img,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-image img,div#page-wrapper #page #main-wrapper #main article.founder-stories .loop-video-embed img{padding:0;margin:0;display:block}div#page-wrapper #page #main-wrapper #main article.post .post-bottom-area,div#page-wrapper #page #main-wrapper #main article.print-edition .post-bottom-area,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-bottom-area,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-bottom-area,div#page-wrapper #page #main-wrapper #main article.page .post-bottom-area,div#page-wrapper #page #main-wrapper #main article.slideshow .post-bottom-area,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-bottom-area{padding-top:15px}div#page-wrapper #page #main-wrapper #main article.post .post-bottom-area #comments,div#page-wrapper #page #main-wrapper #main article.print-edition .post-bottom-area #comments,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-bottom-area #comments,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-bottom-area #comments,div#page-wrapper #page #main-wrapper #main article.page .post-bottom-area #comments,div#page-wrapper #page #main-wrapper #main article.slideshow .post-bottom-area #comments,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-bottom-area #comments{border:none;padding:10px 0 0}div#page-wrapper #page #main-wrapper #main article.post .post-bottom-area #comments #commentform>span,div#page-wrapper #page #main-wrapper #main article.print-edition .post-bottom-area #comments #commentform>span,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-bottom-area #comments #commentform>span,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-bottom-area #comments #commentform>span,div#page-wrapper #page #main-wrapper #main article.page .post-bottom-area #comments #commentform>span,div#page-wrapper #page #main-wrapper #main article.slideshow .post-bottom-area #comments #commentform>span,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-bottom-area #comments #commentform>span{width:100% !important}div#page-wrapper #page #main-wrapper #main article.post .post-bottom-area #comments #commentform>span>iframe,div#page-wrapper #page #main-wrapper #main article.print-edition .post-bottom-area #comments #commentform>span>iframe,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-bottom-area #comments #commentform>span>iframe,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-bottom-area #comments #commentform>span>iframe,div#page-wrapper #page #main-wrapper #main article.page .post-bottom-area #comments #commentform>span>iframe,div#page-wrapper #page #main-wrapper #main article.slideshow .post-bottom-area #comments #commentform>span>iframe,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-bottom-area #comments #commentform>span>iframe{width:100% !important}div#page-wrapper #page #main-wrapper #main article.post .post-bottom-area ol.comment-list,div#page-wrapper #page #main-wrapper #main article.post .post-bottom-area h2.comments-title,div#page-wrapper #page #main-wrapper #main article.print-edition .post-bottom-area ol.comment-list,div#page-wrapper #page #main-wrapper #main article.print-edition .post-bottom-area h2.comments-title,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-bottom-area ol.comment-list,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-bottom-area h2.comments-title,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-bottom-area ol.comment-list,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-bottom-area h2.comments-title,div#page-wrapper #page #main-wrapper #main article.page .post-bottom-area ol.comment-list,div#page-wrapper #page #main-wrapper #main article.page .post-bottom-area h2.comments-title,div#page-wrapper #page #main-wrapper #main article.slideshow .post-bottom-area ol.comment-list,div#page-wrapper #page #main-wrapper #main article.slideshow .post-bottom-area h2.comments-title,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-bottom-area ol.comment-list,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-bottom-area h2.comments-title{display:none}div#page-wrapper #page #main-wrapper #main article.post .post-bottom-area #reporter-feeds,div#page-wrapper #page #main-wrapper #main article.print-edition .post-bottom-area #reporter-feeds,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-bottom-area #reporter-feeds,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-bottom-area #reporter-feeds,div#page-wrapper #page #main-wrapper #main article.page .post-bottom-area #reporter-feeds,div#page-wrapper #page #main-wrapper #main article.slideshow .post-bottom-area #reporter-feeds,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-bottom-area #reporter-feeds{width:100%;line-height:21px;padding-top:23px;font-size:12px;font-family:Helvetica,Arial,sans-serif;font-weight:normal;text-transform:uppercase}div#page-wrapper #page #main-wrapper #main article.post .post-bottom-area #reporter-feeds a,div#page-wrapper #page #main-wrapper #main article.print-edition .post-bottom-area #reporter-feeds a,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-bottom-area #reporter-feeds a,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-bottom-area #reporter-feeds a,div#page-wrapper #page #main-wrapper #main article.page .post-bottom-area #reporter-feeds a,div#page-wrapper #page #main-wrapper #main article.slideshow .post-bottom-area #reporter-feeds a,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-bottom-area #reporter-feeds a{font-family:Helvetica,Arial,sans-serif;font-weight:bold}div#page-wrapper #page #main-wrapper #main article.post .post-bottom-area #reporter-feeds a.author-twitter,div#page-wrapper #page #main-wrapper #main article.post .post-bottom-area #reporter-feeds a.author-rss,div#page-wrapper #page #main-wrapper #main article.print-edition .post-bottom-area #reporter-feeds a.author-twitter,div#page-wrapper #page #main-wrapper #main article.print-edition .post-bottom-area #reporter-feeds a.author-rss,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-bottom-area #reporter-feeds a.author-twitter,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-bottom-area #reporter-feeds a.author-rss,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-bottom-area #reporter-feeds a.author-twitter,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-bottom-area #reporter-feeds a.author-rss,div#page-wrapper #page #main-wrapper #main article.page .post-bottom-area #reporter-feeds a.author-twitter,div#page-wrapper #page #main-wrapper #main article.page .post-bottom-area #reporter-feeds a.author-rss,div#page-wrapper #page #main-wrapper #main article.slideshow .post-bottom-area #reporter-feeds a.author-twitter,div#page-wrapper #page #main-wrapper #main article.slideshow .post-bottom-area #reporter-feeds a.author-rss,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-bottom-area #reporter-feeds a.author-twitter,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-bottom-area #reporter-feeds a.author-rss{font-family:Helvetica,Arial,sans-serif;color:#000}div#page-wrapper #page #main-wrapper #main article.post .post-bottom-area .tags,div#page-wrapper #page #main-wrapper #main article.print-edition .post-bottom-area .tags,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-bottom-area .tags,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-bottom-area .tags,div#page-wrapper #page #main-wrapper #main article.page .post-bottom-area .tags,div#page-wrapper #page #main-wrapper #main article.slideshow .post-bottom-area .tags,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-bottom-area .tags{clear:both;font-family:"PT Sans Narrow",sans-serif;font-size:14px;color:#000;text-transform:uppercase;padding:5px 0 35px;border-top:1px solid #ddd}div#page-wrapper #page #main-wrapper #main article.post .post-bottom-area .tags span,div#page-wrapper #page #main-wrapper #main article.print-edition .post-bottom-area .tags span,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-bottom-area .tags span,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-bottom-area .tags span,div#page-wrapper #page #main-wrapper #main article.page .post-bottom-area .tags span,div#page-wrapper #page #main-wrapper #main article.slideshow .post-bottom-area .tags span,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-bottom-area .tags span{font-weight:bold}div#page-wrapper #page #main-wrapper #main article.post .post-bottom-area .tags a,div#page-wrapper #page #main-wrapper #main article.print-edition .post-bottom-area .tags a,div#page-wrapper #page #main-wrapper #main article div.type-attachment .post-bottom-area .tags a,div#page-wrapper #page #main-wrapper #main article.gsc-result .post-bottom-area .tags a,div#page-wrapper #page #main-wrapper #main article.page .post-bottom-area .tags a,div#page-wrapper #page #main-wrapper #main article.slideshow .post-bottom-area .tags a,div#page-wrapper #page #main-wrapper #main article.founder-stories .post-bottom-area .tags a{color:#000}div#page-wrapper #page #main-wrapper #main article.post #slide-main,div#page-wrapper #page #main-wrapper #main article.print-edition #slide-main,div#page-wrapper #page #main-wrapper #main article div.type-attachment #slide-main,div#page-wrapper #page #main-wrapper #main article.gsc-result #slide-main,div#page-wrapper #page #main-wrapper #main article.page #slide-main,div#page-wrapper #page #main-wrapper #main article.slideshow #slide-main,div#page-wrapper #page #main-wrapper #main article.founder-stories #slide-main{clear:both}div#page-wrapper #page #main-wrapper #main article.post #slide-main li,div#page-wrapper #page #main-wrapper #main article.print-edition #slide-main li,div#page-wrapper #page #main-wrapper #main article div.type-attachment #slide-main li,div#page-wrapper #page #main-wrapper #main article.gsc-result #slide-main li,div#page-wrapper #page #main-wrapper #main article.page #slide-main li,div#page-wrapper #page #main-wrapper #main article.slideshow #slide-main li,div#page-wrapper #page #main-wrapper #main article.founder-stories #slide-main li{list-style:none;margin:0 0 10px;padding:0}div#page-wrapper #page #main-wrapper #main article.post #slide-main li .main-image,div#page-wrapper #page #main-wrapper #main article.print-edition #slide-main li .main-image,div#page-wrapper #page #main-wrapper #main article div.type-attachment #slide-main li .main-image,div#page-wrapper #page #main-wrapper #main article.gsc-result #slide-main li .main-image,div#page-wrapper #page #main-wrapper #main article.page #slide-main li .main-image,div#page-wrapper #page #main-wrapper #main article.slideshow #slide-main li .main-image,div#page-wrapper #page #main-wrapper #main article.founder-stories #slide-main li .main-image{background:#231f20;position:relative;text-align:center;margin:10px 0}div#page-wrapper #page #main-wrapper #main article.post #slide-main li .main-image img,div#page-wrapper #page #main-wrapper #main article.print-edition #slide-main li .main-image img,div#page-wrapper #page #main-wrapper #main article div.type-attachment #slide-main li .main-image img,div#page-wrapper #page #main-wrapper #main article.gsc-result #slide-main li .main-image img,div#page-wrapper #page #main-wrapper #main article.page #slide-main li .main-image img,div#page-wrapper #page #main-wrapper #main article.slideshow #slide-main li .main-image img,div#page-wrapper #page #main-wrapper #main article.founder-stories #slide-main li .main-image img{margin:7px 0 0;padding:0}div#page-wrapper #page #main-wrapper #main article.post #slide-main li .main-image a.next-arrow,div#page-wrapper #page #main-wrapper #main article.post #slide-main li .main-image a.back-arrow,div#page-wrapper #page #main-wrapper #main article.print-edition #slide-main li .main-image a.next-arrow,div#page-wrapper #page #main-wrapper #main article.print-edition #slide-main li .main-image a.back-arrow,div#page-wrapper #page #main-wrapper #main article div.type-attachment #slide-main li .main-image a.next-arrow,div#page-wrapper #page #main-wrapper #main article div.type-attachment #slide-main li .main-image a.back-arrow,div#page-wrapper #page #main-wrapper #main article.gsc-result #slide-main li .main-image a.next-arrow,div#page-wrapper #page #main-wrapper #main article.gsc-result #slide-main li .main-image a.back-arrow,div#page-wrapper #page #main-wrapper #main article.page #slide-main li .main-image a.next-arrow,div#page-wrapper #page #main-wrapper #main article.page #slide-main li .main-image a.back-arrow,div#page-wrapper #page #main-wrapper #main article.slideshow #slide-main li .main-image a.next-arrow,div#page-wrapper #page #main-wrapper #main article.slideshow #slide-main li .main-image a.back-arrow,div#page-wrapper #page #main-wrapper #main article.founder-stories #slide-main li .main-image a.next-arrow,div#page-wrapper #page #main-wrapper #main article.founder-stories #slide-main li .main-image a.back-arrow{display:none}div#page-wrapper #page #main-wrapper #main article.post #slide-main li .main-image:hover a.next-arrow,div#page-wrapper #page #main-wrapper #main article.print-edition #slide-main li .main-image:hover a.next-arrow,div#page-wrapper #page #main-wrapper #main article div.type-attachment #slide-main li .main-image:hover a.next-arrow,div#page-wrapper #page #main-wrapper #main article.gsc-result #slide-main li .main-image:hover a.next-arrow,div#page-wrapper #page #main-wrapper #main article.page #slide-main li .main-image:hover a.next-arrow,div#page-wrapper #page #main-wrapper #main article.slideshow #slide-main li .main-image:hover a.next-arrow,div#page-wrapper #page #main-wrapper #main article.founder-stories #slide-main li .main-image:hover a.next-arrow{position:absolute;top:165px;right:0;width:50px;height:51px;display:block;text-indent:-9999px;z-index:100}div#page-wrapper #page #main-wrapper #main article.post #slide-main li .main-image:hover a.back-arrow,div#page-wrapper #page #main-wrapper #main article.print-edition #slide-main li .main-image:hover a.back-arrow,div#page-wrapper #page #main-wrapper #main article div.type-attachment #slide-main li .main-image:hover a.back-arrow,div#page-wrapper #page #main-wrapper #main article.gsc-result #slide-main li .main-image:hover a.back-arrow,div#page-wrapper #page #main-wrapper #main article.page #slide-main li .main-image:hover a.back-arrow,div#page-wrapper #page #main-wrapper #main article.slideshow #slide-main li .main-image:hover a.back-arrow,div#page-wrapper #page #main-wrapper #main article.founder-stories #slide-main li .main-image:hover a.back-arrow{position:absolute;top:165px;left:0;width:50px;height:51px;display:block;text-indent:-9999px;z-index:100}div#page-wrapper #page #main-wrapper #main article.post #slide-main .slideshow-start-thumbnail,div#page-wrapper #page #main-wrapper #main article.print-edition #slide-main .slideshow-start-thumbnail,div#page-wrapper #page #main-wrapper #main article div.type-attachment #slide-main .slideshow-start-thumbnail,div#page-wrapper #page #main-wrapper #main article.gsc-result #slide-main .slideshow-start-thumbnail,div#page-wrapper #page #main-wrapper #main article.page #slide-main .slideshow-start-thumbnail,div#page-wrapper #page #main-wrapper #main article.slideshow #slide-main .slideshow-start-thumbnail,div#page-wrapper #page #main-wrapper #main article.founder-stories #slide-main .slideshow-start-thumbnail{float:left;margin:0px 30px 0px 0px;width:300px;min-height:50px;position:relative}div#page-wrapper #page #main-wrapper #main article.post #slide-main .slideshow-start-thumbnail .post-image,div#page-wrapper #page #main-wrapper #main article.print-edition #slide-main .slideshow-start-thumbnail .post-image,div#page-wrapper #page #main-wrapper #main article div.type-attachment #slide-main .slideshow-start-thumbnail .post-image,div#page-wrapper #page #main-wrapper #main article.gsc-result #slide-main .slideshow-start-thumbnail .post-image,div#page-wrapper #page #main-wrapper #main article.page #slide-main .slideshow-start-thumbnail .post-image,div#page-wrapper #page #main-wrapper #main article.slideshow #slide-main .slideshow-start-thumbnail .post-image,div#page-wrapper #page #main-wrapper #main article.founder-stories #slide-main .slideshow-start-thumbnail .post-image{margin:0;float:none}div#page-wrapper #page #main-wrapper #main article.post #slide-main .slideshow-start-thumbnail .post-image img,div#page-wrapper #page #main-wrapper #main article.print-edition #slide-main .slideshow-start-thumbnail .post-image img,div#page-wrapper #page #main-wrapper #main article div.type-attachment #slide-main .slideshow-start-thumbnail .post-image img,div#page-wrapper #page #main-wrapper #main article.gsc-result #slide-main .slideshow-start-thumbnail .post-image img,div#page-wrapper #page #main-wrapper #main article.page #slide-main .slideshow-start-thumbnail .post-image img,div#page-wrapper #page #main-wrapper #main article.slideshow #slide-main .slideshow-start-thumbnail .post-image img,div#page-wrapper #page #main-wrapper #main article.founder-stories #slide-main .slideshow-start-thumbnail .post-image img{display:block}div#page-wrapper #page #main-wrapper #main article.post #slide-main .slideshow-start-thumbnail .pointer-link,div#page-wrapper #page #main-wrapper #main article.print-edition #slide-main .slideshow-start-thumbnail .pointer-link,div#page-wrapper #page #main-wrapper #main article div.type-attachment #slide-main .slideshow-start-thumbnail .pointer-link,div#page-wrapper #page #main-wrapper #main article.gsc-result #slide-main .slideshow-start-thumbnail .pointer-link,div#page-wrapper #page #main-wrapper #main article.page #slide-main .slideshow-start-thumbnail .pointer-link,div#page-wrapper #page #main-wrapper #main article.slideshow #slide-main .slideshow-start-thumbnail .pointer-link,div#page-wrapper #page #main-wrapper #main article.founder-stories #slide-main .slideshow-start-thumbnail .pointer-link{position:absolute;bottom:0;display:block;text-align:center;width:300px;padding:8px 0px 8px 0px;text-transform:uppercase;font-size:13px;line-height:17px;font-family:Helvetica,Arial,sans-serif;font-weight:bold;color:#fff}div#page-wrapper #page #main-wrapper #main article.post .promo,div#page-wrapper #page #main-wrapper #main article.print-edition .promo,div#page-wrapper #page #main-wrapper #main article div.type-attachment .promo,div#page-wrapper #page #main-wrapper #main article.gsc-result .promo,div#page-wrapper #page #main-wrapper #main article.page .promo,div#page-wrapper #page #main-wrapper #main article.slideshow .promo,div#page-wrapper #page #main-wrapper #main article.founder-stories .promo{padding:30px;background-color:#fbeee6}div#page-wrapper #page #main-wrapper #main article.post .promo h3,div#page-wrapper #page #main-wrapper #main article.print-edition .promo h3,div#page-wrapper #page #main-wrapper #main article div.type-attachment .promo h3,div#page-wrapper #page #main-wrapper #main article.gsc-result .promo h3,div#page-wrapper #page #main-wrapper #main article.page .promo h3,div#page-wrapper #page #main-wrapper #main article.slideshow .promo h3,div#page-wrapper #page #main-wrapper #main article.founder-stories .promo h3{width:562px;height:38px;padding:0;margin:0;background-position:0 -525px;text-indent:-9999px}div#page-wrapper #page #main-wrapper #main article.post .promo .related,div#page-wrapper #page #main-wrapper #main article.print-edition .promo .related,div#page-wrapper #page #main-wrapper #main article div.type-attachment .promo .related,div#page-wrapper #page #main-wrapper #main article.gsc-result .promo .related,div#page-wrapper #page #main-wrapper #main article.page .promo .related,div#page-wrapper #page #main-wrapper #main article.slideshow .promo .related,div#page-wrapper #page #main-wrapper #main article.founder-stories .promo .related{overflow:auto;padding:20px 0;border-bottom:solid 1px #000}div#page-wrapper #page #main-wrapper #main article.post .promo .related .rel-item,div#page-wrapper #page #main-wrapper #main article.print-edition .promo .related .rel-item,div#page-wrapper #page #main-wrapper #main article div.type-attachment .promo .related .rel-item,div#page-wrapper #page #main-wrapper #main article.gsc-result .promo .related .rel-item,div#page-wrapper #page #main-wrapper #main article.page .promo .related .rel-item,div#page-wrapper #page #main-wrapper #main article.slideshow .promo .related .rel-item,div#page-wrapper #page #main-wrapper #main article.founder-stories .promo .related .rel-item{float:left;width:174px;text-align:center;margin-right:19px}div#page-wrapper #page #main-wrapper #main article.post .promo .related .rel-item h2,div#page-wrapper #page #main-wrapper #main article.print-edition .promo .related .rel-item h2,div#page-wrapper #page #main-wrapper #main article div.type-attachment .promo .related .rel-item h2,div#page-wrapper #page #main-wrapper #main article.gsc-result .promo .related .rel-item h2,div#page-wrapper #page #main-wrapper #main article.page .promo .related .rel-item h2,div#page-wrapper #page #main-wrapper #main article.slideshow .promo .related .rel-item h2,div#page-wrapper #page #main-wrapper #main article.founder-stories .promo .related .rel-item h2{text-align:left;font-size:20px;font-weight:normal;line-height:23px}div#page-wrapper #page #main-wrapper #main article.post .promo .related .rel-item h2 a,div#page-wrapper #page #main-wrapper #main article.print-edition .promo .related .rel-item h2 a,div#page-wrapper #page #main-wrapper #main article div.type-attachment .promo .related .rel-item h2 a,div#page-wrapper #page #main-wrapper #main article.gsc-result .promo .related .rel-item h2 a,div#page-wrapper #page #main-wrapper #main article.page .promo .related .rel-item h2 a,div#page-wrapper #page #main-wrapper #main article.slideshow .promo .related .rel-item h2 a,div#page-wrapper #page #main-wrapper #main article.founder-stories .promo .related .rel-item h2 a{font-weight:500;color:#000}div#page-wrapper #page #main-wrapper #main article.post .promo .related .rel-item h2 a:hover,div#page-wrapper #page #main-wrapper #main article.print-edition .promo .related .rel-item h2 a:hover,div#page-wrapper #page #main-wrapper #main article div.type-attachment .promo .related .rel-item h2 a:hover,div#page-wrapper #page #main-wrapper #main article.gsc-result .promo .related .rel-item h2 a:hover,div#page-wrapper #page #main-wrapper #main article.page .promo .related .rel-item h2 a:hover,div#page-wrapper #page #main-wrapper #main article.slideshow .promo .related .rel-item h2 a:hover,div#page-wrapper #page #main-wrapper #main article.founder-stories .promo .related .rel-item h2 a:hover{text-decoration:none}div#page-wrapper #page #main-wrapper #main article.post .promo .related .rel-item.third,div#page-wrapper #page #main-wrapper #main article.print-edition .promo .related .rel-item.third,div#page-wrapper #page #main-wrapper #main article div.type-attachment .promo .related .rel-item.third,div#page-wrapper #page #main-wrapper #main article.gsc-result .promo .related .rel-item.third,div#page-wrapper #page #main-wrapper #main article.page .promo .related .rel-item.third,div#page-wrapper #page #main-wrapper #main article.slideshow .promo .related .rel-item.third,div#page-wrapper #page #main-wrapper #main article.founder-stories .promo .related .rel-item.third{margin-right:0}div#page-wrapper #page #main-wrapper #main article.post .promo .seemore,div#page-wrapper #page #main-wrapper #main article.print-edition .promo .seemore,div#page-wrapper #page #main-wrapper #main article div.type-attachment .promo .seemore,div#page-wrapper #page #main-wrapper #main article.gsc-result .promo .seemore,div#page-wrapper #page #main-wrapper #main article.page .promo .seemore,div#page-wrapper #page #main-wrapper #main article.slideshow .promo .seemore,div#page-wrapper #page #main-wrapper #main article.founder-stories .promo .seemore{text-align:center;padding:20px 0}div#page-wrapper #page #main-wrapper #main article.post .promo .seemore a,div#page-wrapper #page #main-wrapper #main article.print-edition .promo .seemore a,div#page-wrapper #page #main-wrapper #main article div.type-attachment .promo .seemore a,div#page-wrapper #page #main-wrapper #main article.gsc-result .promo .seemore a,div#page-wrapper #page #main-wrapper #main article.page .promo .seemore a,div#page-wrapper #page #main-wrapper #main article.slideshow .promo .seemore a,div#page-wrapper #page #main-wrapper #main article.founder-stories .promo .seemore a{text-transform:uppercase;color:#000;font-weight:500;font-family:Arial, Helvetica, sans-serif}div#page-wrapper #page #main-wrapper #main article.post .promo .seemore a:hover,div#page-wrapper #page #main-wrapper #main article.print-edition .promo .seemore a:hover,div#page-wrapper #page #main-wrapper #main article div.type-attachment .promo .seemore a:hover,div#page-wrapper #page #main-wrapper #main article.gsc-result .promo .seemore a:hover,div#page-wrapper #page #main-wrapper #main article.page .promo .seemore a:hover,div#page-wrapper #page #main-wrapper #main article.slideshow .promo .seemore a:hover,div#page-wrapper #page #main-wrapper #main article.founder-stories .promo .seemore a:hover{text-decoration:none}div#page-wrapper #page #main-wrapper #main article.post .entry-top-share .rubric,div#page-wrapper #page #main-wrapper #main article.post .entry-bottom-share .rubric,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-top-share .rubric,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-bottom-share .rubric,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-top-share .rubric,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-bottom-share .rubric,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-top-share .rubric,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-bottom-share .rubric,div#page-wrapper #page #main-wrapper #main article.page .entry-top-share .rubric,div#page-wrapper #page #main-wrapper #main article.page .entry-bottom-share .rubric,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-top-share .rubric,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-bottom-share .rubric,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-top-share .rubric,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-bottom-share .rubric{font-family:Helvetica,Arial,sans-serif}div#page-wrapper #page #main-wrapper #main article.post .entry-top-share .sharedaddy,div#page-wrapper #page #main-wrapper #main article.post .entry-bottom-share .sharedaddy,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-top-share .sharedaddy,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-bottom-share .sharedaddy,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-top-share .sharedaddy,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-bottom-share .sharedaddy,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-top-share .sharedaddy,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-bottom-share .sharedaddy,div#page-wrapper #page #main-wrapper #main article.page .entry-top-share .sharedaddy,div#page-wrapper #page #main-wrapper #main article.page .entry-bottom-share .sharedaddy,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-top-share .sharedaddy,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-bottom-share .sharedaddy,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-top-share .sharedaddy,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-bottom-share .sharedaddy{clear:none}div#page-wrapper #page #main-wrapper #main article.post .entry-top-share .sharedaddy .sd-title,div#page-wrapper #page #main-wrapper #main article.post .entry-bottom-share .sharedaddy .sd-title,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-top-share .sharedaddy .sd-title,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-bottom-share .sharedaddy .sd-title,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-top-share .sharedaddy .sd-title,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-bottom-share .sharedaddy .sd-title,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-top-share .sharedaddy .sd-title,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-bottom-share .sharedaddy .sd-title,div#page-wrapper #page #main-wrapper #main article.page .entry-top-share .sharedaddy .sd-title,div#page-wrapper #page #main-wrapper #main article.page .entry-bottom-share .sharedaddy .sd-title,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-top-share .sharedaddy .sd-title,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-bottom-share .sharedaddy .sd-title,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-top-share .sharedaddy .sd-title,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-bottom-share .sharedaddy .sd-title{display:none}div#page-wrapper #page #main-wrapper #main article.post .entry-top-share .sharedaddy .sd-block .sd-content,div#page-wrapper #page #main-wrapper #main article.post .entry-bottom-share .sharedaddy .sd-block .sd-content,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-top-share .sharedaddy .sd-block .sd-content,div#page-wrapper #page #main-wrapper #main article.print-edition .entry-bottom-share .sharedaddy .sd-block .sd-content,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-top-share .sharedaddy .sd-block .sd-content,div#page-wrapper #page #main-wrapper #main article div.type-attachment .entry-bottom-share .sharedaddy .sd-block .sd-content,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-top-share .sharedaddy .sd-block .sd-content,div#page-wrapper #page #main-wrapper #main article.gsc-result .entry-bottom-share .sharedaddy .sd-block .sd-content,div#page-wrapper #page #main-wrapper #main article.page .entry-top-share .sharedaddy .sd-block .sd-content,div#page-wrapper #page #main-wrapper #main article.page .entry-bottom-share .sharedaddy .sd-block .sd-content,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-top-share .sharedaddy .sd-block .sd-content,div#page-wrapper #page #main-wrapper #main article.slideshow .entry-bottom-share .sharedaddy .sd-block .sd-content,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-top-share .sharedaddy .sd-block .sd-content,div#page-wrapper #page #main-wrapper #main article.founder-stories .entry-bottom-share .sharedaddy .sd-block .sd-content{float:none;width:100%;text-align:right;text-transform:capitalize}div#page-wrapper #page #main-wrapper #main article.tag-gallery2{position:relative;padding-bottom:0px}div#page-wrapper #page #main-wrapper #main article.tag-gallery2 h2.entry-title{width:510px;display:inline;padding:15px;position:absolute;bottom:0px;left:0;background:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";filter:alpha(opacity=75);opacity:.75}div#page-wrapper #page #main-wrapper #main article.tag-gallery2 h2.entry-title a{color:#fff !important}div#page-wrapper #page #main-wrapper #main article.tag-gallery2 .entry-summary{display:none}div#page-wrapper #page #main-wrapper #main article.tag-gallery2 .gallery2-loop-thumbs{margin:0px 0px 10px 0px}div#page-wrapper #page #main-wrapper #main article.tag-gallery2 .gallery2-loop-thumbs a{margin:0px 22px 0px 0px}div#page-wrapper #page #main-wrapper #main article.tag-gallery2 .gallery2-loop-thumbs a img{padding-bottom:22px}div#page-wrapper #page #main-wrapper #main article.post.sponsored{background:#E1EFFB;margin:-2px 0 0;padding:15px 12px 0;border-top:solid 1px #B3B6B5}div#page-wrapper #page #main-wrapper #main article.post.sponsored .entry-title{padding:8px 0}div#page-wrapper #page #main-wrapper #main article.post.sponsored .entry-summary{clear:none}div#page-wrapper #page #main-wrapper #main article.post.sponsored a.call_to_action{font-weight:bold}div#page-wrapper #page #main-wrapper #main .marquee-ad{margin-top:1px;background-color:#FFFFFF}div#page-wrapper #page #main-right-sidebar{float:right;padding:22px 0 0;width:300px}div#page-wrapper #page #main-right-sidebar.slideshow{margin-top:0}div#page-wrapper #page #main-right-sidebar aside{margin-bottom:15px;clear:both}div#page-wrapper #page #main-right-sidebar aside.right-ad{margin-bottom:0}div#page-wrapper #page #main-right-sidebar aside.right-ad>div{margin-bottom:15px}div#page-wrapper #page #main-right-sidebar #up-next{margin:0 0 15px}div#page-wrapper #page #main-right-sidebar #up-next h2 a{font-family:Georgia,"Times New Roman",serif;font-size:21px;font-weight:bold;color:#000}div#page-wrapper #page #main-right-sidebar #mailing-list-form-wrapper h2{margin-bottom:10px;font-family:"PT Sans Narrow",sans-serif;font-size:14px;font-weight:bold;text-transform:uppercase}div#page-wrapper #page #main-right-sidebar #mailing-list-form-wrapper div.ml-form{margin-bottom:10px;overflow:auto}div#page-wrapper #page #main-right-sidebar #mailing-list-form-wrapper input{width:210px;height:23px;float:left;padding:5px 10px 5px 10px;margin:0px;border:0;font-family:Georgia, serif;border-right:none;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-left:solid 1px #ccc;font-size:14px;font-style:italic;color:#444;background:#fff}div#page-wrapper #page #main-right-sidebar #mailing-list-form-wrapper .tips-tip{font-size:12px;color:#444;font-style:italic;display:none;margin:5px 0;padding:0}div#page-wrapper #page #main-right-sidebar #mailing-list-form-wrapper .tips-success{font-size:14px;font-style:italic;padding:10px;width:278px;border:solid 1px #ccc;text-align:center;color:#444}div#page-wrapper #page #main-right-sidebar #mailing-list-form-wrapper textarea{border:solid 1px #ccc;font-size:13px;padding:5px;width:288px;height:130px;color:#444}div#page-wrapper #page #main-right-sidebar #mailing-list-form-wrapper a#ml-form-send-button,div#page-wrapper #page #main-right-sidebar #mailing-list-form-wrapper a#ml-form-tips-button{width:68px;height:35px;display:block;float:left;margin:0px;background-color:#000;color:#fff;font-family:"PT Sans Narrow",sans-serif;font-weight:bold;font-size:12px;text-align:center;line-height:35px;text-transform:uppercase}div#page-wrapper #page #main-right-sidebar #most-popular{z-index:1000;position:relative;font-family:Georgia,"Times New Roman",serif;font-weight:bold}div#page-wrapper #page #main-right-sidebar #most-popular h2{padding:9px 0 5px;border-top:10px solid #000;font-size:21px}div#page-wrapper #page #main-right-sidebar #most-popular ul li{padding:5px 0}div#page-wrapper #page #main-right-sidebar #most-popular ul li a{font-size:12px;line-height:16px;color:#000}div#page-wrapper #page #main-right-sidebar #most-popular ul li .post-stats{display:none}div#page-wrapper #page #network{clear:both;display:block;width:950px;padding-top:35px}div#page-wrapper #page #network h2{width:950px;height:50px;background-position:0 -22px;margin:0 0 5px 0;text-indent:-9999px}div#page-wrapper #page #network ul#wire{list-style-type:none;padding:0px 0px 50px 0px;margin:0 auto;overflow:auto}div#page-wrapper #page #network ul#wire li{border-right:solid 1px #B3B6B5;padding:0 8px;min-height:240px;margin:0;width:175px;float:left}div#page-wrapper #page #network ul#wire li a.wire-title{font-family:Georgia,"Times New Roman",serif;text-align:left;color:#000;font-size:15px;line-height:18px}div#page-wrapper #page #network ul#wire li a.wire-image{display:block;text-align:center}div#page-wrapper #page #network ul#wire li a.wire-image img{margin:0px 0px 5px 0px;max-width:175px}div#page-wrapper #page #network ul#wire li .rubric-block{display:block}div#page-wrapper #page #network ul#wire li.first{padding-left:0}div#page-wrapper #page #network ul#wire li.last{border-right:none;padding-right:0}div#page-wrapper #page #network ul#wire li.has-image h3 a{font-size:17px;line-height:19px;color:#000}div#page-wrapper #page #network ul#wire li.no-image h3 a{font-size:22px;line-height:24px;color:#000}div#page-wrapper #page.no-head #features #features-right-wrapper{margin-top:25px}div#page-wrapper #page.no-head #main-wrapper{border-top:none}#footer{width:100%;background:#000;clear:both;position:relative}#footer.skin{width:1000px;margin:0 auto;border-left:1px solid #DDE9E9;border-right:1px solid #DDE9E9}#footer div#footer-inner-wrapper{width:1000px;margin:0px auto;padding:30px 0px 0px 0px;text-align:center}#footer div#footer-inner-wrapper a#footer-logo{text-indent:-9999px;display:block;float:left}#footer div#footer-inner-wrapper #footer-ad{text-align:center;margin:10px auto}#footer div#footer-inner-wrapper ul#pages{list-style-type:none;margin:15px 0px 0px 0px;padding:0px 0px 0px 0;display:block}#footer div#footer-inner-wrapper ul#pages li{display:inline;margin:0;padding:0}#footer div#footer-inner-wrapper ul#pages li a{padding:0px 0px 0px 8px;font-size:1.1em;margin:0;color:#AAA}.print-single #main-wrapper{width:98%;margin:1%}.gs-per-result-labels,.gsc-resultsHeader,.gsc-search-box,.gs-watermark,.gs-visibleUrl-long,.gsc-tabdInactive,.gsc-tabsAreaInvisible{display:none}.gsc-cursor-box{text-align:right;padding:5px 0}.gsc-cursor-box .gsc-cursor-page{display:inline;padding:3px;cursor:pointer;margin-right:5px;font-family:Helvetica,Arial,sans-serif}h2.search-results{font-size:18px;padding:15px 0}#gse-output{width:625px}.gsc-tabsArea{overflow:auto}.gsc-tabsArea .gsc-tabHeader{float:left;padding:3px 6px;margin:0 7px 0 0;cursor:pointer;background:#efefef;border:solid 1px #ddd;font-family:Helvetica,Arial,sans-serif;font-size:15px}.gsc-tabsArea .gsc-tabhActive{color:#fff}.gcsc-branding{margin:20px 0 30px 0}.gs-visibleUrl-short{color:#777;padding:10px 0;font-size:12px;font-family:Helvetica,Arial,sans-serif}.gsc-result{padding:10px 0}.gsc-result .gs-title a{font-size:19px;line-height:21px}#post-pager{padding:10px 0;margin:10px 0;text-align:right}#post-pager li{list-style-type:none;margin-left:5px;padding:0;display:inline;font-family:Helvetica,Arial,sans-serif;font-size:16px;text-transform:uppercase}#post-pager li a{font-family:Helvetica,Arial,sans-serif;font-size:16px;text-transform:uppercase}#post-pager li.all-link{margin-left:20px;padding:1px}#follow-wrapper{overflow:hide;height:36px;padding:0px 0px 10px 0px;margin:0 0px 15px 0px}#follow-wrapper p.follow{float:left;width:58px;height:18px;margin:11px 13px 0px 0;background-position:0 -834px;text-indent:-9999px}#follow-wrapper a.twitter,#follow-wrapper a.rss,#follow-wrapper a.facebook{float:left;width:30px;height:30px;margin:3px 8px 0px 0px;display:block;text-indent:-9999px}#follow-wrapper a.twitter{background-position:0 -1067px}#follow-wrapper a.rss{background-position:0 -1037px}#follow-wrapper a.facebook{background-position:0 -1097px}#follow-wrapper p.separator{height:30px;width:1px;border-left:1px solid #AAA;float:right;margin:3px 0;padding:0}#follow-wrapper a.tip-us{float:right;width:86px;height:30px;margin:3px 0px 3px 18px;display:block;text-indent:-9999px}#features-right-wrapper #follow-wrapper{margin-top:0;border-bottom:solid 1px #B3B6B5;margin-bottom:0}#must-reads h2{background-position:0 -299px}#print-edition{margin:30px 0px 15px 0px;width:300px}#print-edition:after{content:".";display:block;height:0;clear:both;visibility:hidden}#print-edition h2{background-position:0 -323px;width:140px;height:124px;text-indent:-9999px;float:left;margin:0px 10px 0px 0px}#print-edition .cover{float:right;margin:0px 0px 0px 0px;clear:right}#recent-print-editions{margin:25px 0px 25px 0px}#recent-print-editions:after{content:".";display:block;height:0;clear:both;visibility:hidden}#recent-print-editions h2{background-position:0 -158px;width:423px;height:20px;text-indent:-9999px;margin:0px 0px 15px 0px}#recent-print-editions img{width:115px;float:left;margin:0px 10px 0px 0px}#must-reads,#blogroll{margin:30px 0px 0px 0px;width:300px}#must-reads h2,#blogroll h2{width:300px;height:24px;text-indent:-9999px}#must-reads ul,#blogroll ul{list-style-type:none;margin:10px 0;border-top:solid 10px #000;border-bottom:solid 10px #000;padding:20px 0 20px 0}#must-reads ul li,#blogroll ul li{padding:0 0 30px 0px;margin:0}#must-reads ul li h3 a,#blogroll ul li h3 a{font-size:1.2em;color:#000}#must-reads ul li p,#blogroll ul li p{margin-top:5px}#must-reads ul li p a,#blogroll ul li p a{color:#898C8B;font-size:13px;line-height:17px;font-family:Helvetica,Arial,sans-serif;font-weight:bold}#must-reads ul li:last-child,#blogroll ul li:last-child{padding:0px}#blogroll ul{border-top:0;border-bottom:solid 1px #000;padding-top:0}#blogroll ul li{padding-bottom:0}#blogroll ul li h3 a{line-height:1.5em;font-size:1em;color:#949494;font-family:Arial, Helvetica, sans-serif}#blogroll h2{width:230px;height:27px;background-position:0 -563px}.right-ad>div{padding:0 0 25px 0}.feed-main{display:none;position:absolute;top:30px;right:0;width:28px;height:28px;background-position:0 -670px;text-indent:-9999px}.has-border h1.page-title{font-family:Arial, Helvetica;padding:0 0 3px 0;border-bottom:solid 3px #000;margin:30px 0 15px 0}#author-description{padding:10px}#disqus_thread{padding:10px}.dsq-brlink{display:none}#dsq-comments{width:610px}#dsq-content .dsq-comment-text{font-size:13px;color:#666;font-weight:normal}.more-articles-link{width:150px;margin:20px auto 40px auto}.more-articles-link a{display:block;background-color:#000;color:#fff;font-family:"PT Sans Narrow",sans-serif;font-weight:bold;font-size:14px;text-transform:uppercase;text-align:center;padding:8px}.more-articles-link a.loading{background:url(/wp-content/themes/vip/newyorkobserver/stylesheets/../images/ajax-loader.gif);width:16px;height:16px;padding:0;margin:0 auto;text-indent:-999px}.loop .slideshow .rubric-block,.loop .tag-gallery2 .rubric-block{height:18px;line-height:18px;background:url(/wp-content/themes/vip/newyorkobserver/stylesheets/../images/camera.png) 3px 2px no-repeat;padding:3px 6px 0 33px}.loop .slideshow .rubric-block.inverted,.loop .tag-gallery2 .rubric-block.inverted{background:url(/wp-content/themes/vip/newyorkobserver/stylesheets/../images/camera-inverted.png) 3px 2px no-repeat}.dsq-comment-text{font-size:1.2em}.dsq-comment-header-meta-wrapper,.dsq-comments-title h3,.dsq-new-post h3,.dsq-options{font-family:Arial, Helvetica, sans-serif;font-size:1.1em}p.error,p.notice{clear:both;display:block;font-size:13px;line-height:17px;font-family:Helvetica,Arial,sans-serif;font-weight:bold;padding:5px 0px 0px 0px}.error{color:#900}.nyo-media-credit{font-style:italic}#subscribe{margin-bottom:15px}#commercial-observer-archives{margin:0px 0px 10px 0px}iframe{overflow:hidden}.the-pitch-teaser{border:solid 1px #31a7ad;border-bottom:0}.the-pitch-teaser.jaguar{border:solid 1px #820a14}.the-pitch-teaser h2{text-transform:uppercase;color:#f2674b;font-size:13px;font-weight:bold;padding:5px;border-bottom:solid 1px #31a7ad;font-family:Arial, Helvetica, sans-serif}.the-pitch-teaser.jaguar h2{color:#820a14;border-bottom:solid 1px #820a14}.the-pitch-teaser .pitch-post{padding:5px;border-bottom:solid 1px #31a7ad;overflow:auto}.the-pitch-teaser.jaguar .pitch-post{border-bottom:solid 1px #820a14}.the-pitch-teaser .pitch-post img{float:left}.the-pitch-teaser .pitch-post p,.the-pitch-teaser .pitch-post h3{margin-left:88px}.the-pitch-teaser .pitch-post h3 a{color:#000;font-size:18px;text-decoration:none}.the-pitch-teaser .pitch-post p{padding:10px 0}.the-pitch-teaser .pitch-post p a.more{text-transform:uppercase;font-weight:bold;font-size:13px;font-family:Arial, Helvetica, sans-serif}.the-pitch-teaser.jaguar p a.more{color:#820a14}#up-next p.ben-lerer{margin:12px 0}#up-next p.ben-lerer a{font-weight:bold;font-size:13px;font-family:Arial, Helvetica, sans-serif}#upnext.pitch-upnext{background:url(/wp-content/themes/vip/newyorkobserver/stylesheets/more-pitches.png) top left no-repeat;width:136px}.the-pitch-teaser .pitch-post.no-image p,.the-pitch-teaser .pitch-post.no-image h3{margin-left:0}#wpcom-vip{padding:10px auto;text-align:center}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}#main-right-sidebar #one-click-follow{margin-bottom:10px;overflow:auto}#main-right-sidebar #one-click-follow .tw,#main-right-sidebar #one-click-follow .fb{float:left;margin-right:10px}#main-right-sidebar #right_sidebar{margin:25px 0}#pushdown_ad{margin:0 -10px;width:970px}#cradleDiv{display:none !important}#respond span{display:block !important}#special-editions a{width:150px;height:230px;float:left;margin-right:6px;display:block;text-align:center}#special-editions a#scribdlink{margin-right:0;display:inline;float:none}#special-editions a img{width:150px;height:189px}#special-editions h2{clear:left;font-size:26px;padding:10px 0}#special-editions br{display:none}#menu-icon,#mobile-search,#search-icon,.mobile-tips,.term-feature-pic-mobile{display:none}aside#rrail-video-wrapper{padding:0 0 25px;position:relative}aside#rrail-video-wrapper div#rrail-video{height:250px;width:300px;position:relative}aside#rrail-video-wrapper div#rrail-video a#video-link{width:100%;height:89px;position:absolute;display:block}aside#rrail-video-wrapper div#rrail-video>div{left:15px;top:89px;position:absolute;width:270px;height:151px}aside#rrail-video-wrapper #ad-overlay{width:100%;height:151px;position:absolute;top:89px;left:0;text-align:center;z-index:99999}aside#rrail-video-wrapper #ad-overlay #ad-icon-container{position:relative;height:100%}aside#rrail-video-wrapper #ad-overlay #ad-icon-container a{display:inline-block;color:#fff;font-family:Arial;font-size:14px;text-decoration:none}aside#rrail-video-wrapper #ad-overlay #ad-icon-container a #ad-icon{width:70px;height:70px;margin:auto;position:relative;display:block;background-image:url("/wp-content/themes/vip/newyorkobserver/images/audio.png");background-repeat:no-repeat;background-position:0 0}aside#rrail-video-wrapper #ad-overlay #ad-icon-container a:hover #ad-icon,aside#rrail-video-wrapper #ad-overlay #ad-icon-container a.on #ad-icon,aside#rrail-video-wrapper #ad-overlay #ad-icon-container a.on:hover #ad-icon{background-position:0 -70px}aside#rrail-video-wrapper #ad-overlay #ad-icon-container a #ad-text{width:83px;margin:auto;display:block;margin-top:5px;text-shadow:0px 2px 2px #000;line-height:20px}body.tax-nyo_category header #logobar-wrapper{border-bottom:none;padding-bottom:0}body.tax-nyo_category header #logobar-wrapper #logobar{border:none}body.tax-nyo_category header #logobar-wrapper #logobar #trending-bar{padding-bottom:7px}body.tax-nyo_category #page-wrapper{background-color:#fff}body.tax-nyo_category #page-wrapper #page{padding:0;border-top:15px solid #fff;border-left:none;border-right:none}body.tax-nyo_category #page-wrapper #page #main-wrapper #main,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full{border:none}body.tax-nyo_category #page-wrapper #page #main-wrapper #main #term-header #term-pic,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full #term-header #term-pic,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main #term-header #term-pic,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-pic{float:left;width:136px;height:130px;margin:-23px 5px 0 0}body.tax-nyo_category #page-wrapper #page #main-wrapper #main #term-header #term-meta,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full #term-header #term-meta,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main #term-header #term-meta,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-meta{float:left;width:464px}body.tax-nyo_category #page-wrapper #page #main-wrapper #main #term-header #term-meta #term-topic,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full #term-header #term-meta #term-topic,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main #term-header #term-meta #term-topic,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-meta #term-topic{padding:10px 0 3px 0;display:block}body.tax-nyo_category #page-wrapper #page #main-wrapper #main #term-header #term-meta #term-title,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full #term-header #term-meta #term-title,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main #term-header #term-meta #term-title,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-meta #term-title{font-weight:bold;font-family:"Georgia", "Times New Roman", serif;font-size:24px;padding:0 0 5px 0}body.tax-nyo_category #page-wrapper #page #main-wrapper #main #term-header #term-meta #term-description,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full #term-header #term-meta #term-description,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main #term-header #term-meta #term-description,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-meta #term-description{-webkit-font-smoothing:antialiased;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;font-weight:bold;font-size:12px;color:#898b87;padding:0 0 10px 0}body.tax-nyo_category #page-wrapper #page #main-wrapper #main #term-header #term-sponsor,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full #term-header #term-sponsor,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main #term-header #term-sponsor,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-sponsor{text-align:right;min-height:1px;clear:left}body.tax-nyo_category #page-wrapper #page #main-wrapper #main #term-header #term-sponsor a,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full #term-header #term-sponsor a,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main #term-header #term-sponsor a,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-sponsor a{color:#898b87;font-size:10px;text-align:right;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;font-weight:bold}body.tax-nyo_category #page-wrapper #page #main-wrapper #main #term-header #term-sponsor .sponsor,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full #term-header #term-sponsor .sponsor,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main #term-header #term-sponsor .sponsor,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-sponsor .sponsor{max-width:300px;max-height:100px;margin-top:20px}body.tax-nyo_category #page-wrapper #page #main-wrapper #main .term-feature-pic img,body.tax-nyo_category #page-wrapper #page #main-wrapper #main img.term-feature-pic,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full .term-feature-pic img,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full img.term-feature-pic,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main .term-feature-pic img,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main img.term-feature-pic,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full .term-feature-pic img,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full img.term-feature-pic{width:100%;margin:20px 0;max-width:600px}body.tax-nyo_category #page-wrapper #page #main-wrapper #main div.term-feature-pic,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full div.term-feature-pic,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main div.term-feature-pic,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full div.term-feature-pic{width:600px;margin:20px 0}body.tax-nyo_category #page-wrapper #page #main-wrapper #main div.term-feature-pic p,body.tax-nyo_category #page-wrapper #page #main-wrapper #main div.term-feature-pic p span,body.tax-nyo_category #page-wrapper #page #main-wrapper #main div.term-feature-pic p span iframe,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full div.term-feature-pic p,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full div.term-feature-pic p span,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full div.term-feature-pic p span iframe,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main div.term-feature-pic p,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main div.term-feature-pic p span,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main div.term-feature-pic p span iframe,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full div.term-feature-pic p,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full div.term-feature-pic p span,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full div.term-feature-pic p span iframe{width:100%}body.tax-nyo_category #page-wrapper #page #main-wrapper #main #loopwrapper article:first-child,body.tax-nyo_category #page-wrapper #page #main-wrapper #main-full #loopwrapper article:first-child,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main #loopwrapper article:first-child,body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #loopwrapper article:first-child{padding-top:20px}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width{width:100%}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full{border-bottom:1px solid #DDDDDD}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-meta{margin-bottom:10px}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-meta .share{text-align:left}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-meta .share .share-button{display:inline-block}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-meta .share .share-button:first-child{margin-right:5px}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-sponsor{clear:none}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-sponsor.no-sponsor-pic{clear:left}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-header #term-sponsor .mobile-sponsor{display:none}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-features{border-top:1px solid #DDDDDD;float:none;clear:both;height:auto;padding:10px 0 0;margin:0 0 3px;text-align:center;width:100%}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-features li{border-right:1px solid #DDDDDD;height:auto;margin:0 0 10px;padding:5px 20px;width:270px;display:inline-block;vertical-align:top}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-features li:last-child{border-right:none}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-features li a.rubric-block{margin-bottom:3px;display:inline-block}body.tax-nyo_category #page-wrapper #page #main-wrapper-full-width #main-full #term-features li a.term-feature-title{color:#666;text-transform:uppercase;font-family:Georgia,"Times New Roman",serif}.mayorial-infographic #main-wrapper{width:auto}.mayorial-infographic #col-1,.mayorial-infographic #col-2,.mayorial-infographic #col-3{width:300px;float:left;margin-bottom:25px}.mayorial-infographic #col-1 .r1,.mayorial-infographic #col-2 .r1,.mayorial-infographic #col-3 .r1{height:410px}.mayorial-infographic #col-1 .r1,.mayorial-infographic #col-1 .r2,.mayorial-infographic #col-1 .r3,.mayorial-infographic #col-2 .r1,.mayorial-infographic #col-2 .r2,.mayorial-infographic #col-2 .r3,.mayorial-infographic #col-3 .r1,.mayorial-infographic #col-3 .r2,.mayorial-infographic #col-3 .r3{background-image:url("/wp-content/themes/vip/newyorkobserver/images/mayoral-infographic.png");width:300px;clear:left;margin-top:20px}.mayorial-infographic #col-1 .r1 a,.mayorial-infographic #col-1 .r2 a,.mayorial-infographic #col-1 .r3 a,.mayorial-infographic #col-2 .r1 a,.mayorial-infographic #col-2 .r2 a,.mayorial-infographic #col-2 .r3 a,.mayorial-infographic #col-3 .r1 a,.mayorial-infographic #col-3 .r2 a,.mayorial-infographic #col-3 .r3 a{display:block;width:300px;text-indent:-9999px}.mayorial-infographic #col-1 .r1 a:hover,.mayorial-infographic #col-1 .r2 a:hover,.mayorial-infographic #col-1 .r3 a:hover,.mayorial-infographic #col-2 .r1 a:hover,.mayorial-infographic #col-2 .r2 a:hover,.mayorial-infographic #col-2 .r3 a:hover,.mayorial-infographic #col-3 .r1 a:hover,.mayorial-infographic #col-3 .r2 a:hover,.mayorial-infographic #col-3 .r3 a:hover{background-image:url("/wp-content/themes/vip/newyorkobserver/images/mayoral-infographic.png")}.mayorial-infographic #col-1{margin-right:25px}.mayorial-infographic #col-1 .r1{background-image:none}.mayorial-infographic #col-1 .r1 .c1{margin:0 0 10px;width:300px;height:81px;background-position:0 0;background-image:url("/wp-content/themes/vip/newyorkobserver/images/mayoral-infographic.png")}.mayorial-infographic #col-1 .r1 .c2 a,.mayorial-infographic #col-1 .r1 .c2 p,.mayorial-infographic #col-1 .r1 .c3 a,.mayorial-infographic #col-1 .r1 .c3 p{text-indent:0px;font-family:Helvetica, arial, sans-serif;color:#000;text-transform:uppercase}.mayorial-infographic #col-1 .r1 .c2 a:hover,.mayorial-infographic #col-1 .r1 .c2 p:hover,.mayorial-infographic #col-1 .r1 .c3 a:hover,.mayorial-infographic #col-1 .r1 .c3 p:hover{background-image:none}.mayorial-infographic #col-1 .r1 .c2{background-color:#f2eee3;width:300px;padding:10px 0;margin-bottom:10px}.mayorial-infographic #col-1 .r1 .c2 .img{background-image:url("/wp-content/themes/vip/newyorkobserver/images/mayoral-infographic.png");background-position:0 -2032px;width:280px;height:140px;margin:0 10px 10px}.mayorial-infographic #col-1 .r1 .c2 a{font-weight:bold;display:inline}.mayorial-infographic #col-1 .r1 .c2 a:hover{color:#ff0000}.mayorial-infographic #col-1 .r1 .c2 p{font-size:13px;margin:0 10px;line-height:17px}.mayorial-infographic #col-1 .r1 .c3 a{background-color:#f2eee3;float:left;width:140px;height:16px;margin:0 0 4px 0;padding:7px 0 0 8px;font-size:11px;font-weight:bold}.mayorial-infographic #col-1 .r1 .c3 a:nth-child(odd){margin-right:4px;clear:left}.mayorial-infographic #col-1 .r1 .c3 a:hover{color:#ff0000}.mayorial-infographic #col-1 .r1 .c3 a:first-child{color:#ff0000}.mayorial-infographic #col-1 .r1 .c3 a:first-child:hover{color:#000}.mayorial-infographic #col-1 .r2{height:399px;background-position:0 -81px}.mayorial-infographic #col-1 .r2 .c1 a{float:left;width:150px;height:203px}.mayorial-infographic #col-1 .r2 .c1 a:hover{background-position:-300px -81px}.mayorial-infographic #col-1 .r2 .c2 a{float:left;width:150px;height:203px}.mayorial-infographic #col-1 .r2 .c2 a:hover{background-position:-450px -81px}.mayorial-infographic #col-1 .r2 .c3 a{clear:left;width:300px;height:187px}.mayorial-infographic #col-1 .r2 .c3 a:hover{background-position:-300px -284px}.mayorial-infographic #col-2{margin-right:25px}.mayorial-infographic #col-2 .r1{background-image:none}.mayorial-infographic #col-2 .r1 p{font-family:Helvetica, arial, sans-serif;font-size:11px;line-height:15px;margin-bottom:10px}.mayorial-infographic #col-2 .r1 p b.red{text-transform:uppercase;color:#ff0000}.mayorial-infographic #col-2 .r1 p.page-credit{font-size:8px;line-height:9px}.mayorial-infographic #col-2 .r1 div.c1{background-image:url("/wp-content/themes/vip/newyorkobserver/images/mayoral-infographic.png");background-position:0 -673px;width:300px;height:195px}.mayorial-infographic #col-2 .r1 div.c1 a{height:195px}.mayorial-infographic #col-2 .r1 div.c1 a:hover{background-position:-300px -673px}.mayorial-infographic #col-2 .r2{background-position:0 -869px;height:390px}.mayorial-infographic #col-2 .r2 .c1 a,.mayorial-infographic #col-2 .r2 .c2 a,.mayorial-infographic #col-2 .r2 .c3 a,.mayorial-infographic #col-2 .r2 .c4 a{float:left;width:150px;height:195px}.mayorial-infographic #col-2 .r2 .c1 a:hover{background-position:-300px -869px}.mayorial-infographic #col-2 .r2 .c2 a:hover{background-position:-450px -869px}.mayorial-infographic #col-2 .r2 .c3 a:hover{background-position:-300px -1064px}.mayorial-infographic #col-2 .r2 .c4 a:hover{background-position:-450px -1064px}.mayorial-infographic #col-3 .r1{height:185px;background-image:url("/wp-content/themes/vip/newyorkobserver/images/mayoral-infographic.png");background-position:0 -1260px}.mayorial-infographic #col-3 .r1:hover{background-position:-300px -1260}.mayorial-infographic #col-3 .r1 iframe{margin:10px}.mayorial-infographic #col-3 .r2{background-position:0 -1445px;height:196px;margin-top:29px}.mayorial-infographic #col-3 .r2 a{height:196px}.mayorial-infographic #col-3 .r2 a:hover{background-position:-300px -1445px}.mayorial-infographic #col-3 .r3{background-position:0 -1641px;height:390px}.mayorial-infographic #col-3 .r3 .c1 a{float:left;width:150px;height:390px}.mayorial-infographic #col-3 .r3 .c1 a:hover{background-position:-300px -1641px}.mayorial-infographic #col-3 .r3 .c2 a{float:left;width:150px;height:390px}.mayorial-infographic #col-3 .r3 .c2 a:hover{background-position:-450px -1641px}.mayorial-infographic #credits{font-size:8px;line-height:7px;font-family:Helvetica, arial, sans-serif;color:#000;text-transform:uppercase;clear:left;margin:20px 0 5px}.mayorial-infographic #navbtn{display:none}.mayorial-infographic div.sharedaddy div.sd-block{border:none}@media screen and (max-width: 640px){.mayorial-infographic{padding:0}.mayorial-infographic .entry-bottom-share,.mayorial-infographic #footer{width:300px;margin:0 auto}.mayorial-infographic #network,.mayorial-infographic #footer-inner-wrapper,.mayorial-infographic header,.mayorial-infographic #pushdown_ad{display:none}.mayorial-infographic #page-wrapper,.mayorial-infographic #page-wrapper #page{padding:0;border:none;width:auto}.mayorial-infographic #page-wrapper #navbtn,.mayorial-infographic #page-wrapper #page #navbtn{display:block;background-color:#f2eee3;height:30px;width:300px;margin-bottom:4px}.mayorial-infographic #page-wrapper #navbtn a,.mayorial-infographic #page-wrapper #page #navbtn a{height:30px;width:30px;float:left;margin-left:10px;display:block;background-image:url("/wp-content/themes/vip/newyorkobserver/images/mayoral-infographic.png");background-position:-570px -2141px}.mayorial-infographic #page-wrapper .c1 a:hover,.mayorial-infographic #page-wrapper .c2 a:hover,.mayorial-infographic #page-wrapper .c3 a:hover,.mayorial-infographic #page-wrapper .c4 a:hover,.mayorial-infographic #page-wrapper .r2 a:hover,.mayorial-infographic #page-wrapper #page .c1 a:hover,.mayorial-infographic #page-wrapper #page .c2 a:hover,.mayorial-infographic #page-wrapper #page .c3 a:hover,.mayorial-infographic #page-wrapper #page .c4 a:hover,.mayorial-infographic #page-wrapper #page .r2 a:hover{background-image:none}.mayorial-infographic #page-wrapper #col-1,.mayorial-infographic #page-wrapper #col-2,.mayorial-infographic #page-wrapper #col-3,.mayorial-infographic #page-wrapper #main-wrapper,.mayorial-infographic #page-wrapper #main,.mayorial-infographic #page-wrapper #page #col-1,.mayorial-infographic #page-wrapper #page #col-2,.mayorial-infographic #page-wrapper #page #col-3,.mayorial-infographic #page-wrapper #page #main-wrapper,.mayorial-infographic #page-wrapper #page #main{float:none;margin:0 auto}.mayorial-infographic #page-wrapper #col-1 .r1,.mayorial-infographic #page-wrapper #page #col-1 .r1{height:auto}.mayorial-infographic #page-wrapper #col-1 .r1 .c3,.mayorial-infographic #page-wrapper #col-1 .r1 .c2,.mayorial-infographic #page-wrapper #page #col-1 .r1 .c3,.mayorial-infographic #page-wrapper #page #col-1 .r1 .c2{display:none}.mayorial-infographic #page-wrapper #col-1 .r1 .c3 a,.mayorial-infographic #page-wrapper #page #col-1 .r1 .c3 a{width:292px;float:none;margin-right:none;font-size:16px;padding:7px 0 5px 8px}.mayorial-infographic #page-wrapper #col-1 .r2,.mayorial-infographic #page-wrapper #page #col-1 .r2{background-position:-300px -81px}.mayorial-infographic #page-wrapper #col-2 .r2,.mayorial-infographic #page-wrapper #page #col-2 .r2{background-position:-300px -869px}.mayorial-infographic #page-wrapper #col-3 .r2,.mayorial-infographic #page-wrapper #page #col-3 .r2{background-position:-300px -1445px}}.wired-city-infographic #main-wrapper{width:1000px}.wired-city-infographic div#page-wrapper #page{padding:0;width:1000px}.wired-city-infographic div#page-wrapper #page .titleimg h1 a{height:320px;text-indent:-9999px;background:url("/wp-content/themes/vip/newyorkobserver/images/wired-city-infographic-header.png") no-repeat top center;display:block}.wired-city-infographic div#page-wrapper #page #main-wrapper div.share{width:330px !important;margin:13px auto 0 !important}.wired-city-infographic div#page-wrapper #page #main-wrapper div.share div.share-button{width:48%;padding:0 1%;float:left}.wired-city-infographic div#page-wrapper #page #main-wrapper div.share div.share-button .fb_edge_widget_with_comment,.wired-city-infographic div#page-wrapper #page #main-wrapper div.share div.share-button .fb_edge_widget_with_comment>span{float:right;margin:0}.wired-city-infographic div#page-wrapper #page #main-wrapper .textcontent{padding:24px 55px 30px}.wired-city-infographic div#page-wrapper #page #main-wrapper .textcontent p{font-family:"Georgia", "Times New Roman", serif;font-size:16px;line-height:30px}.wired-city-infographic div#page-wrapper #page #main-wrapper .textcontent p.presented{text-transform:uppercase;text-align:center;font-family:Arial, Helvetica, sans-serif}.wired-city-infographic div#page-wrapper #page #main-wrapper .textcontent p span{font-weight:bold;text-transform:uppercase;font-family:Arial, Helvetica, sans-serif}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper{padding:0 20px;margin:0 auto}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box{width:240px;height:250px;float:left;margin:0 auto}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box p{font-size:12px;font-family:Arial, Helvetica, sans-serif;line-height:20px;padding:0 15px}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box p.big{font-size:49px;font-weight:bold;text-align:center;line-height:54px;margin:0}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box p a{color:#ff0000;text-decoration:none}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.one{background-position:0 -1250px}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.two{background-position:0 -500px}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.three p,.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.eight p,.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.nine p{text-align:center;margin:5px 0}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.three p.bigger,.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.eight p.bigger,.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.nine p.bigger{font-size:16px;font-weight:bold}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.four{background-position:0 -750px}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.four p{margin-left:100px;text-align:center}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.four p.big{margin:0 0 15px 0}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.five{background-position:0 -2000px}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.five p{text-align:center}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.five p.big{margin:100px 0 0}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.six{background-position:0 -1000px}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.six p.big{line-height:49px}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.six p span{font-size:16px;line-height:45px;display:block}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.seven{background-position:0 -1750px}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.seven p{text-align:center}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.seven p.big{margin-bottom:5px}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.ten{background-position:0 -250px}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.ten p{text-align:center}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.ten p.big{margin-top:110px}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.eleven{background-position:0 -1500px}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.eleven p{text-align:center}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.twelve{background-position:0 0}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.twelve p{margin-left:100px;text-align:center}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper .box.twelve p.big{margin:0 0 15px 0}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper #credit{text-transform:uppercase;text-align:center;clear:left;font-size:12px;font-family:Arial, Helvetica, sans-serif;padding:20px 0 0}.wired-city-infographic #network{border:none;margin:0 auto}@media screen and (max-width: 801px){.wired-city-infographic div#page-wrapper #page{width:100%}.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper{width:720px}}@media screen and (max-width: 784px){.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper{width:480px}}@media screen and (max-width: 534px){.wired-city-infographic div#page-wrapper #page #main-wrapper .box-wrapper{width:240px}}#web-adhesion{display:none}#web-adhesion>div{bottom:0;position:fixed;left:50%}@media screen and (max-width: 1023px){#footer{padding-bottom:90px}#web-adhesion{display:block}#web-adhesion>div{width:768px;height:90px;margin-left:-384px}}@media screen and (max-width: 767px){#footer{padding-bottom:50px}#web-adhesion{display:block}#web-adhesion>div{width:480px;height:50px;margin-left:-240px}}@media screen and (max-width: 479px){#footer{padding-bottom:50px}#web-adhesion{display:block}#web-adhesion>div{width:320px;height:50px;margin-left:-160px}}#mobile-article-bottom{width:300px;margin:0 auto}#interstitial_container div>iframe{width:100%;height:100%;position:absolute;z-index:5000}.tax-nyo_category #page-wrapper #page #main-wrapper{padding: 0;}.slideshow .rubric-block img{margin:0 5px 0 0;}form .required{color: red; }a,#slideshow .promo .related .rel-item h2 a:hover,#slideshow .promo .related .seemore a:hover,.notice,span#term-topic,#upnext,.rubric-block,.rubric-block a{color:#f15a29}.rubric-block.inverted,.rubric-block.inverted a{background-color:#f15a29;color:#fff}.betabeat-sprite,header #logobar-wrapper #logobar h1 a,header #logobar-wrapper #logobar #noteworthy,.entry-meta .comment-count,#slideshow :hover a#next-arrow,#slideshow :hover a#back-arrow{background:url('/wp-content/themes/vip/newyorkobserver/sites/betabeat/images/sprites/betabeat-sdcdf70bbab.png') no-repeat}header nav #navbar #search form div a#search-submit{background-color:#f15a29;color:#fff}header #logobar-wrapper #logobar h1 a{height:78px;width:318px;background-position:0 -393px}header #logobar-wrapper #logobar #noteworthy{background-position:0 -661px;bottom:-32px}header #logobar-wrapper #logobar #top-features{width:560px}header #logobar-wrapper #logobar #top-features li{margin:0 10px 0 0}header #logobar-wrapper #logobar #top-features li a.rubric{display:inline}header #logobar-wrapper #logobar #top-features li a.image{margin-right:10px;float:left}header #logobar-wrapper #logobar #top-features li.cadillac-ad{width:184px;height:90px}header #logobar-wrapper #logobar #trending-bar a:hover{color:#f15a29}div#page-wrapper #page #main-right-sidebar #mailing-list-form-wrapper a#ml-form-send-button,div#page-wrapper #page #main-right-sidebar #mailing-list-form-wrapper a#ml-form-tips-button{background-color:#f15a29;color:#fff}.entry-meta .comment-count{background-position:0 -838px}#slideshow :hover a#next-arrow{background-position:0 -559px}#slideshow :hover a#back-arrow{background-position:0 -610px}#slideshow #slide-forward{color:#f15a29}#slideshow #slide-backward{color:#f15a29}.loop .slideshow .rubric-block.inverted,.loop .tag-gallery2 .rubric-block.inverted{background-color:#f15a29}.pointer-link{background-color:#f15a29}.entry-content #related-posts h2{background:#f15a29}.gsc-cursor-page{color:#f15a29}.gsc-tabsArea .gsc-tabHeader.gsc-tabhActive{background:#f15a29;border:solid 1px #f15a29}.gsc-cursor-current-page{color:#000}.the-pitch-wrapper{width:600px}.the-pitch-wrapper article.post{padding-top:0}.the-pitch{margin-bottom:25px;border:solid 1px #493192}.the-pitch h2{text-indent:-9999px;background:url(/wp-content/themes/vip/newyorkobserver/sites/betabeat/stylesheets/../../../images/ads/fedex/video-header.jpg) top left no-repeat;height:168px;width:598px}.the-pitch .title-wrapper{height:110px;width:598px;background:url(/wp-content/themes/vip/newyorkobserver/sites/betabeat/stylesheets/../../../images/ads/fedex/video-footer.jpg) top left repeat-x}.the-pitch .title-wrapper h1{font:normal 26px Georgia, serif;color:#fff;padding:10px;margin:0}.the-pitch .title-wrapper h1 a{color:#fff}.the-pitch .title-wrapper .entry-top-share{padding:10px}.the-pitch .video{background:#000;width:598px;height:335px;overflow:hidden}.entry-top-share{position:relative;height:42px}.entry-top-share .groups-share{position:absolute;right:0;top:9px}body.tax-nyo_category #page-wrapper #page{border-top:15px solid #f15a29}
@font-face{font-family:'FontAwesome';src:url(/wp-content/themes/vip/newyorkobserver/stylesheets/font-awesome/css/../font/fontawesome-webfont.eot?v=3.2.1);src:url(/wp-content/themes/vip/newyorkobserver/stylesheets/font-awesome/css/../font/fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'),url(/wp-content/themes/vip/newyorkobserver/stylesheets/font-awesome/css/../font/fontawesome-webfont.woff?v=3.2.1) format('woff'),url(/wp-content/themes/vip/newyorkobserver/stylesheets/font-awesome/css/../font/fontawesome-webfont.ttf?v=3.2.1) format('truetype'),url(/wp-content/themes/vip/newyorkobserver/stylesheets/font-awesome/css/../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}
.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before{content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}
@font-face{font-family:'Font-Awesome-Social';src:url(/wp-content/themes/vip/newyorkobserver/stylesheets/font-awesome/css/../font/fontawesome-social-webfont.eot);src:url(/wp-content/themes/vip/newyorkobserver/stylesheets/font-awesome/css/../font/fontawesome-social-webfont.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/vip/newyorkobserver/stylesheets/font-awesome/css/../font/fontawesome-social-webfont.woff) format('woff'),url(/wp-content/themes/vip/newyorkobserver/stylesheets/font-awesome/css/../font/fontawesome-social-webfont.ttf) format('truetype'),url(/wp-content/themes/vip/newyorkobserver/stylesheets/font-awesome/css/../font/fontawesome-social-webfont.svg#Font-Awesome-More) format('svg');font-weight:normal;font-style:normal;}.icon-blogger-sign:before,.icon-blogger:before,.icon-delicious:before,.icon-dribbble-sign:before,.icon-dribbble-more:before,.icon-dropbox-more:before,.icon-drupal:before,.icon-evernote-sign:before,.icon-evernote:before,.icon-flickr-sign:before,.icon-flickr-more:before,.icon-forrst-sign:before,.icon-forrst:before,.icon-foursquare-sign:before,.icon-foursquare-more:before,.icon-git-fork:before,.icon-hacker-news:before,.icon-instagram-more:before,.icon-lastfm-sign:before,.icon-lastfm:before,.icon-paypal:before,.icon-picasa-sign:before,.icon-picasa:before,.icon-reddit:before,.icon-share-this-sign:before,.icon-share-this:before,.icon-skype:before,.icon-soundcloud:before,.icon-spotify:before,.icon-stack-overflow:before,.icon-tumblr-sign-more:before,.icon-tumblr-more:before,.icon-vimeo-sign:before,.icon-vimeo:before,.icon-wordpress-sign:before,.icon-wordpress:before,.icon-yelp-sign:before,.icon-yelp:before,.icon-youtube-sign-more:before,.icon-youtube-more:before{font-family:'Font-Awesome-Social';speak:none;font-style:normal;font-weight:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-dropbox-more:before{content:"\f300";}
.icon-drupal:before{content:"\f301";}
.icon-git-fork:before{content:"\f302";}
.icon-instagram-more:before{content:"\f303";}
.icon-share-this-sign:before{content:"\f304";}
.icon-share-this:before{content:"\f305";}
.icon-foursquare-sign:before{content:"\f306";}
.icon-foursquare-more:before{content:"\f307";}
.icon-hacker-news:before{content:"\f308";}
.icon-skype:before{content:"\f309";}
.icon-spotify:before{content:"\f30a";}
.icon-soundcloud:before{content:"\f30b";}
.icon-paypal:before{content:"\f30c";}
.icon-youtube-sign-more:before{content:"\f30d";}
.icon-youtube-more:before{content:"\f30e";}
.icon-reddit:before{content:"\f30f";}
.icon-blogger-sign:before{content:"\f310";}
.icon-blogger:before{content:"\f311";}
.icon-dribbble-sign:before{content:"\f312";}
.icon-dribbble-more:before{content:"\f313";}
.icon-evernote-sign:before{content:"\f314";}
.icon-evernote:before{content:"\f315";}
.icon-flickr-sign:before{content:"\f316";}
.icon-flickr-more:before{content:"\f317";}
.icon-forrst-sign:before{content:"\f318";}
.icon-forrst:before{content:"\f319";}
.icon-delicious:before{content:"\f31a";}
.icon-lastfm-sign:before{content:"\f31b";}
.icon-lastfm:before{content:"\f31c";}
.icon-picasa-sign:before{content:"\f31d";}
.icon-picasa:before{content:"\f31e";}
.icon-stack-overflow:before{content:"\f320";}
.icon-tumblr-sign-more:before{content:"\f321";}
.icon-tumblr-more:before{content:"\f322";}
.icon-vimeo-sign:before{content:"\f323";}
.icon-vimeo:before{content:"\f324";}
.icon-wordpress-sign:before{content:"\f325";}
.icon-wordpress:before{content:"\f326";}
.icon-yelp-sign:before{content:"\f327";}
.icon-yelp:before{content:"\f328";}
