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;
}body,html{overflow-x:hidden}.home-slider img,.section-front .section-front-carousel-slider img{max-height:179px}.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}.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,sans-serif;font-size:14px;line-height:20px;-webkit-font-smoothing:antialiased}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 A","Gotham 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 A","Gotham 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,sans-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:flex;-webkit-box-align: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}}.nyo-footer-logo,.single-post .entry-meta,.site-info .social{display:inline-block}.site-info ul.social-icons{line-height:0;margin:13px 0 0}@media (min-width:769px){html.flexbox .site-info{padding-top:4px}.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;align-self:flex-end}}.site-info .social{list-style-type:none;line-height:0;margin-left:4px}.site-info .social:first-of-type{margin-left:0}.site-info .social .fa{background:#000;color:#fff;border-radius:50%;font-size:12px;height:30px;width:30px;position:relative}.site-info .social .fa:hover{background:#000}.fw-site-header .branding .site-title,.nyo-footer-logo{background-repeat:no-repeat;background-position-y:center;text-indent:-9999px}.site-info .social .fa: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}.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-bottom:1.5em;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:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;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;flex-basis:300px;position:relative}#single-post-wrapper .content-area,.infinite-single-wrapper .content-area{-webkit-box-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,.fw-site-header .flyout .follow-us-wrapper .follow-us-type .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{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500;-webkit-transition:opacity 100ms ease-in-out;transition:opacity 100ms ease-in-out}.fw-site-header .branding .fw-channel-logo,.fw-site-header .flyout .flyout-inner-container .menu>.menu-item,.fw-site-header .nav-controls .pretty-search-wrapper .search-terms{font-family:"Gotham A","Gotham B",sans-serif}.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-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-size:25px;font-weight:400;text-transform:uppercase;vertical-align:middle;color:#868686;display:inline-block;margin:0 0 0 10px;height:70px;line-height:70px;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}.banner-and-nav-wrapper,.fw-site-header{position:relative;top:0}.fw-site-header .flyout.flyout-open{display:block}.fw-site-header .flyout .flyout-inner-container .menu{list-style:none;margin:0}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item{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,.fw-site-header .flyout .follow-us-wrapper .follow-us-type .rule{height:10px;border-bottom:1px solid #444;box-sizing:content-box;clear:both}.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}.fw-site-header .flyout .follow-us-wrapper{margin-top:35px}.fw-site-header .flyout .follow-us-wrapper .follow-us-type{font-family:"Gotham A","Gotham B",sans-serif;font-size:20px}.entry-teaser,.fw-site-header .flyout .newsletter-signup,a.moretag{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;text-transform:uppercase}.fw-site-header .flyout .follow-us-wrapper .follow-us-type .chevron-toggle{display:none}.fw-site-header .flyout .follow-us-wrapper .follow-us-icons{margin-top:10px}.fw-site-header .flyout .follow-us-wrapper .follow-us-icons .social-icon{width:33px;height:33px;background-color:#868686;line-height:33px;color:#000;border-radius:50%;text-align:center;display:inline-block;margin-right:10px;-webkit-transition:background-color 100ms ease-in-out;transition:background-color 100ms ease-in-out;vertical-align:middle}.fw-site-header .flyout .follow-us-wrapper .follow-us-icons .social-icon .fa{font-size:14px;line-height:33px}.fw-site-header .flyout .follow-us-wrapper .follow-us-icons .social-icon .fa.youtube-play{font-size:15px;margin-top:-.5px}.fw-site-header .flyout .follow-us-wrapper .follow-us-icons .social-icon:hover{background-color:#D2D2D2}.fw-site-header .flyout .newsletter-signup{width:100%;height:40px;text-align:center;font-size:13px;font-weight:500;line-height:38px;color:#D2D2D2;display:block;margin:35px 0;border:1px solid #444;white-space:nowrap;-webkit-transition:color 100ms ease-in-out,border 100ms ease-in-out;transition:color 100ms ease-in-out,border 100ms ease-in-out}.fw-site-header .flyout .newsletter-signup:hover{color:#FFF;border-color:#868686}.fw-site-header .flyout .newsletter-signup .chevron-right{display:inline-block;margin-left:9px;width:9px;height:17px;background-image:url(/wp-content/themes/vip/newyorkobserver-2014/assets/css/../../images/chevron-right.svg);background-size:9px 17px;margin-top:-2px;vertical-align:middle}@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:0}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item,.fw-site-header .flyout .follow-us-wrapper{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);transform:rotate(180deg)}.fw-site-header .flyout .flyout-inner-container .menu>.menu-item.expanded .sub-menu{display:block}.fw-site-header .flyout .follow-us-wrapper,.fw-site-header .flyout .newsletter-signup{max-width:320px;margin-left:auto;margin-right:auto}.fw-site-header .flyout .newsletter-signup{height:50px;line-height:48px}.fw-site-header .flyout .follow-us-wrapper .follow-us-type .chevron-toggle{display:inline}.fw-site-header .flyout .follow-us-wrapper .follow-us-icons{display:none}.fw-site-header .flyout .follow-us-wrapper.expanded .chevron-toggle{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fw-site-header .flyout .follow-us-wrapper.expanded .follow-us-icons{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 .flyout .follow-us-wrapper,.fw-site-header .flyout .newsletter-signup,.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%;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}}.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}.hentry{margin:0 0 1.5em}.entry-teaser{color:#000;font-size:13px;font-weight:500;line-height:12px;margin:5px 0 8px}@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;text-decoration:none}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,sans-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{color:#000;font-family:Calluna;font-size:37px;font-weight:700;line-height:41px;text-transform:capitalize}body.search .page-header .page-title{font-family:Calluna,sans-serif;font-style:normal;font-weight:700}.section-front .section-front-menu,article.entry-list .entry-title{font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500}@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-size:17px;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}}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}.section-front .site-main{width:100%;margin:0}.section-front .section-front-menu{width:100%;font-size:12px;text-align:center;line-height:12px;text-transform:uppercase;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}@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-family:"Gotham A","Gotham B",sans-serif;font-size:18px;color:#000;font-weight:700;line-height:18px;margin-bottom:25px;padding:0 0 6px;text-transform:uppercase;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{border-bottom:1px solid #000;margin:35px 0;position:relative;max-width:970px;width:100%}.section-front .section-front-carousel-slider .slides h2{font-weight:500;line-height:19px;margin-bottom:0}.section-front .section-front-carousel-slider .flex-carousel-slider{position:relative}@media (max-width:768px){.section-front .section-front-carousel-slider{width:100%}}.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 .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-carousel-slider 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}.section-front .section-front-carousel-slider h1 a:hover,.section-front-topstories .column.articles article .module-entry-header .module-entry-author a{color:#868686}.section-front .section-front-carousel-slider h1:after{clear:both}.section-front .section-front-carousel-slider .slides li{position:relative;margin-right:5px;display:none}.section-front .section-front-carousel-slider .slides li a{position:relative}.section-front .section-front-carousel-slider .slides h2 a{display:block;font-size:14px;text-decoration:none;border-top:none;padding-top:0}.section-front .section-front-module.section-front-carousel-slider{border-bottom:0;margin-bottom:50px}@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-carousel-slider .slides h2 a{font-size:12px;line-height:16.5px}.section-front .section-front-module.section-front-carousel-slider{margin-bottom:45px}.section-front .section-front-module.section-front-carousel-slider .media-icon{width:30px;height:30px}}.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-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-title{margin-top:12px;margin-bottom:0;overflow:hidden}.section-front-topstories .column.articles article .module-entry-title,.section-front-topstories .column.articles article .module-entry-title a{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 .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}.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-title,.section-front-topstories .column.articles article .module-entry-title a{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{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 .module-see-all{position:absolute;top:3px;right:0;font-size:12px;line-height:18px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-weight:500;text-transform:uppercase;color:#CACACA}.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-title{margin-top:12px;margin-bottom:0;overflow:hidden}.section-front-module.columns.two-column-module .column.first article .module-entry-title,.section-front-module.columns.two-column-module .column.first article .module-entry-title a{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-author a{color:#868686}.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 .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}.section-front-module.columns.three-column-module .column.first article .module-entry-header .module-entry-channel:empty,.section-front-module.columns.three-column-module .column.second article .module-entry-header .module-entry-channel:empty,.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-title,.section-front-module.columns.two-column-module .column.second article .module-entry-title a{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{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-title{margin-top:12px;margin-bottom:0;overflow:hidden}.section-front-module.columns.three-column-module .column.first article .module-entry-title,.section-front-module.columns.three-column-module .column.first article .module-entry-title a{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-author a{color:#868686}.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.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-title{margin-top:12px;margin-bottom:0;overflow:hidden}.section-front-module.columns.three-column-module .column.second article .module-entry-title,.section-front-module.columns.three-column-module .column.second article .module-entry-title a{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-author a{color:#868686}.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;position:absolute;white-space:nowrap;overflow:hidden;right:0;text-transform:uppercase;text-overflow:ellipsis}.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 .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}.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-title,.section-front-module.columns.three-column-module .column.second.list article .module-entry-title a{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{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;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 .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}.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-title,.section-front-module.columns.three-column-module .column.third article .module-entry-title a{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{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;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{position:absolute;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 .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}.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-title,.section-front-module.columns.two-column-module .column.first article .module-entry-title a{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{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;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 .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}.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-title,.section-front-module.columns.three-column-module .column.second article .module-entry-title a{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{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;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 .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}.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-title,.section-front-module.columns.three-column-module .column.first article .module-entry-title a{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{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-size:12px;font-family:"Gotham SSm A","Gotham SSm B",sans-serif}.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;font-weight:500;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;font-weight:500;line-height:20px;margin:5px 0 0;text-align:left}.wp-caption .wp-caption-text .media-credit{color:#868686;font-weight:400}.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}}.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{margin:20px 0 40px;width:100%;text-align:center}#infinite-handle span{display:inline-block;padding:8px;width:100px;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}@media (max-width:600px){#infinite-handle span{width:100%}}.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-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:12px;font-weight:500;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-family:"Gotham SSm A","Gotham SSm B",sans-serif;font-size:12px;font-weight:500;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:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;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;order: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;order:2;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;order:1;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,sans-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 A","Gotham 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 A","Gotham 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 A","Gotham 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 A","Gotham 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 A","Gotham 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,sans-serif;font-size:21px;margin-top:10px}.page-subscribe .newsletter-form .error,.page-subscribe .subscribe-print h3,.page-subscribe .subscribe-print p{font-family:"Gotham A","Gotham 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-title,.entry-grid h1,.entry-list .entry-title,.entry-list h1{color:#000;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;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 img,.entry-list img{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,sans-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 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}.home-slider .flex-direction-nav a:before{color:#333;font-family:FontAwesome;font-size:44px;display:inline-block;content:'\f0d9'}@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-direction-nav a:before{font-size:22px}}.home-slider .flex-direction-nav a.flex-next:before{content:'\f0da'}.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,sans-serif;font-weight:600}@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;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;text-transform:uppercase;font-weight:700}#term-features li a.term-feature-title{color:#666;text-transform:uppercase;font-family:"Gotham A","Gotham B",sans-serif;font-weight:700;text-decoration:none}.author-header{display:table-row;font-family:"Gotham SSm A","Gotham SSm B",sans-serif;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,sans-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%);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%;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:FontAwesome;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;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;height:36px;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:2px;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:FontAwesome!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:FontAwesome;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;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 select{max-width:100%}.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}#collective-media-pixel,body.single-post footer#colophon,body.single-post.is-mobile #secondary,body.single-post.is-mobile .infinite-single-widget-area{display:none}@media (max-width:768px){body.single-post #secondary,body.single-post .infinite-single-widget-area{display:none}}#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}}.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}}