img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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


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


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

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

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

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

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

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

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

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

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

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

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
body,html{overflow-x:hidden}.author-header:after,.author-header:before,.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.entry-header:after,.entry-header:before,.entry-list:after,.entry-list:before,.frontlist:after,.frontlist:before,.gallery:after,.gallery:before,.home-slider .slider-header:after,.home-slider .slider-header:before,.site-content .widget-area:after,.site-content .widget-area:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.site-info:after,.site-info:before,.tag-page-header:after,.tag-page-header:before,.term-header:after,.term-header:before,.top-menu:after,.top-menu:before{content:"";display:table}.author-header:after,.clear:after,.comment-content:after,.entry-content:after,.entry-header:after,.entry-list:after,.frontlist:after,.gallery:after,.home-slider .slider-header:after,.site-content .widget-area:after,.site-content:after,.site-footer:after,.site-header:after,.site-info:after,.tag-page-header:after,.term-header:after,.top-menu:after{clear:both}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{background:#fff;overflow-y:hidden}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}caption,td,th{font-weight:400;text-align:left}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}a img{border:0}#content{opacity:1;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.wf-loading #content{opacity:0}.wf-active #content,.wf-inactive #content{opacity:1}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);position:absolute!important;left:-1000em}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#wpstats,body:before{display:none}small,sub,sup{font-size:75%}h2,p{font-weight:400}body:before{content:"phone"}@media (min-width:600px){body:before{content:"tablet"}}@media (min-width:1025px){body:before{content:"desktop"}}body,button,input,select,textarea{color:#1a1a1a;font-family:Calluna,serif;font-size:14px;line-height:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:#000;clear:both;font-feature-settings:'lnum';-moz-font-feature-settings:'lnum=1';-ms-font-feature-settings:'lnum';-webkit-font-feature-settings:'lnum';-o-font-feature-settings:'lnum';margin-bottom:1.5em}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:#000;text-decoration:none}h1 a:active,h1 a:focus,h1 a:hover,h2 a:active,h2 a:focus,h2 a:hover,h3 a:active,h3 a:focus,h3 a:hover,h4 a:active,h4 a:focus,h4 a:hover,h5 a:active,h5 a:focus,h5 a:hover,h6 a:active,h6 a:focus,h6 a:hover{color:#868686}h1{color:#000;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:39px;font-weight:700;line-height:50px}.single .style-editorial h1{font-weight:400;font-style:italic}b,dt,h3,strong,th{font-weight:700}h2{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:19px;line-height:24px}@media (max-width:600px){h1,h2,h3,h4,h5,h6{margin-bottom:.75em}h1{font-size:21px;line-height:23px}h2{font-size:17px;line-height:17px}}article h2 a{line-height:28px}@media (max-width:600px){article h2 a{line-height:26px}}h3{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:16px;line-height:32px}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em;font-size:18px;line-height:28px}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}address,table{margin:0 0 1.5em}dd{margin:0 1.5em 1.5em}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}pre{font-family:"Courier 10 Pitch",Courier,monospace;font-size:14px;line-height:1.5em;margin-bottom:1.6em;padding:0;white-space:normal}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}big{font-size:125%}figure{margin:0}table{border-collapse:separate;border-spacing:0}img{height:auto;max-width:100%}.entry-meta,.single-attachment .entry-comments a,.single-post .entry-comments a,article .author a{color:#000;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:12px;font-weight:400}.entry-header h1{font-family:Calluna,serif;font-size:29px;line-height:35px}.entry-channel,.entry-tags{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500;text-transform:uppercase}@media (max-width:600px){.entry-header h1{font-size:21px;line-height:23px}}.entry-channel{padding:6px 0;font-size:14px}.entry-channel a{color:#000;text-decoration:none}.gray-rule-top{border-top:1px solid #E7E7E7}.entry-tags{margin:0 0 25px;font-size:12px;line-height:19px;color:#000}.entry-tags a{font-weight:400;text-decoration:none;color:#868686}#menu-nyo-footer a,.wp-caption,.wp-caption .wp-caption-text{font-weight:500;font-family:"Gotham SSm A","Gotham SSm B",sans-serif}.entry-tags a:hover{color:#000}a{color:#1a1a1a;text-decoration:none}a:active,a:focus,a:hover{outline:0;color:#000}.page .entry-content a,.page span.author a,.single .entry-content a,.single span.author a,.single-post .entry-content a,.single-post span.author a{border-bottom:1px solid #1a1a1a}.page .entry-content .gallery a,.page .entry-content .slides .buttons,.page .entry-content .slideshow-start-thumbnail a:not(.pointer-link),.page .entry-content a[rel~=attachment],.page span.author .gallery a,.page span.author .slides .buttons,.page span.author .slideshow-start-thumbnail a:not(.pointer-link),.page span.author a[rel~=attachment],.single .entry-content .gallery a,.single .entry-content .slides .buttons,.single .entry-content .slideshow-start-thumbnail a:not(.pointer-link),.single .entry-content a[rel~=attachment],.single span.author .gallery a,.single span.author .slides .buttons,.single span.author .slideshow-start-thumbnail a:not(.pointer-link),.single span.author a[rel~=attachment],.single-post .entry-content .gallery a,.single-post .entry-content .slides .buttons,.single-post .entry-content .slideshow-start-thumbnail a:not(.pointer-link),.single-post .entry-content a[rel~=attachment],.single-post span.author .gallery a,.single-post span.author .slides .buttons,.single-post span.author .slideshow-start-thumbnail a:not(.pointer-link),.single-post span.author a[rel~=attachment]{border-bottom:none}.page .entry-content li,.single .entry-content li,.single-post .entry-content li{font-size:18px;line-height:28px}.page a [rel=author],.single a [rel=author],.single-post a [rel=author]{border-bottom:1px solid #1a1a1a}#menu-nyo-footer a{font-size:12px;letter-spacing:.75px;text-decoration:none;text-transform:uppercase}.fa{font-size:18px;padding:0 5px}.pullquote,.pullquoteright{color:#000;border-style:solid;border-width:1px 0;float:none;font-size:27px;font-style:italic;line-height:34px;padding:25px;text-align:center;margin-bottom:1em}.wp-caption,.wp-caption .wp-caption-text{color:#000;font-size:13px;line-height:19px;text-align:left}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input[type=button],input[type=reset],input[type=submit]{border:0;border-radius:1px;background:#e6e6e6;color:rgba(0,0,0,.8);cursor:pointer;-webkit-appearance:button;line-height:1;padding:6px 3px}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{border-color:#ccc #bbb #aaa}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa #bbb #bbb}input[type=checkbox],input[type=radio]{padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:border-box}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=search],input[type=text],input[type=email],input[type=url],input[type=password],textarea{color:#666;border:1px solid #ccc;border-radius:3px}input[type=search]:focus,input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,textarea:focus{color:#111}input[type=search],input[type=text],input[type=email],input[type=url],input[type=password]{padding:3px}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}.ui-widget{border-radius:0!important}.ui-widget-header{background:0 0!important;border:none!important}.ui-widget-overlay{background:rgba(0,0,0,.5)!important;opacity:1!important}.ui-button,.ui-state-default{background:0 0!important;height:30px!important;width:30px!important;border:none!important}.ui-icon{text-indent:0!important;background-image:none!important;height:34px!important;width:34px!important;margin-left:-20px!important;margin-top:-15px!important}#betabeatmodal,#galleristmodal,#nyomodal{display:none;overflow:hidden}#betabeatmodal img,#galleristmodal img,#nyomodal img{display:block;margin:0 auto}#betabeatmodal .dialog-content,#galleristmodal .dialog-content,#nyomodal .dialog-content{padding:30px;font-size:21px;line-height:23px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif}@media (max-width:600px){#betabeatmodal .dialog-content,#galleristmodal .dialog-content,#nyomodal .dialog-content{font-size:19px;line-height:20px;padding-bottom:0}}#betabeatmodal#betabeatmodal img,#galleristmodal#betabeatmodal img,#nyomodal#betabeatmodal img{display:inline-block;margin-right:10px}#betabeatmodal#betabeatmodal>p:first-of-type,#galleristmodal#betabeatmodal>p:first-of-type,#nyomodal#betabeatmodal>p:first-of-type{font-size:50px;color:#d3d3d3;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;text-align:center;font-weight:300;margin-bottom:10px}#betabeatmodal#betabeatmodal .orange,#galleristmodal#betabeatmodal .orange,#nyomodal#betabeatmodal .orange{color:#DE3A18}#betabeatmodal#betabeatmodal a,#galleristmodal#betabeatmodal a,#nyomodal#betabeatmodal a{font-weight:700}#betabeatmodal .politicker,#galleristmodal .politicker,#nyomodal .politicker{color:red;font-weight:700}#betabeatmodal .post-subscribe,#galleristmodal .post-subscribe,#nyomodal .post-subscribe{border:none;margin-top:0}#betabeatmodal .post-subscribe input[placeholder],#galleristmodal .post-subscribe input[placeholder],#nyomodal .post-subscribe input[placeholder]{font-size:14px;font-style:italic}#betabeatmodal .post-subscribe input[type=submit],#galleristmodal .post-subscribe input[type=submit],#nyomodal .post-subscribe input[type=submit]{padding:11px 7px;font-size:12px}#betabeatmodal .post-subscribe label,#galleristmodal .post-subscribe label,#nyomodal .post-subscribe label{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:19px}@media (max-width:600px){#betabeatmodal .post-subscribe label,#galleristmodal .post-subscribe label,#nyomodal .post-subscribe label{display:block;margin-bottom:12px}}#page{margin:0 auto}#skin_ad{position:fixed;top:0;left:50%;z-index:0!important;margin-left:-1300px!important}.site-branding,.site-content,.site-footer,.top-menu{position:relative;margin:0 auto;width:100%}@media (max-width:768px){.site-branding,.site-content,.site-footer,.top-menu{max-width:635px}}@media (max-width:600px){.site-branding,.site-content,.site-footer,.top-menu{max-width:310px}}@media screen and (min-width:330px) and (max-width:600px){.site-branding,.site-content,.site-footer,.top-menu{max-width:320px}}@media screen and (min-width:970px){.site-branding,.site-content,.site-footer,.top-menu{max-width:970px}}#at4-share{transition:all .2s;-webkit-transition:all .2s;z-index:99997}@media (max-width:768px){.admin-bar .site-header{top:46px}}.admin-bar .site-header .main-navigation.toggled,.admin-bar .site-header .main-navigation>ul ul.toggled{top:82px}@media (max-width:600px){.site-content{width:310px}}@media screen and (min-width:330px) and (max-width:600px){.site-content{width:320px}}.full-width{margin-top:1.5em}@media (max-width:768px){.site-content{max-width:635px}.full-width{margin:0 auto;width:100%}}.site-footer{border-top:1px solid;padding-top:13px;margin-top:10px;margin-bottom:5px}.site-footer.jetpack-is-tablet{margin-bottom:110px}.site-footer.jetpack-is-mobile{margin-bottom:65px}@media (min-width:769px){body:before{content:"desktop"}.site-info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline}.site-info>*{display:inline-block;height:auto;vertical-align:bottom;line-height:1}}.site-info #menu-nyo-footer{line-height:12px;margin-top:13px}.site-info #menu-nyo-footer a{margin-top:5px;font-size:10px;display:block}@media (min-width:769px){.site-info #menu-nyo-footer{margin-top:0;margin-bottom:-2px}.site-info #menu-nyo-footer a{font-size:12px;margin:0 0 0 12px;display:inline}.site-info #menu-nyo-footer a:first-of-type{margin-left:0}html.flexbox .site-info{padding-top:4px}}.site-info ul.social-icons{line-height:0;margin:13px 0 0}@media (min-width:769px){.site-info ul.social-icons{margin:0;float:right}}html.flexbox .site-info ul.social-icons{float:none}@media (min-width:769px){html.flexbox .site-info ul.social-icons{margin:-4px 0 0 auto;-webkit-align-self:flex-end;align-self:flex-end}}.site-info .social{display:inline-block;list-style-type:none;line-height:0;margin-left:4px}.site-info .social:first-of-type{margin-left:0}.site-info .social .icon{background:#000;color:#fff;border-radius:50%;font-size:12px;height:30px;width:30px;position:relative;display:block}.nyo-footer-logo,.single-post .entry-meta{display:inline-block}.site-info .social .icon:hover{background:#000}.fw-site-header .branding .site-title,.nyo-footer-logo{background-position-y:center;text-indent:-9999px;background-repeat:no-repeat}.site-info .social .icon:before{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;text-align:center;width:12px;height:12px}.nyo-footer-logo{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/observer-logo-2015.png);background-size:100%;font-size:0;line-height:32px;height:16px;vertical-align:bottom;width:120px}html.svgasimg .nyo-footer-logo{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/observer-logo-2015.svg)}@media (max-width:600px){.nyo-footer-logo{margin-left:-1px}}.vip-powered{margin-top:10px;line-height:1}@media (min-width:769px){.nyo-footer-logo{margin-right:23px}.vip-powered{margin-top:27px;text-align:right}}.vip-powered,.vip-powered a{color:#868686;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:8px;font-weight:400;text-transform:uppercase}#menu-nyo-footer a:hover,.vip-powered a:hover,.vip-powered:hover{color:#000}.entry-teaser,.fw-site-header .channels-container{font-weight:500;font-family:"Gotham SSm A","Gotham SSm B",sans-serif}.single.single-nyo_sponsored_post .site-content .widget-area{margin-top:0}.content-area{float:left;margin:0 -335px 0 0;width:100%}@media (max-width:768px){.content-area{margin:0}}@media (max-width:600px){.content-area{margin:0}}.page-template-template-campaign .content-area{margin:0}.site-main{margin:0 335px 0 0}.page-template-template-campaign .site-main,.single-post .content-area,.single-post .site-main{margin:0}@media (max-width:768px){.site-main{margin:0;padding:0}.single-post .site-main .article-wrap{width:100%}}.single-post .nyo-break-article-wrap.after{margin-top:35px;margin-bottom:35px;clear:both}.site-content .widget-area{float:right;margin-top:0;width:300px}@media (max-width:768px){.site-content .widget-area{padding:0;width:100%}}@media (max-width:600px){.site-main{padding:0}.site-content .widget-area{float:none;clear:both;padding:0}}.page .site-content .widget-area,.search .site-content .widget-area,.single .site-content .widget-area{margin-top:5px}.tag .page-title{margin-bottom:10px}.tag .share{height:20px}.tag .share-button{display:inline;padding-right:10px;line-height:11px}.tag .term-description{text-transform:uppercase}.tag .term-header{margin-bottom:1.5em}.tag .term-header:empty{display:none}.tag .term-pic{float:left;margin-right:1.5em}.tag .term-meta{display:inline-block}.tag .term-sponsor{float:right}.tag .term-sponsor img{height:150px}.tag .mobile-sponsor{display:none}@media (max-width:600px){.tag .mobile-sponsor,.tag .sponsor{display:none}}@media print{.comments-area,.entry-meta,.post-subscribe,.related,.sharedaddy,.site-footer,.site-header,.widget-area{display:none}.site-content{margin-top:0}}.leaderboard{padding:15px 0;width:100%;max-width:970px;z-index:8}@media screen and (min-width:728px) and (max-width:768px){.leaderboard{margin:0 0 0 -47px;width:728px;max-width:728px}}.leaderboard iframe{display:block;margin:0 auto}.leaderboard.mobile-leaderboard{padding:10px 0;width:320px;margin-left:-5px}.nyo-instream-leaderboard{text-align:center}@media (max-width:600px){.river-1-ad{text-align:center;margin:25px auto}}.footer-ads{width:0;height:0;line-height:0;display:none}.infinite-single-wrapper{clear:both;overflow:hidden;margin-top:40px}.nyo-lazy-load-gpt-ad{min-height:10px;min-width:10px}.infinite-single-widget-area .nyo-lazy-load-gpt-ad{margin-bottom:1em}@media (min-width:769px){#single-post-wrapper,.infinite-single-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}#single-post-wrapper .content-area,#single-post-wrapper .widget-area,.infinite-single-wrapper .content-area,.infinite-single-wrapper .widget-area{float:none}#single-post-wrapper .widget-area,.infinite-single-wrapper .widget-area{min-width:0;-webkit-flex-basis:300px;flex-basis:300px;position:relative}#single-post-wrapper .content-area,.infinite-single-wrapper .content-area{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-right:35px;min-width:0}}div[id*=facebook-comments-box]{display:block}#loopwrapper{margin-bottom:40px}#menu-nyo-footer a{color:#000;line-height:1}.nyo-media-footer ul{display:inline;list-style:none;margin-left:5px}.nyo-media-footer ul li{display:inline}.nyo-media-footer ul li a{text-decoration:none}@media (max-width:600px){.nyo-media-footer ul{display:none}}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item.menu-item-has-children>.chevron-toggle{float:right;margin-left:25px;width:23px;height:13px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/chevron-down.svg);background-size:23px 13px;margin-top:3px;cursor:pointer}.fw-site-header{width:100%;height:70px;background-color:#000;color:#FFF;z-index:99998;font-size:0}.fw-site-header .channels-container{-webkit-transition:opacity 100ms ease-in-out;transition:opacity 100ms ease-in-out}.fw-site-header .channels-container .channels{width:100%;height:70px;text-align:center;line-height:70px;position:absolute}.fw-site-header .channels-container .channels .menu{height:70px;list-style:none;margin:0;font-size:0;display:inline-block}.fw-site-header .channels-container .channels .menu .menu-item{display:inline;font-size:14px}.fw-site-header .channels-container .channels .menu .menu-item a{color:#FFF;text-transform:uppercase;-webkit-transition:color 100ms ease-in-out;transition:color 100ms ease-in-out}.fw-site-header .channels-container .channels .menu .menu-item a:hover{color:#D2D2D2}.fw-site-header .channels-container .channels .menu .delimiter{display:inline;font-size:14px;color:#FFF;margin:0 15px}.fw-site-header .channels-container .channels .menu .delimiter:last-of-type{display:none}@media screen and (max-width:1415px){.fw-site-header .channels-container .channels{text-align:left}.fw-site-header .channels-container .channels .menu{margin-left:300px}}@media screen and (max-width:1211px){.fw-site-header .channels-container .channels{display:none}}.fw-site-header .nav-controls{width:100%;position:absolute;top:0;left:0}.fw-site-header .nav-controls .square-control{width:70px;height:70px;font-size:0;line-height:70px;text-align:center;cursor:pointer;-webkit-transition:color 100ms ease-in-out,background-color 100ms ease-in-out,border 100ms ease-in-out;transition:color 100ms ease-in-out,background-color 100ms ease-in-out,border 100ms ease-in-out}.fw-site-header .nav-controls .square-control.hamburger{border-top:1px solid #000;border-right:1px solid #444;border-bottom:1px solid #000;border-left:1px solid #000;position:absolute;left:0;top:0}.fw-site-header .nav-controls .square-control.hamburger .hamburger-icon{width:18px;height:16px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/hamburger-ffffff.svg);background-size:18px 16px;background-repeat:no-repeat;display:inline-block;vertical-align:middle}.fw-site-header .nav-controls .square-control.hamburger:hover .hamburger-icon{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/hamburger-d2d2d2.svg)}.fw-site-header .nav-controls .square-control.nav-search{border:1px solid #000;position:absolute;right:0;top:0}.fw-site-header .nav-controls .square-control.nav-search:not(.open){border-left:1px solid #444}.fw-site-header .nav-controls .square-control.nav-search .search-icon{width:19px;height:19px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/search-ffffff.svg);background-size:19px 19px;background-repeat:no-repeat;display:inline-block;vertical-align:middle}.fw-site-header .nav-controls .square-control.nav-search:hover .search-icon{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/search-d2d2d2.svg)}.fw-site-header .nav-controls .square-control .fa{font-size:20px;line-height:70px;padding:0}.fw-site-header .nav-controls .search-form{display:none}.fw-site-header .nav-controls .pretty-search-wrapper{width:0;height:70px;line-height:70px;position:absolute;right:-1px;top:0;margin-right:70px;overflow:hidden;background-color:#000;display:inline-block;vertical-align:middle;border-left:1px solid #444;z-index:2;-webkit-transition:width 200ms ease-in-out;transition:width 200ms ease-in-out}.fw-site-header .nav-controls .pretty-search-wrapper.open{width:300px;box-shadow:-10px 0 10px -5px #000}.fw-site-header .nav-controls .pretty-search-wrapper .clear-search{display:none}.fw-site-header .nav-controls .pretty-search-wrapper .search-terms{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:25px;line-height:26px;display:inline-block;background-color:transparent;color:#FFF;width:246px;padding:0;border:0;vertical-align:middle;border-radius:0;outline:0;margin-left:27px}.fw-site-header .branding{height:70px;line-height:70px;position:absolute;top:0;left:0;margin-left:70px}.fw-site-header .branding .site-title{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/observer-logo-white-2015.png);background-size:100%;display:inline-block;font-size:0;vertical-align:middle;height:18px;width:132px;margin-left:24px}html.svgasimg .fw-site-header .branding .site-title{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/observer-logo-white-2015.svg)}.fw-site-header .branding .fw-channel-logo{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:24px;font-weight:400;text-transform:uppercase;vertical-align:middle;color:#868686;display:inline-block;margin:0 0 0 10px;height:70px;line-height:71px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 190px)}.fw-site-header .branding .fw-channel-logo a,.fw-site-header .branding .fw-channel-logo a:hover{color:#868686}.fw-site-header.has-channel-logo .channels-container{display:none}.fw-site-header.has-channel-logo .branding{margin-right:70px;width:calc(100% - 140px)}.fw-site-header.search-is-open .channels-container{opacity:0}.fw-site-header .flyout{display:none;min-width:325px;position:fixed;bottom:0;background-color:#000;border-top:1px solid #444;color:#D2D2D2;padding:0 25px;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-transition:top 50ms ease-in-out;transition:top 50ms ease-in-out}.fw-site-header .flyout.flyout-open{display:block}.fw-site-header .flyout .flyout-inner-container .menu{list-style:none;margin:35px 0}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:20px;display:block;margin-top:35px}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item>a{color:#D2D2D2;display:block;float:left;-webkit-transition:color 100ms ease-in-out;transition:color 100ms ease-in-out}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item>a:hover{color:#FFF}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item .chevron-toggle{display:none}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item .rule{height:0;border:none}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item.menu-item-has-children>.rule{clear:both;height:10px;border-bottom:1px solid #444;box-sizing:content-box}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item .sub-menu{list-style:none;margin:0}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item .sub-menu .menu-item{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:13px;line-height:13px;text-transform:uppercase;display:block;margin-top:10px}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item .sub-menu .menu-item>a{color:#868686;-webkit-transition:color 100ms ease-in-out;transition:color 100ms ease-in-out}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item .sub-menu .menu-item>a:hover{color:#FFF}@media (max-width:768px){.fw-site-header .interior-container .channels-container{display:none}}@media (max-width:600px){.fw-site-header{height:48px}.fw-site-header .interior-container{position:relative;max-width:320px;margin:0 auto}.fw-site-header .interior-container .nav-controls .square-control{width:auto;height:48px;line-height:46px;text-align:left;-webkit-transition:none;transition:none;border:1px solid #000!important}.fw-site-header .interior-container .nav-controls .square-control .fa{font-size:20px;line-height:40px}.fw-site-header .interior-container .nav-controls .square-control.hamburger .hamburger-icon{width:16px;height:14px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/hamburger-ffffff.svg);background-size:16px 14px}.fw-site-header .interior-container .nav-controls .square-control.nav-search .search-icon{width:17px;height:17px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/search-ffffff.svg);background-size:17px 17px}.fw-site-header .interior-container .nav-controls .pretty-search-wrapper{height:48px;line-height:48px;right:0;margin-right:28px;border-left:none}.fw-site-header .interior-container .nav-controls .pretty-search-wrapper.open{width:293px;padding-left:1px}.fw-site-header .interior-container .nav-controls .pretty-search-wrapper .clear-search{width:16px;height:16px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/x-444444.svg);background-size:16px 16px;display:inline-block;vertical-align:middle;cursor:pointer}.fw-site-header .interior-container .nav-controls .pretty-search-wrapper .search-terms{width:266px;font-size:20px;line-height:26px;margin-left:10px}.fw-site-header .interior-container .branding{height:48px;line-height:48px;margin-left:32px;margin-right:24px;width:calc(100% - 56px)}.fw-site-header .interior-container .branding .site-title{width:118px;height:16px;margin-left:0}.fw-site-header.has-channel-logo{height:48px}.fw-site-header.has-channel-logo .interior-container .nav-controls .square-control.hamburger .hamburger-icon{width:12px;height:9px;background-size:12px 9px}.fw-site-header.has-channel-logo .interior-container .nav-controls .pretty-search-wrapper .clear-search,.fw-site-header.has-channel-logo .interior-container .nav-controls .square-control.nav-search .search-icon{width:12px;height:12px;background-size:12px 12px}.fw-site-header.has-channel-logo .interior-container .nav-controls .pretty-search-wrapper .search-terms{font-size:16px;line-height:20px}.fw-site-header.has-channel-logo .interior-container .branding{margin-left:24px;margin-right:24px;width:calc(100% - 48px)}.fw-site-header.has-channel-logo .interior-container .branding .site-title{width:73px;height:10px}.fw-site-header.has-channel-logo .interior-container .branding .fw-channel-logo{font-size:13.5px;height:48px;line-height:48px;margin-left:7px;max-width:calc(100% - 80px)}.fw-site-header .flyout{min-width:0;width:100%}.fw-site-header .flyout .flyout-inner-container{max-width:320px;margin:0 auto}.fw-site-header .flyout .flyout-inner-container .menu{margin:20px 0}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item{margin-top:20px}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item.menu-item-has-children>.chevron-toggle{display:inline}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item.menu-item-has-children>.rule{display:block}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item .sub-menu{display:none}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item.expanded>.chevron-toggle{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item.expanded .sub-menu{display:block}}.entry-channel:empty,.entry-grid .posted-on,.entry-list .posted-on,.entry-teaser:empty,.updated{display:none}@media screen and (max-width:320px){.fw-site-header .flyout .flyout-inner-container,.fw-site-header .interior-container{max-width:310px}.fw-site-header .flyout{padding:0 5px}}.fw-site-header.jetpack-is-tablet .flyout{padding-bottom:102px}@media (max-width:768px){.fw-site-header.jetpack-is-mobile .flyout{padding-bottom:62px}}@media (max-width:600px){.fw-site-header.jetpack-is-mobile .flyout{padding-bottom:0}}.banner-and-nav-wrapper{width:100%;position:relative;top:0;z-index:99998}.banner-and-nav-wrapper .top-leaderboard{min-height:130px;padding:20px 0}#page{padding-top:0}.site-content{margin-top:35px}@media (max-width:600px){.banner-and-nav-wrapper .top-leaderboard{min-height:90px}.site-content{margin-top:20px}}.fw-site-header{position:relative;top:0}.admin-bar #page{padding-top:32px}.admin-bar .site-content{margin-top:35px}@media (max-width:600px){.admin-bar .site-content{margin-top:20px}}.banner-is-hidden .site-content{margin-top:105px}.banner-is-hidden .fw-site-header{position:fixed}.banner-is-hidden .flyout{top:70px}@media (max-width:600px){.banner-is-hidden .site-content{margin-top:68px}.banner-is-hidden .flyout{top:48px}}.admin-bar.banner-is-hidden .site-content{margin-top:105px}.admin-bar.banner-is-hidden .fw-site-header{top:32px}@media (max-width:768px){.admin-bar #page{padding-top:46px}.admin-bar.banner-is-hidden .fw-site-header{top:46px}}.admin-bar.banner-is-hidden .flyout{top:102px}@media (max-width:600px){.admin-bar.banner-is-hidden .site-content{margin-top:68px}.admin-bar.banner-is-hidden .flyout{top:94px}}body #at4-share{top:105px!important}.admin-bar #at4-share{top:137px!important}.banner-is-visible.banner-height-50 #at4-share,.banner-is-visible.banner-height-50 .sticky-fixed{top:195px!important}.admin-bar.banner-is-visible.banner-height-50 #at4-share,.admin-bar.banner-is-visible.banner-height-50 .sticky-fixed{top:227px!important}.banner-is-visible.banner-height-66 #at4-share,.banner-is-visible.banner-height-66 .sticky-fixed{top:211px!important}.admin-bar.banner-is-visible.banner-height-66 #at4-share,.admin-bar.banner-is-visible.banner-height-66 .sticky-fixed{top:243px!important}.banner-is-visible.banner-height-90 #at4-share,.banner-is-visible.banner-height-90 .sticky-fixed{top:235px!important}.admin-bar.banner-is-visible.banner-height-90 #at4-share,.admin-bar.banner-is-visible.banner-height-90 .sticky-fixed{top:267px!important}.banner-is-visible.banner-height-250 #at4-share,.banner-is-visible.banner-height-250 .sticky-fixed{top:395px!important}.admin-bar.banner-is-visible.banner-height-250 #at4-share,.admin-bar.banner-is-visible.banner-height-250 .sticky-fixed{top:427px!important}.banner-is-visible.banner-height-415 #at4-share,.banner-is-visible.banner-height-415 .sticky-fixed{top:560px!important}.admin-bar.banner-is-visible.banner-height-415 #at4-share,.admin-bar.banner-is-visible.banner-height-415 .sticky-fixed{top:592px!important}.hentry{margin:0 0 1.5em}.entry-teaser{color:#000;font-size:13px;line-height:12px;margin:5px 0 8px;text-transform:uppercase}@media (max-width:600px){.entry-teaser{font-size:11px}}.entry-content,.entry-summary,.page-content{margin:20px 0 0}.entry-content>:last-child{margin-bottom:25px}.page-links{clear:both;margin:0 0 1.5em}a.moretag{color:#333;font-size:12px;font-weight:700;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;text-decoration:none;text-transform:uppercase}a.moretag:active,a.moretag:focus,a.moretag:hover{color:#868686}.page .entry-header,.post .entry-header,.type-post .entry-header,h1.entry-title{margin-top:15px}.page .entry-title,.post .entry-title,h1.entry-title{margin-bottom:16px}.single .entry-title{color:#000;font-family:Calluna,serif;font-weight:700}.single .dek{color:#666;font-weight:400}@media (min-width:769px){.single .entry-title{font-size:37px;line-height:41px}.single .dek{font-size:19px;line-height:24px}}.page-header{margin-top:0}.post .dek{margin-bottom:8px}.page-template-template-campaign .entry-header{position:relative}.page-template-template-campaign .entry-header .entry-title{left:-999em;position:absolute}.page-template-template-campaign .entry-content a:hover{color:#868686}.page-template-template-campaign .nyo-addthis{margin:1em 0;text-align:center}.page-template-template-campaign .nyo-addthis>div{display:inline-block;text-align:left}.page-template-template-campaign table{margin:1em auto;max-width:870px;table-layout:fixed}.page-template-template-campaign table td{padding:10px;position:relative}.page-template-template-campaign table td a[data-pin-do=buttonBookmark],.page-template-template-campaign table td a[data-pin-log=button_pinit_bookmarklet]{position:absolute!important;right:15px!important;top:15px!important}.page-template-template-campaign table td>img{display:block;height:auto;width:100%}.page-template-template-campaign table.two-column td{width:50%}.page-template-template-campaign table.three-column td{width:33.333%}@media (max-width:600px){.single .dek{font-size:15px}.page-template-template-campaign table{margin:0}.page-template-template-campaign table td,.page-template-template-campaign table.three-column td,.page-template-template-campaign table.two-column td{display:block;padding:10px 0 0;width:100%}.page-template-template-campaign table td>a,.page-template-template-campaign table.three-column td>a,.page-template-template-campaign table.two-column td>a{right:5px!important}}.OUTBRAIN .AR_1.ob-strip-layout .ob-rec-text,.OUTBRAIN .MB_1.ob-strip-layout .ob-rec-text{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:14px;font-weight:500}.tag-page-header .page-title,body.search .page-header .page-title{font-family:Calluna,serif;font-weight:700}.tag-page-header .page-title{color:#000;font-size:37px;line-height:41px;text-transform:capitalize}body.search .page-header .page-title{font-style:normal}@media (min-width:601px){body.search .page-header .page-title{font-size:37px;line-height:41px}}.no-results .page-header .page-title{margin-bottom:0}article.entry-list{width:100%}article.entry-list .entry-title{margin:-4px auto 15px 0;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:17px;font-weight:500;height:72px;line-height:23px}@media (max-width:600px){article.entry-list .entry-title{margin-top:-2px;margin-bottom:0;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:13px;height:51px;line-height:17px}}.next-article-button,.section-front .section-front-menu{font-size:12px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;text-transform:uppercase;text-align:center}article.entry-list .entry-meta{border-bottom:none;line-height:12px}article.entry-list .entry-header{position:relative}@media (min-width:603px){article.entry-list{display:table}article.entry-list>*{display:table-cell;float:none;vertical-align:top}article.entry-list .entry-header .entry-meta{position:absolute;bottom:0}}.admin-bar section.error-404{margin-top:50px}#next-article-button-mobile{display:none}@media (max-width:600px){#next-article-button-desktop-and-tablet{display:none}#next-article-button-mobile{display:-webkit-box;display:-webkit-flex;display:flex;margin-bottom:35px}}.next-article-button{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;margin-top:35px}.flex-wrap{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:0 auto;max-width:100%}.next-article-button-text{padding:8px 10px 8px 15px;background-color:#FFF;border:1px solid #000;color:#000;-webkit-flex-shrink:0;flex-shrink:0;margin-right:15px;-webkit-transition:border-color 100ms ease-in-out,background-color 100ms ease-in-out,color 100ms ease-in-out;transition:border-color 100ms ease-in-out,background-color 100ms ease-in-out,color 100ms ease-in-out}.next-article-button:hover .next-article-button-text{background-color:#000;color:#FFF;border-color:#000}.chevron-right{display:inline-block;margin-left:9px;width:6px;height:10px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/chevron-right-000000.svg);background-repeat:no-repeat;background-size:6px 10px;margin-top:-2px;vertical-align:middle}.next-article-button:hover .chevron-right{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/chevron-right-ffffff.svg)}.next-article-button-title{-webkit-flex-shrink:1;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-front .site-main{width:100%;margin:0}.section-front .section-front-menu{width:100%;line-height:12px;font-weight:500;margin-bottom:33px}.section-front .section-front-menu a{color:#000}.section-front .section-front-menu a:hover{color:#444}@media (max-width:600px){.section-front .section-front-menu{font-size:11px;margin-bottom:18px}.section-front .section-front-menu a{display:block;line-height:15px}}.section-front .section-front-menu .separator{margin:0 10px}@media (max-width:600px){.section-front .section-front-menu .separator{margin:0 5px;display:none}}.section-front .big-stories{position:relative;border-bottom:none;margin-bottom:0}.section-front .big-stories .slides li:not(:first-child){display:none}.section-front .big-stories .hentry{margin-bottom:0}.section-front .big-stories .header-thumbnail{position:relative;width:100%;height:375px;display:block;background-color:#000}.section-front .big-stories .header-thumbnail img{width:auto;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.section-front .big-stories .entry-header{margin-top:25px;margin-bottom:35px}@media (max-width:768px){.section-front .big-stories .header-thumbnail{height:245px}.section-front .big-stories .entry-header{margin-top:20px;margin-bottom:30px}}@media (max-width:600px){.section-front .big-stories .header-thumbnail{height:124px}.section-front .big-stories .entry-header{margin-top:15px;margin-bottom:25px}}.section-front .big-stories .entry-header .entry-title{text-align:center;margin:0;padding:0 15%;font-weight:600}.section-front .module-title,.section-front .section-front-carousel-slider h1{font-weight:700;text-transform:uppercase;font-family:"Gotham SSm A","Gotham SSm B",sans-serif}@media (max-width:768px){.section-front .big-stories .entry-header .entry-title{font-size:27px;padding:0}}.section-front .big-stories .slider-controls .flex-control-nav{width:100%;position:absolute;top:8px;text-align:center;height:16px;background:0 0}.section-front .big-stories .slider-controls .flex-control-nav a{margin:4px 0;width:7px;height:7px;color:transparent;box-shadow:none;box-sizing:border-box;display:inline-block;vertical-align:middle;background:0 0;border:1px solid #CACACA}.section-front .big-stories .slider-controls .flex-control-nav a.flex-active{border:0;background:#CACACA}.section-front .big-stories .slider-controls .flex-control-nav a.flex-disabled{display:none}@media (max-width:600px){.section-front .big-stories .entry-header .entry-title{font-size:20px}.section-front .big-stories .slider-controls .flex-control-nav{top:0}.section-front .big-stories .slider-controls .flex-control-nav li{margin:0 5px}.section-front .big-stories .slider-controls .flex-control-nav a{width:5px;height:5px}}.section-front .big-stories .flex-direction-nav a{border-radius:0;text-shadow:none;text-decoration:none;display:block;width:45px;height:375px;margin:0;padding:0;position:absolute;top:0;z-index:2;overflow:hidden;opacity:1;cursor:pointer;color:transparent;-webkit-transition:all .2s ease;transition:all .2s ease;background-size:18px 34px;background-repeat:no-repeat;background-position:center}.section-front .big-stories .flex-direction-nav a.flex-prev{left:0;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/chevron-previous.svg)}.section-front .big-stories .flex-direction-nav a.flex-next{right:0;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/chevron-next.svg)}@media (max-width:768px){.section-front .big-stories .flex-direction-nav a{height:245px}}@media (max-width:600px){.section-front .big-stories .flex-direction-nav a{background-size:11px 20px;width:25px;height:124px}}.section-front .big-stories .flex-direction-nav .flex-disabled{display:none}.section-front .big-stories .media-icon{width:65px;height:65px;bottom:15px;left:15px}@media (max-width:768px){.section-front .big-stories .media-icon{width:55px;height:55px}}@media (max-width:600px){.section-front .big-stories .media-icon{width:30px;height:30px;bottom:7px;left:7px}}.section-front .module-title{font-size:18px;color:#000;line-height:18px;margin-bottom:25px;padding:0 0 6px;width:100%;border-bottom:1px solid #000}.section-front .module-title a:hover{color:#868686}@media (max-width:600px){.section-front .module-title{font-size:15px;margin-bottom:14px}}.section-front .section-front-carousel-slider{margin:35px 0 50px;position:relative;max-width:970px;width:100%}@media (max-width:768px){.section-front .section-front-carousel-slider{width:100%}}@media (max-width:600px){.section-front .section-front-carousel-slider{margin-bottom:45px}.section-front .section-front-carousel-slider .media-icon{width:30px;height:30px}}.section-front .section-front-carousel-slider h1{font-size:16px;color:#000;float:left;line-height:1;margin-bottom:0;padding:7px 0;width:100%;border-bottom:1px solid #000}.section-front .section-front-carousel-slider h1 a:hover{color:#868686}.section-front .section-front-carousel-slider h1:after{clear:both}.section-front .section-front-carousel-slider .flex-carousel-slider{position:relative}.section-front .section-front-carousel-slider .flex-carousel-slider .slides li{position:relative;margin-right:5px;display:none}.section-front .section-front-carousel-slider .flex-carousel-slider .slides li a{display:inline-block;position:relative;width:100%;height:100%}.section-front .section-front-carousel-slider .flex-carousel-slider .slides li a .thumbnail-wrapper{position:relative}.section-front .section-front-carousel-slider .flex-carousel-slider .slides li a .thumbnail-wrapper img{max-height:179px;display:block}.section-front .section-front-carousel-slider .flex-carousel-slider .slides li a h2{display:block;font-size:14px;padding-top:0;font-weight:500;line-height:19px;margin-bottom:0;margin-top:10px}.section-front .section-front-carousel-slider .feature-controls{position:absolute;top:0;left:0;width:100%}.section-front .section-front-carousel-slider .feature-controls .flex-direction-nav a{background:rgba(0,0,0,.75);border-radius:0;text-shadow:none;text-decoration:none;display:block;width:40px;height:40px;margin:0;padding:15px 13px 0;position:absolute;top:68px;z-index:4;overflow:hidden;opacity:1;cursor:pointer;color:transparent;-webkit-transition:all .2s ease;transition:all .2s ease}.section-front .section-front-carousel-slider .feature-controls .flex-direction-nav .flex-prev{left:0;background-size:9px 17px;background-repeat:no-repeat;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/chevron-previous.svg);background-position:14px center}@media (max-width:600px){.section-front .section-front-carousel-slider .flex-carousel-slider .slides li a h2{font-size:12px;line-height:16.5px}.section-front .section-front-carousel-slider .feature-controls .flex-direction-nav a{top:55px;width:32px;height:32px;margin:-10px 0 0;padding:4px 7px 0}.section-front .section-front-carousel-slider .feature-controls .flex-direction-nav .flex-prev{background-position:11px center}}.section-front .section-front-carousel-slider .feature-controls .flex-direction-nav .flex-next{right:0;background-size:9px 17px;background-repeat:no-repeat;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/chevron-next.svg);background-position:17px center}.section-front .section-front-carousel-slider .feature-controls .flex-direction-nav .flex-disabled{opacity:1!important;cursor:pointer}.section-front .section-front-carousel-slider .feature-controls .flex-control-nav{display:none}.section-front .section-front-module.leaderboard-module{padding:0;margin:0 0 55px;overflow:hidden}@media (max-width:768px){.section-front .section-front-module.leaderboard-module{padding:25px 0;background-color:#F3F3F3}}@media (max-width:600px){.section-front .section-front-carousel-slider .feature-controls .flex-direction-nav .flex-next{background-position:13px center}.section-front .section-front-module.leaderboard-module{padding:0;background-color:transparent}}.section-front-topstories{font-size:0;margin-bottom:55px}.section-front-topstories .column{display:inline-block;vertical-align:top}.section-front-topstories .column.articles{width:calc(100% - 335px);margin-right:35px}.section-front-topstories .column.articles article{margin:0;border-bottom:1px solid #000}.section-front-topstories .column.articles article .module-entry-full-anchor{display:inline-block;position:relative;width:100%;height:100%}.section-front-topstories .column.articles article .module-entry-thumbnail-wrapper{position:relative}.section-front-topstories .column.articles article .module-entry-thumbnail-wrapper>img{display:block}.section-front-topstories .column.articles article .module-entry-title{margin-top:12px;margin-bottom:0;overflow:hidden;font-size:15px;line-height:21px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500}.section-front-topstories .column.articles article .module-entry-header{width:100%;height:14px;position:absolute;bottom:0;left:0}.section-front-topstories .column.articles article .module-entry-header .module-entry-author{color:#868686;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:11px;font-weight:400;height:18px;overflow:hidden;text-overflow:ellipsis;line-height:12px;white-space:nowrap;padding-right:6px}.section-front-topstories .column.articles article .module-entry-header .module-entry-channel{font-size:12px;float:right;line-height:12px;height:14px;padding-left:6px;border-left:1px solid #000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500;text-transform:uppercase}.section-front-topstories .column.articles article .module-entry-header .module-entry-channel:empty{display:none}.section-front-topstories .column.articles article{width:calc((100% - 35px)/ 2);height:325px;margin-top:25px;margin-right:35px}.section-front-topstories .column.articles article:nth-of-type(1),.section-front-topstories .column.articles article:nth-of-type(2){margin-top:0}.section-front-topstories .column.articles article:nth-of-type(2n){margin-right:0}@media (max-width:768px){.section-front-topstories .column.articles article{height:99px;margin:14px 0 0;padding:0;border-bottom:1px solid #000}.section-front-topstories .column.articles article .module-entry-full-anchor{display:inline-block;position:relative;width:100%;height:100%}.section-front-topstories .column.articles article .module-entry-thumbnail-wrapper{position:relative;display:inline-block}.section-front-topstories .column.articles article .module-entry-thumbnail-wrapper>img{width:113px;height:85px;margin-right:14px;vertical-align:top}.section-front-topstories .column.articles article .module-entry-thumbnail-wrapper .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-topstories .column.articles article .post-thumbnail{width:113px;height:85px;display:inline-block;margin-right:14px;vertical-align:top}.section-front-topstories .column.articles article .post-thumbnail .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-topstories .column.articles article .module-entry-title{display:inline-block;width:calc(100% - 127px);max-height:85px;margin-top:-3px;vertical-align:top;margin-bottom:0;overflow:hidden;font-size:13px;line-height:17px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500}.section-front-topstories .column.articles article .module-entry-header .module-entry-author,.section-front-topstories .column.articles article .module-entry-header .module-entry-channel:empty{display:none}.section-front-topstories .column.articles article .module-entry-header{height:14px}.section-front-topstories .column.articles article .module-entry-header .module-entry-channel{font-size:9.5px;line-height:10px;height:12px;position:absolute;right:0;bottom:0;padding-left:5px;border-left:1px solid #000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 127px);font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500;text-transform:uppercase}.section-front-topstories .column.articles article{width:100%;margin-top:14px;margin-right:0}.section-front-topstories .column.articles article:nth-of-type(1){margin-top:0}.section-front-topstories .column.articles article:nth-of-type(2){margin-top:14px}}@media (max-width:600px){.section-front-topstories .column.articles{display:block;width:100%}}.section-front-topstories .column.ad{width:300px}@media (max-width:600px){.section-front-topstories .column.ad{display:block;width:100%;margin-top:50px;text-align:center}}.section-front-topstories .column.ad .section-front-trending-topics{margin-top:25px;text-align:left}@media (max-width:768px){.section-front-topstories .column.ad .section-front-trending-topics{display:none}}@media (max-width:600px){.section-front-topstories .column.ad .section-front-trending-topics{margin-top:50px;display:block}}.section-front-topstories .column.ad .section-front-trending-topics .trending-topics-heading{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:14px;letter-spacing:1px;line-height:1;color:#FFF;background-color:#000;border:0;padding:10.5px 10px;margin:0;text-transform:uppercase}.section-front-topstories .column.ad .section-front-trending-topics ul.trending-topics-list li{line-height:1;border:0;padding:0;margin:5px 0 0}.section-front-topstories .column.ad .section-front-trending-topics ul.trending-topics-list li a{display:block;color:#000;background-color:#F3F3F3;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:13px;font-weight:700;line-height:1;text-transform:uppercase;padding:13px 30px 13px 10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/chevron-right-868686.svg);background-repeat:no-repeat;background-size:9px 14px;background-position:right 10px center;-webkit-transition:color 100ms ease-in-out;transition:color 100ms ease-in-out}.section-front-topstories .column.ad .section-front-trending-topics ul.trending-topics-list li a:hover{text-decoration:none;color:#868686}.section-front-module{font-size:0;margin-bottom:55px;position:relative}.section-front-module.columns .first-and-second-columns-wrapper{width:calc(100% - 335px);height:325px;display:inline-block;vertical-align:top;margin-right:35px}.section-front-module.columns .second-and-third-columns-wrapper{width:calc(100% - (((100% - 70px)/ 3) + 35px));height:325px;display:inline-block;vertical-align:top}.section-front-module.columns .column{height:325px;display:inline-block;vertical-align:top}.section-front-module.columns.two-column-module .column.first{width:calc((100% - 35px)/ 2);margin-right:35px}.section-front-module.columns.two-column-module .column.first article{width:100%;height:100%;margin:0;border-bottom:1px solid #000}.section-front-module.columns.two-column-module .column.first article .module-entry-full-anchor{display:inline-block;position:relative;width:100%;height:100%}.section-front-module.columns.two-column-module .column.first article .module-entry-thumbnail-wrapper{position:relative}.section-front-module.columns.two-column-module .column.first article .module-entry-thumbnail-wrapper>img{display:block}.section-front-module.columns.two-column-module .column.first article .module-entry-title{margin-top:12px;margin-bottom:0;overflow:hidden;font-size:15px;line-height:21px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500}.section-front-module.columns.two-column-module .column.first article .module-entry-header{width:100%;height:14px;position:absolute;bottom:0;left:0}.section-front-module.columns.two-column-module .column.first article .module-entry-header .module-entry-author{color:#868686;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:11px;font-weight:400;height:18px;overflow:hidden;text-overflow:ellipsis;line-height:12px;white-space:nowrap;padding-right:6px}.section-front-module.columns.two-column-module .column.first article .module-entry-header .module-entry-channel{font-size:12px;float:right;line-height:12px;height:14px;padding-left:6px;border-left:1px solid #000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500;text-transform:uppercase}.section-front-module.columns.two-column-module .column.first article .module-entry-header .module-entry-channel:empty{display:none}.section-front-module.columns.two-column-module .column.second{width:calc((100% - 35px)/ 2)}.section-front-module.columns.two-column-module .column.second article{width:100%;height:99px;margin:14px 0 0;padding:0;border-bottom:1px solid #000}.section-front-module.columns.two-column-module .column.second article .module-entry-full-anchor{display:inline-block;position:relative;width:100%;height:100%}.section-front-module.columns.two-column-module .column.second article .module-entry-thumbnail-wrapper{position:relative;display:inline-block}.section-front-module.columns.two-column-module .column.second article .module-entry-thumbnail-wrapper>img{width:113px;height:85px;margin-right:14px;vertical-align:top}.section-front-module.columns.two-column-module .column.second article .module-entry-thumbnail-wrapper .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-module.columns.two-column-module .column.second article .post-thumbnail{width:113px;height:85px;display:inline-block;margin-right:14px;vertical-align:top}.section-front-module.columns.two-column-module .column.second article .post-thumbnail .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-module.columns.two-column-module .column.second article .module-entry-title{display:inline-block;width:calc(100% - 127px);max-height:85px;margin-top:-3px;vertical-align:top;margin-bottom:0;overflow:hidden;font-size:13px;line-height:17px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500}.section-front-module.columns.two-column-module .column.second article .module-entry-header .module-entry-author,.section-front-module.columns.two-column-module .column.second article .module-entry-header .module-entry-channel:empty{display:none}.section-front-module.columns.two-column-module .column.second article .module-entry-header{height:14px}.section-front-module.columns.two-column-module .column.second article .module-entry-header .module-entry-channel{font-size:9.5px;line-height:10px;height:12px;position:absolute;right:0;bottom:0;padding-left:5px;border-left:1px solid #000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 127px);font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500;text-transform:uppercase}.section-front-module.columns.two-column-module .column.second article:first-of-type{margin-top:0}.section-front-module.columns.two-column-module .column.third{width:300px}.section-front-module.columns.three-column-module .column.first{width:calc((100% - 70px)/ 3);margin-right:35px}.section-front-module.columns.three-column-module .column.first article{width:100%;height:100%;margin:0;border-bottom:1px solid #000}.section-front-module.columns.three-column-module .column.first article .module-entry-full-anchor{display:inline-block;position:relative;width:100%;height:100%}.section-front-module.columns.three-column-module .column.first article .module-entry-thumbnail-wrapper{position:relative}.section-front-module.columns.three-column-module .column.first article .module-entry-thumbnail-wrapper>img{display:block}.section-front-module.columns.three-column-module .column.first article .module-entry-title{margin-top:12px;margin-bottom:0;overflow:hidden;font-size:15px;line-height:21px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500}.section-front-module.columns.three-column-module .column.first article .module-entry-header{width:100%;height:14px;position:absolute;bottom:0;left:0}.section-front-module.columns.three-column-module .column.first article .module-entry-header .module-entry-author{color:#868686;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:11px;font-weight:400;height:18px;overflow:hidden;text-overflow:ellipsis;line-height:12px;white-space:nowrap;padding-right:6px}.section-front-module.columns.three-column-module .column.first article .module-entry-header .module-entry-channel{font-size:12px;float:right;line-height:12px;height:14px;padding-left:6px;border-left:1px solid #000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500;text-transform:uppercase}.section-front-module.columns.three-column-module .column.first article .module-entry-header .module-entry-channel:empty{display:none}.section-front-module.columns.three-column-module .column.second{width:calc((100% - 35px)/ 2);margin-right:35px}.section-front-module.columns.three-column-module .column.second article{width:100%;height:100%;margin:0;border-bottom:1px solid #000}.section-front-module.columns.three-column-module .column.second article .module-entry-full-anchor{display:inline-block;position:relative;width:100%;height:100%}.section-front-module.columns.three-column-module .column.second article .module-entry-thumbnail-wrapper{position:relative}.section-front-module.columns.three-column-module .column.second article .module-entry-thumbnail-wrapper>img{display:block}.section-front-module.columns.three-column-module .column.second article .module-entry-title{margin-top:12px;margin-bottom:0;overflow:hidden;font-size:15px;line-height:21px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500}.section-front-module.columns.three-column-module .column.second article .module-entry-header{width:100%;height:14px;position:absolute;bottom:0;left:0}.section-front-module.columns.three-column-module .column.second article .module-entry-header .module-entry-author{color:#868686;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:11px;font-weight:400;height:18px;overflow:hidden;text-overflow:ellipsis;line-height:12px;white-space:nowrap;padding-right:6px}.section-front-module.columns.three-column-module .column.second article .module-entry-header .module-entry-channel{font-size:12px;float:right;line-height:12px;height:14px;padding-left:6px;border-left:1px solid #000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500;text-transform:uppercase}.section-front-module.columns.three-column-module .column.second.list article .module-entry-header .module-entry-channel,.section-front-module.columns.three-column-module .column.third article .module-entry-header .module-entry-channel{border-left:1px solid #000;max-width:calc(100% - 127px);font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500;white-space:nowrap;overflow:hidden;right:0;text-transform:uppercase;text-overflow:ellipsis}.section-front-module.columns.three-column-module .column.second article .module-entry-header .module-entry-channel:empty{display:none}.section-front-module.columns.three-column-module .column.second.list article{width:100%;height:99px;margin:14px 0 0;padding:0;border-bottom:1px solid #000}.section-front-module.columns.three-column-module .column.second.list article .module-entry-full-anchor{display:inline-block;position:relative;width:100%;height:100%}.section-front-module.columns.three-column-module .column.second.list article .module-entry-thumbnail-wrapper{position:relative;display:inline-block}.section-front-module.columns.three-column-module .column.second.list article .module-entry-thumbnail-wrapper>img{width:113px;height:85px;margin-right:14px;vertical-align:top}.section-front-module.columns.three-column-module .column.second.list article .module-entry-thumbnail-wrapper .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-module.columns.three-column-module .column.second.list article .post-thumbnail{width:113px;height:85px;display:inline-block;margin-right:14px;vertical-align:top}.section-front-module.columns.three-column-module .column.second.list article .post-thumbnail .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-module.columns.three-column-module .column.second.list article .module-entry-title{display:inline-block;width:calc(100% - 127px);max-height:85px;margin-top:-3px;vertical-align:top;margin-bottom:0;overflow:hidden;font-size:13px;line-height:17px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500}.section-front-module.columns.three-column-module .column.second.list article .module-entry-header .module-entry-author,.section-front-module.columns.three-column-module .column.second.list article .module-entry-header .module-entry-channel:empty{display:none}.section-front-module.columns.three-column-module .column.second.list article .module-entry-header{height:14px}.section-front-module.columns.three-column-module .column.second.list article .module-entry-header .module-entry-channel{font-size:9.5px;line-height:10px;height:12px;position:absolute;bottom:0;padding-left:5px}.section-front-module.columns.three-column-module .column.second.list article:first-of-type{margin-top:0}.section-front-module.columns.three-column-module .column.third{width:calc(((100% - 35px)/ 2) - 1px)}.section-front-module.columns.three-column-module .column.third article{width:100%;height:99px;margin:14px 0 0;padding:0;border-bottom:1px solid #000}.section-front-module.columns.three-column-module .column.third article .module-entry-full-anchor{display:inline-block;position:relative;width:100%;height:100%}.section-front-module.columns.three-column-module .column.third article .module-entry-thumbnail-wrapper{position:relative;display:inline-block}.section-front-module.columns.three-column-module .column.third article .module-entry-thumbnail-wrapper>img{width:113px;height:85px;margin-right:14px;vertical-align:top}.section-front-module.columns.three-column-module .column.third article .module-entry-thumbnail-wrapper .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-module.columns.three-column-module .column.third article .post-thumbnail{width:113px;height:85px;display:inline-block;margin-right:14px;vertical-align:top}.section-front-module.columns.three-column-module .column.third article .post-thumbnail .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-module.columns.three-column-module .column.third article .module-entry-title{display:inline-block;width:calc(100% - 127px);max-height:85px;margin-top:-3px;vertical-align:top;margin-bottom:0;overflow:hidden;font-size:13px;line-height:17px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500}.section-front-module.columns.three-column-module .column.third article .module-entry-header .module-entry-author,.section-front-module.columns.three-column-module .column.third article .module-entry-header .module-entry-channel:empty{display:none}.section-front-module.columns.three-column-module .column.third article .module-entry-header{height:14px}.section-front-module.columns.three-column-module .column.third article .module-entry-header .module-entry-channel{font-size:9.5px;line-height:10px;height:12px;position:absolute;bottom:0;padding-left:5px}.section-front-module.columns.three-column-module .column.third article:first-of-type{margin-top:0}@media (max-width:768px){.section-front-module.columns.three-column-module .column.second article .module-entry-header .module-entry-channel,.section-front-module.columns.two-column-module .column.first article .module-entry-header .module-entry-channel{right:0;border-left:1px solid #000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 127px);font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500;text-transform:uppercase}.section-front-module.columns .first-and-second-columns-wrapper{width:calc(100% - 335px)}.section-front-module.columns .second-and-third-columns-wrapper{width:calc((100% - 35px)/ 2)}.section-front-module.columns.two-column-module .column.first{width:100%;height:99px;display:block}.section-front-module.columns.two-column-module .column.first article{width:100%;height:99px;margin:14px 0 0;padding:0;border-bottom:1px solid #000}.section-front-module.columns.two-column-module .column.first article .module-entry-full-anchor{display:inline-block;position:relative;width:100%;height:100%}.section-front-module.columns.two-column-module .column.first article .module-entry-thumbnail-wrapper{position:relative;display:inline-block}.section-front-module.columns.two-column-module .column.first article .module-entry-thumbnail-wrapper>img{width:113px;height:85px;margin-right:14px;vertical-align:top}.section-front-module.columns.two-column-module .column.first article .module-entry-thumbnail-wrapper .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-module.columns.two-column-module .column.first article .post-thumbnail{width:113px;height:85px;display:inline-block;margin-right:14px;vertical-align:top}.section-front-module.columns.two-column-module .column.first article .post-thumbnail .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-module.columns.two-column-module .column.first article .module-entry-title{display:inline-block;width:calc(100% - 127px);max-height:85px;margin-top:-3px;vertical-align:top;margin-bottom:0;overflow:hidden;font-size:13px;line-height:17px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500}.section-front-module.columns.two-column-module .column.first article .module-entry-header .module-entry-author,.section-front-module.columns.two-column-module .column.first article .module-entry-header .module-entry-channel:empty,.section-front-module.columns.two-column-module .column.second article:last-of-type{display:none}.section-front-module.columns.two-column-module .column.first article .module-entry-header{height:14px}.section-front-module.columns.two-column-module .column.first article .module-entry-header .module-entry-channel{font-size:9.5px;line-height:10px;height:12px;position:absolute;bottom:0;padding-left:5px}.section-front-module.columns.two-column-module .column.first article{margin-top:0}.section-front-module.columns.two-column-module .column.second{width:100%;height:226px;margin-top:14px}.section-front-module.columns.three-column-module .column.first{width:calc((100% - 35px)/ 2)}.section-front-module.columns.three-column-module .column.second{width:100%;height:99px;display:block}.section-front-module.columns.three-column-module .column.second article{width:100%;height:99px;margin:14px 0 0;padding:0;border-bottom:1px solid #000}.section-front-module.columns.three-column-module .column.second article .module-entry-full-anchor{display:inline-block;position:relative;width:100%;height:100%}.section-front-module.columns.three-column-module .column.second article .module-entry-thumbnail-wrapper{position:relative;display:inline-block}.section-front-module.columns.three-column-module .column.second article .module-entry-thumbnail-wrapper>img{width:113px;height:85px;margin-right:14px;vertical-align:top}.section-front-module.columns.three-column-module .column.second article .module-entry-thumbnail-wrapper .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-module.columns.three-column-module .column.second article .post-thumbnail{width:113px;height:85px;display:inline-block;margin-right:14px;vertical-align:top}.section-front-module.columns.three-column-module .column.second article .post-thumbnail .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-module.columns.three-column-module .column.second article .module-entry-title{display:inline-block;width:calc(100% - 127px);max-height:85px;margin-top:-3px;vertical-align:top;margin-bottom:0;overflow:hidden;font-size:13px;line-height:17px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500}.section-front-module.columns.three-column-module .column.second article .module-entry-header .module-entry-author,.section-front-module.columns.three-column-module .column.second article .module-entry-header .module-entry-channel:empty{display:none}.section-front-module.columns.three-column-module .column.second article .module-entry-header{height:14px}.section-front-module.columns.three-column-module .column.second article .module-entry-header .module-entry-channel{font-size:9.5px;line-height:10px;height:12px;position:absolute;bottom:0;padding-left:5px}.section-front-module.columns.three-column-module .column.second article{margin-top:0}.section-front-module.columns.three-column-module .column.third{width:100%;height:226px;display:block;margin-top:14px}.section-front-module.columns.three-column-module .column.third article:last-of-type{display:none}}@media (max-width:600px){.section-front-module{margin-bottom:45px}.section-front-module.columns .first-and-second-columns-wrapper{width:100%;display:block}.section-front-module.columns .second-and-third-columns-wrapper{width:100%;display:block;margin-top:14px}.section-front-module.columns.two-column-module .column.third{width:100%;height:auto;text-align:center;margin-top:50px}.section-front-module.columns.three-column-module .column.first{width:100%;height:99px;display:block;margin-top:14px}.section-front-module.columns.three-column-module .column.first article{width:100%;height:99px;margin:14px 0 0;padding:0;border-bottom:1px solid #000}.section-front-module.columns.three-column-module .column.first article .module-entry-full-anchor{display:inline-block;position:relative;width:100%;height:100%}.section-front-module.columns.three-column-module .column.first article .module-entry-thumbnail-wrapper{position:relative;display:inline-block}.section-front-module.columns.three-column-module .column.first article .module-entry-thumbnail-wrapper>img{width:113px;height:85px;margin-right:14px;vertical-align:top}.section-front-module.columns.three-column-module .column.first article .module-entry-thumbnail-wrapper .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-module.columns.three-column-module .column.first article .post-thumbnail{width:113px;height:85px;display:inline-block;margin-right:14px;vertical-align:top}.section-front-module.columns.three-column-module .column.first article .post-thumbnail .media-icon{width:30px;height:30px;bottom:3px;left:3px}.section-front-module.columns.three-column-module .column.first article .module-entry-title{display:inline-block;width:calc(100% - 127px);max-height:85px;margin-top:-3px;vertical-align:top;margin-bottom:0;overflow:hidden;font-size:13px;line-height:17px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500}.section-front-module.columns.three-column-module .column.first article .module-entry-header .module-entry-author,.section-front-module.columns.three-column-module .column.first article .module-entry-header .module-entry-channel:empty{display:none}.section-front-module.columns.three-column-module .column.first article .module-entry-header{height:14px}.section-front-module.columns.three-column-module .column.first article .module-entry-header .module-entry-channel{font-size:9.5px;line-height:10px;height:12px;position:absolute;right:0;bottom:0;padding-left:5px;border-left:1px solid #000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 127px);font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500;text-transform:uppercase}.section-front-module.columns.three-column-module .column.first article{margin-top:0}}#latest-posts-link,.wp-caption .wp-caption-text{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:12px;font-weight:500}.widget select,.wp-caption,embed,iframe,object{max-width:100%}#latest-posts-link{margin:0 auto 55px;text-align:center;display:block;padding:8px;width:100px;height:36px;background-color:#000;color:#fff;text-transform:uppercase;box-sizing:border-box}#latest-posts-link:active,#latest-posts-link:focus,#latest-posts-link:hover{color:#000;background:#fff;outline:#000 solid 2px}@media (max-width:600px){#latest-posts-link{width:100%;margin-bottom:45px}}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{margin-bottom:1.5em}.wp-caption img[class*=wp-image-]{display:block}.wp-caption .wp-caption-text{color:#000;line-height:20px;margin:5px 0 0;text-align:left}.wp-caption .wp-caption-text .media-credit{color:#868686;font-weight:400}.high-impact-next-article-header,.high-impact-next-article-title,.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-caption,.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-progress{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500}.wp-caption .wp-caption-text .media-credit:empty{display:none}.gallery{margin-bottom:1.5em}.gallery .gallery-item{float:left}.gallery .gallery-item .gallery-icon a{display:block}.gallery .gallery-item .gallery-icon img{border:none;height:auto;margin-bottom:0}.gallery .gallery-item .gallery-caption{margin:0;text-align:center}.gallery-columns-2 .gallery-item{width:49%;margin-right:2}.gallery-columns-2 .gallery-item:nth-of-type(2n - 2){margin-right:0;clear:right}.gallery-columns-3 .gallery-item{width:32%;margin-right:2}.gallery-columns-3 .gallery-item:nth-of-type(3n - 3){margin-right:0;clear:right}.gallery-columns-4 .gallery-item{width:23.5%;margin-right:2}.gallery-columns-4 .gallery-item:nth-of-type(4n - 4){margin-right:0;clear:right}.gallery-columns-5 .gallery-item{width:18.4%;margin-right:2}.gallery-columns-5 .gallery-item:nth-of-type(5n - 5){margin-right:0;clear:right}.gallery-columns-6 .gallery-item{width:15%;margin-right:2}.gallery-columns-6 .gallery-item:nth-of-type(6n - 6){margin-right:0;clear:right}.gallery-columns-7 .gallery-item{width:12.57143%;margin-right:2}.gallery-columns-7 .gallery-item:nth-of-type(7n - 7){margin-right:0;clear:right}.gallery-columns-8 .gallery-item{width:10.75%;margin-right:2}.gallery-columns-8 .gallery-item:nth-of-type(8n - 8){margin-right:0;clear:right}.gallery-columns-9 .gallery-item{width:9.33333%;margin-right:2}.gallery-columns-9 .gallery-item:nth-of-type(9n - 9){margin-right:0;clear:right}.media-icon{position:absolute;bottom:7px;left:7px;padding:0;width:47px;height:47px;background-repeat:no-repeat;background-size:100%;z-index:1}.widget-area .media-icon{width:35px;height:35px;bottom:4px;left:4px}@media (max-width:600px){article:not(.entry-first) .media-icon{width:30px;height:30px;bottom:3px;left:3px}}.slideshow-icon{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow-icon.svg)}.video-icon{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/video-icon.svg)}.slideshow-start-thumbnail{width:300px;float:left;margin-right:1.5em;position:relative;margin-bottom:1.5em}.term-pic img{border-radius:50%;float:left}.single article img{border:0!important}@media (max-width:600px){.single article table{width:100%!important}}#high-impact-next-article{margin-top:35px;margin-bottom:35px;display:none;width:100%;border-bottom:0}p+#high-impact-next-article{margin-top:0}.high-impact-next-article-continue-reading{display:none;text-align:center;color:#868686;text-transform:uppercase;font-size:10px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif}.high-impact-next-article-continue-reading.visible{display:block;margin-bottom:5px}.high-impact-next-article-outer-container{border-top:1px solid #000;border-bottom:1px solid #000;padding:25px 0}.high-impact-next-article-container{position:relative;display:inline-block;font-size:0;line-height:0;margin:0 auto}.high-impact-next-article-header{font-size:15px;text-transform:uppercase;display:block;margin-bottom:10px}.high-impact-next-article-mask{background-color:rgba(0,0,0,.5);position:absolute;width:100%;height:100%;top:0;left:0}.high-impact-next-article-title{color:#FFF;font-size:25px;padding:25px;position:absolute;bottom:0;left:0;width:100%;text-align:center;line-height:32px}@media (max-width:600px){.high-impact-next-article-title{font-size:16px;line-height:21px;padding:15px}}.site-main [class*=navigation]{overflow:hidden;margin:0 0 1.5em}.site-main [class*=navigation] .nav-previous{float:left;width:50%}.site-main [class*=navigation] .nav-next{float:right;width:50%;text-align:right}#infinite-handle span{background:#333;border-radius:1px;cursor:pointer;font-size:13px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit}#infinite-handle{margin:20px 0 40px;width:100%;text-align:center}#infinite-handle span{display:inline-block;padding:8px;background-color:#000;color:#fff;text-align:center}#infinite-handle span:active,#infinite-handle span:focus,#infinite-handle span:hover{color:#000;background:#fff;outline:#000 solid 2px}#infinite-handle span button,#infinite-handle span button:active,#infinite-handle span button:focus,#infinite-handle span button:hover{text-decoration:none;text-transform:uppercase;font-weight:500;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:12px}.load-next-post{display:block}@media (max-width:600px){#infinite-handle span{width:100%}.load-next-post{max-width:320px}}.infinite-loader{display:block;margin:20px auto 40px;width:33px;text-align:center}#single-infinite-loading,.nyo-loading{display:none;margin:50px auto;width:32px;height:32px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/loading-animation.gif);background-size:cover;clear:both}.slideshow-container button{background-color:transparent;border-radius:0;padding:0;color:#000;outline:0}.slideshow-container .slideshow-content-area{font-size:0;position:relative}.slideshow-container .slideshow-content-area .slide-viewport{width:100%;height:365px;background-color:#000;white-space:nowrap;overflow:hidden;position:relative}@media (max-width:600px){.slideshow-container .slideshow-content-area .slide-viewport{height:250px}}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-navigation .slideshow-full-height-nav-wrapper{height:100%;position:absolute;top:0;font-size:10px;line-height:365px;z-index:1;color:#fff}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-navigation .slideshow-full-height-nav-wrapper.left{left:0}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-navigation .slideshow-full-height-nav-wrapper.right{right:0}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-navigation .slideshow-full-height-nav-wrapper .slideshow-arrow{width:40px;height:40px;background-color:rgba(0,0,0,.75);background-size:20px 20px;background-position:50% 50%;background-repeat:no-repeat;display:inline-block;vertical-align:middle}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-navigation .slideshow-full-height-nav-wrapper .slideshow-arrow.slideshow-left-arrow{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/left-arrow-cacaca.svg);background-position:9px 10px}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-navigation .slideshow-full-height-nav-wrapper .slideshow-arrow.slideshow-left-arrow:hover{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/left-arrow-ffffff.svg)}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-navigation .slideshow-full-height-nav-wrapper .slideshow-arrow.slideshow-left-arrow.disabled{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/left-arrow-868686.svg);cursor:default}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-navigation .slideshow-full-height-nav-wrapper .slideshow-arrow.slideshow-right-arrow{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/right-arrow-cacaca.svg);background-position:11px 10px}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-navigation .slideshow-full-height-nav-wrapper .slideshow-arrow.slideshow-right-arrow:hover{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/right-arrow-ffffff.svg)}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-navigation .slideshow-full-height-nav-wrapper .slideshow-arrow.slideshow-right-arrow.disabled{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/right-arrow-868686.svg);cursor:default}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-slide{width:100%;height:100%;position:relative;display:inline-block}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-slide.first-of-type.animate{-webkit-transition:margin-left 600ms ease-in-out;transition:margin-left 600ms ease-in-out}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-slide img{width:auto;max-height:100%;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-slide .in-slideshow-ad-wrapper{width:300px;height:250px;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background-color:#F3F3F3;color:#000;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:16px;text-transform:uppercase;text-align:center;line-height:250px}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-slide .in-slideshow-ad-wrapper .in-slideshow-ad{position:absolute;top:0;left:0}.slideshow-container .slideshow-content-area .slide-viewport .slideshow-slide .slideshow-mobile-display-toggle-container,.slideshow-container .slideshow-content-area .slide-viewport .slideshow-slide .slideshow-slide-description,.slideshow-container .slideshow-content-area .slide-viewport .slideshow-slide .slideshow-slide-social-share{display:none}.slideshow-container .slideshow-content-area .thumbnail-drawer{height:0;position:relative;overflow:hidden;opacity:0;-webkit-transition:height 250ms ease-in-out,opacity 250ms ease-in-out;transition:height 250ms ease-in-out,opacity 250ms ease-in-out}@media (max-width:600px){.slideshow-container .slideshow-content-area .slide-viewport .slideshow-navigation .slideshow-full-height-nav-wrapper{line-height:250px}.slideshow-container .slideshow-content-area .thumbnail-drawer{display:none}}.slideshow-container .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails{margin:10px 20px 0;white-space:nowrap;overflow:hidden;font-size:0;line-height:1}.slideshow-container .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-thumbnails-navigation .slideshow-thumbnails-full-height-nav-wrapper{position:absolute;top:0;margin-top:10px;height:100%;font-size:0;line-height:70px}.slideshow-container .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-thumbnails-navigation .slideshow-thumbnails-full-height-nav-wrapper.left{left:0}.slideshow-container .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-thumbnails-navigation .slideshow-thumbnails-full-height-nav-wrapper.right{right:0}.slideshow-container .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-thumbnails-navigation .slideshow-thumbnails-full-height-nav-wrapper .slideshow-arrow{width:12px;height:20px;background-size:12px 20px;background-repeat:no-repeat;display:inline-block;vertical-align:middle}.slideshow-container .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-thumbnails-navigation .slideshow-thumbnails-full-height-nav-wrapper .slideshow-arrow.slideshow-left-arrow{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/left-arrow-cacaca.svg)}.slideshow-container .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-thumbnails-navigation .slideshow-thumbnails-full-height-nav-wrapper .slideshow-arrow.slideshow-left-arrow:hover{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/left-arrow-868686.svg)}.slideshow-container .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-thumbnails-navigation .slideshow-thumbnails-full-height-nav-wrapper .slideshow-arrow.slideshow-left-arrow.disabled{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/left-arrow-cacaca.svg);cursor:default}.slideshow-container .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-thumbnails-navigation .slideshow-thumbnails-full-height-nav-wrapper .slideshow-arrow.slideshow-right-arrow{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/right-arrow-cacaca.svg)}.slideshow-container .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-thumbnails-navigation .slideshow-thumbnails-full-height-nav-wrapper .slideshow-arrow.slideshow-right-arrow:hover{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/right-arrow-868686.svg)}.slideshow-container .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-thumbnails-navigation .slideshow-thumbnails-full-height-nav-wrapper .slideshow-arrow.slideshow-right-arrow.disabled{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/right-arrow-cacaca.svg);cursor:default}.slideshow-container .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-slide-thumbnail{width:93px;height:70px;margin-right:10px;cursor:pointer}.slideshow-container .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-slide-thumbnail:first-of-type{-webkit-transition:margin-left 250ms ease-in-out;transition:margin-left 250ms ease-in-out}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls{margin:5px 0;font-size:0;line-height:1}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-social-share{text-align:left;font-size:10px;width:33%;display:inline-block;vertical-align:middle}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-mobile-display-toggle-container{display:none}@media (max-width:600px){.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-social-share{width:30%}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-mobile-display-toggle-container{display:inline-block;vertical-align:middle;width:40%;text-align:center;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:11px;line-height:11px;font-weight:500;text-transform:uppercase}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-mobile-display-toggle-container .slideshow-mobile-display-toggle{color:#868686;cursor:pointer}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-mobile-display-toggle-container .slideshow-mobile-display-toggle.toggle-active{color:#000;cursor:auto}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-mobile-display-toggle-container .slideshow-mobile-display-separator{color:#868686;margin:0 3px}}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-progress{text-align:center;font-size:12px;width:34%;display:inline-block;vertical-align:middle;margin-top:1px}@media (max-width:600px){.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-progress{text-align:right;width:30%}}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-extra-controls{text-align:right;font-size:0;width:33%;display:inline-block;vertical-align:middle}@media (max-width:600px){.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-extra-controls{display:none}}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-extra-controls .slideshow-thumbnail-toggle{width:30px;height:20px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/thumbnails-000000.svg);background-size:30px 20px;background-repeat:no-repeat;display:inline-block;vertical-align:middle}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-extra-controls .slideshow-thumbnail-toggle:hover{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/thumbnails-868686.svg)}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-extra-controls .enable-fullscreen{width:17px;height:17px;margin-left:14px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/fullscreen-000000.svg);background-size:17px 17px;background-repeat:no-repeat;display:inline-block;vertical-align:middle}.slideshow-container .fullscreen-only,.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-caption .slideshow-description-field:empty,.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-caption .slideshow-media-credit:empty{display:none}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-extra-controls .enable-fullscreen:hover{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/fullscreen-868686.svg)}@media (max-height:600px){.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-extra-controls .enable-fullscreen{display:none}}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-caption{font-size:12px;padding:14px 0;border-top:1px solid #E7E7E7;border-bottom:1px solid #E7E7E7;margin-bottom:35px}@media (max-width:768px){.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-caption{padding:10px 0}}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-caption .slideshow-description-field{margin-top:10px}.slideshow-container .slideshow-metadata-area .slideshow-metadata-container .slide-caption .slideshow-media-credit{color:#868686;font-weight:400}.slideshow-container.thumbnail-drawer-open .thumbnail-drawer{height:80px;opacity:1}@media (min-width:601px) and (min-height:601px){body.has-fullscreen-slideshow,html.has-fullscreen-slideshow{overflow:hidden}.slideshow-container.fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000}.slideshow-container.fullscreen .slideshow-content-area{height:100%;margin-left:340px;font-size:0;position:relative}}@media (min-width:601px) and (min-height:601px) and (max-width:768px){.slideshow-container.fullscreen .slideshow-content-area{height:calc(100% - 340px);margin-left:0}}@media (min-width:601px) and (min-height:601px){.slideshow-container.fullscreen .slideshow-content-area .slideshow-fullscreen-controls{padding:20px 20px 20px 17px;font-size:12px;color:#fff;position:absolute;top:0;right:0;background-color:rgba(0,0,0,.75);z-index:1}.slideshow-container.fullscreen .slideshow-content-area .slideshow-fullscreen-controls .fullscreen-icon{width:40px;height:40px;background-size:40px 40px;background-repeat:no-repeat;display:inline-block;vertical-align:middle}.slideshow-container.fullscreen .slideshow-content-area .slideshow-fullscreen-controls .fullscreen-icon.slideshow-arrow.slideshow-left-arrow{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/left-arrow-cacaca.svg)}.slideshow-container.fullscreen .slideshow-content-area .slideshow-fullscreen-controls .fullscreen-icon.slideshow-arrow.slideshow-left-arrow:hover{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/left-arrow-ffffff.svg)}.slideshow-container.fullscreen .slideshow-content-area .slideshow-fullscreen-controls .fullscreen-icon.slideshow-arrow.slideshow-left-arrow.disabled{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/left-arrow-444444.svg);cursor:default}.slideshow-container.fullscreen .slideshow-content-area .slideshow-fullscreen-controls .fullscreen-icon.slideshow-arrow.slideshow-right-arrow{margin:0 5px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/right-arrow-cacaca.svg)}.slideshow-container.fullscreen .slideshow-content-area .slideshow-fullscreen-controls .fullscreen-icon.slideshow-arrow.slideshow-right-arrow:hover{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/right-arrow-ffffff.svg)}.slideshow-container.fullscreen .slideshow-content-area .slideshow-fullscreen-controls .fullscreen-icon.slideshow-arrow.slideshow-right-arrow.disabled{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/right-arrow-444444.svg);cursor:default}.slideshow-container.fullscreen .slideshow-content-area .slideshow-fullscreen-controls .fullscreen-icon.slideshow-thumbnail-toggle{margin:0 10px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/thumbnails-fullscreen-cacaca.svg)}.slideshow-container.fullscreen .slideshow-content-area .slideshow-fullscreen-controls .fullscreen-icon.slideshow-thumbnail-toggle:hover{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/thumbnails-fullscreen-ffffff.svg)}.slideshow-container.fullscreen .slideshow-content-area .slideshow-fullscreen-controls .fullscreen-icon.quit-fullscreen{margin-left:10px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/close-444444.svg)}.slideshow-container.fullscreen .slideshow-content-area .slide-viewport{width:100%;height:100%;max-height:none;white-space:nowrap;overflow:hidden}.slideshow-container.fullscreen .slideshow-content-area .slide-viewport .slideshow-slide{width:100%;height:100%;position:relative;display:inline-block}.slideshow-container.fullscreen .slideshow-content-area .slide-viewport .slideshow-slide:first-of-type.animate{-webkit-transition:margin-left 600ms ease-in-out;transition:margin-left 600ms ease-in-out}.slideshow-container.fullscreen .slideshow-content-area .slide-viewport .slideshow-slide img{width:auto;max-height:100%;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.slideshow-container.fullscreen .slideshow-content-area .slide-viewport .slideshow-slide .slideshow-slide-description{display:none}.slideshow-container.fullscreen .slideshow-content-area .thumbnail-drawer{width:100%;height:100%;position:absolute;top:0;right:0;padding-top:100px;padding-left:20px;background-color:#000;overflow-y:auto;display:none}}@media (min-width:601px) and (min-height:601px) and (max-width:768px){.slideshow-container.fullscreen .slideshow-content-area .thumbnail-drawer{padding-top:75px}.slideshow-container.fullscreen .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails{text-align:center}}@media (min-width:601px) and (min-height:601px){.slideshow-container.fullscreen .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails{white-space:normal}.slideshow-container.fullscreen .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-slide-thumbnail{width:180px;height:135px;margin:0 20px 20px 0}.slideshow-container.fullscreen .slideshow-content-area .thumbnail-drawer .slideshow-thumbnails .slideshow-slide-thumbnail:first-of-type{margin-left:0!important}.slideshow-container.fullscreen .slideshow-metadata-area{width:340px;height:100%;padding:20px;position:absolute;top:0;left:0;background-color:#FFF}}@media (min-width:601px) and (min-height:601px) and (max-width:768px){.slideshow-container.fullscreen .slideshow-metadata-area{width:100%;height:340px;top:auto;bottom:0}}@media (min-width:601px) and (min-height:601px){.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container{height:calc(100% - 320px);overflow-y:auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}@media (min-width:601px) and (min-height:601px) and (max-width:768px){.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container{height:100%;width:calc(100% - 320px)}}@media (min-width:601px) and (min-height:601px){.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container .slideshow-logo-container{-webkit-box-ordinal-group:1;-webkit-order:0;order:0;-webkit-flex-shrink:0;flex-shrink:0}.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container .slideshow-logo-container .slideshow-logo{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/observer-logo-2015.png);background-size:100%;background-repeat:no-repeat;background-position-y:center;display:inline-block;font-size:0;text-indent:-9999px;vertical-align:middle;height:18px;width:132px;border-bottom:none}html.svgasimg .slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container .slideshow-logo-container .slideshow-logo{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/observer-logo-2015.svg)}}@media (min-width:601px) and (min-height:601px){.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container .slide-controls{-webkit-box-ordinal-group:3;-webkit-order:2;order:2;-webkit-flex-shrink:0;flex-shrink:0;margin-top:30px;border-top:1px solid #E7E7E7;padding-top:10px;line-height:20px}.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-social-share{width:50%;text-align:right;float:right}.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container .slide-controls .slideshow-progress{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:12px;font-weight:500;width:50%;text-align:left;float:left}.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container .slide-caption{-webkit-box-ordinal-group:2;-webkit-order:1;order:1;-webkit-flex-shrink:0;flex-shrink:0;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:14px;line-height:20px;margin-top:27px;border:none;margin-bottom:0;padding:0}}@media (min-width:601px) and (min-height:601px) and (max-width:768px){.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container .slideshow-logo-container{display:none}.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container .slide-caption{margin-top:-3px}}@media (min-width:601px) and (min-height:601px){.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container .slide-caption .slideshow-description-field:empty,.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container .slide-caption .slideshow-media-credit:empty{display:none}.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container .slide-caption .slideshow-description-field{margin-top:15px}.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-metadata-container .slide-caption .slideshow-media-credit{margin-top:15px;color:#868686;font-weight:400}.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-ad-area{position:absolute;bottom:20px;left:20px}}@media (min-width:601px) and (min-height:601px){.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-ad-area .slideshow-back-button{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;padding:12px 30px;border:1px solid #000;-webkit-transition:background-color 100ms ease-in-out,color 100ms ease-in-out;transition:background-color 100ms ease-in-out,color 100ms ease-in-out}.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-ad-area .slideshow-back-button:hover{background-color:#000;color:#FFF}.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-ad-area .google-ad{margin-top:20px}.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-ad-area .google-ad:empty{display:none}}@media (min-width:601px) and (min-height:601px) and (max-width:768px){.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-ad-area{top:20px;left:auto;right:20px;bottom:auto}.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-ad-area .slideshow-back-button{display:none}.slideshow-container.fullscreen .slideshow-metadata-area .slideshow-ad-area .google-ad{margin-top:0}}@media (min-width:601px) and (min-height:601px){.slideshow-container.fullscreen .fullscreen-only{display:inline}.slideshow-container.fullscreen .fullscreen-hide,.slideshow-container.fullscreen.thumbnail-drawer-open .fullscreen-icon.slideshow-arrow{display:none!important}.slideshow-container.fullscreen.thumbnail-drawer-open .fullscreen-icon.slideshow-thumbnail-toggle{background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/slideshow/thumbnails-fullscreen-ffffff.svg)!important}.slideshow-container.fullscreen.thumbnail-drawer-open .thumbnail-drawer{display:block}}@media (max-width:600px){.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-navigation,.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide:last-of-type .slideshow-mobile-display-toggle-container{display:none}.slideshow-container.list .slideshow-content-area .slide-viewport{height:auto;white-space:normal;background-color:transparent;font-size:0}.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide{width:100%;height:auto;margin-bottom:10px}.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide.first-of-type{margin-left:0!important;-webkit-transition:margin-left 0s;transition:margin-left 0s}.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide:last-of-type{margin-bottom:30px}.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide img{width:100%;position:static;top:auto;right:auto;bottom:auto;left:auto;display:block}.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide .in-slideshow-ad-wrapper{position:relative;top:auto;left:auto;display:block}.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide .slideshow-slide-social-share{margin-top:5px;display:block;line-height:1}.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide .slideshow-slide-description{display:block;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:12px;font-weight:500;line-height:18px;margin-top:7px}.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide .slideshow-slide-description .slideshow-description-field:empty,.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide .slideshow-slide-description .slideshow-media-credit:empty{display:none}.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide .slideshow-slide-description .slideshow-description-field{margin-top:10px}.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide .slideshow-slide-description .slideshow-media-credit{color:#868686;font-weight:400}.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide .slideshow-mobile-display-toggle-container{display:block;margin-top:25px;text-align:right;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:10px;font-weight:500;line-height:10px;text-transform:uppercase}.slideshow-container.list .slideshow-content-area .slide-viewport .slideshow-slide .slideshow-mobile-display-toggle-container .slideshow-mobile-display-toggle{color:#868686;cursor:pointer}.slideshow-container.list .slideshow-metadata-area{display:none}}.slideshow-container .addthis_custom_sharing a{border-bottom:none!important}.slideshow-container .addthis_custom_sharing a.at-svc-facebook{margin-left:-8px}.slideshow-container .addthis_custom_sharing a.at-svc-email .at-custom-share-span{margin-right:0}.slideshow-container .addthis_custom_sharing a .at-icon-wrapper{line-height:12px;width:20px;height:20px;background-color:transparent}.slideshow-container .addthis_custom_sharing a .at-icon-wrapper .at-icon{width:20px!important;height:20px!important;fill:#000;-webkit-transition:fill 100ms ease-in-out;transition:fill 100ms ease-in-out}.slideshow-container .addthis_custom_sharing a .at-icon-wrapper .at-icon.at-icon-facebook{width:22px!important;height:22px!important;margin-top:-1px}.slideshow-container .addthis_custom_sharing a .at-icon-wrapper .at-icon.at-icon-email{margin-top:1px;margin-left:1px;width:19px!important;height:19px!important}.slideshow-container .addthis_custom_sharing a:hover .at-icon-wrapper .at-icon{fill:#868686}.site-main-full-width{padding-bottom:35px}.page-subscribe .subscribe-banner{font-size:0;text-align:center;margin-bottom:35px}.page-subscribe .subscribe-description{text-align:center}.page-subscribe .subscribe-description h1{font-family:Calluna,serif;font-size:37px;line-height:37px;margin:0 0 12px}@media (max-width:600px){.page-subscribe .subscribe-banner{display:none}.page-subscribe .subscribe-description{text-align:left}.page-subscribe .subscribe-description h1{font-size:32px;line-height:32px}}.page-subscribe .subscribe-description p{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:19px;line-height:23px;margin:0 auto;color:#868686;max-width:600px}.page-subscribe .newsletter-form{margin-top:40px}.page-subscribe .newsletter-form .two-column-table{display:table;margin-bottom:15px}.page-subscribe .newsletter-form .two-column-table .two-column-row{display:table-row}.page-subscribe .newsletter-form .two-column-table .two-column-row .column-half{vertical-align:top;width:45%;margin-right:8%;margin-bottom:35px;display:inline-block}.page-subscribe .newsletter-form .two-column-table .two-column-row .column-half:last-of-type{margin-right:0}@media (max-width:600px){.page-subscribe .subscribe-description p{font-size:16px;line-height:20px}.page-subscribe .newsletter-form .two-column-table .two-column-row .column-half{display:block;width:100%;margin-right:0}}.page-subscribe .newsletter-form .two-column-table .two-column-row .column-half .newsletter-info{position:relative}.page-subscribe .newsletter-form .two-column-table .two-column-row .column-half .newsletter-info input[type=checkbox]{display:none}.page-subscribe .newsletter-form .two-column-table .two-column-row .column-half .newsletter-info input[type=checkbox]+.newsletter-text label:before{content:"";display:inline-block;height:13px;width:13px;background:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/checkbox.svg) left top no-repeat;position:absolute;top:5px;left:0}.page-subscribe .newsletter-form .two-column-table .two-column-row .column-half .newsletter-info input[type=checkbox]:checked+.newsletter-text label:before{background:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/checkbox-checked.svg) left top no-repeat}.page-subscribe .newsletter-form .two-column-table .two-column-row .column-half .newsletter-info .newsletter-text{margin-left:25px}.page-subscribe .newsletter-form .two-column-table .two-column-row .column-half .newsletter-info .newsletter-text label{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:18px;text-transform:uppercase;font-weight:700;margin:0;display:block;line-height:24px;cursor:pointer}.page-subscribe .newsletter-form .two-column-table .two-column-row .column-half .newsletter-info .newsletter-text p{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:15px;line-height:23px;margin:10px 0 0}.page-subscribe .newsletter-form .newsletter-email{text-align:center}.page-subscribe .newsletter-form .newsletter-email input[type=email]{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;border-color:#000;border-radius:0;padding:5px;width:calc(100% - 100px);max-width:300px;height:40px;vertical-align:middle;outline:0;color:#000}.page-subscribe .newsletter-form .newsletter-email input[type=submit]{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;margin-left:-5px;background:#000;color:#fff;text-transform:uppercase;height:40px;width:100px;font-size:13px;-webkit-appearance:none;vertical-align:middle;outline:0}.page-subscribe .newsletter-form .notice{text-align:center;font-family:Calluna,serif;font-size:21px;margin-top:10px}.entry-grid .entry-title,.entry-grid h1,.entry-list .entry-title,.entry-list h1,.page-subscribe .newsletter-form .error,.page-subscribe .subscribe-print h3,.page-subscribe .subscribe-print p{font-family:"Gotham SSm A","Gotham SSm B",sans-serif}.page-subscribe .newsletter-form .error{max-width:400px;font-size:12px;font-weight:700;text-transform:uppercase;margin:0 auto}.page-subscribe .subscribe-print{margin:75px 0 0}@media (max-width:600px){.page-subscribe .subscribe-print{margin:55px auto 0 0}}.page-subscribe .subscribe-print h3{font-size:18px;text-transform:uppercase;font-weight:700;margin:0;display:block;line-height:24px}.page-subscribe .subscribe-print p{font-size:15px;line-height:23px;margin:10px 0 0}.page-subscribe .subscribe-print p a{border-bottom:1px solid #000}.entry-grid-sponsored{background-color:#f8f8f8;padding:10px 10px 1px;box-sizing:border-box}.entry-grid-sponsored div.entry-meta{color:#000;border:0}.entry-grid-sponsored img{height:215px}@media (max-width:600px){.entry-grid-sponsored img{height:auto}}.entry-first .entry-title{margin-bottom:0;margin-top:0}.entry-grid,.entry-list{width:300px;display:inline-block;vertical-align:top;margin-right:31px;overflow:hidden;position:relative;margin-bottom:25px}@media screen and (min-width:600px) and (max-width:635px){.entry-grid,.entry-list{width:47%}}.entry-grid .entry-thumbnail-wrapper,.entry-list .entry-thumbnail-wrapper{position:relative}.entry-grid .entry-thumbnail-wrapper img,.entry-list .entry-thumbnail-wrapper img{display:block}.entry-grid .entry-title,.entry-grid h1,.entry-list .entry-title,.entry-list h1{color:#000;font-size:15px;font-weight:500;height:66px;line-height:21px;margin-top:12px;margin-bottom:0;overflow:hidden;word-wrap:break-word}.entry-grid .entry-by-and-channel-wrapper,.entry-list .entry-by-and-channel-wrapper{border-bottom:1px solid #000}.entry-grid .entry-channel,.entry-grid .entry-meta,.entry-list .entry-channel,.entry-list .entry-meta{padding:4px 0;height:27px;font-size:12px;margin-top:4px}.entry-grid .entry-header,.entry-list .entry-header{margin-top:0}.entry-grid .entry-content,.entry-list .entry-content{height:100px;margin-top:.75em;font-size:15px;color:#666}.entry-grid .entry-content p,.entry-list .entry-content p{margin-bottom:6px}.entry-grid .entry-meta,.entry-list .entry-meta{border-top:none;padding-bottom:0}.entry-grid .entry-meta,.entry-grid .entry-meta .author a,.entry-list .entry-meta,.entry-list .entry-meta .author a{color:#868686;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:11px;font-weight:400;height:18px;overflow:hidden;text-overflow:ellipsis;line-height:12px;white-space:nowrap}.entry-grid .entry-channel,.entry-list .entry-channel{float:right;line-height:12px;border-left:1px solid #000;padding:0 0 2px 6px;height:14px}.entry-grid .entry-channel:empty,.entry-list .entry-channel:empty{display:none}.entry-grid .clearfix,.entry-list .clearfix{display:none;height:0;clear:both}@media (max-width:600px){.entry-grid .entry-meta,.entry-grid .entry-meta .author a,.entry-list .entry-meta,.entry-list .entry-meta .author a{display:none}.entry-grid .entry-channel,.entry-list .entry-channel{padding:0 0 0 5px}.entry-grid,.entry-list{padding:15px 0;border-bottom:1px solid #000;width:100%;vertical-align:top;overflow:hidden;position:relative}.entry-grid article,.entry-list article{margin-right:0}.entry-grid .entry-thumbnail-wrapper,.entry-list .entry-thumbnail-wrapper{width:116px;float:left;margin-right:13px}.entry-grid .entry-title,.entry-list .entry-title{font-size:13px;line-height:17px;overflow:hidden;padding-top:0;border-bottom:none;margin-bottom:0;margin-top:-2px}.entry-grid .entry-by-and-channel-wrapper,.entry-list .entry-by-and-channel-wrapper{padding-bottom:0;position:absolute;right:0;bottom:0;border:0;max-width:58%}.entry-grid .entry-channel,.entry-list .entry-channel{height:13px;padding-top:0;border-bottom:none;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.entry-grid .entry-header,.entry-list .entry-header{display:inline-block;width:58%}.entry-grid .entry-content,.entry-list .entry-content{height:100px;margin-top:.75em;font-size:15px;color:#666}.entry-grid .entry-content p,.entry-list .entry-content p{margin-bottom:6px}.entry-grid .entry-meta,.entry-list .entry-meta{margin-top:0;border-bottom:none;line-height:1.2}.entry-grid .clearfix,.entry-list .clearfix{display:block}}.entry-grid .entry-channel,.entry-grid .entry-channel a,.entry-list .entry-channel,.entry-list .entry-channel a{color:#000}.big-story .entry-title a,.entry-first .entry-title a,.entry-grid .entry-title a{padding-bottom:2px}.archive .col-2 article:nth-of-type(2n+1){margin-right:0}.archive .col-2 article:nth-of-type(2n){margin-right:31px}@media (max-width:600px){.entry-grid .entry-channel,.entry-grid .entry-channel a,.entry-list .entry-channel,.entry-list .entry-channel a{font-size:9.5px;line-height:10px;height:12px}.archive .col-2 article:nth-of-type(2n){margin:0 auto}}.archive .col-2 .infinite-wrap article:nth-of-type(2n){margin-right:0}.archive .col-2 .infinite-wrap article:nth-of-type(2n+1){margin-right:31px}@media (max-width:600px){.archive .col-2 .infinite-wrap article:nth-of-type(2n+1){margin:0 auto}}.archive.paged .col-2 article:nth-of-type(2n){margin-right:0}.archive.paged .col-2 article:nth-of-type(2n+1){margin-right:31px}@media (max-width:600px){.archive.paged .col-2 article:nth-of-type(2n+1){margin:0 auto}}.col-2 article:nth-child(2n){margin-right:0}@media (max-width:600px){.col-2 article{margin:0 auto}}.col-3 article:nth-child(3n),.col-3 aside:nth-child(3n){margin-right:0}@media (max-width:768px){.col-3 aside.loop-ad{display:none}.col-3 article.post:nth-child(3n){margin-right:31px}.col-3 article.post:nth-child(9n),.col-3 article.post:nth-of-type(2n),.col-3 article.post:nth-of-type(6n){margin-right:0}}@media (max-width:600px){.col-3 article{margin:0 auto}.col-3 article.post:nth-child(3n){margin-right:0}}.entry-list{padding-bottom:16px;margin-bottom:16px;border-bottom:1px dotted #000}.entry-list .post-thumbnail{width:180px;padding:0;line-height:0}.entry-list .post-thumbnail img{margin-right:13px}.entry-list .entry-channel{padding-top:0;line-height:1}.entry-list .entry-header{width:455px;margin-top:0;padding-left:20px}.entry-list .entry-title{height:64px}.entry-list h1{font-family:Calluna,serif;font-size:19px;line-height:1.15}.entry-list .entry{display:block}@media (max-width:600px){.entry-list{padding:10px 0;border-bottom:1px dotted #868686;width:100%;vertical-align:top;overflow:hidden;position:relative;margin:0}.entry-list .entry-meta,.entry-list h1{border-bottom:none}.entry-list .post-thumbnail{width:116px}.entry-list h1{height:auto;font-size:13px;line-height:14px;overflow:hidden;padding-top:0;margin-bottom:0}.entry-list .entry-channel{padding-top:0;border-bottom:none;font-size:12px}.entry-list .entry-header{display:inline-block;width:58%}.entry-list .entry-title{height:auto}}.home-slider{border-bottom:1px solid #000;margin:35px 0;position:relative;max-width:970px;width:100%}.home-slider img{max-height:179px}.home-slider h2{font-weight:500;line-height:19px;margin-bottom:0}.home-slider .slider-header span{float:right;font-size:12px;text-transform:uppercase;line-height:42px}.home-slider .slider-header span a{color:#666;text-decoration:none}@media (max-width:768px){.home-slider{width:100%}}.home-slider .flex-direction-nav a{background:rgba(255,255,255,.7);border-radius:0;text-shadow:none;text-decoration:none;display:block;width:48px;height:48px;margin:-20px 0 0;padding:15px 13px 0;position:absolute;top:46%;z-index:4;overflow:hidden;opacity:1;cursor:pointer;color:transparent;-webkit-transition:all .2s ease;transition:all .2s ease}.home-slider .flex-direction-nav .flex-prev{left:0}.home-slider .flex-direction-nav .flex-next{right:0;text-align:right}@media (max-width:600px){.home-slider .flex-direction-nav a{width:24px;height:24px;margin:-10px 0 0;padding:4px 7px 0}.home-slider .flex-direction-nav .flex-prev{left:0}.home-slider .flex-direction-nav .flex-next{right:0}}.home-slider .flex-control-nav{display:none}.home-slider .flex-direction-nav .flex-disabled{opacity:.8!important;cursor:default}.home-slider h1,.section-front-module h1{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:16px;color:#000;font-weight:700;float:left;line-height:1;margin-bottom:0;padding:7px 0;text-transform:uppercase;width:100%;border-bottom:1px solid #000}.home-slider h1 a:hover,.section-front-module h1 a:hover{color:#868686}.home-slider h1:after,.section-front-module h1:after{clear:both}.home-slider .slides li{position:relative;margin-top:12px;margin-right:5px;margin-bottom:5px}.home-slider .slides h2 a{display:block;font-size:14px;text-decoration:none;border-top:none;padding-top:0;margin-top:6px}.big-story .slides li{margin-bottom:0;position:relative}.big-story img{display:block}.big-story h1{margin:0}.big-story .entry-header{width:100%;margin-top:-5px}@media (max-width:600px){.big-story .slides li{height:auto}.big-story h1{font-size:21px;line-height:23px}.big-story .entry-header{position:relative;border-bottom:none}}.big-story,.entry-first{position:relative;border-bottom:1px solid #000}.big-story .flex-direction-nav{display:none}.big-story,.entry-first{margin-bottom:30px}@media (min-width:769px){.big-story .entry-title,.entry-first .entry-title{margin-bottom:27px}}@media (max-width:768px){.big-story .entry-title,.entry-first .entry-title{margin-bottom:25px}}.big-story .entry-channel,.entry-first .entry-channel{padding:4px 0;font-size:12px;margin-top:4px}.big-story .entry-title,.entry-first .entry-title{min-height:60px;font-family:Calluna,serif;font-weight:600}#term-features li a.rubric-block,#term-features li a.term-feature-title,.author-header{font-family:"Gotham SSm A","Gotham SSm B",sans-serif}@media (max-width:600px){.big-story,.entry-first{margin-bottom:0}.big-story .entry-title,.entry-first .entry-title{min-height:46px}}.entry-first .entry-header{margin-top:0;width:100%}.entry-first .entry-content{margin:0}@media (max-width:600px){.entry-first .entry-title{min-height:0;margin-bottom:25px}}.big-story .entry-first{border-bottom:none}.big-story .slider-controls .flex-control-nav{width:100%;position:static;text-align:right;height:16px;background:#000}.big-story .slider-controls .flex-control-nav a{margin:4px -3px;background:#868686;width:7px;height:7px;color:transparent;box-shadow:none}.big-story .slider-controls .flex-control-nav a.flex-active{background:#fff}.loop-image{display:inline-block;line-height:0;position:relative;vertical-align:top}@media (max-width:600px){.entry-list .loop-image{margin-right:10px}}#term-features{border-top:1px solid #DDD;border-bottom:1px solid #DDD;float:none;clear:both;height:auto;padding:10px 0 0;text-align:center;width:100%;margin:35px 0}#term-features li{border-right:1px solid #DDD;height:auto;margin:0 0 10px;padding:5px 20px;width:33%;display:inline-block;vertical-align:top}#term-features li:last-child{border-right:none}#term-features li a.rubric-block{margin-bottom:3px;display:inline-block;text-decoration:none;text-transform:uppercase;font-weight:700}#term-features li a.term-feature-title{color:#666;text-transform:uppercase;font-weight:700;text-decoration:none}.author-header{display:table-row;font-size:12px;font-weight:700;letter-spacing:.02em}@media (max-width:600px){.author-header{display:block}}.author-header .author-cell{display:table-cell;vertical-align:top}.author-header .author-cell.img-cell{width:135px}.author-header .author-cell.info-cell{padding-left:15px}@media (max-width:600px){.author-header .author-cell{display:block}.author-header .author-cell.img-cell{margin:0 auto}.author-header .author-cell.info-cell{padding-left:0}}.author-header h1{clear:none;font-family:Calluna,serif;font-size:36px;line-height:38px;letter-spacing:0;margin-top:0;margin-bottom:10px;text-transform:none}.widgets-list-layout li:after,body.search h2.most-recent-heading:after{clear:both}@media (max-width:600px){.author-header h1{font-size:29px;line-height:31px;margin-top:10px;margin-bottom:5px;text-align:center}}.author-header .img-wrapper{width:135px;height:135px;margin-bottom:35px;border-radius:50%;overflow:hidden;position:relative;background-color:#000}@media (max-width:600px){.author-header .img-wrapper{margin-bottom:0}}.author-header .img-wrapper img{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.author-header .author-info{margin-bottom:10px;color:#868686}@media (max-width:600px){.author-header .author-info{font-size:15px;text-align:center}.author-header .author-info .reporter-feeds{display:block}}.at4-share-outer .at-share-btn *,.home .recommendation{display:none!important}.author-header .author-bio{font-size:12px;line-height:18px;text-transform:none;margin-bottom:35px}.reporter-feeds a{color:#868686}.reporter-feeds a:hover{color:#1a1a1a}.reporter-feeds a .fa{font-size:14px}.post-subscribe label,body.search h2.most-recent-heading{font-size:16px;text-transform:uppercase}.author .entry-first h1{margin-bottom:18px}.author .entry-first .entry-content{margin-top:0}.post-subscribe{border-top:1px dotted #000;border-bottom:1px dotted #000;margin:1.5em 0;padding:.75em 0;text-align:center}.post-subscribe p{margin:0}.post-subscribe input[type=submit]{margin-left:-5px;background:#000;color:#fff;text-transform:uppercase;padding:7px;height:32px}.post-subscribe input[type=email]{border-radius:0;padding:5px;border:1px solid #000;margin-left:12px}@media (max-width:768px){.recommendation{display:none!important}}body.search-no-results .entry-list,body.search-results .entry-list{border-bottom:none}body.search-no-results .entry-by-and-channel-wrapper,body.search-results .entry-by-and-channel-wrapper{position:absolute;bottom:0;width:100%;padding-right:20px;border-bottom:1px solid #000}body.search-no-results .entry-by-and-channel-wrapper .entry-channel,body.search-results .entry-by-and-channel-wrapper .entry-channel{padding-top:0}@media (max-width:600px){body.search-no-results .entry-header,body.search-results .entry-header{padding-left:0;height:87px}body.search-no-results .entry-by-and-channel-wrapper,body.search-results .entry-by-and-channel-wrapper{right:initial;padding-right:0;max-width:100%}body.search-no-results .entry-by-and-channel-wrapper .entry-channel,body.search-results .entry-by-and-channel-wrapper .entry-channel{width:auto}}body.search h2.most-recent-heading{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;color:#000;font-weight:700;float:left;line-height:1;margin-top:15px;margin-bottom:32px;padding:7px 0;width:100%;border-bottom:1px solid #000}@media (max-width:600px){body.search h2.most-recent-heading{margin-bottom:10px}}.comment-content a{word-wrap:break-word}.fb-comments,.fb-comments iframe div[style],.fb-comments iframe[style],.fb-comments span[style]{width:100%!important}.single-attachment .nyo-social-comments,.single-post .nyo-social-comments{display:block;position:relative}.single-attachment .nyo-social-comments.nyo-social-comments-above .addthis-responsive-css-override,.single-post .nyo-social-comments.nyo-social-comments-above .addthis-responsive-css-override{margin:20px 0 0}.single-attachment .nyo-social-comments.nyo-social-comments-below,.single-post .nyo-social-comments.nyo-social-comments-below{height:38px;margin:25px 0 20px}.single-attachment .nyo-social-comments .entry-comments,.single-post .nyo-social-comments .entry-comments{position:absolute;top:0;right:0}.single-attachment .addthis_responsive_sharing,.single-post .addthis_responsive_sharing{display:block;margin:0}.single-attachment .addthis-responsive-css-override .at-share-btn,.single-post .addthis-responsive-css-override .at-share-btn{border:1px solid #000;border-radius:50%!important;background-color:#000!important;-webkit-transition:none;transition:none;padding:0!important;margin:0 8px 0 0;position:relative}.single-attachment .addthis-responsive-css-override .at-share-btn:before,.single-post .addthis-responsive-css-override .at-share-btn:before{font-size:15px;line-height:36px;font-family:fontello;position:absolute;top:0;left:0;margin:auto;text-align:center;width:36px;height:36px;color:#FFF}.single-attachment .addthis-responsive-css-override .at-share-btn:hover,.single-post .addthis-responsive-css-override .at-share-btn:hover{background-color:#FFF!important;-webkit-transform:none;-ms-transform:none;transform:none}.single-attachment .addthis-responsive-css-override .at-share-btn:hover:before,.single-post .addthis-responsive-css-override .at-share-btn:hover:before{color:#000}.single-attachment .addthis-responsive-css-override .at-share-btn .at-icon-wrapper,.single-post .addthis-responsive-css-override .at-share-btn .at-icon-wrapper{background:0 0!important;width:36px!important;height:36px!important;position:relative}.single-attachment .addthis-responsive-css-override .at-share-btn .at-icon-wrapper *,.single-post .addthis-responsive-css-override .at-share-btn .at-icon-wrapper *{display:none}.single-attachment .addthis-responsive-css-override .at-svc-facebook:before,.single-post .addthis-responsive-css-override .at-svc-facebook:before{content:'\f09a'}.single-attachment .addthis-responsive-css-override .at-svc-twitter:before,.single-post .addthis-responsive-css-override .at-svc-twitter:before{top:1px;left:1px;content:'\f099'}.single-attachment .addthis-responsive-css-override .at-svc-linkedin:before,.single-post .addthis-responsive-css-override .at-svc-linkedin:before{content:'\f0e1'}.single-attachment .addthis-responsive-css-override .at-svc-google_plusone_share:before,.single-post .addthis-responsive-css-override .at-svc-google_plusone_share:before{left:1px;content:'\f0d5'}.single-attachment .addthis-responsive-css-override .at-svc-email:before,.single-post .addthis-responsive-css-override .at-svc-email:before{font-size:12.5px;content:'\f0e0';padding-left:1px}.single-attachment .entry-comments,.single-post .entry-comments{float:right;text-transform:uppercase}@media (max-width:600px){.single-attachment .entry-comments,.single-post .entry-comments{display:none}}.single-attachment .entry-comments a,.single-post .entry-comments a{font-size:11px;font-weight:500;width:125px;height:38px;border:1px solid #000;line-height:38px;text-align:center;display:inline-block}.single-attachment .entry-comments a i,.single-post .entry-comments a i{padding-left:0}.single-attachment .entry-comments a:hover,.single-post .entry-comments a:hover{color:#FFF;background-color:#000}.single-attachment .entry-comments a:hover i,.single-post .entry-comments a:hover i{color:#FFF}.at4-share-outer .at-share-btn{height:45px!important;width:45px!important;background-color:#FFF!important;border-top:1px solid #000!important;border-right:1px solid #000!important;border-left:1px solid #000!important;-webkit-transition:none!important;transition:none!important;padding:0!important;z-index:99997!important}.at4-share-outer .at-share-btn:last-of-type{border-bottom:1px solid #000!important}.at4-share-outer .at-share-btn:before{font-size:15px!important;line-height:43px!important;font-family:fontello!important;position:absolute!important;top:1px!important;left:0!important;margin:auto!important;text-align:center!important;width:43px!important;height:42px!important;color:#000!important;text-indent:0!important}.at4-share-outer .at-share-btn:hover{width:45px!important;background-color:#000!important}.at4-share-outer .at-share-btn:hover:before{color:#FFF!important}.at4-share-outer .at-share-btn.at-svc-facebook:before{content:'\f09a'}.at4-share-outer .at-share-btn.at-svc-twitter:before{content:'\f099'}.at4-share-outer .at-share-btn.at-svc-linkedin:before{content:'\f0e1'}.at4-share-outer .at-share-btn.at-svc-google_plusone_share:before{width:41px;left:2px;content:'\f0d5'}.at4-share-outer .at-share-btn.at-svc-email:before{height:43px;top:0;font-size:14px;content:'\f0e0'}@media screen and (max-width:1100px){.at4-share-outer{display:none}}.nyo-addthis.addthis-responsive-css-override .at-share-btn{border:1px solid #000;border-radius:50%;background-color:#000!important;-webkit-transition:none;transition:none;padding:0!important;margin:0 8px 0 0;position:relative}.nyo-addthis.addthis-responsive-css-override .at-share-btn:before{font-size:15px;line-height:36px;font-family:fontello;position:absolute;top:0;left:0;margin:auto;text-align:center;width:36px;height:36px;color:#FFF}.widget .widget-title,.widget.widget_text .textwidget,.widgets-list-layout .entry-channel,.widgets-list-layout .entry-channel a,.widgets-list-layout-links a.title,a#no-more-results{font-family:"Gotham SSm A","Gotham SSm B",sans-serif}.nyo-addthis.addthis-responsive-css-override .at-share-btn:hover{background-color:#FFF!important;-webkit-transform:none;-ms-transform:none;transform:none}.nyo-addthis.addthis-responsive-css-override .at-share-btn:hover:before{color:#000}.nyo-addthis.addthis-responsive-css-override .at-share-btn .at-icon-wrapper{background:0 0!important;width:36px;height:36px;position:relative}.nyo-addthis.addthis-responsive-css-override .at-share-btn .at-icon-wrapper *{display:none}.nyo-addthis.addthis-responsive-css-override .at-svc-facebook:before{content:'\f09a'}.nyo-addthis.addthis-responsive-css-override .at-svc-twitter:before{top:1px;left:1px;content:'\f099'}.nyo-addthis.addthis-responsive-css-override .at-svc-linkedin:before{content:'\f0e1'}.nyo-addthis.addthis-responsive-css-override .at-svc-google_plusone_share:before{left:2px;content:'\f0d5'}.nyo-addthis.addthis-responsive-css-override .at-svc-email:before{font-size:12.5px;content:'\f0e0';padding-left:1px}.widget-area aside{margin:35px 0}.widget-area aside:first-of-type{margin-top:0}.widget-area iframe{margin:0 auto;display:block}.widget-area a{color:#000;font-weight:700;position:relative}.widget-area a:hover{text-decoration:underline}.widget .widget-title{color:#000;font-size:16px;font-weight:700;line-height:1;margin-bottom:0;text-transform:uppercase;padding:7px 0;border-bottom:1px solid #000}.widget .widget-search .search-submit{display:none}.widget:first-of-type .widgets-list-layout.trendingnow4,.widget:first-of-type .widgets-list-layout.trendingnow5{margin-top:0}.widget.widget_text .textwidget{font-size:11px;font-weight:400;line-height:18px}.widget.widget_text table{margin:15px 0 10px}.widget.widget_text hr{margin:0;background-color:#000}.widgets-list-layout{list-style-type:none;margin:0;padding:0}.widgets-list-layout ul{margin-left:0}.widgets-list-layout li{zoom:1;margin:13px 0;list-style-type:none!important;position:relative;border-bottom:1px solid #000}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout .widgets-list-layout-blavatar{float:left;height:87px;width:116px!important;margin-right:13px;margin-bottom:13px}.widgets-list-layout .widgets-list-layout-blavatar a{font-size:0}.widgets-list-layout .widgets-list-layout-blavatar img{height:87px;width:116px}.widgets-list-layout.trendingnow5{margin-top:-9px}.widgets-list-layout-links{width:auto!important;line-height:1.2;height:87px;overflow:hidden;text-overflow:ellipsis}#header-ad-banner,.mobile-adhesion-unit{text-align:center;width:100%;z-index:99998}.widgets-list-layout-links a.title{font-size:13px;font-weight:500;line-height:16px;position:relative;top:-2px}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}.widgets-list-layout .entry-channel{position:absolute;right:0;bottom:0;border-left:1px solid #000;padding:0 0 0 5px}.widgets-list-layout .entry-channel,.widgets-list-layout .entry-channel a{color:#000;font-size:9.5px;line-height:10px;height:12px;font-weight:500;max-width:58%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trendingnow4 .widgets-list-layout .entry-channel{margin-bottom:1px}.widget_nyo_chartbeat_widget .widget-title{padding-top:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}main .article-wrap:first-child>article,main .article-wrap:first-child>article:first-child,main:first-child>article,main:first-child>article:first-child{border-top:0 none}main .article-wrap:first-child>article .entry-header,main .article-wrap:first-child>article .entry-title,main .article-wrap:first-child>article:first-child .entry-header,main .article-wrap:first-child>article:first-child .entry-title,main:first-child>article .entry-header,main:first-child>article .entry-title,main:first-child>article:first-child .entry-header,main:first-child>article:first-child .entry-title{margin-top:0}main .article-wrap>article,main>article{border-top:2px solid #000;position:relative}main .article-wrap>article header .entry-teaser,main>article header .entry-teaser{margin-bottom:17px}main .article-wrap>div[id^=div-gpt-ad-],main>div[id^=div-gpt-ad-]{margin:0 auto;text-align:center;padding:0 0 50px}main .article-wrap>div[id^=infinite-single-sidebar-] div[id^=div-gpt-ad-],main>div[id^=infinite-single-sidebar-] div[id^=div-gpt-ad-]{margin:0 0 20px}.is-mobile main .article-wrap>div[id^=div-gpt-ad-],.is-mobile main>div[id^=div-gpt-ad-],.is-tablet main .article-wrap>div[id^=div-gpt-ad-],.is-tablet main>div[id^=div-gpt-ad-]{padding:0}.is-mobile main .article-wrap>article:not(:first-child),.is-mobile main>article:not(:first-child),.is-tablet main .article-wrap>article:not(:first-child),.is-tablet main>article:not(:first-child){margin-top:22px}#secondary div[id^=div-gpt-ad-]{margin:0 0 20px}a#no-more-results{font-size:14px;padding:50px 0;text-align:center;text-transform:uppercase;display:block}#header-ad-banner{position:relative;background-color:#f3f3f3}.speedbump-ad{padding:1.5em 0;text-align:center;clear:both}p+.speedbump-ad{padding-top:0}.mobile-adhesion-unit{background:#F3F3F3;bottom:0;left:0;position:fixed;right:0;padding:6px 0}@media (min-width:1025px){.mobile-adhesion-unit{display:none}}@media (max-width:600px){.flyout-open .mobile-adhesion-unit{display:none}}.sticky-ad{margin-bottom:0}.flex-direction-nav a,.flex-pauseplay a{z-index:10;overflow:hidden;position:absolute}.flex-container a:active,.flex-container a:focus,.flexslider a:active,.flexslider a:focus{outline:0}.flex-control-nav,.flex-direction-nav,.slides{margin:0;padding:0;list-style:none}@font-face{font-family:flexslider-icon;src:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/vendor/../../fonts/flexslider-icon.eot);src:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/vendor/../../fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/vendor/../../fonts/flexslider-icon.woff) format('woff'),url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/vendor/../../fonts/flexslider-icon.ttf) format('truetype'),url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/vendor/../../fonts/flexslider-icon.svg#flexslider-icon) format('svg');font-weight:400;font-style:normal}.flexslider{padding:0;margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);-moz-box-shadow:0 1px 4px rgba(0,0,0,.2);-o-box-shadow:0 1px 4px rgba(0,0,0,.2);box-shadow:0 1px 4px rgba(0,0,0,.2);zoom:1}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flex-direction-nav a,.no-js .slides>li:first-child,.slides:after,html[xmlns] .slides{display:block}.flexslider .slides img{width:100%;display:block}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:"\0020";clear:both;visibility:hidden;line-height:0;height:0}* html .slides{height:1%}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.flexslider .slides{zoom:1}.carousel li{margin-right:5px}.flex-direction-nav a{text-decoration:none;width:40px;height:40px;margin:-20px 0 0;top:50%;opacity:0;cursor:pointer;color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default}.flex-direction-nav a:before{font-family:flexslider-icon;font-size:40px;display:inline-block;content:'\f001'}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-pauseplay a{display:block;width:20px;height:20px;bottom:5px;left:10px;opacity:.8;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);box-shadow:inset 0 0 3px rgba(0,0,0,.3)}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}@font-face{font-family:fontello;src:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/vendor/../../fonts/fontello/fontello.eot?91438482);src:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/vendor/../../fonts/fontello/fontello.eot?91438482#iefix) format('embedded-opentype'),url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/vendor/../../fonts/fontello/fontello.woff2?91438482) format('woff2'),url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/vendor/../../fonts/fontello/fontello.woff?91438482) format('woff'),url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/vendor/../../fonts/fontello/fontello.ttf?91438482) format('truetype'),url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/vendor/../../fonts/fontello/fontello.svg?91438482#fontello) format('svg');font-weight:400;font-style:normal}[class*=" icon-"]:before,[class^=icon-]:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-twitter:before{content:'\f099'}.icon-facebook:before{content:'\f09a'}.icon-gplus:before{content:'\f0d5'}.icon-mail:before{content:'\f0e0'}.icon-linkedin:before{content:'\f0e1'}.icon-youtube:before{content:'\f16a'}.icon-instagram:before{content:'\f16d'}.sailthru-signup-widget .sailthru-signup-widget-close {
  display: none; }
.sailthru-signup-widget input, .sailthru-signup-widget button, .sailthru-signup-widget select, .sailthru-signup-widget textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0; }
.sailthru-signup-widget .form {
  display: block;
  margin-top: 0em; }
.sailthru-signup-widget textarea {
  overflow: auto;
  vertical-align: top;
  background-color: white;
  flex-direction: column;
  resize: auto;
  cursor: auto;
  padding: 2px;
  white-space: pre-wrap;
  word-wrap: break-word; }
.sailthru-signup-widget label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }
.sailthru-signup-widget input[type="radio"],
.sailthru-signup-widget input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }
.sailthru-signup-widget select {
  text-transform: none;
  margin: 0;
  border: 1px solid #cccccc; }
.sailthru-signup-widget select[multiple],
.sailthru-signup-widget select[size] {
  height: auto; }
.sailthru-signup-widget .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  vertical-align: middle;
  background-color: #fff; }
.sailthru-signup-widget .form-group {
  margin-bottom: 15px; }
.sailthru-signup-widget .radio input[type="radio"] {
  margin: 4px 5px 0 5px;
  margin-top: 1px \9;
  line-height: normal; }
.sailthru-signup-widget .radio label {
  display: block;
  margin-bottom: 0;
  font-weight: normal; }
.sailthru-signup-widget .checkbox input[type="checkbox"] {
  margin: 4px 5px 0 5px;
  margin-top: 1px \9;
  line-height: normal; }
.sailthru-signup-widget .checkbox label {
  display: block;
  margin-bottom: 0;
  font-weight: normal; }

#sailthru-modal {
  position: absolute;
  width: auto;
  min-width: 450px;
  height: auto;
  z-index: 9999;
  text-align: center;
  vertical-align: middle;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background: #fff;
  padding: 20px;
  text-align: left;
  -moz-box-shadow: 3px 3px 3px 3px #ebebeb;
  -webkit-box-shadow: 3px 3px 3px 3px #ebebeb;
  box-shadow: 3px 3px 3px 3px #ebebeb; }
/**

	Noticons

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

*/


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

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

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


/**
 * All noticons
 */

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


/**
 * Individual icons
 */

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


/**
 * Deprecated noticon names
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/**
 * Layout
 */

.simple-homepage {
	display: none;
}

.media-credit a {
	font-weight: normal;
}
.media-credit-container {
	text-align: left;
	max-width: 100%;
}

