/**
 * 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;
}/**
 * Global CSS styles for all PMC sites
 */
img#wpstats{width:0;height:0;overflow:hidden;display:block}.entv-overlay-image{background:url(/wp-content/themes/vip/pmc-plugins/pmc-footer/css/../images/entv_overlay_image.png?1483530857) no-repeat;width:180px;height:101px;position:absolute;top:9px}.entv-image{position:relative}.logos{background:url(/wp-content/themes/vip/pmc-plugins/pmc-footer/css/../images/pmc-footer-logos-v2.png?1483530857) no-repeat;height:55px;width:120px;margin:0 auto}.deadline-logo.logos{background-position:0 -770px}.hollywoodlife-logo.logos{background-position:0 -660px}.variety-logo.logos{background-position:0 -440px}.bgr-logo.logos{background-position:0 -330px}.movieline-logo.logos{background-position:0 0}.india-logo.logos{background-position:0 -110px}.pmc-logo.logos{background-position:0 -880px}.tvline-logo.logos{background-position:0 -220px}.entv-logo.logos{background-position:0 -550px}.varietylatino-logo.logos{background-position:0 -957px}.fn-logo.logos{background-position:0 -1022px}.wwd-logo.logos{background-position:0 -1092px}.spy-logo.logos{background-position:0 -1255px}.goldderby-logo.logos{background-position:0 -1335px}.indiewire-logo.logos{background-position:0 -1169px}#other-pmc-properties{margin:0 auto;text-align:center;padding:20px 9px 15px;overflow:hidden;display:block;background:#363636}#other-pmc-properties #property-snippets{width:100%;display:block;overflow:hidden}#other-pmc-properties #property-snippets li{width:180px;float:left;margin:0 0 0 16px;list-style:none}#other-pmc-properties #property-snippets li:first-child{margin:0}#other-pmc-properties .footer-links{margin:15px 0}#other-pmc-properties .footer-links ul li{display:inline-block;margin:2px 0;border-left:1px solid #ccc;padding:0 15px}#other-pmc-properties .footer-links ul li:first-child{border:0}#other-pmc-properties .footer-links ul li a{display:block}#other-pmc-properties .pmc-links{padding:0px 20px 0px;margin-top:10px;background:url(/wp-content/themes/vip/pmc-plugins/pmc-footer/css/../images/footer-hr.png?1483530857) repeat-x 0 5px}#other-pmc-properties .pmc-links h3{display:inline-block;margin:0}#other-pmc-properties .pmc-links h3 a{display:block;overflow:hidden;background:url(/wp-content/themes/vip/pmc-plugins/pmc-footer/css/../images/pmc-footer-logos-v2.png?1483530857) no-repeat;background-size:cover;width:112px;height:27px;margin:0 auto 15px auto;background-position:0 -840px;background-color:#363636}#other-pmc-properties .pmc-links h3 a span{font-size:9px;color:#fff;text-align:center;top:16px;font-weight:bold;margin-top:16px;display:block}#other-pmc-properties .pmc-links ul{display:table;width:100%;margin:0 auto 10px auto}#other-pmc-properties .pmc-links ul.icon-pmc-logos li{display:table-cell;margin:0;width:auto;text-align:center}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-logo a{overflow:hidden;background:url(/wp-content/themes/vip/pmc-plugins/pmc-footer/css/../images/pmc-footer-logos-v2.png?1483530857) no-repeat 0 0;overflow:hidden;display:block;width:120px;height:47px;text-indent:-9999px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-movieline a{background-position:0 -6px;width:120px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-india a{background-position:0 -115px;width:120px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-tvline a{background-position:0 -225px;width:120px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-bgr a{background-position:-20px -335px;width:80px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-variety a{background-position:0 -445px;width:120px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-entv a{background-position:-10px -555px;width:100px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-hollywoodlife a{background-position:0 -668px;width:120px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-deadline a{background-position:0 -775px;width:122px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-fn a{background-position:-29px -1026px;width:60px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-wwd a{background-position:-25px -1097px;width:70px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-pmc a{background-position:0 -885px;width:120px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-goldderby a{background-position:0 -1345px;width:120px}
a.gallery-navigation{
    cursor: pointer;
}
.gallery-multi {
	width: 100%;
	height:100%;
	display:block;
	overflow:hidden;
}
.gallery-multi div {
	width: auto;
	float: left;
	cursor: pointer;
}
.gallery-back {
	display: none;
	position: relative;
	text-align: center;
	font-size: 0.75em;
	padding: 0.5em 0;
}
.gallery-interstitial{
    margin-top: 0px !important;
	background-color: #F3F3F3;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	text-align: center;
	display: none;
}
.gallery-interstitial .skip-ad {
	border: 1px solid gray;
	color: white;
	cursor: pointer;
	font-size: 1.2em;
	padding: 5px;
	position: absolute;
	right: 0;
	text-decoration: underline;
	top: 0;
}
.gallery-interstitial .ad{
	margin: auto;
}
.gallery-image {
	width: 600px;
	height:600px;
	position: relative;
	margin: 0 auto;
}
.gallery-image img {
	/*
	Vertically align in center
	See: http://coding.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/
	*/
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.gallery-image div.gallery-multi div {
	line-height: 600px; /* Same as height to vertically align in center */
	text-align:center;
	position: relative;
}
.gallery .gallery-image div.gallery-multi div .credits {
	position: absolute;
	height: auto !important;
	display: block;
	bottom: 0;
	text-align: right;
	font-size: 11px;
	right: 0;
	color: #fff;
	padding: 3px 7px 3px 7px;
	background-color: #222;
	width: auto;
}
.gallery-thumbs div.gallery-multi div img {
	opacity: .5;
}
.gallery-thumbs div.gallery-multi div img:hover,
.gallery-thumbs div.gallery-multi div img.current {
	opacity: 1;
}
.gallery-image div.gallery-multi div img {
	max-height: 100%;
	max-width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0 auto;

}
.gallery-count {
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	display: block;
	margin-top: 10px;
	font-size: .75em;
}
.gallery-navigation {
	font-size: 1em;
}
.gallery-navigation:hover {
	color: #906;
}
.gallery-navigation-next {
	float: right;
}
.gallery-navigation-next:hover {
	outline: none;
}

.gallery-navigation-previous {
	float: left;
}

.gallery-navigation-previous:hover {
	outline: none;

}
.gallery-thumbs-medium-preview {
	width: 312px;
	position: absolute;
	top: 0;
	right: -314px;
}
.gallery-thumbs-medium-preview div div {
	width: 100px;
	float: left;
	margin: 0 4px 4px 0;
	background-color: black;
}
.gallery-thumbs-medium-preview div div img {
	vertical-align: bottom;
	opacity: .5;
	border: 1px solid black;
}
.gallery-thumbs-medium-preview div div img.current {
	vertical-align: bottom;
	opacity: 1;
	border: 1px solid red;
}
.gallery-thumbs-medium-preview div div img:hover {
	vertical-align: bottom;
	opacity: 1;
	border: 1px solid black;
}

/*hack for FF override if not needed*/
@-moz-document url-prefix() {
	.gallery-stage .gallery-image .gallery-multi div .credits {
		right: auto !important;
	}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 768px) {
	.gallery-thumbs div.gallery-multi div {
		left: 75px;
	}
	.gallery-image div.gallery-multi div img {
		margin: 0 auto;
	}
	.gallery-image img {
		position: relative !important;
	}
	/* Styles */
}
.swiftype{/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/}.swiftype .block-group,.swiftype .block,.swiftype .block-group:after,.swiftype .block:after,.swiftype .block-group:before,.swiftype .block:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.swiftype .block-group{*zoom:1}.swiftype .block-group:before,.swiftype .block-group:after{display:table;content:"";line-height:0}.swiftype .block-group:after{clear:both}.swiftype .block-group{list-style-type:none;padding:0;margin:0}.swiftype .block-group>.block-group{clear:none;float:left;margin:0 !important}.swiftype .block{float:left;width:100%}.swiftype .width-10{width:10%}.swiftype .width-20{width:20%}.swiftype .width-25{width:25%}.swiftype .width-30{width:30%}.swiftype .width-40{width:40%}.swiftype .width-50{width:50%}.swiftype .width-60{width:60%}.swiftype .width-70{width:70%}.swiftype .width-80{width:80%}.swiftype .width-90{width:90%}.swiftype .width-100{width:100%}.swiftype .container{max-width:960px;margin:0 auto}.swiftype .header{margin-top:20px;padding:10px}.swiftype .right-header{font-size:16px}.swiftype .right-header div{float:right}.swiftype .right-header .st-has-query span{font-style:italic}.swiftype .main-container{border-radius:2px}.swiftype .left-main{padding:10px}.swiftype .left-main .st-section-title{font-size:.75rem;font-weight:bold;padding:15px 0 5px}.swiftype .left-main select{-webkit-appearance:menulist;width:100%}.swiftype .footer{padding:20px;text-align:center}.swiftype .st-no-results,.swiftype .st-no-query,.swiftype .st-not-loading,.swiftype .st-not-failed-loading,.swiftype .st-no-misspelling{display:none}.swiftype .st-no-results.inverse{display:inline}.swiftype .st-has-results.inverse{display:none}.swiftype .search_form{box-shadow:0 1px 0 #fff,1px 1px 2px rgba(0,0,0,0.1) inset;border:1px solid #CCC;border-radius:2px;margin-top:30px;position:relative}.swiftype .search_form .search-form{overflow:hidden}.swiftype .search_form .search-form input[type='text']{padding:10px 0;font-size:14px;color:#333;font-weight:300;border:none;outline:none;text-indent:38px;display:block;width:90%;background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6%2BR8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNpi%2BP%2F%2FPwMIA4E9EO8C4ldAfAOI5wCxKEweGcM0FAExiPEEqngdEP%2BEGqCLoQkkCMR%2FgHgjEHMiSRgA8QcgPo9NUwvUVFEskjAXaCGLMwEFVID4BZDzmgETXIPSisiCIE2PgFiakZFRFIsmYyj9FF1CF%2BoEkOd50Pz0FqufoAqqoRqfA%2FF8IN4CDZz%2FUP%2F6YWhCiqcD0BC7B8SLoJphGgMxNGGNRAYGNqizYRpDCGpC0rga2akENWHROIEoTVCNzGBbgAYABBgAuBMPKvUg1p8AAAAASUVORK5CYII%3D) no-repeat 13px 13px;float:left}.swiftype .search_form .search-form input[type="submit"]{background:#efefef;border:none;outline:none;border-left:1px solid #CCC;float:right;width:10%;padding:10px 0;font-size:14px;color:#303030;font-weight:300}.swiftype .search_form .search-form input[type="submit"]:hover{background-color:#bfbfbf;cursor:pointer}.swiftype .tabs-wrapper{margin-top:20px;border-bottom:none}.swiftype .tabs{height:26px}.swiftype .tab{border:1px solid #CCC;padding:10px 20px;text-decoration:none;background-color:#efefef;color:#000;border-right:none}.swiftype .tab:hover{background-color:#fff}.swiftype .tab:last-of-type{border-right:1px solid #CCC}.swiftype .tab.active{border-bottom:none;padding-bottom:11px;background-color:#fff}.swiftype .result{padding:20px;border-bottom:1px solid #e9e9e9;min-height:130px}.swiftype .result:last-of-type{border-bottom:none}.swiftype .result:hover{background-color:#fafafa}.swiftype .result .result-image{float:left;padding-right:10px;padding-bottom:10px}.swiftype .result .result-image img{width:120px;height:auto}.swiftype .result .result-content{padding-left:130px}.swiftype .result .result-content .result-title a{text-decoration:none;font-size:17px;font-weight:bold}.swiftype .result .result-content .byline{padding:5px 0;color:gray}.swiftype .result .result-content .byline .icon{background-size:12px 12px;padding-right:10px}.swiftype .swiftype-widget .autocomplete{background-color:#fff;display:block;margin:0 0 0 -1px;padding:0;width:90%;max-width:871px;position:absolute;text-align:left;border:1px solid #ccc;z-index:99999999}.swiftype .swiftype-widget .autocomplete.inactive{display:none}.swiftype .swiftype-widget .autocomplete .ac-section-title{padding:6px;font-weight:bold;background-color:#eee;border-bottom:1px solid #e1e1e1}.swiftype .swiftype-widget .autocomplete .ac-result{padding:6px;border-bottom:1px solid #e1e1e1;overflow:hidden;text-transform:none}.swiftype .swiftype-widget .autocomplete .ac-result:hover{background-color:#fafafa;cursor:pointer}.swiftype .swiftype-widget .autocomplete .ac-result.selected{background-color:#EEE}.swiftype .swiftype-widget .autocomplete .ac-result .ac_image{width:50px;height:50px;float:left;margin-right:6px}.swiftype .swiftype-widget .autocomplete .ac-result .ac_sub{font-size:90%}.swiftype .footer a{text-decoration:none;display:inline-block;padding:3px 7px;margin:5px 3px}.swiftype .footer .current_page{font-weight:bold}.swiftype .footer .invalid{pointer-events:none;color:#ccc}.swiftype #sort_selector{width:260px;text-transform:uppercase;font-size:11px;font-weight:bold;color:#333}.swiftype #sort_selector div{float:right}.swiftype #sort_selector select{width:200px}.swiftype .facet-container{overflow:hidden;padding-top:15px}.swiftype .facet-title,.swiftype .facet-container a{font-weight:bold;text-transform:uppercase;font-size:.75rem;letter-spacing:0.05em}.swiftype .facet-title{float:left}.swiftype .facet-container a{font-weight:300;text-decoration:none;float:right;color:#aaa}.swiftype .facet-options{clear:both;margin-top:20px}.swiftype .facet-option,.swiftype div.radio-option{position:relative;padding:0 20px 0 10px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.swiftype .facet-option input,.swiftype div.radio-option input{position:relative;right:5px}.swiftype .facet-option.disabled,.swiftype div.radio-option.disabled{display:none}.swiftype .facet-count{position:absolute;right:0;color:#aaa}.swiftype .search_form_widget.search_form{margin-top:0;background:#fff;box-shadow:none}.swiftype .search_form_widget.search_form input[type='text']{width:100%;padding:5px 0;text-indent:30px;background-position:8px 8px}.swiftype .search_form_widget.search_form input[type='submit']{display:none}.swiftype .search_form_widget.search_form .swiftype-widget .autocomplete{max-width:350px;width:300px}@media only screen and (max-width: 768px){.swiftype .search_form_widget.search_form .swiftype-widget .autocomplete{display:none}}@media only screen and (max-width: 767px){.swiftype .left-main{display:none}.swiftype .main.block{width:100%}.swiftype .search_form .search-form input[type='text']{width:80%}.swiftype .search_form .search-form input[type="submit"]{width:20%}}
.share-container{margin:-10px 0 10px 12px}.share-container ul.share-buttons{list-style:none;margin:10px 0;padding:2px 15px}.share-container ul.share-buttons *{box-sizing:border-box}.share-container ul.share-buttons li{display:inline-block;height:50px;margin:2px;text-align:center;vertical-align:middle;width:50px}.share-container ul.share-buttons li.share-copy{width:100px}.share-container ul.share-buttons li span{color:#525252;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase}.share-container ul.share-buttons li a{-ms-flex-align:center;align-items:center;color:#fff;display:-ms-flexbox;display:flex;height:100%;-ms-flex-pack:center;justify-content:center;text-decoration:none;width:100%}.share-container ul.share-buttons li a svg{background-color:inherit;color:#fff;fill:#fff;height:100%;max-height:100%;max-width:100%;padding:15%;vertical-align:middle}.share-container ul.share-buttons li a.btn-comment{position:relative;background:#714df4}.share-container ul.share-buttons li a.btn-comment svg{padding:10%}.share-container ul.share-buttons li a.btn-comment span{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0;width:100%}.share-container ul.share-buttons li a.btn-email{background:#898989}.share-container ul.share-buttons li a.btn-facebook{background:#3b5998}.share-container ul.share-buttons li a.btn-linkedin{background:#0e76a8}.share-container ul.share-buttons li a.btn-more{background:#388500}.share-container ul.share-buttons li a.btn-pinterest{background:#f05550}.share-container ul.share-buttons li a.btn-print{background:#464646}.share-container ul.share-buttons li a.btn-reddit{background:#f64a0a}.share-container ul.share-buttons li a.btn-tumblr{background:#264053}.share-container ul.share-buttons li a.btn-twitter{background:#00acee}.share-container ul.share-buttons li a.btn-whatsapp{background:#23c100}.shareMore{background:rgba(0,0,0,.8);display:none;height:100%;left:0;position:fixed;top:100px;width:100%;z-index:1}.shareMore *{box-sizing:border-box}.shareMore .closeShare{max-width:1em;margin:.25em}.shareMore .closeShare svg{fill:#fff;max-height:22px;max-width:22px}.shareMore .shareModal{background:#fff;border-radius:15px;box-shadow:-2px 10px 5px -2px rgba(0,0,0,.75);list-style:none;margin:0 auto;overflow:hidden;padding:0;width:320px}.shareMore .shareModal li{display:block;width:100%;height:100%;border-bottom:1px solid #aaa;text-align:left}.shareMore .shareModal li:last-child{border-bottom:none}.shareMore .shareModal li:first-child{background:#000;border-bottom:none;color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:20px;padding:30px 20px;position:relative}.shareMore .shareModal li:first-child a{-ms-flex-align:center;align-items:center;color:#fff;display:-ms-flexbox;display:flex;height:auto;padding:0;position:absolute;right:0;top:15px;width:auto}.shareMore .shareModal li:first-child a:hover{background:transparent;color:#aaa}.shareMore .shareModal li a{text-decoration:none;display:block;width:100%;height:100%;padding:10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.shareMore .shareModal li a span{height:100%;line-height:50px;display:inline-block;vertical-align:top;margin-left:10px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;font-size:18px}.shareMore .shareModal li a.btn-comment{color:#714df4}.shareMore .shareModal li a.btn-comment svg{fill:#714df4;height:33px;width:33px}.shareMore .shareModal li a.btn-email{color:#898989}.shareMore .shareModal li a.btn-email svg{fill:#898989;height:33px;width:33px}.shareMore .shareModal li a.btn-facebook{color:#3b5998}.shareMore .shareModal li a.btn-facebook svg{fill:#3b5998;height:33px;width:33px}.shareMore .shareModal li a.btn-linkedin{color:#0e76a8}.shareMore .shareModal li a.btn-linkedin svg{fill:#0e76a8;height:33px;width:33px}.shareMore .shareModal li a.btn-more{color:#388500}.shareMore .shareModal li a.btn-more svg{fill:#388500;height:33px;width:33px}.shareMore .shareModal li a.btn-pinterest{color:#f05550}.shareMore .shareModal li a.btn-pinterest svg{fill:#f05550;height:33px;width:33px}.shareMore .shareModal li a.btn-print{color:#464646}.shareMore .shareModal li a.btn-print svg{fill:#464646;height:33px;width:33px}.shareMore .shareModal li a.btn-reddit{color:#f64a0a}.shareMore .shareModal li a.btn-reddit svg{fill:#f64a0a;height:33px;width:33px}.shareMore .shareModal li a.btn-tumblr{color:#264053}.shareMore .shareModal li a.btn-tumblr svg{fill:#264053;height:33px;width:33px}.shareMore .shareModal li a.btn-twitter{color:#00acee}.shareMore .shareModal li a.btn-twitter svg{fill:#00acee;height:33px;width:33px}.shareMore .shareModal li a.btn-whatsapp{color:#23c100}.shareMore .shareModal li a.btn-whatsapp svg{fill:#23c100;height:33px;width:33px}.shareMore .shareModal li a:hover{color:#fff;background:#aaa}.shareMore .shareModal li a:hover svg{fill:#fff}@media only screen and (max-width:767px){.share-container{margin:-10px 0 10px 12px;width:135%}ul.share-buttons li{width:14%}}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media only screen and (min-width:41.75em){#top-bar:after,#top-bar:before{content:" ";display:table}#top-bar:after{clear:both}#top-bar.top-bar-default{border-bottom:1px solid #5e5e5e}}@media only screen and (max-width:41.6875em){.top-bar{display:none}}.hp-panel__top-bar-story a,.top-bar-story a{text-decoration:none;color:#000}.hp-panel__top-bar-story p,.top-bar-story p{margin:0 0 .8em;font:400 .9375em/1.2 TiemposRegular,serif}@media only screen and (max-width:41.6875em){.hp-panel__top-bar-story p,.top-bar-story p{display:none}}@media only screen and (min-width:41.75em){.hp-panel__top-bar-story,.top-bar-story{height:9em;padding:.4375em 1.25em;position:relative;width:18.75em}.hp-panel__top-bar-story:nth-of-type(2):before,.top-bar-story:nth-of-type(2):before{border-left:1px solid #adacac;border-right:1px solid #adacac;content:"";height:100%;left:0;position:absolute;pointer-events:none;top:0;width:100%}.hp-panel__top-bar-story:nth-of-type(n+2):after,.top-bar-story:nth-of-type(n+2):after{border-color:transparent}.hp-panel__top-bar-story .hp-card__story-card-meta,.hp-panel__top-bar-story img,.top-bar-story .hp-card__story-card-meta,.top-bar-story img{display:none}.hp-panel__top-bar-story p,.top-bar-story p{max-height:2.5em}}@media only screen and (max-width:41.6875em){.hp-panel__top-bar-story,.top-bar-story{padding-right:.625em}.hp-panel__top-bar-story .hp-card__story-card-meta,.top-bar-story .hp-card__story-card-meta{display:block;font:400 .625em/1 FormaTextMedium,sans-serif;text-transform:capitalize;color:#686c6d}.hp-panel__top-bar-story .hp-card__story-card-author,.top-bar-story .hp-card__story-card-author{color:#686c6d}.hp-panel__top-bar-story img,.top-bar-story img{display:block}}.hp-panel__top-bar,.top-bar{float:left}@media only screen and (min-width:41.75em){.hp-panel__top-bar,.top-bar{width:40.625rem}.hp-panel__top-bar .hp-panel__top-bar-story,.top-bar .hp-panel__top-bar-story{border-bottom:9px solid #000}.hp-panel__top-bar .hp-panel__top-bar-story.active,.top-bar .hp-panel__top-bar-story.active{border-bottom:9px solid #d31b20}.hp-panel__top-bar .hp-panel__top-bar-story.active:after,.top-bar .hp-panel__top-bar-story.active:after{width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid #d31b20;display:block;content:"";left:50%;top:100%;-ms-transform:translate(-50%,100%);transform:translate(-50%,100%);position:absolute;z-index:2}}@media only screen and (max-width:41.6875em){.hp-panel__top-bar{width:100%}.hp-panel__top-bar-wrap{display:block;width:100%;visibility:hidden}.hp-panel__top-bar-wrap.slick-initialized{visibility:visible}.hp-panel__top-bar-wrap .slick-track{display:block;left:0;top:0;position:relative}.hp-panel__top-bar-story{float:left;width:16rem}}.hp-panel__top-bar-story-section,.top-bar-story-section{display:inline-block;font:400 .75em/1 FormaText,sans-serif;margin:0;padding-bottom:.2375em;text-transform:uppercase;font-size:.8125rem}@media only screen and (min-width:41.75em){.hp-panel__top-bar-story-section,.top-bar-story-section{border-bottom:1px solid #000}}@media only screen and (max-width:41.6875em){.hp-panel__top-bar-story-section{font-size:.6875rem}.hp-panel__top-bar-story-section.vertical-fashion-news a{color:#982584}.hp-panel__top-bar-story-section.vertical-accessories-news a{color:#ef9520}.hp-panel__top-bar-story-section.vertical-business-news a,.hp-panel__top-bar-story-section.vertical-markets-news a{color:#47853e}.hp-panel__top-bar-story-section.vertical-eye a{color:#00adef}.hp-panel__top-bar-story-section.vertical-runway a{color:#000}.hp-panel__top-bar-story-section.vertical-beauty-industry-news a{color:#d31b20}.hp-panel__top-bar-story-section.vertical-menswear-news a{color:#686c6d}}.hp-panel__top-bar-story-header,.top-bar-story-header{font:400 .9375em/1.3 FormaTextBold,sans-serif;font-size:1.2rem;line-height:1.375rem;margin:0;padding:.2em 0}@media only screen and (max-width:41.6875em){.hp-panel__top-bar-story-header,.top-bar-story-header{font-size:1.125rem;padding:.2em 0}}.hp-panel__top-bar-story-excerpt,.top-bar-story-excerpt{margin:0 0 .8em;font:400 .9375em/1.2 TiemposRegular,serif;font-size:.75rem;overflow:hidden}@media only screen and (max-width:41.6875em){.hp-panel__top-bar-story-excerpt,.top-bar-story-excerpt{display:none}}.hp-panel__top-bar-story-excerpt p,.top-bar-story-excerpt p{margin:0}@media only screen and (max-width:41.6875em){.hp-panel__top-bar-image-link,.top-bar-image-link{display:block;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.hp-panel__top-bar-image-link img,.top-bar-image-link img{left:50%;min-height:100%;position:absolute;top:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:100%}}@media only screen and (min-width:41.75em){.hp-panel__top-bar-wrap,.top-bar-wrap{display:-ms-flexbox;display:flex}}.in-focus{display:-ms-flexbox;display:flex;height:8.4375rem;margin:10px 0 0 auto;min-height:111px;max-height:111px}.in-focus#in-focus-am-ad-unit-dfp{display:block;border:1px solid #d31b20;padding:0;margin:.4375em 0 .4375em auto;min-height:111px;max-height:111px;width:300px;overflow:hidden}.in-focus#in-focus-am-ad-unit-dfp>div{margin:-1px 0 0}.in-focus>div{margin-right:15px}.in-focus#in-focus-article{background-color:#f4f4f4;border:1px solid #d31b20;color:#000;margin:.4375em 0 .4375em auto;padding:.4375em;overflow:hidden;text-decoration:none}.in-focus#in-focus-article>div{margin-right:0}.in-focus#in-focus-article>img{width:auto;height:auto}.in-focus#in-focus-article>div,.in-focus#in-focus-article>img{width:50%;flex:0 0 auto;width:calc(99.99% * 1/2 - 15px)}.in-focus#in-focus-article>div:nth-child(1n),.in-focus#in-focus-article>img:nth-child(1n){margin-right:30px;margin-left:0}.in-focus#in-focus-article>div:last-child,.in-focus#in-focus-article>img:last-child{margin-right:0}.in-focus#in-focus-article>div:nth-child(2n),.in-focus#in-focus-article>img:nth-child(2n){margin-right:0;margin-left:auto}.in-focus#in-focus-article h2,.in-focus#in-focus-article p{margin:0}.in-focus#in-focus-article h2{font:400 .9375em/1.3 FormaTextBold,sans-serif;font-size:1.0625rem;line-height:1.1875rem}.in-focus#in-focus-article h3{margin:0 0 .4375em;text-transform:uppercase}.in-focus#in-focus-article h3,.in-focus#in-focus-article p{font:400 .75em/1 FormaText,sans-serif}@media only screen and (min-width:41.75em){.in-focus{width:18.75rem}}@media only screen and (max-width:41.6875em){.in-focus,.in-focus#in-focus-am-ad-unit-dfp{display:none}}.archive-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:1.25em;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:41.6875em){.archive-wrap{padding:0 .625em}}@media only screen and (min-width:41.75em){.archive__leftcolumn{width:40.0625rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.archive__leftcolumn .runway__panel{-ms-flex:1 0 0px;flex:1 0 0}}@media only screen and (max-width:41.6875em){.archive__leftcolumn{width:100%}}@media only screen and (min-width:41.75em){.archive__rightcolumn{width:18.75rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.archive__rightcolumn .admz{-ms-flex:1 0 0px;flex:1 0 0}}@media only screen and (max-width:41.6875em){.archive__rightcolumn{width:100%}.archive__rightcolumn>div{display:none}.archive__rightcolumn>div.hp-panel__essentialist,.archive__rightcolumn>div.hp-panel__latest-galleries,.archive__rightcolumn>div.hp-panel__latest-galleries-heading-wrapper{display:block}}.hp-panel__newsletter-signup{background-color:#686c6d;border-top:10px solid #d31b20;margin:1.25em 0;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:1em}.hp-panel__newsletter-signup.archive__runway{margin:1.25em 0 0}.hp-panel__newsletter-signup h3{margin:0;font:700 .8125em/1 FormaText,sans-serif;color:#fff;-ms-flex-item-align:end;align-self:flex-end;padding:0 0 0 5px}.hp-panel__newsletter-header,.hp-panel__newsletter-signup-logo{display:-ms-flexbox;display:flex}form{width:100%}form .hp-panel__newsletter-signup-form{display:-ms-flexbox;display:flex;margin-bottom:-.125rem;margin:5px 0 0}form .hp-panel__newsletter-signup-form button,form .hp-panel__newsletter-signup-form input{border:none;padding:1em}form .hp-panel__newsletter-signup-form button{background-color:#000;color:#fff;cursor:pointer;-ms-flex:1 0 auto;flex:1 0 auto;font:700 .8125em/1 FormaText,sans-serif;margin-left:-.2em;padding:.3125em .625em}form .hp-panel__newsletter-signup-form input{width:60%}form .hp-panel__newsletter-signup-form input.toolkitEmail{-ms-flex:1 0 auto;flex:1 0 auto}.hp-panel__newsletter-signup-privacy{color:#fff;font:700 .625em/1 FormaText,sans-serif;padding:.3125em 0 0;text-decoration:none}.hp-panel__photo-archive-heading{font:400 1.1875rem/1.1875rem FormaTextBold,sans-serif}.hp-panel__photo-archive-title-wrap{position:relative;width:100%}.hp-panel__photo-archive-title{box-sizing:border-box;position:absolute;bottom:.2em;color:#fff;left:0;background-color:rgba(0,0,0,.5);margin:0;text-align:center;width:100%;padding:.3125em .625em;font:800 1.1875em/1 FormaText,sans-serif}.hp-panel__social-studies-slider--wrapper{margin:0 auto;overflow:hidden;position:relative;width:17.5em}.hp-panel__social-studies-post,.hp-panel__social-studies-slider{list-style:none;margin:0;padding:0;position:relative}.hp-panel__social-studies-post{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;float:left;text-align:center;width:17.5em}.hp-panel__social-studies-post a{color:#4f94a9;margin:0}.hp-panel__social-studies-post a:hover{color:#646464}.hp-panel__social-studies-author{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font:700 1.0625em/1.3 FormaText,sans-serif;-ms-flex-pack:center;justify-content:center;margin:.625em 0 0}.hp-panel__social-studies-author img{border-radius:50%;-ms-flex-preferred-size:0;flex-basis:0;margin-right:.3125em}.hp-panel__social-studies-caption{margin:.4375em 0 .625em;padding:0 1.25em;font:400 .75em/1.5 FormaText,sans-serif}.hp-panel__social-studies-caption h3{color:#313131;font:700 .875em/1.3 FormaText,sans-serif;margin:0}.hp-panel__social-studies-next,.hp-panel__social-studies-prev{background:rgba(0,0,0,.4);cursor:pointer;display:block;font-weight:600;font-size:1.125em;line-height:0;padding:.5625em;position:absolute;top:8.75em;-ms-transform:translateY(-50%);transform:translateY(-50%);width:2.25em;z-index:1}.hp-panel__social-studies-next svg,.hp-panel__social-studies-prev svg{fill:#fff}.hp-panel__social-studies-next:hover,.hp-panel__social-studies-prev:hover{background:#000;transition:background .2s ease}.hp-panel__social-studies-next{right:0}.hp-panel__social-studies-prev{left:0}.hp-panel__essentialist{margin-bottom:2.1875em}@media only screen and (max-width:41.6875em){.hp-panel__essentialist{margin-bottom:1.25em}}.hp-panel__essentialist img{width:100%}.hp-panel__essentialist-bottom .icon-clock,.hp-panel__essentialist-must-read .icon-clock{margin-right:.0625rem}.hp-panel__essentialist-must-read{background-color:#d31b20;padding:.625em .4375em;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-must-read{-ms-flex-direction:row;flex-direction:row}.hp-panel__essentialist-must-read img{padding:.625em 0;height:auto}}.hp-panel__essentialist-must-read .hp-panel__essentialist-meta{color:#fff}.hp-panel__essentialist-must-read-header,.hp-panel__essentialist-must-read-subheader{color:#fff;margin:0;text-align:center;text-transform:uppercase}.hp-panel__essentialist-must-read-header{font:400 1.5em/1 PublicoBannerRoman,serif;border-bottom:1px solid #fff;margin-bottom:.3125em;width:100%}.hp-panel__essentialist-must-read-subheader{font:400 .75em/1 FormaText,sans-serif;width:100%}.hp-panel__essentialist-must-read-subheader span{position:relative}.hp-panel__essentialist-must-read-subheader span:after,.hp-panel__essentialist-must-read-subheader span:before{border-bottom:1px solid #eb9c9e;content:"";height:.3125em;margin-top:.325em;position:absolute;top:0;width:.7em}.hp-panel__essentialist-must-read-subheader span:before{right:100%;margin-right:.5em}.hp-panel__essentialist-must-read-subheader span:after{left:100%;margin-left:.5em}.hp-panel__essentialist-must-read-number{font:800 1.4375em/1 FormaText,sans-serif;color:#fff;padding:0 0 .3125em;margin:.3125rem 1.25rem .5625rem auto}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-must-read-number{-ms-flex-order:1;order:1;margin:0}}.hp-panel__essentialist-must-read-number-secondary{display:none}.hp-panel__essentialist-must-read-post{color:#fff;text-align:left}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-must-read-post{-ms-flex-order:2;order:2;width:85%;margin-left:1em}}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-must-read-post .hp-panel__essentialist-section{display:none;-ms-flex-order:2;order:2;width:85%;margin-left:1em}}.hp-panel__essentialist-must-read-post .icon-clock path{fill:#fff}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-must-read-post .icon-clock .hp-panel__essentialist-section{display:none}}.hp-panel__essentialist-section{font:400 .75em/1 FormaText,sans-serif;margin:1.25rem 0 0;display:inline-block;text-transform:uppercase}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-section{margin:0;font-size:.6875em}}.hp-panel__essentialist-must-read-post-header{font:400 1.1875rem/1.3125rem FormaTextBold,sans-serif;color:#fff;margin:.3125rem 0}.hp-panel__essentialist-meta,.hp-panel__essentialist-must-read-meta{font:400 .6875em/1 FormaText,sans-serif;margin:0}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-meta,.hp-panel__essentialist-must-read-meta{display:none}}.hp-panel__essentialist-meta{color:#686c6d}.hp-panel__essentialist-bottom{padding:1.25em .4375em .4375em;background-color:#f3f4f4}.hp-panel__essentialist-bottom .icon-clock path{fill:#686c6d}.hp-panel__essentialist-bottom-post{margin-bottom:1.25em;padding-top:0;border-bottom:1px dotted #000;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding-bottom:.625rem}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-bottom-post{padding-bottom:.9375em;margin-bottom:1.25em}}@media only screen and (min-width:41.75em){.hp-panel__essentialist-bottom-post{-ms-flex-wrap:wrap;flex-wrap:wrap}}.hp-panel__essentialist-bottom-post:after{content:" ";position:absolute;border-bottom:1px dotted #000;bottom:-.5em;left:0;width:100%}.hp-panel__essentialist-bottom-post img{height:100%;margin:.4375rem 0 0;max-width:156px;-ms-flex-order:2;order:2;width:17.875rem}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-bottom-post img{display:none}}.hp-panel__essentialist-bottom-post:last-of-type{margin-bottom:0;border-bottom:none}.hp-panel__essentialist-bottom-post:last-of-type img{margin-bottom:0}.hp-panel__essentialist-bottom-post:last-of-type:after{display:none}.hp-panel__essentialist-bottom-number{font:600 1em/1 FormaText,sans-serif;color:#000;position:relative;margin-right:.8125rem;-ms-flex-order:-1;order:-1;margin-bottom:-.8125rem}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-bottom-number{-ms-flex-order:0;order:0}}@media only screen and (min-width:41.75em){.hp-panel__essentialist-bottom-number{position:absolute;right:0}}.hp-panel__essentialist-bottom-number:after{position:absolute;z-index:1;background-color:#000;content:"";width:400%;height:1px;-ms-transform:rotate(-66deg);transform:rotate(-66deg);left:-.1875rem;top:.75rem}.hp-panel__essentialist-post-header{margin:.3125rem 0;font:400 1em/1.125em FormaTextBold,sans-serif}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-post-header{font:400 .9375em/1 FormaTextBold,sans-serif}}.hp-panel__essentialist-number{position:relative}.hp-panel__essentialist-number:after{position:absolute;z-index:1;background-color:#eb9c9e;content:"";width:35px;height:1px;-ms-transform:rotate(-66deg);transform:rotate(-66deg);left:-.0625rem;top:1.125rem}.hp-panel__essentialist-time{margin-right:.1875rem}.hp-panel__essentialist-author{margin-left:.1875rem}.archive__rightcolumn .hp-panel__essentialist-must-read,.sidebar-article .hp-panel__essentialist-must-read{display:block;padding:15px 15px 20px;position:relative}.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-header,.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-header{font-size:2.2em}.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-subheader,.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-subheader{font-size:1em;margin-bottom:10px}.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-number,.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-number{display:none}.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post,.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-number-secondary,.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-number-secondary{display:inline-block}.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-number-secondary .hp-panel__essentialist-number,.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-number-secondary .hp-panel__essentialist-number{display:inline-block;font-size:1.7em;margin-top:0;position:relative}.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-number-secondary .hp-panel__essentialist-number:after,.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-number-secondary .hp-panel__essentialist-number:after{left:-.3rem;top:1.425rem;width:500%}.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-post-header,.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-post-header{display:inline-block;font:400 1.1875em/1.125em FormaText,sans-serif;margin:0;padding-left:25px}.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-meta,.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-section,.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-meta,.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-section{display:none}.archive__rightcolumn .hp-panel__essentialist-bottom,.sidebar-article .hp-panel__essentialist-bottom{padding:15px}.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post,.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post{border-color:#999;padding-bottom:1.5em}.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post a img,.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post a img{margin:0;max-width:100%}.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post:last-child,.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post:last-child{padding-bottom:0}.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post:after,.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post:after{border-color:#999;bottom:-.3em}.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post-wrap,.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post-wrap{margin-top:10px}.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-number,.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-number{display:inline-block;font-size:1.6em;margin-top:2px;position:relative}.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-number:after,.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-number:after{left:-.5rem;top:1.3rem;width:350%;background-color:#777}.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-post-header,.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-post-header{float:right;font:400 1.1875em/1.125em FormaText,sans-serif;margin:0;padding-left:7px;width:90%}.hp-panel__newsmakers{margin-bottom:2.1875em}.hp-panel__newsmakers-header{background-color:#000;color:#fff;margin:0;padding:.625em;font:400 1.3125em/1 FormaTextBold,sans-serif;text-align:center;text-transform:uppercase}.hp-panel__newsmakers-wrap{border:1px solid #000;padding:.4375em}.hp-panel__newsmakers-subheader{font:400 1em/1.125em FormaTextMedium,sans-serif;color:#d31b20;margin:0 0 .4375em;text-align:center}.hp-panel__newsmakers-photo{border-radius:50%}.hp-panel__newsmakers-name{font:400 .875em/1 FormaTextBold,sans-serif;text-align:center;margin:.3125em 0;text-transform:uppercase}.hp-panel__newsmakers-company{font:400 .875em/1 FormaText,sans-serif;text-align:center;margin:0 0 1.25em}.hp-panel__newsmakers-company:after{content:" ";display:block;height:1px;background-color:#000;width:6.875em;margin:1.25em auto 0}.hp-panel__newsmakers-photo{width:72px;margin:0 auto;filter:grayscale(100%)}.hp-panel__newsmakers-person{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.hp-panel__newsmakers-person a{margin:0 auto;text-align:center}.hp-panel__newsmakers-person:last-of-type .hp-panel__newsmakers-company:after{display:none}.hp-panel__latest-galleries-post-wrapper{position:relative}.hp-panel__latest-galleries-post{padding-bottom:.625em;margin-bottom:1.75em}.hp-panel__latest-galleries-post:last-child{margin-bottom:0}.hp-panel__latest-galleries-post:first-child{padding-top:1em}.hp-panel__latest-galleries-img{width:100%}.hp-panel__latest-galleries .hp-panel__wrap-inner>:last-child{margin-bottom:0}.hp-panel__latest-galleries-icon{position:absolute;display:block;top:5px}.hp-panel__latest-galleries-eye{top:.3125em;right:.4375em}.hp-panel__latest-galleries-collections{left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.hp-panel__latest-galleries-taw{left:.625em}.hp-panel__print .hp-panel__wrap-inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:41.75em){.hp-panel__print-magazine{width:9.4375rem;height:12.1875rem;box-shadow:.625rem .625rem 1.1875rem -.25rem rgba(0,0,0,.21)}}@media only screen and (max-width:41.6875em){.hp-panel__print-magazine{width:100%}}.hp-panel__print-section,.hp-panel__print-subscribe{font:400 1em/1 FormaTextMedium,sans-serif;text-decoration:none}.hp-panel__print-subscribe{color:#fff;background-color:#d31b20;border-radius:10px;height:auto;width:11em;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:0;padding:.7em .7em .7em .9em;text-transform:uppercase}.hp-panel__print-subscribe a{font-size:.9em}.hp-panel__print-section{color:#000;display:block;position:relative;text-align:center;border-top:1px solid #000;width:90%;margin-top:.9em;padding-top:.9em}.hp-panel__print-posts{clear:both;width:100%}@media only screen and (max-width:41.6875em){.hp-panel__print-posts{background-color:#f4f4f4;padding:.625em}}@media only screen and (min-width:41.75em){.hp-panel__print-posts{margin-top:1.25em;margin-bottom:.625em}}.hp-panel__print-posts-header{font:400 1.1875em/1 FormaTextBold,sans-serif;margin:0}@media only screen and (max-width:41.6875em){.hp-panel__print-posts-header{font-size:1em}}.hp-panel__print-posts-excerpt{font:400 .75em/1.1 TiemposRegular,serif;margin:0;padding-top:.4375em}@media only screen and (max-width:41.6875em){.hp-panel__print-posts-excerpt{display:none}}.hp-panel__print-posts-excerpt p{margin:0}.hp-panel__print-section-links{text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;float:right;width:100%;font-family:FormaTextMedium,sans-serif;font-size:1.25em;line-height:1.1em}@media only screen and (max-width:41.6875em){.hp-panel__print-section-links{display:none}}@media only screen and (min-width:41.75em){.hp-panel__print-section-links{width:100%}}.rule-divider{background-color:#000;height:1px;display:block;width:5em;margin:.9375em 0}.hp-panel__print-mobile-links{display:-ms-flexbox;display:flex;width:100%}@media only screen and (min-width:41.75em){.hp-panel__print-mobile-links{display:none}}.hp-panel__print-mobile-links a{text-decoration:none;color:#fff;padding:.4375em 0;font:700 .9375em/1 FormaText,sans-serif}.hp-panel__print-mobile-links-browse{background-color:#000}.hp-panel__print-mobile-links-subscribe{background-color:#d31b20}.hp-panel__print-mobile-links-browse,.hp-panel__print-mobile-links-subscribe{-ms-flex-positive:1;flex-grow:1;text-align:center}.hp-panel__print-btn svg{width:1.0625rem;height:1.0625rem;margin:0 0 -.1875rem .25rem}.hp-panel__print-post--wrapper,.rule-divider{margin-left:1.25em}.hp-panel__plus-circle{float:left}.hp-panel__plus-circle svg{width:1.0625rem;height:1.0625rem}.hp-panel__plus-circle path{fill:#d31b20}.hp-panel__memo-pad-article{border-top:1px solid #000;padding-top:1.25em}.hp-panel__memo-pad-article-base{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}.hp-panel__memo-pad-article-base>a{-ms-flex-negative:0;flex-shrink:0}.hp-panel__memo-pad-img{width:104px;max-width:none;margin-right:.4375em}.hp-panel__memo-pad-header{margin:0;font:400 1em/1 FormaTextBold,sans-serif;padding-left:.4375em}.hp-panel__memo-pad-excerpt{font:400 .8125em/1 FormaText,sans-serif}.hp-panel__memo-pad-excerpt p{margin:.625em 0}.hp-panel__memo-pad-meta{font:400 .6875em/1 FormaText,sans-serif;margin:0 0 1.25em;color:#686c6d}.hp-panel__trending-now-top{position:relative}.hp-panel__trending-now-top .panel__trending-now-top-no-img{width:278px;height:180px;border:1px solid #ccc}.hp-panel__trending-now-header-wrap{position:absolute;bottom:.2em;width:100%}.hp-panel__trending-now-title{color:#fff;background-color:rgba(0,0,0,.5);margin:0;text-align:center;width:100%;padding:.3125em;font:400 .9375em/1 FormaTextBold,sans-serif}.hp-panel__trending-now-bottom-post{padding-top:1.25em;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:.9375rem}.hp-panel__trending-now-bottom-header{font:400 .9375em/1 FormaTextBold,sans-serif;padding-left:.4375em}.hp-panel__trending-now-bottom-img{width:6.6875em;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0}.hp-panel__trending-now-bottom-img img{width:107px;height:auto;max-width:none}.hp-panel__trending-now-bottom-img .hp-panel__trending-now-bottom-no-img{width:107px;height:69px;border:1px solid #ccc}.hp-panel__trending-now-bottom-rank,.hp-panel__trending-now-rank{background-color:#d31b20;width:1.75rem;height:1.75rem;color:#fff;margin:0;font:800 1.25em/1 FormaText,sans-serif;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.hp-panel__trending-now-bottom-rank{margin-left:-.625em;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.hp__panel-twitter-timeline{background-color:#eef2f5;border-top-color:#4f94a9!important;border-bottom-color:transparent!important;margin-bottom:.3125em!important}.hp__panel-twitter-timeline .hp-panel__twitter-timeline-heading{color:#000;font:700 1.6875rem/1 PublicoBannerRoman,serif;margin:.3125em 0 .625rem;text-align:center}.hp__panel-twitter-timeline .hp-panel__twitter-timeline-heading svg{max-width:55%}.hp__panel-twitter-timeline iframe{max-width:100%!important;min-width:100%!important}.hp-panel__careers-listing,.hp-panel__careers-listing--featured{border-bottom:1px dotted #982584;padding-bottom:1.25em;margin-bottom:.625em;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.hp-panel__careers-listing--featured h3,.hp-panel__careers-listing--featured h4,.hp-panel__careers-listing--featured h5,.hp-panel__careers-listing--featured h6,.hp-panel__careers-listing h3,.hp-panel__careers-listing h4,.hp-panel__careers-listing h5,.hp-panel__careers-listing h6{margin:0;font-family:FormaText,sans-serif;color:#000;font-weight:500}.hp-panel__careers-listing--featured h3,.hp-panel__careers-listing h3{text-transform:uppercase}.hp-panel__careers-listing--featured h3,.hp-panel__careers-listing--featured h6,.hp-panel__careers-listing h3,.hp-panel__careers-listing h6{font-size:.75em}.hp-panel__careers-listing--featured h4,.hp-panel__careers-listing h4{font-size:1.125em;color:#982584;margin-bottom:.625em}.hp-panel__careers-listing--featured h5,.hp-panel__careers-listing h5{font-size:.875em}.hp-panel__careers-listing--featured h6,.hp-panel__careers-listing h6{margin-top:.625em}.hp-panel__careers-listing--featured:first-of-type,.hp-panel__careers-listing:first-of-type{padding-top:.625em}.hp-panel__careers-details-btn{border:1px solid #d31b20;padding:.4375em;margin:-2.2em 0 0;-ms-flex-item-align:end;align-self:flex-end}.hp-panel__careers-details-btn a{text-decoration:none;color:#d31b20;font:700 .75em/1 FormaText,sans-serif}.hp-panel__careers-listing--featured{background-color:#e1e8eb;padding:.625em}.hp-panel__careers-listing-featured-header{margin:0;font:700 .6875em/1 FormaText,sans-serif;color:#000;text-align:center;margin-bottom:.625em}.hp-panel__careers-listing-headers{padding-left:.625em}.hp-panel__careers-listing .hp-panel__careers-details-btn{margin-right:.6em}@media only screen and (max-width:41.6875em){.hp__panel-accessories,.hp__panel-business,.hp__panel-fashion{border:none}}.hp-panel__vertical-category{text-transform:uppercase;border-bottom:.125em solid #000;display:inline-block;font:400 .75rem/1 FormaText,sans-serif;margin-bottom:.4375rem;padding-bottom:.4375rem;margin-top:0}@media only screen and (max-width:41.6875em){.hp-panel__vertical-category{display:none}}.hp-panel__vertical-heading{color:#982584;font:700 1.375rem/1 PublicoBannerRoman,serif;margin:0 0 .625rem;text-align:center}@media only screen and (max-width:41.6875em){.hp-panel__vertical-heading{font:700 1.3125rem/1 FormaText,sans-serif;text-align:left;border-bottom:5px solid #982584;width:100%}}.hp-panel__vertical-img{max-width:100%}@media only screen and (max-width:41.6875em){.hp-panel__vertical-img{-ms-flex-order:-1;order:-1;margin-bottom:.4375em}}@media only screen and (min-width:41.75em){.hp-panel__vertical-img{border-bottom:.5rem solid #982584}}.hp-panel__vertical-meta{color:#686c6d;font:400 .6875em/1 FormaText,sans-serif;margin:0 0 .4375em}.hp-panel__vertical-post{margin-bottom:1.25em}.hp-panel__vertical-post:last-of-type{margin-bottom:0}@media only screen and (max-width:41.6875em){.hp-panel__vertical-post{width:50%;flex:0 0 auto;width:calc(99.99% * 1/2 - 15px);margin-bottom:0}.hp-panel__vertical-post:nth-child(1n){margin-right:30px;margin-left:0}.hp-panel__vertical-post:last-child{margin-right:0}.hp-panel__vertical-post:nth-child(2n){margin-right:0;margin-left:auto}.hp-panel__vertical-post a{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.hp-panel__vertical-post picture{-ms-flex-order:-1;order:-1}}.hp-panel__vertical-title{font:400 .9375rem/1.2 FormaTextMedium,sans-serif;margin:0 0 .3125rem}@media only screen and (max-width:41.6875em){.hp-panel__vertical-title{margin-bottom:.4375em}}@media only screen and (max-width:41.6875em){.hp__panel-vertical-post-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}}.hp__panel-retail .hp-panel__vertical-img{border-color:#982584}.hp__panel-retail .hp-panel__vertical-heading{color:#982584;border-color:#982584}.hp__panel-beauty .hp-panel__vertical-img{border-color:#d31b20}.hp__panel-beauty .hp-panel__vertical-heading{color:#d31b20;border-color:#d31b20}.hp__panel-mens .hp-panel__vertical-img{border-color:#686c6d}.hp__panel-mens .hp-panel__vertical-heading{color:#686c6d;border-color:#686c6d}.hp__panel-retail .hp-panel__vertical-img{border-color:#16444e}.hp__panel-retail .hp-panel__vertical-heading{color:#16444e;border-color:#16444e}.hp__panel-runway .hp-panel__vertical-img{border-color:#000}.hp__panel-runway .hp-panel__vertical-heading{color:#000;border-color:#000}.hp__panel-accessories .hp-panel__vertical-img{border-color:#ef9520}.hp__panel-accessories .hp-panel__vertical-heading{color:#ef9520;border-color:#ef9520}.hp__panel-business .hp-panel__vertical-img{border-color:#47853e}.hp__panel-business .hp-panel__vertical-heading{color:#47853e;border-color:#47853e}.hp__panel-markets .hp-panel__vertical-img{border-color:#47853e}.hp__panel-markets .hp-panel__vertical-heading{color:#47853e;border-color:#47853e}.hp__panel-eye .hp-panel__vertical-img{border-color:#00adef}.hp__panel-eye .hp-panel__vertical-heading{color:#00adef;border-color:#00adef}.hp-panel__report-card-excerpt-wrapper,.hp-panel__report-card-wrap{position:relative}.hp-panel__report-card-excerpt{bottom:4.6875em;background-color:hsla(0,0%,100%,.5);margin:.625em;position:absolute;padding:0 .625em;text-align:center}.hp-panel__report-card-excerpt h3,.hp-panel__report-card-excerpt p{margin:.4375em 0}.hp-panel__report-card-excerpt svg{fill:#d31b20;margin-right:.125em;width:.75em}.hp-panel__report-card-header{font:800 1.1875em/1.2 FormaText,sans-serif}.hp-panel__report-card-subheader{font:800 .9375em/1.2 FormaText,sans-serif}.hp-panel__photo-archive-heading-wrapper{position:relative;height:1.5rem}.hp-panel__photo-archive-heading{bottom:0;padding:.3125rem .3125rem .125rem;font:800 1.1875rem/1.1875rem FormaText,sans-serif;margin:0;position:absolute;z-index:2;background-color:#fff;text-transform:uppercase}.hp-panel__photo-archive-heading-background{display:block;background-color:#d31b20;position:absolute;left:0;bottom:0;width:100%;height:1.5em}.hp-panel__video-post,.hp-panel__video-preview-wrap{position:relative}.hp-panel__video-playButton{position:absolute;width:auto;left:50%;top:50%;transform:translate3d(-50%,-50%,0)}.hp-panel__video-title-wrap{position:relative;width:100%}.hp-panel__video-title{margin:0;text-align:center;width:100%;padding:.4375em .625em .625em;font:800 1.1875em/1 FormaText,sans-serif}.hp-panel.hp-panel__follow{border:none;padding:.4375em;background:#4f94a9}.hp-panel.hp-panel__follow h2{color:#fff;font:700 1.2rem/1 PublicoBannerRoman,serif;margin:0 0 .35rem;text-align:center;letter-spacing:1px}.hp-panel.hp-panel__follow .site__footer-social-links{margin:0 auto}.hp-panel{border-top:.4375em solid #000;margin-bottom:2.1875em}@media only screen and (min-width:41.75em){.hp-panel{border-bottom:.0625em solid #000;padding-bottom:.4375em}}.hp-panel__wrap-inner{margin-top:.625em;display:block}@media only screen and (min-width:41.75em){.hp-panel__wrap-inner{border-left:.0625em solid gray;border-right:.0625em solid gray;padding:0 .4375em}}@media only screen and (min-width:41.75em){.hp-panel__wrap-inner--fullBleed{padding:0}}@media only screen and (min-width:41.75em){.hp-panel__widget .hp-panel__wrap-inner{padding:0 .625em}}@media only screen and (min-width:41.75em){.hp-panel__widget .hp-panel__wrap-inner--fullBleed{padding:0}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{margin:0}img{height:auto;max-width:100%}body{font:400 1rem/1.2 FormaText,sans-serif}.post-title{border-bottom:5px solid #000;margin-bottom:1.25em;padding-bottom:.625em;overflow:hidden;width:100%}.post-title h1{margin:0;font:400 2.8125rem/1 PublicoBannerRoman,serif}.header-spacer{border-bottom:1px solid #000;width:100%;float:left}.header-spacer,.text-underline{margin-bottom:1.25em;padding-bottom:.4375em;margin-top:.625em}.text-underline{border-bottom:1px solid #bbb}.site__bread-crumbs{margin:1.25em 0}.site__bread-crumbs ul{margin:0;padding:0;overflow:hidden}.site__bread-crumbs ul li{display:block;float:left;text-transform:uppercase;margin:0 8px 0 0;padding:0 8px 0 0;position:relative;font-size:.875rem;color:#757575}.site__bread-crumbs ul li:after{content:"/";position:absolute;right:-2px;top:0;color:#d31b20}.site__bread-crumbs ul li:last-child{margin:0;padding:0}.site__bread-crumbs ul li:last-child:after{content:""}.site-header{width:100%}.row{font-size:0;clear:both}.row .one-half,.row .three-sixths,.row .two-fourths{width:50%}.row .one-half,.row .one-third,.row .three-sixths,.row .two-fourths,.row .two-sixths{display:inline-block;font-size:16px;vertical-align:top;box-sizing:border-box;padding-left:5px;padding-right:5px}.row .one-third,.row .two-sixths{width:33.33333%}.row .four-sixths,.row .two-thirds{width:66.66667%}.row .four-sixths,.row .one-fourth,.row .two-thirds{display:inline-block;font-size:16px;vertical-align:top;box-sizing:border-box;padding-left:5px;padding-right:5px}.row .one-fourth{width:25%}.row .three-fourths{width:75%}.row .one-sixth,.row .three-fourths{display:inline-block;font-size:16px;vertical-align:top;box-sizing:border-box;padding-left:5px;padding-right:5px}.row .one-sixth{width:16.66667%}.row .five-sixths{width:83.33333%;display:inline-block;font-size:16px;vertical-align:top;box-sizing:border-box;padding-left:5px;padding-right:5px}.row .last{padding-right:0}.row .first{padding-left:0}#pagination{font-size:18px;margin:2.1875em auto;text-align:center}#pagination ul{display:inline-block;margin:0 .3125em;padding:0}#pagination ul li{display:inline-block;margin:0 .4375em;min-width:10px;text-align:center}#pagination ul li.current-page{border-bottom:3px solid #d31b20}#pagination #page-arrow-next,#pagination #page-arrow-previous{display:inline-block;color:#d31b20;margin:0 .3125em}#pagination #page-arrow-next svg,#pagination #page-arrow-previous svg{height:1em;width:1em;fill:inherit}#article-content .slideshow-launch.desktop{display:none}.pmc-image-widget-container{margin-bottom:2.1875em}.pmc-image-widget-container a,.pmc-image-widget-container img{display:block}.please-login-main .roadblock-container{margin-top:2.1875em;text-align:center}.wwd-zergnet-wrapper{margin-bottom:2.1875em}.wwd-zergnet-wrapper h2{margin:0}.wwd-zergnet-wrapper #zergnet-widget-32735{margin-top:.4375em}.wwd-zergnet-wrapper #zergnet-widget-32735 .zerglayoutcl:before,.wwd-zergnet-wrapper #zergnet-widget-32735:before{display:none}.wwd-zergnet-wrapper .zergpowered{font-style:italic;font-size:10px;color:#aaa}.align-right{float:right}.align-left{float:left}.clearfix{clear:both}.clear-left{clear:left}.clear-right{clear:right}.text-right{text-align:right}.text-left{text-align:left}.text-center{text-align:center}.text-uppercase{text-transform:uppercase}.margin-top-medium{margin-top:.625em}.margin-right-medium{margin-right:.625em}.margin-bottom-medium{margin-bottom:.625em}.margin-left-medium{margin-left:.625em}.margin-top-large{margin-top:1.25em}.margin-right-large{margin-right:1.25em}.margin-bottom-large{margin-bottom:1.25em}.margin-bottom-extra-large{margin-bottom:2.1875em}.margin-left-large{margin-left:1.25em}.margin-top-none{margin-top:0}.margin-right-none{margin-right:0}.margin-bottom-none{margin-bottom:0}.margin-left-none{margin-left:0}@media only screen and (max-width:41.6875em){.desktop-only{display:none}}@media only screen and (min-width:41.75em){.mobile-only{display:none}}.site-wrap{margin:0 auto;max-width:62.5em;min-width:62.5em;padding:0 15px}@media only screen and (max-width:41.6875em){.site-wrap{padding:9em 0 0;max-width:100%;min-width:100%}}.site-wrap#site-wrap{background-color:#fff}.site-wrap.footer{padding:0}html,html a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;text-rendering:optimizeLegibility}a{text-decoration:none;color:inherit}.ad--placeholder{background-color:#32cd32}.site-header .ad--placeholder{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:90px;-ms-flex-pack:center;justify-content:center;width:728px}.subscriber-ad.river-text-ad{font:700 1.0625em/1.2 FormaTextMedium,sans-serif;letter-spacing:.0125em;text-align:center;white-space:nowrap}@media only screen and (max-width:41.6875em){.subscriber-ad.river-text-ad{font-size:.9375em}}.homepage .subscriber-ad.river-text-ad{margin:-1.25em 0 2.1875em;border-bottom:1px solid gray;padding-bottom:.625em}@media only screen and (max-width:41.6875em){.homepage .subscriber-ad.river-text-ad{margin-top:-.625em}}.archive .subscriber-ad.river-text-ad{padding:0 0 1.25em;margin:0 0 1.25em;border-bottom:1px solid #000}.subscriber-ad.river-text-ad a{color:#d31b20;display:block}.subscriber-ad.river-text-ad a strong{color:#000}.subscriber-ad.river-text-ad.river-text-ad-archive{white-space:normal}.subscriber-ad.sidebar-bottom-margin{margin-bottom:2.1875em}.subscriber-ad.sidebar-top-margin{margin-top:2.1875em}.subscriber-ad#free-message-end{border-bottom:1px solid #aa9fa5;border-top:1px solid #aa9fa5;padding:10px;text-align:center;margin:0 auto}.c_gallery__container .subscriber-ad#free-message-end,.c_gallery__mobile-footer .subscriber-ad#free-message-end,.gallery__center-upnext .subscriber-ad#free-message-end{border-color:transparent}.subscriber-ad#free-message-end a{font:400 1.2em/1.4em FormaTextBold,sans-serif}.subscriber-ad#free-message-end a span{color:#d31b20}@media only screen and (max-width:41.6875em){.subscriber-ad#free-message-end a{font:400 1/1.4em FormaText,sans-serif;white-space:nowrap;font-size:4vw}}.home__left-column{width:40.625em}@media only screen and (min-width:41.75em){.home__left-column{margin-bottom:2.1875em}}.home__right-column{position:relative;top:-9px;width:18.75em}@media only screen and (max-width:41.6875em){.home__right-column{display:none}}.home-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:41.6875em){.home-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 .625em .625em}}.home__left-column--main{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:41.6875em){.home__left-column--main{-ms-flex-direction:column;flex-direction:column;margin-top:0}}@media only screen and (min-width:41.75em){.home__left-column--main{border-top:10px solid #000;margin-top:1.375rem;padding-top:1.375rem}}.home__left-column--aside{width:10.8125em}@media only screen and (max-width:41.6875em){.home__left-column--aside{display:none}}@media only screen and (max-width:41.6875em){.home__left-column--center{-ms-flex-order:-1;order:-1;border-top:1px solid #000;width:100%}}@media only screen and (min-width:41.75em){.home__left-column--center{border-left:1px dotted gray;padding-left:.9375em;width:28.875em}}@media only screen and (max-width:41.6875em){.home__left-column,.home__left-column--aside,.home__left-column--center{width:100%}}.home__left-column-story-card-header{color:#000;font:400 1.4rem/1 FormaTextMedium,sans-serif;margin:0 0 .6em;text-transform:uppercase}@media only screen and (max-width:41.6875em){.home__left-column-story-card-header{color:#d31b20;padding-top:1.25em}}.home__right-column--mobile,.home__right-column-ad--mobile{display:none}@media only screen and (max-width:41.6875em){.home__right-column--mobile,.home__right-column-ad--mobile{display:block}}.home__right-column-ad--mobile{border-top:1px solid #000;border-bottom:1px solid #000;padding:.625em 0;margin-bottom:1.25em}@media only screen and (min-width:41.75em){.site-header__mobile-search-field{display:none}}.mobile-active .site-header__mobile-search-field{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;background-color:#313131}.mobile-active .site-header__mobile-search-field .site-header__search{display:-ms-flexbox;display:flex;width:100%;position:relative;margin:0;border:1px solid #595959}.mobile-active .site-header__mobile-search-field .site-header__search .swiftype{-ms-flex:1 0 100%;flex:1 0 100%}.mobile-active .site-header__mobile-search-field .site-header__search .swiftype .search_form{border-radius:0}.mobile-active .site-header__mobile-search-field .site-header__search .swiftype .search_form_widget.search_form input[type=text]{height:2.75rem;width:90%;font-size:1rem}.mobile-active .site-header__mobile-search-field .site-header__search .search-icon{margin:0 .625em;position:absolute;right:0;font-size:.875rem;-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%}.mobile-active .site-header__mobile-search-field .site-header__search .search-icon svg{stroke:#000;opacity:.4;fill:transparent}#close-mobile-search{display:none;stroke:#fff;background:transparent;border:none}.site-header{position:relative;z-index:2500;background-color:#fff;transition:background .1s ease-in-out}@media only screen and (max-width:41.6875em){.site-header{box-shadow:0 7px 13px -2px hsla(0,0%,58%,.64);position:fixed;top:0}}.site-header *{outline:none}.site-header a{text-decoration:none}.site-header.mobile-active{background-color:#313131;overflow-y:scroll;overflow-x:hidden;max-width:100%;max-height:100%}.site-header.sticky{height:0.29091em;left:0;max-width:970px;margin:auto;position:fixed;right:0;width:62.5em;top:-16px;z-index:2500}.site-header.sticky ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:41.75em){.admin-bar .site-header.sticky{top:1em}}.site-header.sticky .site-header__bottom-bar{-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:auto;padding:.3125em}.site-header.sticky .site-header__bottom-bar .site-header__button-wrap-inner{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.site-header.sticky .site-header__bottom-bar .site-header__button-wrap-inner svg{fill:#fff;height:1.0625rem;margin-left:.4375em;width:1.5rem}.site-header.sticky .site-header__ad,.site-header.sticky .site-header__daily,.site-header.sticky .site-header__nav--top{display:none}.site-header.sticky .site-header__home-link{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.site-header.sticky .site-header__sections-button,.site-header.sticky .site-header__tagline{font:300 0.8125em/1 FormaText,sans-serif}.site-header.sticky .site-header__tagline{margin:0 auto}.site-header.sticky .site-header__sections-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;color:#fff;cursor:pointer;display:block;padding:0;text-transform:uppercase}.site-header.sticky .site-header__logo{display:none}.site-header.sticky .site-header__logo--sticky{display:block}.site-header.sticky .site-header__logo--sticky svg{fill:#fff}.site-header.sticky .site-header__nav--sticky{left:auto;position:relative}.site-header.sticky .site-header__nav--sticky.active{opacity:1;pointer-events:auto;position:static;-ms-transform:translateX(0)!important;transform:translateX(0)!important;transition:opacity .3s ease .15s,transform .3s ease}.site-header.sticky .site-header__nav--sticky>ul{background-color:#fff}.site-header.sticky .site-header__nav--sticky a{color:#000;display:block;padding:.5em;width:100%;font-weight:700}.site-header.sticky .site-header__nav--sticky a:after{content:none}.site-header.sticky .site-header__nav--sticky li{margin-right:0}.site-header.sticky .site-header__nav--sticky li:hover>a{background-color:#d31b20;color:#fff}.site-header.sticky .site-header__nav--sticky ul{border:1px solid #cfcdcd;box-shadow:3px 3px 5px #686c6d;font:400 .8125rem/1 FormaText,sans-serif;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;text-transform:uppercase;width:11rem}.site-header.sticky .site-header__nav--sticky>ul{margin-left:6.25rem}.site-header.sticky .site-header__nav--sticky>ul>li{font-size:.8125rem;position:relative}.site-header.sticky .site-header__nav--sticky>ul>li:hover ul{background-color:#fff;opacity:1;pointer-events:auto;top:20%;left:90%;z-index:1}.site-header.sticky .site-header__nav--sticky>ul>li.menu-item-has-children:after{content:url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAzNiAxNjEyIj48c3R5bGU+LnN0MHtmaWxsOiM2ODZDNkQ7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEwMTcgODUxbC03NDIgNzQyYy0xMi43IDEyLjctMjcuNyAxOS00NSAxOXMtMzIuMy02LjMtNDUtMTlMMTkgMTQyN2MtMTIuNy0xMi43LTE5LTI3LjctMTktNDVzNi4zLTMyLjMgMTktNDVsNTMxLTUzMUwxOSAyNzVDNi4zIDI2Mi4zIDAgMjQ3LjMgMCAyMzBzNi4zLTMyLjMgMTktNDVMMTg1IDE5YzEyLjctMTIuNyAyNy43LTE5IDQ1LTE5czMyLjMgNi4zIDQ1IDE5bDc0MiA3NDJjMTIuNyAxMi43IDE5IDI3LjcgMTkgNDVzLTYuMyAzMi4zLTE5IDQ1eiIvPjwvc3ZnPg==");display:block;position:absolute;right:.4375em;-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:.3125rem}.site-header.sticky .site-header__tagline{color:#fff;display:block}.site-header.sticky .site-header__subscribe{background-color:transparent;border-right:1px solid #fff}.site-header.sticky .site-header__subscribe:hover svg{-ms-transform:rotate(180deg);transform:rotate(180deg)}.site-header__ad{margin:.3125em auto}.site-header__bottom-bar,.site-header__nav ul{display:-ms-flexbox;display:flex}.site-header__bottom-bar{-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;text-transform:uppercase;height:28px;position:relative;z-index:1}@media only screen and (min-width:41.75em){.site-header__bottom-bar{background-color:#000}}@media only screen and (max-width:41.6875em){.site-header__bottom-bar{-ms-flex-pack:center;justify-content:center;background-color:#fff;border-top:2px dotted #f4f4f4;height:1.25em}.mobile-active .site-header__bottom-bar{display:none}}.site-header__logo{margin:0 .625em 0 0}.site-header__logo svg{height:4rem;width:12.5rem}@media only screen and (max-width:41.6875em){.site-header__logo{margin:0 auto}.site-header__logo a{display:-ms-flexbox;display:flex}.site-header__logo svg{height:1.875rem;width:6.25rem}}.mobile-active .site-header__logo svg{fill:#fff}.site-header__logo svg{width:12.3125rem}.site-header__logo--sticky svg{width:6.4375rem;height:2.4375rem}.site-header__logo--sticky{display:none}.site-header__login{font:400 0.8125em/1 FormaText,sans-serif;padding:0 1.3125em}@media only screen and (min-width:41.75em){.site-header__nav-main ul li{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font:400 .9375rem/1 FormaTextMedium,sans-serif;min-height:1.6875rem}.site-header__nav-main ul li.site-header__nav--feature{display:block}.site-header__nav--top .site-header__nav-main ul li:before{content:"";border-top:.3125em solid transparent;border-left:.3125em solid #000;border-bottom:.3125em solid transparent;display:inline-block;height:0;margin-right:.4375em;width:0}}@media only screen and (min-width:41.75em){.site-header__nav-main--extra a span{display:none}}@media only screen and (min-width:41.75em){.site-header__nav--top .site-header__nav-main .vertical-fashion-news li:before{border-left-color:#982584}.site-header__nav--top .site-header__nav-main .vertical-fashion-news img{outline-color:#982584}.site-header__nav--top .site-header__nav-main .vertical-accessories-news li:before{border-left-color:#ef9520}.site-header__nav--top .site-header__nav-main .vertical-accessories-news img{outline-color:#ef9520}.site-header__nav--top .site-header__nav-main .vertical-business-news li:before,.site-header__nav--top .site-header__nav-main .vertical-markets-news li:before{border-left-color:#47853e}.site-header__nav--top .site-header__nav-main .vertical-business-news img,.site-header__nav--top .site-header__nav-main .vertical-markets-news img{outline-color:#47853e}.site-header__nav--top .site-header__nav-main .vertical-eye li:before{border-left-color:#00adef}.site-header__nav--top .site-header__nav-main .vertical-eye img{outline-color:#00adef}.site-header__nav--top .site-header__nav-main .vertical-runway li:before{border-left-color:#000}.site-header__nav--top .site-header__nav-main .vertical-runway img{outline-color:#000}.site-header__nav--top .site-header__nav-main .vertical-beauty-industry-news li:before{border-left-color:#d31b20}.site-header__nav--top .site-header__nav-main .vertical-beauty-industry-news img{outline-color:#d31b20}.site-header__nav--top .site-header__nav-main .vertical-menswear-news li:before{border-left-color:#686c6d}.site-header__nav--top .site-header__nav-main .vertical-menswear-news img{outline-color:#686c6d}}.site-header__sections-button{display:none;font-weight:700}.site-header__login,.site-header__subscribe{-ms-flex-align:center;align-items:center;color:#fff;display:-ms-flexbox;display:flex}@media only screen and (max-width:41.6875em){.site-header__login,.site-header__subscribe{color:#bbb;font-weight:700;padding:0 .4375em}}.site-header__search{display:-ms-flexbox;display:flex;margin:0.1875em;-ms-flex-align:center;align-items:center}.site-header__search .swiftype-widget .autocomplete .ac-result{text-transform:capitalize}.site-header__search .swiftype .search_form_widget.search_form input[type=text]{border:0;border-radius:.125em;padding:.15em .25em .25em;text-transform:none;width:14rem;background:none;text-indent:5px;font-size:.7em}.site-header__search .search-icon{margin:.3em .4375em 0}.site-header__search .search-icon svg{line-height:0;stroke:#fff;stroke-width:.1em;height:1.1875em}@media only screen and (max-width:41.6875em){.site-header__search{display:none}}.site-header__daily{display:-ms-flexbox;display:flex;margin-left:auto;margin-right:.9375em;max-height:0;position:relative;transform:translate3d(0,-29px,0);z-index:0}@media only screen and (max-width:41.6875em){.site-header__daily{display:none}}.site-header__daily--left-column{font:400 .8125em/1 FormaText,sans-serif;max-width:3.25em;margin-right:.9375em;text-align:right}.site-header__daily--right-column{transform:rotate(-8deg) translate3d(0,-0.5625em,0);width:4.25em}.site-header__daily svg{fill:#d31b20;width:1.3em}.site-header__daily p{margin:0 0 .3125em}.site-header__daily a{color:#000;font-weight:700;letter-spacing:.04375em}.site-header__daily img{box-shadow:.25em .1875em 1.125em #bbb;outline:1px solid #bbb;max-height:90px}.site-header__subscribe{font:700 0.8125em/1 FormaText,sans-serif;position:relative}@media only screen and (max-width:41.6875em){.site-header__subscribe{color:#d31b20;float:right!important;border-left:2px solid #686c6d}}@media only screen and (min-width:41.75em){.site-header__subscribe{background-color:#d31b20;color:#fff;padding:0 0.9375rem}.site-header__subscribe .icon__nav-caret{bottom:0;height:100%;left:.25em;position:absolute;top:0}.site-header__subscribe .icon__nav-caret svg{transition:transform .25s ease-in-out;height:100%}.site-header__subscribe .icon__nav-caret svg,.site-header__subscribe svg{-ms-transform:rotate(180deg);transform:rotate(180deg)}.site-header__subscribe:hover svg{-ms-transform:rotate(270deg);transform:rotate(270deg)}}@media only screen and (max-width:41.6875em){.site-header__subscribe{color:#d31b20;padding:0 .4375em}}.site-header__subscribe .site-header__subscriber-flyout{display:none;height:128px;left:-93px;position:absolute;top:28px;width:414px;z-index:11}.site-header__tagline{display:none;font:400 .9375rem/1.3 PublicoBannerRoman,serif;font-size:.9375em}.site-header__top{margin-top:1em;position:relative}@media only screen and (max-width:41.6875em){.site-header__top{margin-bottom:.3125em;margin-top:0;padding-bottom:.3em}}@media only screen and (min-width:41.75em){.site-header__top{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}}@media only screen and (max-width:41.6875em){.site-header__mobile-top{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:.7em 0}}.site-header__mobile-button,.site-header__mobile-search-button{border:none;background:transparent}.site-header__mobile-button svg,.site-header__mobile-search-button svg{display:block;fill:#000;stroke:#000;stroke-width:.125rem;height:1.0625rem;margin-left:.4375em;width:1.5rem}.mobile-active .site-header__mobile-button svg,.mobile-active .site-header__mobile-search-button svg{fill:#fff;stroke:#fff}@media only screen and (min-width:41.75em){.site-header__mobile-button,.site-header__mobile-search-button{display:none}}.site-header__mobile-search-icon svg{stroke:#000;fill:#fff}.mobile-active .site-header__mobile-search-icon{display:none}.mobile-active .site-header__mobile-search-icon svg{stroke:#fff;fill:#313131}.site-header__mobile-menu-subscribe{display:none}@media only screen and (max-width:41.6875em){.site-header__mobile-menu-subscribe{color:#fff;padding:.21875rem 0;text-align:center;font-size:.75rem;background:#d31b20}.mobile-active .site-header__mobile-menu-subscribe{display:block}.site-header__mobile-menu-subscribe a{width:100%;display:block}.site-header__mobile-menu-subscribe svg{fill:#fff;width:1.875rem}}.subscriber-logged-in .site-header__tagline{display:none}#logged-in{font:400 .8125em/1 FormaText,sans-serif}.site-header .site-header__sticky-teaser{display:none}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__nav--sticky{-ms-transform:none;transform:none;transition:opacity .1s ease}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__nav--sticky>ul{margin:0}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar{box-shadow:0 .125rem .25rem 0 rgba(0,0,0,.5);display:-ms-flexbox;display:flex;height:2.725rem;padding:0}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar button#toggle-sticky-menu{cursor:pointer;height:100%;width:2.438rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar button#toggle-sticky-menu .site-header__button-wrap-inner{display:inline}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar button#toggle-sticky-menu .site-header__button-wrap-inner svg{height:1.3rem;margin:0;width:1.3rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__logo--sticky{margin:0;padding-right:.75rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__logo--sticky svg{width:6.063rem;height:1.788rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__sticky-teaser{-ms-flex-align:center;align-items:center;border-left:.063rem solid gray;border-right:.063rem solid gray;display:-ms-flexbox;display:flex;height:100%;-ms-flex-pack:center;justify-content:center;padding-left:.75rem;position:relative;width:48.5rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__sticky-teaser .read-next{color:#d31b20;font-family:FormaText,sans-serif;font-size:.938rem;font-weight:700;padding:.063rem .938rem 0 0;width:5.625rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__sticky-teaser .teaser-text{color:#fff;font-family:TiemposRegular,serif;font-size:1rem;font-weight:600;max-height:1.25rem;overflow:hidden;text-transform:none;width:41.706rem;white-space:nowrap}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__sticky-teaser .shadow-overlay{background-image:linear-gradient(90deg,transparent,#000);height:2.75rem;position:absolute;right:0;width:2.688rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .login-container{display:none}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__search{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;height:100%;margin:0}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__search .swiftype{display:none}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__search .search-icon{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;height:100%;-ms-flex-pack:center;justify-content:center;margin:0;width:3.094rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__search .search-icon svg{fill:transparent;height:1.25rem;width:1.25rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0).searching .site-header__sticky-teaser{display:none}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0).searching .site-header__search .swiftype{background:#292929;border-left:.063rem solid gray;border-right:.063rem solid gray;display:block;height:100%;width:48.288rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0).searching .site-header__search .swiftype .search_form_widget.search_form input[type=text]{border-radius:0;color:#9a9a9a;font-family:FormaText,sans-serif;font-size:1rem;font-weight:400;font-style:normal;font-stretch:normal;text-align:left;width:48.5rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0).searching .site-header__search .swiftype>div{background:none;border:none;box-shadow:none;position:relative;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0).searching .site-header__search .search-icon{background-color:#d31b20}#pmc_ga_debug_config_frame{display:none!important}.site-footer,.site-footer a{color:#fff}.site-footer{background-color:#1b1b1b}.site-footer a{font:400 .875em/1.8em FormaText,sans-serif;text-transform:capitalize}.site-footer ul{list-style:none;margin:0;padding:0}@media only screen and (max-width:41.6875em){.site-footer ul li{padding-bottom:1.25em;padding-left:.9375em}}@media only screen and (min-width:41.75em){.site-footer__left{border-right:1px solid gray;display:-ms-flexbox;display:flex;padding-right:1.25em;z-index:1;-ms-flex:1 0 55%;flex:1 0 55%}}@media only screen and (min-width:41.75em){.site-footer__right{-ms-flex:1 0 45%;flex:1 0 45%;padding-left:1.25em;position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.site-footer__right ul{display:block}}@media only screen and (max-width:41.6875em){.site-footer__right ul{display:none;padding:0 .874em}.site-footer__right h2{padding:.874em;margin-bottom:0;width:100%}}.site-footer a{text-decoration:none}.site-footer__img{display:none}@media only screen and (min-width:41.75em){.site-footer__img{padding-right:1.25em;display:block;margin-top:.4375em;width:18.6875rem;height:100%}}.site-footer__nav-red a{color:#d31b20}.site__footer-logo-copyright-social{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:.125em}.site__footer-logo-copyright-social .inner{-ms-flex-align:center;align-items:center;background-color:#000;display:-ms-flexbox;display:flex;font:700 1em/1 FormaText,sans-serif;-ms-flex-pack:justify;justify-content:space-between;padding:.625em;width:100%}.site__footer-logo-copyright-social .inner .site__footer-copyright img{float:left;margin:0 2.1875em 0 0}.site__footer-logo-copyright-social .inner .site__footer-copyright p{color:#e1e1e1;display:inline;font-size:.8125em;line-height:1.375em}@media only screen and (max-width:41.6875em){.site__footer-logo-copyright-social .inner{text-align:center;margin-top:1em;padding:1em}.mobile-active .site__footer-logo-copyright-social .inner{background-color:transparent}.site__footer-logo-copyright-social .inner .site__footer-copyright{margin:0 auto}.site__footer-logo-copyright-social .inner .site__footer-copyright img{float:none;margin:0 auto}.site__footer-logo-copyright-social .inner .site__footer-copyright p{display:block;font-size:.75em;margin:0 auto}}@media only screen and (max-width:41.6875em){.site-footer__nav-main{border:1px solid #686c6d;margin-bottom:1.25em}}.site-footer__nav-main.site-footer__nav-open ul{display:block}.site-footer__nav-main.site-footer__nav-open svg{-ms-transform:rotate(180deg);transform:rotate(180deg)}.site-footer__right-header{font:400 1.125em/1 FormaTextBold,sans-serif;letter-spacing:1px;margin-top:0}@media only screen and (min-width:41.75em){.site-footer__right-header svg{display:none}}@media only screen and (max-width:41.6875em){.site-footer__right-header{position:relative}.site-footer__right-header svg{fill:#d31b20;width:1.875em;height:1.875em;top:.4375em;position:absolute;right:.874em;pointer-events:none}}@media only screen and (min-width:41.75em){.site-footer__wrap-inner{overflow:hidden;display:-ms-flexbox;display:flex;width:100%;padding:2.5em 1.25em 2.125em;position:relative;box-sizing:border-box}.site-footer__wrap-inner .site-wrap{display:-ms-flexbox;display:flex;padding:0 1.5625rem}}@media only screen and (max-width:41.6875em){.site-footer__wrap-inner{padding:1.25em .9375em}}@media only screen and (min-width:41.75em){.site-footer__red-background{background-color:#d31b20;height:100%;width:11.25em;display:block;position:absolute;left:0;top:0}.site-footer__red-background:before{content:"";position:absolute;bottom:120px;left:-51%;height:110px;width:300%;-ms-transform:rotate(80deg);transform:rotate(80deg);background-color:#d31b20}}.site-footer__request-invite-link,.site-footer__subscribe-link{z-index:1}.site-footer__subscribe{text-align:center}.site-footer__subscribe h2{font:400 1.83125em/1 FormaTextMedium,sans-serif;letter-spacing:.01875em;margin:0 auto .3125em;max-width:5.3125em}.site-footer__subscribe h3{font:700 1.125em/1.3 FormaText,sans-serif}@media only screen and (min-width:41.75em){.site-footer__subscribe h3{width:90%;margin-left:auto;margin-right:auto}}.site-footer__subscribe h3 span{color:#fffd38}.site-footer__subscribe button{background-color:#d31b20;border:none;box-shadow:2px 2px 5px #0c0c0c;color:#fff;cursor:inherit;font:700 1rem/1 FormaText,sans-serif;margin-top:1.4375em;padding:.75rem;text-transform:uppercase;vertical-align:-webkit-baseline-middle}@media only screen and (max-width:41.6875em){.site-footer__subscribe button{margin-bottom:1.4375em}}.site-footer__mobile-social-links{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto;max-width:70%}@media only screen and (min-width:41.75em){.site-footer__mobile-social-links{display:none}}.site__footer-social-links{display:none;margin-right:.5625em}.site__footer-social-links a{line-height:0}@media only screen and (min-width:41.75em){.site__footer-social-links{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:8rem}}.sister-links{background:#f4f4f4;padding:1.25em .625em}.sister-links h3{color:#d31b20;margin:0 .625em .625em;font-family:FormaTextBold,sans-serif}@media only screen and (max-width:41.6875em){.sister-links h3{text-align:center}}.sister-links ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;padding:0;width:100%}.sister-links ul li{padding:0 .625em;margin:0;list-style-type:none;width:25%;position:relative}@media only screen and (max-width:41.6875em){.sister-links ul li{width:70%;margin:0 15%;text-align:center}}.sister-links ul li .wwd-feed-image-wrapper{text-align:center;padding-top:56.25%;overflow:hidden;position:relative;margin-right:-1px;background:#313131}.sister-links ul li .wwd-feed-image-wrapper img{position:absolute;left:50%;top:50%;width:100%;height:auto;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sister-links ul li h4{font-family:FormaTextBold,sans-serif;margin:.625em 0 2.1875em}@media only screen and (max-width:41.6875em){.sister-links ul li h4{margin:.375rem 0}}.sister-links ul li h5{position:absolute;left:.625em;bottom:0;color:#bbb;margin:0}@media only screen and (max-width:41.6875em){.sister-links ul li h5{position:static;margin:.625em 0 2.1875em}}.sister-links ul li h6{margin:.625rem 0 .375rem;color:#686c6d;text-transform:uppercase}.modal-background{height:100vh;opacity:0;pointer-events:none;position:absolute;width:100vw}.author-profile-header{padding:12px 0 0}.author-profile-header h1{font-family:NewsGothic,sans-serif;font-size:5em;font-weight:700;text-transform:uppercase;margin:0;padding:0 0 6px}.author-profile{padding-top:0}.author-profile .profile-head h3{font-size:3.35em;text-transform:none;float:none;padding-bottom:0}.author-profile .profile-head .profile-twitter{font-weight:700;font-size:1.5em}.author-profile .profile-head .profile-info{padding-bottom:12px}.author-profile .profile-body{padding-left:18px}.author-profile .profile-body p{font-size:1.5em}.author-profile .profile-body hr{margin:25px 0 25px -18px}div.promo img{max-width:100%}.wwd-roadblocked-post{padding-left:30px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 541 546" xml:space="preserve"><style type="text/css">.st0{fill:%23A89D94;}</style><switch><foreignObject requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/" x="0" y="0" width="1" height="1"/><path class="st0" d="M164.4 270c0-16-12.9-28.9-28.9-28.9S106.6 254 106.6 270s12.9 28.9 28.9 28.9S164.4 286 164.4 270M442.6 257.3l-16.5-17.6H261.7l17.6 17.6H442.6zM474.5 260.2L426.4 305h-35.5l-12.8-16.8 -18.3 18.7L343 287l-15.7 19 -16.5-19 -33.7 34.8 -39.2-0.4c-16.6 24.7-44.7 40.9-76.6 40.9C110.4 362.3 69 321 69 270s41.3-92.3 92.3-92.3c34 0 63.6 18.4 79.7 45.8h200L474.5 260.2zM535.7 270c0-145.7-118.1-263.8-263.9-263.8S8 124.3 8 270s118.1 263.8 263.8 263.8S535.7 415.7 535.7 270"/></switch></svg>') 0 5px no-repeat;background-size:22px 22px}@media only screen and (max-width:41.6875em){.wwd-roadblocked-post{padding-left:19px;background-position:0 1px;background-size:15px 15px}}.hp-panel__essentialist-must-read-post-header .wwd-roadblocked-post,.top-bar-story-header .wwd-roadblocked-post{padding-left:24px;background-position:0 3px;background-size:18px 18px}.hp-panel__essentialist-post-header .wwd-roadblocked-post,.hp-panel__vertical-title .wwd-roadblocked-post{padding-left:19px;background-position:0 2px;background-size:15px 15px}.site__button-load-more{display:table;font:700 1em/1 FormaText,sans-serif;padding:.625em;border:1px solid #d31b20;border-radius:5px;margin:0 auto 1.25em}.site__button-load-more a{text-decoration:none;text-transform:uppercase;color:#d31b20}.site__button-load-more svg{margin-left:.4375em}.hp-panel__btn-more{font:700 .9375em/1 FormaText,sans-serif;text-transform:uppercase;color:#000;text-decoration:none;width:100%;text-align:right}@media only screen and (max-width:41.6875em){.hp-panel__btn-more{display:none}}.hp-panel__btn-more svg{width:12px}.hp-panel__btn-more p{margin:.625em 0 0}.icon-clock svg{height:12px;width:12px}.icon-clock svg path{fill:#313131}.site__button-red{background:#d31b20;color:#fff;padding:.625em;border-radius:5px;text-transform:uppercase}.icon-clock{margin-right:.0625rem;vertical-align:text-bottom}.icon-clock svg{height:.6875rem;width:.6875rem}.icon-clock svg path{fill:#686c6d}#bread-crumb{font:400 .875rem/1.05rem FormaText,sans-serif;color:#757575;text-transform:uppercase;letter-spacing:0}.article-header h1{font:700 3.3375rem/3.71875rem FormaTextBold,sans-serif;letter-spacing:0;color:#000}.article-header h2{font:400 1.6875rem/2.025rem FormaText,sans-serif;letter-spacing:0;color:#000}#author-container{font:400 1rem/1rem FormaTextMedium,sans-serif;color:#000;letter-spacing:0}#author-container span{color:#d31b20}.article-copy p{font:400 1.1875rem/1.625rem TiemposRegular,serif;letter-spacing:0;color:#1f1f1f}.article-copy p a{color:#d31b20}#article-content-page-outer-container #free-message-end,#runway-content #free-message-end{border-bottom:0;padding-bottom:0}#article-content-page-outer-container #free-message-end a,#runway-content #free-message-end a{font-family:FormaTextBold,sans-serif}.site-header.sticky #logged-in{margin-top:0}#logged-in{display:none;color:#fff}#logged-in p.login-message.username{float:left;width:auto;margin-top:0!important;margin-bottom:0!important;margin-right:5px!important}@media only screen and (max-width:41.6875em){#logged-in p.login-message.username{float:none;display:inline}}#logged-in span.no-ip{margin-right:5px}#logged-in span.no-ip a{margin-left:10px}@media only screen and (max-width:41.6875em){#logged-in{color:#686c6d;margin-top:0}}span.replace-username{margin-left:5px}#need-help-invalid{padding-left:15px;padding-right:15px}.login-container{width:auto}@media only screen and (min-width:41.75em){.login-container{float:right;max-width:455px}}.login-container #logged-out{float:right!important}.login-container #logged-out a{float:left}.brand{display:block;text-align:center}.brand>img,.brand>svg{height:47px;width:auto}#login-form{margin:0 auto;width:100%;max-width:340px;background:#fff none repeat scroll 0 0;border:1px solid #bcbcbc;border-image:none;display:none;left:0;right:0;position:fixed;top:16%;z-index:999999;box-shadow:0 0 50px #888}@media only screen and (max-width:41.6875em){#login-form{bottom:0;box-shadow:none;height:100vh;left:0;max-width:100vw;max-height:100vh;position:fixed;right:0;top:0;width:100vw}}#login-form .form-container{background:#fff none repeat scroll 0 0;padding:15px 0 5px;width:auto}#login-form iframe{height:160px;width:330px}#login-form .close{cursor:pointer;height:34px;width:27px;position:absolute;right:0;top:8px}#login-form .close svg{fill:#000;height:60%;width:60%;vertical-align:middle}#login-form .col1{text-transform:uppercase}#login-form .col1 .login{font:700 30px/1.2 NewsGothic,sans-serif;letter-spacing:-1px}#login-form .col1 .not-member,#login-form .not-member{font:15px/1.1 NewsGothic,sans-serif;padding:18px 0 2px;color:#484848}#login-form .subscribe-now{font:700 13px/1 NewsGothic,sans-serif}#login-form .subscribe-now a:hover{color:#1d1d1d}#login-form p{float:left;padding:5px 0 14px}#login-form #login-iframe-container{height:auto;width:auto;min-height:430px}#login-form iframe{height:440px;width:320px;max-width:100%}.msie-old #login-form{border:10px solid #ccc}#login-form.adjust{margin:-265px -201px;width:382px}#login-form.adjust .col1{display:none}#login-form.adjust #login-iframe-container{height:auto}#login-form.adjust #log-in-iframe{height:500px}#login-form.adjust iframe{width:362px}.subs{color:red;font-size:18px;font-weight:700}#remember-me{text-align:left;clear:both;margin:0}#remember-me label{font-size:8em;text-transform:uppercase;vertical-align:middle}#remember-me input{margin:0!important;vertical-align:middle}#otll-container{font-size:1em;margin:12px 0 37px;text-align:center}#otll-container p{margin:0 0 10px}#otll-container #otll{border:1px solid #fe4d4d;color:red;cursor:pointer;font-weight:700;height:29px;padding:18px 25px}#login-iframe-container{height:160px;width:330px}#login-iframe-container #log-in-iframe{width:100%}#login-iframe-container .loading-login-iframe{color:#ddd;display:block;font-style:italic;padding-top:70px;text-align:center;text-transform:uppercase}#intercept-container{border:none;border-color:hsla(0,0%,90%,.9);border-image:none;border-radius:2px;border-style:solid;border-width:9px 10px;box-shadow:0 0 15px #000;display:none;left:50%;margin:-295px -200px;position:fixed;top:50%;z-index:1000}#intercept-container .form-container{background:#fff none repeat scroll 0 0;padding:10px 10px 5px;width:360px}#intercept-container .close{background:#fff none repeat scroll 0 0;color:#000;cursor:pointer;font-size:18px;font-weight:700;margin:-10px 0 0 339px;padding:5px 10px;position:absolute;text-transform:lowercase;z-index:50}#intercept-container .close svg{fill:#000;height:1em;width:1em;vertical-align:middle}#intercept-container #email-change-iframe{height:530px;width:360px}#intercept-container #email-verify-iframe{height:325px;width:360px}#intercept-container #intercept-iframe-container .alert{background:transparent no-repeat scroll -145px 5px/160px auto;color:red;font:.9em/1.15 Arial,Helvetica,sans-serif;padding-left:20px}#intercept-container #intercept-iframe-container .alert a{border-bottom:1px dotted red;color:red}.msie-old #intercept-container{border:10px solid #ccc}#need-help,#need-help-can-register{padding:13px}#need-help-can-register p,#need-help p{font:normal .9em/1.6 Arial,Helvetica,sans-serif;margin-bottom:0!important;margin-top:0!important}#need-help-can-register p a,#need-help p a{color:red}#iframe-form,#need-help-can-register p .back,#need-help p .back{text-align:center}#iframe-form #error-message{display:none;font-size:.95em;line-height:1.2;padding:5px;background-color:red;color:#fff;margin-top:2px}#iframe-form #error-message a.card-link{color:#fff;display:inline;margin:0;text-decoration:underline}#iframe-form #form-fieldset{border:medium none;display:block;text-transform:uppercase;margin-top:8px;width:auto;max-width:100%;clear:both}#iframe-form #form-fieldset input{display:block;margin:1px 0 14px}#iframe-form #form-fieldset input.checkbox{display:inline}#iframe-form #form-fieldset #login-submit{padding-top:2px}#iframe-form #form-fieldset #login-submit input{font-size:1em;padding:17px;font-weight:700}#iframe-form #form-fieldset button{display:block;margin:1px 0 3px}#iframe-form #form-fieldset label{font-weight:700}#iframe-form #form-fieldset label.checkbox{color:#484848;font-family:NewsGothic,sans-serif;font-size:15px;font-weight:400;text-transform:none}#iframe-form #form-fieldset .label-alert{color:red;display:none}#iframe-form #form-fieldset .alert{color:red}#iframe-form #form-fieldset p#error-message{line-height:1.2;padding:3px 20px 0;background-color:orange}#iframe-form #form-fieldset p.isEmpty{color:red}#iframe-form #form-fieldset .f-group{position:relative;color:#aaa;font-size:16px}#iframe-form #form-fieldset .f-group input{border:1px solid hsla(0,0%,90%,.9);background:none;border-radius:0;box-shadow:none}#iframe-form #form-fieldset .f-group svg{fill:#333;height:1em;width:1em;vertical-align:middle;position:absolute;top:16px;left:10px}#iframe-form #form-fieldset .f-group input#password,#iframe-form #form-fieldset .f-group input#username{color:#333;font-size:14px;padding:15px;width:100%;text-indent:15px}#iframe-form #form-fieldset .hr{border-top:1px solid hsla(0,0%,90%,.9);margin:13px 0}#iframe-form .submit{background:#000 none repeat scroll 0 0;color:#fff;margin:10px auto;padding:15px;border:0 none;cursor:pointer;height:auto;width:100%}.rb-login-iframe{width:350px}.login-iframe{padding:0 5px}@media only screen and (min-width:41.75em){#layer_offer_link{padding-bottom:5px}#layer_offer_link a{height:28px}}#AMS_WWD_SUBTXTLINK_LOGINBOX_LO{font:5px/1.1 FormaTextMedium,sans-serif;padding:13px 0 7px 4px;text-align:center}#AMS_WWD_SUBTXTLINK_LOGINBOX_LO .not-member{font:15px/1.1 FormaTextMedium,sans-serif;padding:10px 0 2px;color:#484848}#AMS_WWD_SUBTXTLINK_LOGINBOX_LO .subs{color:red;font-size:15px;font-weight:700}#AMS_WWD_SUBTXTLINK_LOGINBOX_LO .subscribe-now{font:700 15px/1 FormaTextMedium,sans-serif}#AMS_WWD_SUBTXTLINK_LOGINBOX_LO .subscribe-now a:hover{color:red}.card-link{display:block}.card-link,.card-links{color:red;font-weight:700;padding-top:5px}.sub-txt{color:#484848;font-family:NewsGothic,sans-serif;font-weight:400;text-transform:none}.f-group{position:relative;color:#aaa;font-size:16px}.f-group input{background:#fcfcfc;border:1px solid #aaa;border-radius:5px;box-shadow:0 0 3px #ccc,inset 0 10px 15px #ebebeb}.f-group svg{fill:#333;height:1em;width:1em;vertical-align:middle;position:absolute;top:15px;left:10px}#overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#f3f3f3;filter:alpha(opacity=70);-moz-opacity:.7;-khtml-opacity:.7;opacity:.5;z-index:5;display:block}.back{text-align:center}.uls-banner{display:none}.container-popup{position:relative;top:0;right:0;bottom:0;left:0;background:hsla(0,0%,100%,.9);z-index:9999}.single-runway-review #bread-crumb{max-width:100%;margin-bottom:0}@media only screen and (max-width:41.6875em){.single-runway-review #bread-crumb{padding:15px;margin:0 auto}}.single-runway-review #bread-crumb>ul{padding:0}.single-runway-review #bread-crumb>ul li{display:inline;list-style:none}.single-runway-review #bread-crumb>ul li:after{content:"/";color:red}.single-runway-review #bread-crumb>ul li:last-child:after{content:""}.single-runway-review #bread-crumb>ul li a{padding:0 3px;text-transform:uppercase;color:#8c8c8c}.single-runway-review #content-header-runway{max-width:100%;margin-top:0}@media only screen and (max-width:41.6875em){.single-runway-review #content-header-runway{padding:0 15px;margin:0 auto}}.single-runway-review #content-header-runway h1{color:#000;font:700 3.3375rem/1.1 FormaTextMedium,sans-serif;margin-top:0;margin-bottom:0}@media only screen and (max-width:41.6875em){.single-runway-review #content-header-runway h1{margin-top:5px;font:700 1.5rem/1.2 FormaTextMedium,sans-serif}}.single-runway-review #content-header-runway h2#dek{font:700 1.6875rem/1.1 FormaText,sans-serif;margin-top:10px;margin-bottom:15px}@media only screen and (max-width:41.6875em){.single-runway-review #content-header-runway h2#dek{font:700 1rem/1.2 FormaText,sans-serif;margin-top:5px;margin-bottom:0}}.single-runway-review #content-header-runway h2#dek>p{margin:0}.single-runway-review #content-header-runway #author-container{margin-top:5px;float:left;max-width:380px;width:100%;font-size:15px}.single-runway-review #content-header-runway #author-container .author-name,.single-runway-review #content-header-runway #author-container a{color:red}.single-runway-review .runway-main{float:left;position:relative;width:640px}@media only screen and (max-width:41.6875em){.single-runway-review .runway-main{width:100%;max-width:100%;float:none;margin:0 auto;padding:0 15px}}.single-runway-review .runway-main .social-tools-container{float:right;width:40%}.single-runway-review .runway-main .social-tools-container .social-container{margin:0}.single-runway-review .runway-main .social-tools-container .social-container li{display:inline;list-style:none}.single-runway-review .runway-main .cat-head>span{border-bottom:1px solid #e98d8e;color:#d82930;font-size:18px;text-align:left;text-transform:uppercase}.single-runway-review .runway-main .article-divider{border-bottom:3px solid #d7d7d7;width:40%}.single-runway-review .runway-main .share-container{margin:0;float:right}@media only screen and (max-width:41.6875em){.single-runway-review .runway-main .share-container{float:left;margin:10px auto;max-width:100%;width:100%}}.single-runway-review .runway-main .share-container ul.share-buttons{list-style:outside none none;margin:0 0 10px;padding:0}.single-runway-review .runway-main .share-container ul.share-buttons li{margin:0;height:40px;width:45px}.single-runway-review .runway-main .share-container ul.share-buttons i{display:inline;font-size:1.4em;height:40px;line-height:42px}.single-runway-review .runway-main .footer-social-container .share-container{float:left}.single-runway-review .runway-main .footer-social-container .share-container .share-buttons{margin:5px auto}.single-runway-review .runway-main .footer-social-container .share-container .share-buttons li{display:inline-block;height:40px;line-height:40px;margin:0;text-align:center;vertical-align:top;width:45px}.single-runway-review .runway-main .footer-social-container .share-container .share-buttons li i{display:inline;line-height:40px;font-size:25px}.single-runway-review .runway-main .tags-links{border-bottom:1px solid #aa9fa5;border-top:1px solid #aa9fa5;clear:both;margin:10px 0 15px;padding:10px;width:100%}.single-runway-review .runway-main .tags-links svg{fill:#878787;height:1em;width:1em}.single-runway-review .runway-main .tags-links a{color:#878787;display:inline-block;font-size:.85em;margin-left:15px}.single-runway-review .runway-main .article-copy p{ffont:400 1rem/1.625rem TiemposRegular,serif}.single-runway-review .runway-main .article-copy .runway-gallery-types{float:left;max-width:200px;padding:0 20px 0 0}.single-runway-review .runway-main .article-copy .runway-gallery-types ul{border:1px solid;list-style:outside none;margin:0;padding:0;max-width:160px}.single-runway-review .runway-main .article-copy .runway-gallery-types ul>li{background:transparent none repeat scroll 0 0;border:1px solid #4d4d4d;color:inherit;line-height:35px;height:35px;padding-left:10px;width:135px}.single-runway-review .runway-main .article-copy .runway-gallery-types ul>li>span .icon-photo{margin-right:5px;vertical-align:sub}.single-runway-review .runway-main .article-copy .runway-gallery-types ul>li.active{background:#4d4d4d none repeat scroll 0 0;color:#fff;font-weight:700;text-transform:uppercase}.single-runway-review #runway-content .content-images.portrait .caption:before{top:8px}.single-runway-review #runway-content .content-images.portrait .runway-gallery-types ul{max-width:300px;padding:5px;border:none}.single-runway-review #runway-content .content-images.portrait .icon-photo{vertical-align:sub}.single-runway-review .sidebar-article{float:right;width:300px}@media only screen and (max-width:41.6875em){.single-runway-review .sidebar-article{width:100%;max-width:100%;float:none;margin:0 auto;padding:15px}}.single-runway-review .clear{clear:both}.single-runway-review .caption{color:#7d7d7d;font:400 .75rem/.75rem Helvetica,sans-serif;letter-spacing:0;padding:5px 0 20px}@media only screen and (max-width:41.6875em){.single-runway-review .caption{padding:5px 0}}.single-runway-review #runway-header-outer-container{clear:both}@media only screen and (max-width:41.6875em){.single-runway-review #runway-header-outer-container{padding:8px 0}}.single-runway-review #runway-content-page-outer-container .article #article-content,.single-runway-review #runway-content-page-outer-container .article #list-of-articles,.single-runway-review #runway-content-page-outer-container .article.runway .page{color:#1d1d1d;font-family:Georgia,Times,serif;font-size:1.4em}.single-runway-review #runway-content-page-outer-container #runway-content .content-images{float:right;margin-left:15px;max-width:300px}@media only screen and (max-width:41.6875em){.single-runway-review #runway-content-page-outer-container #runway-content .content-images{float:none}}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .caption{font-family:Arial,Helvetica,sans-serif;font-size:13px;padding:5px 0 20px}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .caption svg{fill:#7d7d7d;height:1em;width:1em}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .caption p{margin:2px 0 0 20px;font-size:12px}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .caption p a{color:#7d7d7d}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .more-on-subject{float:left;font-family:NewsGothic,sans-serif;margin:10px 0 8px;width:300px}@media only screen and (max-width:41.6875em){.single-runway-review #runway-content-page-outer-container #runway-content .content-images .more-on-subject{float:none}}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .more-on-subject .list-sm{margin:10px 0 8px;border-bottom:1px solid #eee;max-height:290px;overflow:auto}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .more-on-subject .list-sm.mobile{display:none}@media only screen and (max-width:41.6875em){.single-runway-review #runway-content-page-outer-container #runway-content .content-images .more-on-subject .list-sm.mobile{display:block;padding:0 0 20px 20px}}.single-runway-review #runway-content-page-outer-container #runway-content .gallery-image-section{position:relative}.single-runway-review #runway-content-page-outer-container .nodisplay{display:none}@media only screen and (max-width:41.6875em){.single-runway-review #runway-content-page-outer-container .nodisplay{display:block}}.single-runway-review #runway-content-page-outer-container .mobile{display:none}@media only screen and (max-width:41.6875em){.single-runway-review #runway-content-page-outer-container .mobile{display:block}}@media only screen and (max-width:41.6875em){.single-runway-review .list-sm.desktop{display:none}}.single-runway-review .credit{color:gray;font-size:12px}.single-runway-review .mobile-comments.mobile{display:none}@media only screen and (max-width:41.6875em){.single-runway-review .mobile-comments.mobile{display:block}}.single-runway-review .twt-link{margin-top:5px}.single-runway-review .twt-link a{color:#000}@media only screen and (max-width:41.6875em){.single-runway-review .slideshow-launch.bottom.desktop{display:none}}.single-runway-review .slideshow-view.mobile{float:left;margin:10px auto}.single-runway-review .widget.widget_pmc_outbrain_widget{clear:both}.single-runway-review #content-header-runway:after,.single-runway-review #content-header:after,.single-runway-review #runway-content:after{clear:both;content:".";display:block;height:0;visibility:hidden}.single-runway-review .icon-photo{margin-right:5px}.single-runway-review blockquote{margin:.25em 0;position:relative;border-top:8px solid #000;border-bottom:1px solid #000}.single-runway-review .gallery-teaser-container{float:left;width:100%}.single-runway-review .gallery-teaser-container .teaser-head-container{border:1px solid #000;display:block;float:left;margin-bottom:15px;margin-top:15px;overflow:hidden;padding:15px;width:100%}@media only screen and (max-width:41.6875em){.single-runway-review .gallery-teaser-container .teaser-head-container>div{display:block;float:none;margin:5px auto;text-align:center;width:auto}}.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head{width:75%;float:left;max-width:100%}.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head>h2{margin:0;font-size:larger;text-transform:uppercase}@media only screen and (max-width:41.6875em){.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head{width:100%;float:none}}.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head-gallery-count{width:auto;float:right;max-width:100%;margin-bottom:0;margin-top:1px}@media only screen and (max-width:41.6875em){.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head-gallery-count{float:none;margin-top:15px}}.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head-gallery-count .gallery-img-count{background:#d41b21 none repeat scroll 0 0;color:#fff;font-weight:700;height:auto;position:relative;text-transform:uppercase;width:auto;vertical-align:middle;padding:7px}.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head-gallery-count .gallery-img-count .icon-photo{vertical-align:sub}.single-runway-review .gallery-teaser-container div.gallery-teaser-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.single-runway-review .gallery-teaser-container div.gallery-teaser-content a{display:inline-block;margin-bottom:8px;width:calc(25% - 8px);margin-right:8px;text-decoration:none;color:#000}@media only screen and (max-width:41.6875em){.single-runway-review .gallery-teaser-container div.gallery-teaser-content a{width:calc(50% - 8px)}}@media only screen and (min-width:41.75em){.single-runway-review .gallery-teaser-container div.gallery-teaser-content a:hover img{-ms-transform:scale(1.15);transform:scale(1.15)}}.single-runway-review .gallery-teaser-container div.gallery-teaser-content figure{margin:0;overflow:hidden}.single-runway-review .gallery-teaser-container div.gallery-teaser-content figcaption{margin-top:15px}.single-runway-review .gallery-teaser-container div.gallery-teaser-content img{border:none;max-width:100%;height:auto;display:block;background:#ccc;transition:transform .2s ease-in-out}@media only screen and (max-width:41.6875em){.single-runway-review .gallery-teaser-container div.gallery-teaser-content img{margin:0 auto}}#bread-crumb{max-width:100%}@media only screen and (max-width:41.6875em){#bread-crumb{padding:0 15px;margin:1.25em 0 0}}#bread-crumb>ul{padding:0}#bread-crumb>ul li{display:inline;list-style:none}#bread-crumb>ul li:after{content:"/";color:red}#bread-crumb>ul li:last-child:after{content:""}#bread-crumb>ul li a{padding:0 3px;text-transform:uppercase;color:#8c8c8c}#content-header-post{max-width:100%;margin-top:-15px}@media only screen and (max-width:41.6875em){#content-header-post{padding:0 15px;margin:0 auto}}#content-header-post h1{color:#000;font:700 3.3375rem/1.1 FormaTextMedium,sans-serif;margin-top:0;margin-bottom:0}@media only screen and (max-width:41.6875em){#content-header-post h1{font:400 1.5rem/1.2 FormaTextBold,sans-serif;margin-top:12px}}#content-header-post h2#dek{font:700 1.6875rem/1.1 FormaText,sans-serif;margin-top:10px;margin-bottom:15px}@media only screen and (max-width:41.6875em){#content-header-post h2#dek{font:400 1rem/1.2 FormaText,sans-serif;margin-top:5px;margin-bottom:0}}#content-header-post h2#dek>p{margin:0}#content-header .article-header #header-container #author-container{float:left;max-width:380px;width:100%;font-size:15px}#content-header .article-header #header-container #author-container .author-name,#content-header .article-header #header-container #author-container a{color:red}.article-main{float:left;position:relative;width:640px;font-size:16px}@media only screen and (max-width:41.6875em){.article-main{width:100%;max-width:100%;float:none;margin:0 auto;padding:0 15px}}.article-main .social-tools-container{float:right;width:40%}.article-main .social-tools-container .social-container{margin:0}.article-main .social-tools-container .social-container li{display:inline;list-style:none}.article-main .cat-head{border-top:10px solid #33182b;margin-top:.625em;padding-top:10px}.article-main .cat-head>span{border-bottom:1px solid #e98d8e;color:#d82930;font-size:18px;text-align:left;text-transform:uppercase}.article-main .article-divider{border-bottom:3px solid #d7d7d7;width:40%}.article-main .share-container{margin:0;float:right}@media only screen and (max-width:41.6875em){.article-main .share-container{float:left;margin:10px auto;max-width:100%;width:100%}}.article-main .share-container ul.share-buttons{list-style:outside none none;margin:0 0 10px;padding:0}.article-main .share-container ul.share-buttons li{margin:0;height:40px;width:45px}.article-main .share-container ul.share-buttons i{display:inline;font-size:1.4em;height:40px;line-height:42px}.article-main .footer-social-container .share-container{float:left}.article-main .footer-social-container .share-container .share-buttons{margin:5px auto}.article-main .footer-social-container .share-container .share-buttons li{display:inline-block;height:40px;line-height:40px;margin:0;text-align:center;vertical-align:top;width:45px}.article-main .footer-social-container .share-container .share-buttons li i{display:inline;line-height:40px;font-size:25px}.article-main .tags-links{border-bottom:1px solid #aa9fa5;border-top:1px solid #aa9fa5;clear:both;margin:10px 0 15px;padding:10px;width:100%}.article-main .tags-links svg{max-width:1em;max-height:1em;color:#878787;fill:#878787}.article-main .tags-links a{color:#878787;display:inline-block;font-size:.85em;margin-left:15px}.article-copy p{font:400 1rem/1.625rem TiemposRegular,serif}.article-copy .article-related-posts{float:left;max-width:200px;margin:0 50px 0 0}@media only screen and (max-width:41.6875em){.article-copy .article-related-posts{display:none}}.article-copy .article-related-posts .list-sm>div:last-child .article-divider{display:none}.sidebar-article{float:right;width:300px}@media only screen and (max-width:41.6875em){.sidebar-article{width:100%;max-width:100%;float:none;margin:0 auto;padding:15px}.sidebar-article>div{display:none}.sidebar-article>div.hp-panel__essentialist,.sidebar-article>div.hp-panel__latest-galleries,.sidebar-article>div.hp-panel__latest-galleries-heading-wrapper{display:block}}#article-header-outer-container,#content,.clear{clear:both}@media only screen and (max-width:41.6875em){#article-header-outer-container{padding:8px 0}}#article-content-page-outer-container .article #article-content,#article-content-page-outer-container .article #list-of-articles,#article-content-page-outer-container .article.runway .page{color:#1d1d1d;font-family:Georgia,Times,serif;font-size:1.4em}#article-content-page-outer-container #article-content .landscape-image-container{text-align:center}#article-content-page-outer-container #article-content .landscape-image-container .caption{text-align:left}#article-content-page-outer-container #article-content .content-images .caption,#article-content-page-outer-container #article-content .landscape-image-container .caption{color:#7d7d7d;font:400 .75rem/.75rem Helvetica,sans-serif;letter-spacing:0;padding:5px 0 20px}@media only screen and (max-width:41.6875em){#article-content-page-outer-container #article-content .content-images .caption,#article-content-page-outer-container #article-content .landscape-image-container .caption{padding:5px 0}}#article-content-page-outer-container #article-content .content-images{float:left;margin-right:15px;max-width:300px}@media only screen and (max-width:41.6875em){#article-content-page-outer-container #article-content .content-images{float:none}}#article-content-page-outer-container #article-content .content-images .caption{font-family:Arial,Helvetica,sans-serif;font-size:13px;padding:5px 0 20px}#article-content-page-outer-container #article-content .content-images .caption p{margin:2px 0 0 20px;font-size:12px}#article-content-page-outer-container #article-content .content-images .caption p a{color:#7d7d7d!important}#article-content-page-outer-container #article-content .content-images .more-on-subject{float:left;font-family:NewsGothic,sans-serif;margin:10px 0 8px;width:300px}@media only screen and (max-width:41.6875em){#article-content-page-outer-container #article-content .content-images .more-on-subject{float:none}}#article-content-page-outer-container #article-content .content-images .more-on-subject .list-sm{margin:10px 0 8px;border-bottom:1px solid #eee;max-height:290px;overflow:auto}#article-content-page-outer-container #article-content .content-images .more-on-subject .list-sm.mobile{display:none}@media only screen and (max-width:41.6875em){#article-content-page-outer-container #article-content .content-images .more-on-subject .list-sm.mobile{display:block;padding:0 0 20px 20px}}#article-content-page-outer-container .nodisplay{display:none}@media only screen and (max-width:41.6875em){#article-content-page-outer-container .nodisplay{display:block}}#article-content-page-outer-container .mobile{display:none}@media only screen and (max-width:41.6875em){#article-content-page-outer-container .mobile{display:block}}.caption{position:relative}.caption svg{fill:#7d7d7d;float:left;height:1em;width:1em}.caption p{margin:0 0 0 20px;font-size:12px;color:#7d7d7d}.caption p a{color:#7d7d7d!important}@media only screen and (max-width:41.6875em){.list-sm.desktop{display:none}}.list-sm.desktop h3{font-size:17px;margin-bottom:0}.landscape-image-container .clippable.image-wrapper{position:relative}.landscape-image-container .clippable.image-wrapper .slideshow-launch.desktop{background:#d41b21 none repeat scroll 0 0!important;bottom:46px;color:#fff;float:right;font-weight:700;padding:8px;position:relative;right:10px;text-transform:uppercase;width:auto}.landscape-image-container .clippable.image-wrapper .slideshow-launch.desktop p{margin:0;font-size:13px;line-height:13px}.gallery-image-section{position:relative}.gallery-image-section>a{display:block;position:relative}.gallery-image-section .gallery-img-count{background:#d41b21 none repeat scroll 0 0;float:right;bottom:11px;color:#fff;font-weight:700;height:35px;padding:4px;position:absolute;right:7px;width:auto;text-transform:uppercase}.gallery-image-section .gallery-img-count .icon-photo{margin-right:5px}.gallery-image-section .gallery-img-count .icon-photo svg{margin-left:5px;margin-top:3px;vertical-align:sub}.gallery-image-section .gallery-thumbnails{margin-top:.4375em;display:-ms-flexbox;display:flex;width:100%}.gallery-image-section .gallery-thumbnails .gallery-thumbnail{margin-left:.625em;max-height:152px;overflow:hidden}.gallery-image-section .gallery-thumbnails .gallery-thumbnail:first-child{margin-left:0}.credit{color:gray;font-size:12px}.mobile-comments.mobile{display:none}@media only screen and (max-width:41.6875em){.mobile-comments.mobile{display:block}}.twt-link{margin-top:5px}.twt-link svg{height:1em;width:1em;fill:inherit}.twt-link svg path{fill:inherit}.twt-link a{color:#000!important}@media only screen and (max-width:41.6875em){.slideshow-launch.bottom.desktop{display:none}}.slideshow-bottom,a.slideshow-view{background:#d31b20;color:#fff;font-weight:700;padding:.625em;text-align:center;text-transform:uppercase}.slideshow-view.mobile{float:left;margin:10px auto}.widget.widget_pmc_outbrain_widget{clear:both;margin-top:60px}#article-content:after,#article-tabs:after,#content-header:after,#gallery:after,#list-content:after,#list-gallery:after,.article-pagination-container:after,.gallery-wrapper:after,.xrail-content:after,.xrail-module:after{clear:both;content:".";display:block;height:0;visibility:hidden}.ob-widget-section{margin-top:80px}.wp-caption .wp-caption-text{font:400 1rem/1rem FormaTextMedium,sans-serif;padding-bottom:1.25em;border-bottom:1px solid #000}.wp-caption .wp-caption-text .wwd-image-credit{color:#686c6d}.article-copy blockquote{font-size:18px;width:auto;margin:.25em 0;line-height:1.45;position:relative;border-bottom:1px solid #5e5e5e;border-top:8px solid #000}.article-copy blockquote:before{display:block;content:'"';font-size:45px;position:absolute;left:0;top:10px}.article-copy blockquote>p{color:#1f1f1f;font-family:FormaTextBold,sans-serif;font-size:25px;font-style:normal;line-height:1.3em;margin:20px}.article-copy blockquote>p:after{bottom:1rem;content:'"';font-family:FormaText,sans-serif;font-size:45px;font-weight:400;position:absolute}.article-copy blockquote cite{color:#999;font-size:14px;display:block;margin-top:5px}.article-copy blockquote cite:before{content:"\2014   \2009"}.list-sm.desktop>div:last-child .article-divider{display:none}.page-template-page-content-full-width .article-main{width:100%}.archive--header__post,.archive--meta__post,.archive--section__post{color:#000;margin:0}.archive__post{border-bottom:1px solid #000;display:-ms-flexbox;display:flex;margin-bottom:1.25em;padding-bottom:1.25em}.archive--img__post{margin-right:1.25em;max-width:19.875rem;min-width:19.875rem}@media only screen and (max-width:41.6875em){.archive--img__post{margin-right:.625em;max-width:40%;min-width:40%}}.archive--img__post img{width:100%}.archive--section__post{border-bottom:1px solid #000;display:inline-block;font:400 .75em/1 FormaText,sans-serif;margin-bottom:.625em;padding-bottom:.3125em;text-transform:uppercase}.archive--header__post{height:56px;overflow:hidden;font:400 1.625rem/1.1 FormaTextBold,sans-serif}@media only screen and (max-width:41.6875em){.archive--header__post{font-size:.9375rem}}.archive--excerpt__post{height:48px;overflow:hidden;font:400 .875rem/1.2 FormaText,sans-serif;margin:.3125em 0 .4375em}@media only screen and (max-width:41.6875em){.archive--excerpt__post{margin:.4375em 0}}.archive--excerpt__post p{margin:0}.archive--meta__post{font:400 .625em/1 FormaTextMedium,sans-serif;font-weight:400}.archive--content__post a{color:#d31b20}.archive--content__post .archive--header__post a{color:#000}body.page-template-page-subscriptions-corporate #nav-title,body.page-template-page-subscriptions-education #nav-title,body.subscriptions #nav-title{display:none}body.page-template-page-subscriptions-corporate #footer-navigation-outer-container,body.page-template-page-subscriptions-education #footer-navigation-outer-container,body.subscriptions #footer-navigation-outer-container{margin:0 auto;width:100%}body.page-template-page-subscriptions-corporate #footer-navigation-outer-container #content,body.page-template-page-subscriptions-education #footer-navigation-outer-container #content,body.subscriptions #footer-navigation-outer-container #content{margin:20px auto}body.page-template-page-subscriptions-corporate .header-row1 .nav-top,body.page-template-page-subscriptions-education .header-row1 .nav-top,body.subscriptions .header-row1 .nav-top{height:80px}body.page-template-page-subscriptions-corporate .header-row1 .site-logo,body.page-template-page-subscriptions-education .header-row1 .site-logo,body.subscriptions .header-row1 .site-logo{left:20px;width:221px;height:67px}body.page-template-page-subscriptions-corporate .site-logo .icon-wwd,body.page-template-page-subscriptions-education .site-logo .icon-wwd,body.subscriptions .site-logo .icon-wwd{width:221px;font-size:1.02em;height:80px}body.page-template-page-subscriptions-corporate h1,body.page-template-page-subscriptions-education h1,body.subscriptions h1{position:absolute;bottom:12px;left:160px;font:normal 2.4em/1 NewsGothicDemi,sans-serif}body.page-template-page-subscriptions-corporate #subs-offers,body.page-template-page-subscriptions-education #subs-offers,body.subscriptions #subs-offers{margin:0 auto;padding:15px 10px;width:824px}body.page-template-page-subscriptions-corporate .trademark,body.page-template-page-subscriptions-education .trademark,body.subscriptions .trademark{clear:both;padding-top:15px;font:normal .9em/1 Arial,Helvetica,sans-serif;color:#777}body.page-template-page-subscriptions-corporate .nav-top h1,body.page-template-page-subscriptions-education .nav-top h1,body.subscriptions .nav-top h1{bottom:0;left:245px}body.page-template-page-subscriptions-corporate .links-sections,body.page-template-page-subscriptions-education .links-sections,body.subscriptions .links-sections{float:right}body.page-template-page-subscriptions-corporate .links-sections a,body.page-template-page-subscriptions-corporate .links-sections a:link,body.page-template-page-subscriptions-corporate .links-sections a:visited,body.page-template-page-subscriptions-education .links-sections a,body.page-template-page-subscriptions-education .links-sections a:link,body.page-template-page-subscriptions-education .links-sections a:visited,body.subscriptions .links-sections a,body.subscriptions .links-sections a:link,body.subscriptions .links-sections a:visited{border-radius:.25em;padding:.5em;background:red;font-size:15px;border-bottom:none;color:#fff;margin-left:5px;line-height:45px}body.page-template-page-subscriptions-corporate .links-sections a.current,body.page-template-page-subscriptions-corporate .links-sections a:hover,body.page-template-page-subscriptions-education .links-sections a.current,body.page-template-page-subscriptions-education .links-sections a:hover,body.subscriptions .links-sections a.current,body.subscriptions .links-sections a:hover{background:gray}body.page-template-page-subscriptions-corporate .links-sections a.current,body.page-template-page-subscriptions-education .links-sections a.current,body.subscriptions .links-sections a.current{cursor:default}body.page-template-page-subscriptions-corporate #subs-discount>a:hover,body.page-template-page-subscriptions-education #subs-discount>a:hover,body.subscriptions #subs-discount>a:hover{color:#fff}body.page-template-page-subscriptions-corporate #footer-navigation-outer-container #content a,body.page-template-page-subscriptions-education #footer-navigation-outer-container #content a,body.subscriptions #footer-navigation-outer-container #content a{border-bottom:none}body.page-template-page-subscriptions-corporate #footer-navigation-outer-container #content a:hover,body.page-template-page-subscriptions-education #footer-navigation-outer-container #content a:hover,body.subscriptions #footer-navigation-outer-container #content a:hover{color:gray}body.page-template-page-subscriptions-corporate #subs-discount div.admz,body.page-template-page-subscriptions-corporate #subs-offers div.admz,body.page-template-page-subscriptions-education #subs-discount div.admz,body.page-template-page-subscriptions-education #subs-offers div.admz,body.subscriptions #subs-discount div.admz,body.subscriptions #subs-offers div.admz{float:left}body.page-template-page-subscriptions-corporate #subs-table,body.page-template-page-subscriptions-education #subs-table,body.subscriptions #subs-table{border:3px solid #dcdddf;width:100%;margin-top:5px;float:left}body.page-template-page-subscriptions-corporate #subs-table tr:nth-child(2n),body.page-template-page-subscriptions-education #subs-table tr:nth-child(2n),body.subscriptions #subs-table tr:nth-child(2n){background:#fff}body.page-template-page-subscriptions-corporate #subs-table tr:nth-child(odd),body.page-template-page-subscriptions-education #subs-table tr:nth-child(odd),body.subscriptions #subs-table tr:nth-child(odd){background:#f4f4f4}body.page-template-page-subscriptions-corporate #subs-table th,body.page-template-page-subscriptions-education #subs-table th,body.subscriptions #subs-table th{background:#fff}body.page-template-page-subscriptions-corporate #subs-table td:not(:first-child),body.page-template-page-subscriptions-education #subs-table td:not(:first-child),body.subscriptions #subs-table td:not(:first-child){text-align:center}body.page-template-page-subscriptions-corporate #subs-table td:first-child,body.page-template-page-subscriptions-education #subs-table td:first-child,body.subscriptions #subs-table td:first-child{font-size:14px;color:#676767}body.page-template-page-subscriptions-corporate #subs-table tr:last-child td:first-child,body.page-template-page-subscriptions-education #subs-table tr:last-child td:first-child,body.subscriptions #subs-table tr:last-child td:first-child{text-align:center}body.page-template-page-subscriptions-corporate #subs-table td>span,body.page-template-page-subscriptions-education #subs-table td>span,body.subscriptions #subs-table td>span{font-size:20px;font-weight:100;color:#676767;display:inline-block;padding:5px}body.page-template-page-subscriptions-corporate #subs-table td>a.sub-button,body.page-template-page-subscriptions-education #subs-table td>a.sub-button,body.subscriptions #subs-table td>a.sub-button{display:block;background:red;color:#fff;padding:10px 5px;font-size:13px;text-transform:uppercase;border-radius:.25em;border-bottom:none}body.page-template-page-subscriptions-corporate #subs-table td>a,body.page-template-page-subscriptions-education #subs-table td>a,body.subscriptions #subs-table td>a{color:red;padding:0 0 3px;border-bottom:1px solid red}body.page-template-page-subscriptions-corporate #subs-table td>a:hover,body.page-template-page-subscriptions-education #subs-table td>a:hover,body.subscriptions #subs-table td>a:hover{border-bottom:1px solid transparent}body.page-template-page-subscriptions-corporate #subs-table td,body.page-template-page-subscriptions-corporate #subs-table th,body.page-template-page-subscriptions-education #subs-table td,body.page-template-page-subscriptions-education #subs-table th,body.subscriptions #subs-table td,body.subscriptions #subs-table th{border:1px solid #dcdddf}body.page-template-page-subscriptions-corporate #subs-table td,body.page-template-page-subscriptions-education #subs-table td,body.subscriptions #subs-table td{padding:10px}body.page-template-page-subscriptions-corporate #subs-table th,body.page-template-page-subscriptions-education #subs-table th,body.subscriptions #subs-table th{color:#676767;font-size:16px;font-weight:100;line-height:1.2em;padding-bottom:10px}body.page-template-page-subscriptions-corporate #subs-table th span,body.page-template-page-subscriptions-education #subs-table th span,body.subscriptions #subs-table th span{color:red;font-size:12px;display:block;font-style:italic;font-weight:700;line-height:1em;margin:.25em}body.page-template-page-subscriptions-corporate #subs-table td .check,body.page-template-page-subscriptions-education #subs-table td .check,body.subscriptions #subs-table td .check{font-size:30px;color:#5c5859;font-style:italic}body.page-template-page-subscriptions-corporate #subs-table td .asterisk,body.page-template-page-subscriptions-education #subs-table td .asterisk,body.subscriptions #subs-table td .asterisk{font-size:10px;color:#5c5859;vertical-align:top}body.page-template-page-subscriptions-corporate #subs-table td span:nth-child(2),body.page-template-page-subscriptions-education #subs-table td span:nth-child(2),body.subscriptions #subs-table td span:nth-child(2){margin-right:-2em}body.page-template-page-subscriptions-corporate .banner,body.page-template-page-subscriptions-education .banner,body.subscriptions .banner{margin:30px 0 0}body.page-template-page-subscriptions-corporate .discounts-container,body.page-template-page-subscriptions-education .discounts-container,body.subscriptions .discounts-container{margin-top:30px;font-size:14px;line-height:20px;text-decoration:underline}body.page-template-page-subscriptions-corporate .discounts-child,body.page-template-page-subscriptions-education .discounts-child,body.subscriptions .discounts-child{-ms-flex:1;flex:1;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;padding:10px;border:1px solid #000;box-shadow:5px 7px 0 #cfcdce;text-align:center;width:390px;margin:0}body.page-template-page-subscriptions-corporate .discounts-child:first-child,body.page-template-page-subscriptions-education .discounts-child:first-child,body.subscriptions .discounts-child:first-child{margin-right:30px}body.page-template-page-subscriptions-corporate .discounts-child p:first-child,body.page-template-page-subscriptions-education .discounts-child p:first-child,body.subscriptions .discounts-child p:first-child{font-size:30px;font-weight:700;text-align:center}body.page-template-page-subscriptions-corporate .discounts-child a,body.page-template-page-subscriptions-education .discounts-child a,body.subscriptions .discounts-child a{color:#000;font-weight:700}body.page-template-page-subscriptions-corporate .banner-container,body.page-template-page-subscriptions-education .banner-container,body.subscriptions .banner-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch;margin-top:30px;border:1px solid #000}body.page-template-page-subscriptions-corporate .banner-child,body.page-template-page-subscriptions-education .banner-child,body.subscriptions .banner-child{-ms-flex:1;flex:1;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;padding:10px}body.page-template-page-subscriptions-corporate .banner-child:first-child,body.page-template-page-subscriptions-education .banner-child:first-child,body.subscriptions .banner-child:first-child{min-width:200px}body.page-template-page-subscriptions-corporate .banner-child:nth-child(2),body.page-template-page-subscriptions-education .banner-child:nth-child(2),body.subscriptions .banner-child:nth-child(2){min-width:260px;font-size:13px}body.page-template-page-subscriptions-corporate .banner-child:nth-child(3),body.page-template-page-subscriptions-education .banner-child:nth-child(3),body.subscriptions .banner-child:nth-child(3){text-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;font-size:25px}body.page-template-page-subscriptions-corporate .banner-child:nth-child(4),body.page-template-page-subscriptions-education .banner-child:nth-child(4),body.subscriptions .banner-child:nth-child(4){text-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex}body.page-template-page-subscriptions-corporate .banner-child:nth-child(4) a,body.page-template-page-subscriptions-education .banner-child:nth-child(4) a,body.subscriptions .banner-child:nth-child(4) a{padding:10px;background:red;color:#fff;border-radius:.25em;display:inline-block}body.page-template-page-subscriptions-corporate .free,body.page-template-page-subscriptions-education .free,body.subscriptions .free{text-transform:uppercase;font-size:16px;margin:40px 0 20px;display:block}body.page-template-page-subscriptions-corporate .free em,body.page-template-page-subscriptions-education .free em,body.subscriptions .free em{font-variant:normal;font-style:normal;color:red}body.page-template-page-subscriptions-corporate .free a,body.page-template-page-subscriptions-education .free a,body.subscriptions .free a{padding:10px;margin:0 20px;background:red;color:#fff;border-radius:.25em}body.page-template-page-subscriptions-corporate .buttons,body.page-template-page-subscriptions-education .buttons,body.subscriptions .buttons{float:right;margin-top:35px}body.page-template-page-subscriptions-corporate .mobile article,body.page-template-page-subscriptions-education .mobile article,body.subscriptions .mobile article{margin:0 auto;max-width:100%;display:block;padding:10px}body.page-template-page-subscriptions-corporate .mobile article header,body.page-template-page-subscriptions-education .mobile article header,body.subscriptions .mobile article header{margin:30px 0 20px;text-transform:uppercase;height:auto;background:none;color:#000;font-weight:700;font-size:20px;text-align:center;clear:both}body.page-template-page-subscriptions-corporate .mobile article header>span,body.page-template-page-subscriptions-education .mobile article header>span,body.subscriptions .mobile article header>span{color:red;display:block;font-size:12px;font-style:italic;font-weight:400;margin:0;padding:0;text-align:center;text-transform:none;width:100%}body.page-template-page-subscriptions-corporate .mobile article section.sub img,body.page-template-page-subscriptions-education .mobile article section.sub img,body.subscriptions .mobile article section.sub img{max-width:100%;margin:0 auto;height:auto;padding:10px 30px;box-sizing:border-box}body.page-template-page-subscriptions-corporate .mobile article section.sub p,body.page-template-page-subscriptions-education .mobile article section.sub p,body.subscriptions .mobile article section.sub p{text-transform:uppercase;text-align:center;font-size:15px;line-height:1.5em}body.page-template-page-subscriptions-corporate .mobile article section.sub a,body.page-template-page-subscriptions-education .mobile article section.sub a,body.subscriptions .mobile article section.sub a{text-align:center;display:block;background:red;margin:0 auto;color:#fff;text-transform:uppercase;padding:.75em .25em;border-radius:.25em;margin:10px 80px;font-size:17px}body.page-template-page-subscriptions-corporate .mobile article section.sub a span:first-child,body.page-template-page-subscriptions-education .mobile article section.sub a span:first-child,body.subscriptions .mobile article section.sub a span:first-child{font-size:20px}body.page-template-page-subscriptions-corporate .mobile article section.sub a span:nth-child(2),body.page-template-page-subscriptions-education .mobile article section.sub a span:nth-child(2),body.subscriptions .mobile article section.sub a span:nth-child(2){font-size:12px}body.page-template-page-subscriptions-corporate .mobile article section.subs p,body.page-template-page-subscriptions-education .mobile article section.subs p,body.subscriptions .mobile article section.subs p{font-size:17px;text-align:center;text-transform:uppercase;padding:10px;color:#9a9a9a;font-family:NewsGothicDemi,sans-serif;font-weight:700;margin:0!important}body.page-template-page-subscriptions-corporate .mobile article section.subs a,body.page-template-page-subscriptions-education .mobile article section.subs a,body.subscriptions .mobile article section.subs a{display:block;font-family:NewsGothicDemi,sans-serif;font-size:25px;font-weight:700;line-height:1em;padding:.75em 0;text-align:center;text-transform:uppercase}body.page-template-page-subscriptions-corporate .mobile article>a,body.page-template-page-subscriptions-education .mobile article>a,body.subscriptions .mobile article>a{color:#000;display:block;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:11px;font-weight:700;margin:0;padding:30px 0 0;text-align:center;text-transform:uppercase}body.page-template-page-subscriptions-corporate .mobile article>a>span,body.page-template-page-subscriptions-education .mobile article>a>span,body.subscriptions .mobile article>a>span{color:#cfcdce}body.page-template-page-subscriptions-corporate .mobile article>section.sub>span:last-child,body.page-template-page-subscriptions-education .mobile article>section.sub>span:last-child,body.subscriptions .mobile article>section.sub>span:last-child{display:block;font-size:10px;font-style:italic;padding:0 12px 5px;text-align:right}body.page-template-page-subscriptions-corporate .textwidget input[type=text],body.page-template-page-subscriptions-corporate .textwidget textarea,body.page-template-page-subscriptions-education .textwidget input[type=text],body.page-template-page-subscriptions-education .textwidget textarea,body.subscriptions .textwidget input[type=text],body.subscriptions .textwidget textarea{width:100%!important}body.page-template-page-subscriptions-corporate .contact-form .clear-form,body.page-template-page-subscriptions-education .contact-form .clear-form,body.subscriptions .contact-form .clear-form{clear:both}body.page-template-page-subscriptions-corporate .contact-form input[type=text],body.page-template-page-subscriptions-education .contact-form input[type=text],body.subscriptions .contact-form input[type=text]{width:300px;margin-bottom:13px}body.page-template-page-subscriptions-corporate .contact-form select,body.page-template-page-subscriptions-education .contact-form select,body.subscriptions .contact-form select{margin-bottom:13px}body.page-template-page-subscriptions-corporate .contact-form textarea,body.page-template-page-subscriptions-education .contact-form textarea,body.subscriptions .contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}body.page-template-page-subscriptions-corporate .contact-form input[type=checkbox],body.page-template-page-subscriptions-corporate .contact-form input[type=radio],body.page-template-page-subscriptions-education .contact-form input[type=checkbox],body.page-template-page-subscriptions-education .contact-form input[type=radio],body.subscriptions .contact-form input[type=checkbox],body.subscriptions .contact-form input[type=radio]{float:none;margin-bottom:13px}body.page-template-page-subscriptions-corporate .contact-form label,body.page-template-page-subscriptions-education .contact-form label,body.subscriptions .contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}body.page-template-page-subscriptions-corporate .contact-form label.checkbox,body.page-template-page-subscriptions-corporate .contact-form label.radio,body.page-template-page-subscriptions-education .contact-form label.checkbox,body.page-template-page-subscriptions-education .contact-form label.radio,body.subscriptions .contact-form label.checkbox,body.subscriptions .contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}body.page-template-page-subscriptions-corporate .contact-form label span,body.page-template-page-subscriptions-education .contact-form label span,body.subscriptions .contact-form label span{color:#aaa;margin-left:4px;font-weight:400}body.page-template-page-subscriptions-corporate .education-col,body.page-template-page-subscriptions-education .education-col,body.subscriptions .education-col{background:#f4f4f4;width:474px;height:590px;float:left;margin:18px 0 0 3px;text-align:center;padding-top:30px}body.page-template-page-subscriptions-corporate .education-col a,body.page-template-page-subscriptions-education .education-col a,body.subscriptions .education-col a{display:block}@media only screen and (max-width:41.6875em){body.page-template-page-subscriptions-corporate .education-col,body.page-template-page-subscriptions-education .education-col,body.subscriptions .education-col{width:100%;float:none;margin-left:0;height:auto}}body.page-template-page-subscriptions-corporate .education-col.right,body.page-template-page-subscriptions-education .education-col.right,body.subscriptions .education-col.right{margin-left:18px;padding-top:30px}@media only screen and (max-width:41.6875em){body.page-template-page-subscriptions-corporate .education-col.right,body.page-template-page-subscriptions-education .education-col.right,body.subscriptions .education-col.right{margin-left:0;padding-bottom:15px}}body.page-template-page-subscriptions-corporate .discounts-text,body.page-template-page-subscriptions-education .discounts-text,body.subscriptions .discounts-text{margin:5px 0}@media only screen and (max-width:41.6875em){body.digital-daily-info .site-footer__mobile-social-links,body.page-template-page-subscriptions-corporate .site-footer__mobile-social-links,body.page-template-page-subscriptions-education .site-footer__mobile-social-links,body.subscriptions .site-footer__mobile-social-links{padding-top:1.25em}}.subscriptions-top{clear:both}.subs-copy-left{float:left;width:60%;padding:0 0 10px 30px;font-size:20px}.subs-img-right{float:left;width:40%}.subs-copy-head{font-weight:700;font-size:30px;color:#000}.mobile article section.sub1 img{height:119px;width:180px;margin-left:.3em}.mobile-sub-price{font-size:60px;text-align:center;font-weight:400}.mobile-sub-price-text{font-weight:700;text-align:center}hr.mobile-sub-bar{display:block;margin:2em 2em .5em;border-style:inset;border-width:2px}.subs-best-offer{margin:0 0 5px;display:block;background:red;color:#fff;font-size:12px;font-weight:600;line-height:18px;letter-spacing:.05em}@media only screen and (max-width:41.6875em){body.page-template-page-subscriptions div#site-wrap{padding:6em 0 0}}#subs-beta-container{display:none}body.subscriber-page-beta #content>.align-left,body.subscriber-page-beta #subs-legacy-container,body.subscriber-page-beta .links-sections,body.subscriber-page-beta .site-header__bottom-bar{display:none!important}body.subscriber-page-beta .site-wrap{min-width:inherit}body.subscriber-page-beta #subs-beta-container{display:block}body.subscriber-page-beta .subs-bold{font-family:FormaTextBold,sans-serif}body.subscriber-page-beta .subs-light{font-family:FormaText,sans-serif;font-weight:lighter}body.subscriber-page-beta .site-header{background:transparent}body.subscriber-page-beta .site-header__top{margin-top:0}body.subscriber-page-beta .site-header__mobile-top{margin-top:31px;margin-left:16px}body.subscriber-page-beta .site-header__mobile-top .site-header__logo svg{height:31px;width:95px}body.subscriber-page-beta .subscriptions-top{margin-top:333px;margin-left:-15px;margin-right:-15px;background-color:#000;background-color:rgba(0,0,0,.8)}body.subscriber-page-beta .subscriptions-top .subs-copy-head{text-align:center;padding:16px 0;margin:0 auto;width:585px}body.subscriber-page-beta .subscriptions-top .subs-copy-head h3{color:#fff;margin:0 0 10px;line-height:1.1em}body.subscriber-page-beta .subscriptions-top .subs-copy-head h6{color:#fff;line-height:1.1em;margin:0}body.subscriber-page-beta .subscriptions-main{margin-left:-15px;margin-right:-15px;background:#fff}body.subscriber-page-beta .subscriptions-main .subs-columns-header{padding:20px 0 21px}body.subscriber-page-beta .subscriptions-main .subs-columns-header h3{margin:0;font-size:24px}body.subscriber-page-beta .subscriptions-main .subs-columns{display:-ms-inline-flexbox;display:inline-flex;padding:0 70px;margin-bottom:14px;width:100%}body.subscriber-page-beta .subscriptions-main .subs-columns .subs-column{max-width:268px;border:1px solid #999;border-radius:10px;margin-right:27px;text-align:center;padding-bottom:61px;position:relative}body.subscriber-page-beta .subscriptions-main .subs-columns .subs-column:last-child{margin-right:0}body.subscriber-page-beta .subscriptions-main .subs-columns .subs-column .subs-best-offer{background:#d31b20;width:58px;height:58px;border-radius:50%;position:absolute;text-transform:uppercase;color:#fff;font-size:.9em;line-height:1em;top:-30px;padding:16px 0;left:50%;margin-left:-29px;overflow:hidden}body.subscriber-page-beta .subscriptions-main .subs-columns .subs-column .subs-column-header{background:#fff8dd;padding:46px 0 24px;position:relative;border-top-left-radius:9px;border-top-right-radius:9px}body.subscriber-page-beta .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight{background:#faa61a}body.subscriber-page-beta .subscriptions-main .subs-columns .subs-column .subs-column-header h3{position:absolute;font-size:2em;line-height:1.02em;text-align:center;top:46px;left:0;right:0}body.subscriber-page-beta .subscriptions-main .subs-columns .subs-column .subs-column-header h3,body.subscriber-page-beta .subscriptions-main .subs-columns .subs-column .subs-column-header p{margin:0;padding:0}body.subscriber-page-beta .subscriptions-main .subs-columns .subs-column .subs-column-header h2{font-size:3em;margin:0}body.subscriber-page-beta .subscriptions-main .subs-columns .subs-column .subs-column-header img{display:block;height:109px;margin:85px auto 15px}body.subscriber-page-beta .subscriptions-main .subs-columns .subs-column .subs-column-main h3{margin-bottom:3px}body.subscriber-page-beta .subscriptions-main .subs-columns .subs-column .subs-column-main p{padding:0 31px;font-family:TiemposRegular,serif;font-size:16px;line-height:22px;margin-top:0}body.subscriber-page-beta .subscriptions-main .subs-columns .subs-column .subs-column-main .subs-button{display:block;background:#d31b20;color:#fff;text-transform:uppercase;font-size:18px;letter-spacing:2px;line-height:30px;font-weight:400;border-radius:5px;position:absolute;left:31px;right:31px;bottom:31px}body.subscriber-page-beta .subscriptions-main .subs-footer{margin-bottom:45px;padding:0 70px}body.subscriber-page-beta .subscriptions-main .subs-footer .subs-asterisk{margin-bottom:45px}body.subscriber-page-beta .subscriptions-main .subs-footer .subs-footer-nav p{margin:0 0 5px}body.subscriber-page-beta .subscriptions-main .subs-footer .subs-footer-nav p:last-child{margin:0}body.subscriber-page-beta .subscriptions-main .subs-footer .subs-footer-nav p a{text-decoration:underline}body.subscriber-page-beta .subscriptions-main .subs-footer .subs-footer-nav p a:hover{text-decoration:none}body.subscriber-page-beta .site-wrap.footer{display:none}body.subscriber-page-beta.pmc-mobile .subs-background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1}body.subscriber-page-beta.pmc-mobile #site-wrap.site-wrap{position:static;background:rgba(0,0,0,.8)}body.subscriber-page-beta.pmc-mobile #site-wrap.site-wrap header{margin-bottom:26px}body.subscriber-page-beta.pmc-mobile #site-wrap.site-wrap header .site-header__mobile-top,body.subscriber-page-beta.pmc-mobile #site-wrap.site-wrap header .site-header__top{margin:0;padding:0}body.subscriber-page-beta.pmc-mobile .site-header{box-shadow:none;position:static}body.subscriber-page-beta.pmc-mobile .site-header .site-header__logo svg{fill:#fff;width:100px;height:32px}body.subscriber-page-beta.pmc-mobile .subscriptions-top{margin:0;position:static;background:transparent none}body.subscriber-page-beta.pmc-mobile .subscriptions-top .subs-copy-head{position:static;width:auto;font-size:2.25em;padding:0 31px;margin-bottom:59px}body.subscriber-page-beta.pmc-mobile .subscriptions-main{background:transparent;margin:0}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-best-offer{display:none}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns-header{position:static;padding:0}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns-header h3{color:#fff;font-size:16px;line-height:16px}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns-header .subs-mobile-nav{display:-ms-inline-flexbox;display:inline-flex;padding:24px 0 16px;margin:0 auto;width:90%}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav{margin-right:12px;background:#fff8dd;border-radius:5px;width:33%;height:96px;cursor:pointer}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav.subs-column-nav-highlight{background:#faa61a;position:relative}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav.subs-column-nav-highlight:after{position:absolute;content:"";width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-top:16px solid #faa61a;bottom:-15px;left:50%;margin-left:-16px}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav:last-child{margin-right:0}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav .subs-bold{position:relative;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);padding:0 5px;font-size:1em}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns{padding:0}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns .subs-column{margin:0 auto;background:#fff;width:100%;max-width:90%;padding-bottom:75px}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns .subs-column.subs-dd-wwd .subs-column-main h3{margin:15px 0}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns .subs-column.subs-dd-wwd .subs-column-main p{display:none}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns .subs-column .subs-column-main{padding-top:10px}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns .subs-column .subs-column-header{padding:0}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns .subs-column .subs-column-header img{height:80px;margin:19px auto 15px}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns .subs-column .subs-column-header,body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns .subs-column .subs-column-highlight{background:transparent;color:#000}body.subscriber-page-beta.pmc-mobile .subs-column{display:none}body.subscriber-page-beta.pmc-mobile .subs-column-header h3,body.subscriber-page-beta.pmc-mobile .subs-footer,body.subscriber-page-beta.pmc-mobile .subscriptions-top h6{display:none!important}body.subscriber-page-beta.pmc-mobile.subs-mobile-animated .subs-columns{padding:0 30px;position:absolute;left:0;right:0;top:117px;bottom:0}@media only screen and (max-device-width:321px){body.subscriber-page-beta.pmc-mobile .subscriptions-top .subs-copy-head{font-size:2em;top:100px}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns .subs-column .subs-column-header h2{font-size:2.5em}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav .subs-bold{font-size:.8em}body.subscriber-page-beta.pmc-mobile .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav{height:76px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){body.subscriber-page-beta .subscriptions-main .subs-columns{padding:0 20px}}body.search h1{font:400 2.8125rem/1 PublicoBannerRoman,serif;margin:0}body.page .swiftype .container.block-group,body.page .swiftype .main-container.block-group{padding-left:0}body.page .swiftype .header{margin-left:280px;margin-top:5px}@media only screen and (max-width:41.6875em){body.page .swiftype .header{margin-left:0}body.page .swiftype .header .width-70{width:100%}}body.page .swiftype .width-30{margin-top:-35px}@media only screen and (max-width:41.6875em){body.page .swiftype .width-30{display:none}}body.page .swiftype .right-header .st-has-results{margin-left:5px;font-size:18px;font-weight:700}body.page .swiftype .right-header .st-has-query span{font-style:normal}body.page .swiftype .search_form{box-shadow:none;border-radius:0}body.page .swiftype .search_form.block{margin-top:.625em}body.page .swiftype .search_form .search-form{position:relative}body.page .swiftype .search_form .search-form:before{position:absolute;left:.625em;top:50%;margin-top:-8px;color:#686c6d}body.page .swiftype .search_form .search-form input[type=text]{background:none;width:85%;text-indent:1em}@media only screen and (max-width:41.6875em){body.page .swiftype .search_form .search-form input[type=text]{width:70%}}body.page .swiftype .search_form .search-form input[type=submit]{background:#d31b20;color:#fff;font-weight:700;font-size:18px;width:15%}@media only screen and (max-width:41.6875em){body.page .swiftype .search_form .search-form input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;border:none;height:100%;width:30%}}body.page .swiftype .left-main{padding:10px 10px 10px 0}body.page .swiftype .left-main .facet-container a,body.page .swiftype .left-main .facet-title{text-transform:none}body.page .swiftype .left-main .facet-label{text-transform:capitalize}body.page .swiftype .left-main div[data-st-sort-selector=sort]{position:relative}body.page .swiftype .left-main div[data-st-sort-selector=sort]:after{color:#d31b20;content:"\203A";font-size:2em;position:absolute;right:.4375em;top:0;-ms-transform:rotate(90deg);transform:rotate(90deg)}body.page .swiftype .left-main select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #000;border-radius:0;color:#000;font:700 .9375rem/1.3 FormaText,sans-serif;padding:.625em 0 .625em .625em;width:100%;text-transform:uppercase;margin-right:2.1875em}body.page .swiftype .result-image{width:300px}@media only screen and (max-width:41.6875em){body.page .swiftype .result-image{width:150px}}body.page .swiftype .result-image img{width:100%}body.page .swiftype .block-group{padding-left:15px}@media only screen and (max-width:41.6875em){body.page .swiftype .block-group{padding-left:0}}body.page .swiftype .block-group .result{padding:20px 0 10px;border-color:#000}body.page .swiftype .block-group .result:hover{background:none}body.page .swiftype .block-group .result:last-of-type{border-bottom:1px solid #000}body.page .swiftype .block-group .result:first-of-type{border-top:1px solid #000}body.page .swiftype .block-group .result .result-content{padding-left:310px}@media only screen and (max-width:41.6875em){body.page .swiftype .block-group .result .result-content{padding-left:160px}}body.page .swiftype .block-group .result .result-content .result-title a{font-size:20px}body.page .swiftype .block-group .result .result-content .byline{color:#000;font-weight:700;font-size:14px}body.page .swiftype .icon i{display:none}body.page .swiftype .footer a{padding:0;min-width:10px;margin:5px 7px}body.page .swiftype .footer .current_page{font-weight:400;border-bottom:2px solid #d31b20}body.page .swiftype .footer span[data-st-previous-page] a{margin:0 5px 0 0;padding:0;width:15px;height:15px;color:#fff;font-size:0}body.page .swiftype .footer span[data-st-previous-page] a:before{color:#d31b20;font-weight:700;font-size:25px;content:"\2039"}body.page .swiftype .footer span[data-st-next-page] a{margin:0 0 0 5px;padding:0;width:15px;height:15px;color:#fff;font-size:0}body.page .swiftype .footer span[data-st-next-page] a:after{color:#d31b20;font-weight:700;font-size:25px;content:"\203A"}body.page .swiftype .search_form_widget.block{margin-top:0}body.page .swiftype .search_form_widget .search-form:before{content:""}body.page .swiftype .search_form_widget .search-form input[type=text]{text-indent:5px;padding:0;border-radius:.125em;width:200px;font-size:11px;padding:2px 0}body.page .swiftype .search_form_widget div[data-st-search-form=small_search_form] .swiftype-widget .autocomplete{right:-1px;top:25px}body.page .swiftype .swiftype-widget .autocomplete{font-size:12px}body.page .swiftype .swiftype-widget .autocomplete .ac-section-title{background-color:#000;color:#fff}body.page .swiftype .swiftype-widget .autocomplete .ac-result{text-transform:capitalize}.issue__header.archive__post{border-bottom:none;padding-bottom:0;margin-bottom:.625em}.issue__header .archive--header__post{margin-bottom:.4375em}.issue__header .archive--img__post{max-width:13.625rem;min-width:13.625rem}.issues-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;width:100%}.issues-wrap .issue__post{border:1px solid #bbb;width:25%}@media only screen and (max-width:41.6875em){.issues-wrap .issue__post{width:70%;margin:0 15%}}.issues-wrap .issue__post .issue__wrapper{padding:2.1875em 0}.issues-wrap .issue__post .issue__wrapper .issue__cover{min-width:160px}.issues-wrap .issue__post .issue__wrapper .issue__cover img{box-shadow:0 0 15px 0 rgba(0,0,0,.75)}.issues-wrap .issue__post .issue__wrapper h4,.issues-wrap .issue__post .issue__wrapper h5{margin:.3125em 0}.issues-wrap .issue__post .issue__wrapper h5{font-weight:400}.issues__filter{margin:.625em 0}.issues__filter h3{font-weight:400;line-height:18px;margin-top:.625em;margin-bottom:.625em;margin-right:1.25em}.issues__filter .issues__filter-button{display:block;padding:.625em 1.25em;background:#f4f4f4;font-weight:700;text-transform:uppercase;margin-right:.625em;margin-bottom:.625em;cursor:pointer}.issues__filter .issues__filter-button:hover{background:#d31b20;color:#fff}.issues__filter .issues__filter-button.issues__filter-button-active{background:#d31b20;color:#fff;cursor:default}.issue__dropdown svg{fill:#d31b20;float:right;margin:-1.5625rem .3125rem 0 0}.issue__dropdown:hover{cursor:pointer}.issue__dropdown .issue__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #000;border-radius:0;color:#000;font:700 .9375rem/1.3 FormaText,sans-serif;padding:.625em 0 .625em .625em;width:100%;text-transform:uppercase;margin-right:2.1875em}.pmc-stocks-global-index-widget h3,.pmc-stocks-market-movers-widget h3{font:400 .95em/1 FormaText,sans-serif;margin-top:.625em;margin-bottom:10px}.pmc-stocks-global-index-widget h3 svg,.pmc-stocks-market-movers-widget h3 svg{width:4.1em;display:block;margin-bottom:.2em}.pmc-stocks-global-index-widget h4.pmc-stocks-url,.pmc-stocks-market-movers-widget h4.pmc-stocks-url{font:700 .9375em/1 FormaText,sans-serif;text-transform:uppercase;color:#000;text-decoration:none;width:100%;text-align:right}.pmc-stocks-global-index-widget h4.pmc-stocks-url svg,.pmc-stocks-market-movers-widget h4.pmc-stocks-url svg{width:12px}.pmc-stocks-table label{position:relative}.pmc-stocks-table label:after{color:#d31b20;content:"\203A";position:absolute;right:.4375em;top:35%;font-size:25px;-ms-transform:rotate(90deg);transform:rotate(90deg)}.pmc-stocks-table label select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #000;border-radius:0;color:#000;font:700 .9375rem/1.3 FormaText,sans-serif;padding:.625em 0 .625em .625em;width:100%;text-transform:uppercase;margin-right:2.1875em}.site-header__nav--feature{float:right;margin:0 .625em;width:11.375em}.site-header__nav--feature h3{font-size:.9375em;line-height:1em;text-align:center;margin:.3125rem 0}.site-header__nav--feature img{outline:.4375rem solid #d31b20;outline-offset:-.4375rem;width:100%}.site-header__nav--feature:before{display:none!important}@media only screen and (max-width:41.6875em){.site-header__nav--feature{display:none}}.site-header__nav--top{font:300 1.125em/1 FormaText,sans-serif}@media only screen and (max-width:41.6875em){.site-header__nav--top{display:none;background-color:#313131}}.site-header__nav--top.menu-active{display:block}.site-header__nav--top>ul>li{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:.9375em}@media only screen and (max-width:41.6875em){.site-header__nav--top>ul>li{color:#fff;border:solid #595959;border-width:1px 0;font-weight:700;display:block;font-size:1.0625rem}.site-header__nav--top>ul>li:first-child{border-top:1px solid #595959}}.site-header__nav--top ul{list-style:none;margin:0;padding:0}@media only screen and (max-width:41.6875em){.site-header__nav--top ul{display:block}}.site-header__nav-main ul{color:#fff;background-color:#313131;top:82%;padding:.625em;width:100%;left:0}@media only screen and (min-width:41.75em){.site-header__nav-main ul li{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font:700 .9375rem/1 FormaText,sans-serif;min-height:1.6875rem}.site-header__nav-main ul li.site-header__nav--feature{display:block}.site-header__nav--top .site-header__nav-main ul li:before{content:"";border-top:.3125em solid transparent;border-left:.3125em solid #000;border-bottom:.3125em solid transparent;display:inline-block;height:0;margin-right:.4375em;width:0}}.site-header__nav-main.hover>a{background-color:#313131;color:#fff}.site-header__nav-main.hover>a span{color:#fff}.site-header__nav-main--extra ul{background-color:#fff;top:82%;border:1px solid #bbb;left:755px;padding:0;width:auto}.site-header__nav-main--extra ul li{margin:0;padding:0 .625em}.site-header__nav-main--extra ul li:before{content:none}.site-header__nav-main--extra ul li:hover{background-color:#d31b20}.site-header__nav-main--extra ul li a{color:#686c6d;line-height:1.6875em;min-height:1.6875em;text-align:right;width:100%}.site-header__nav-main--extra ul li a:hover{color:#fff}@media only screen and (max-width:41.6875em){.site-header__nav>ul>li{display:block;position:relative}}.site-header__nav>ul>li>a{display:block;padding:.6875rem .5rem;border-radius:.1875em}@media only screen and (max-width:41.6875em){.site-header__nav>ul>li>a{padding:.8125rem .875rem}}.site-header__nav>ul ul{display:block;position:absolute;top:3.1875rem;z-index:2500;visibility:hidden;opacity:0}@media only screen and (max-width:41.6875em){.site-header__nav>ul ul li{line-height:1;font-weight:400}}.site-header__nav>ul>li.menu-item-has-children.hover ul,.site-header__nav>ul>li.menu-item-has-children.open ul{visibility:visible;opacity:1}@media only screen and (max-width:41.6875em){.site-header__nav>ul>li.menu-item-has-children.hover ul,.site-header__nav>ul>li.menu-item-has-children.open ul{position:relative;top:0;background-color:#000}}@media only screen and (max-width:41.6875em){.site-header__nav>ul>li.menu-item-has-children>a{text-transform:uppercase}.site-header__nav>ul>li.menu-item-has-children svg{-ms-transform:rotate(0deg);transform:rotate(0deg);transition:transform 1s ease,fill 1s cubic-bezier(0,1.03,.86,.99);fill:#fff}.site-header__nav>ul>li.menu-item-has-children.open svg{-ms-transform:rotate(-180deg);transform:rotate(-180deg);transition:transform 1s ease,fill 1s cubic-bezier(0,1.03,.86,.99);fill:#d31b20}.site-header__nav>ul>li.menu-item-has-children.open>a{background-color:#000;padding:.875rem}.site-header__nav>ul>li.menu-item-has-children.open>.sub-menu{padding-top:0;padding-bottom:0}.site-header__nav>ul>li.menu-item-has-children.open>.sub-menu>li.menu-item{font-size:1rem;color:#fff;font-weight:700;text-transform:uppercase;border:solid #141414;border-width:1px 0}.site-header__nav>ul>li.menu-item-has-children.open>.sub-menu>li.menu-item~.menu-item{color:#d9d9d9;font-weight:400;text-transform:none}.site-header__nav>ul>li.menu-item-has-children.open>.sub-menu>li.menu-item>a{width:100%;display:block;padding:1em 2.075em}.site-header__nav>ul span.menu-item-caret{display:block;position:absolute;right:0;top:.5em;margin-right:.3125em;line-height:1.375em;width:1.375em;text-align:center}.site-header__nav>ul span.menu-item-caret svg{fill:#fff}}.site-header__nav--sticky{left:-100vw;opacity:0;pointer-events:none;position:absolute;-ms-transform:translateX(-3em);transform:translateX(-3em);transition:opacity .3s ease,transform .3s ease}.mobile-active .site-header__nav--sticky{display:none}.site-nav__mobile-secondary-nav{display:none;color:#bbb;text-transform:uppercase;font-size:.75rem}.site-nav__mobile-secondary-nav ul{margin:0;padding:0}.site-nav__mobile-secondary-nav li{list-style:none;line-height:1.33}.site-nav__mobile-secondary-nav li>a{padding:.25rem 1rem;display:block}.site-nav__mobile-secondary-nav li>a svg{width:1.875rem;stroke:#bbb;fill:#bbb}@media only screen and (min-width:41.75em){.site-nav__mobile-secondary-nav{display:none}}.mobile-active .site-nav__mobile-secondary-nav{display:block}.site-nav__mobile-social-links{padding:.6875rem 1rem;color:#fff;display:none;-ms-flex-align:baseline;align-items:baseline;-ms-flex-pack:distribute;justify-content:space-around}.site-nav__mobile-social-links h3{font-size:.8125rem;display:inline-block;text-transform:uppercase;text-align:center;margin:0 0 .69231em;-ms-flex:1 100%;flex:1 100%}.site-nav__mobile-social-links a{display:inline-block;font-size:1.625rem;padding:.40385em;margin-left:.5em;border-radius:.06538em;background-color:#686c6d;line-height:.69231em}.site-nav__mobile-social-links a:first-child{margin-left:0}.site-nav__mobile-social-links a svg{text-align:center;vertical-align:middle}@media only screen and (min-width:41.75em){.site-nav__mobile-social-links{display:none}}.mobile-active .site-nav__mobile-social-links{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.pmc-breaking-news{background-color:#d31b20;color:#fff;padding:.625em;position:relative;overflow:hidden;display:none}@media only screen and (max-width:41.6875em){.pmc-breaking-news{padding:.4375em;margin-bottom:.625rem}}.pmc-breaking-news:before{-ms-transform:rotate(-16.5deg);transform:rotate(-16.5deg);left:-.5rem;top:0}.pmc-breaking-news:after{-ms-transform:rotate(16.5deg);transform:rotate(16.5deg);right:-.5rem;top:0}.pmc-breaking-news:after,.pmc-breaking-news:before{position:absolute;background-color:#fff;content:"";width:1.875rem;height:9.375rem}@media only screen and (max-width:41.6875em){.pmc-breaking-news:after,.pmc-breaking-news:before{display:none}}.news-alert>div{font:400 1.5rem/1 FormaTextBold,sans-serif;margin-bottom:.3125rem;text-transform:uppercase;text-align:center}@media only screen and (min-width:41.75em){.news-alert>div{display:none}}.news-alert>a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media only screen and (max-width:41.6875em){.news-alert>a{text-align:center;display:block}}.news-alert span{font:400 2rem/1.1 PublicoBannerRoman,serif;width:80%;vertical-align:top}@media only screen and (max-width:41.6875em){.news-alert span{font-size:1.375rem;margin-top:.625em}}.news-alert span.display-center{width:100%}.news-alert img.breaking-news-image{margin-right:.625rem;border:3px solid #fff;margin-left:1.875rem;float:left;width:7.875rem;height:4.75rem}@media only screen and (max-width:41.6875em){.news-alert img.breaking-news-image{float:none;display:block;margin:.3125rem auto;width:auto;height:auto}}.news-alert span.display-center{display:block;text-align:center}.news-alert .dismiss-news-banner{display:inline-block;position:absolute;right:24px;top:6px;cursor:pointer}@media only screen and (max-width:41.6875em){.news-alert .dismiss-news-banner{right:10px;top:10px}}#breaking-news-label{color:#fff;margin:0 auto 0 .9375rem;font-family:FormaTextBold,sans-serif;font-size:1.125rem;font-style:normal;letter-spacing:.02em;line-height:21.6px;display:none}@media only screen and (max-width:41.6875em){#breaking-news-label{display:none}}.site-header.sticky #breaking-news-label{display:none!important}@keyframes waiting-animation{0%{-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(1turn);transform:rotate(1turn)}}.waiting-animation{background:none;position:absolute;width:200px;height:200px;top:50%;left:50%}.waiting-animation>div{position:absolute;display:block;width:160px;height:160px;top:20px;left:20px;border-radius:80px;box-shadow:0 6px 0 0 #d31b20;animation:waiting-animation 1s linear infinite}@media print{body{background:#fff;font-size:10pt;-webkit-print-color-adjust:exact;margin:0}html{margin:0;padding:0}h1,h2,h3,h4,h5,h6{page-break-after:avoid;page-break-inside:avoid}dl,ol,ul{page-break-before:avoid}img.centered{display:block;margin-left:auto;margin-right:auto}img.right{margin:0 0 2px 7px}img.left,img.right{padding:4px;display:inline}img.left{margin:0 7px 2px 0}.right{float:right}.left{float:left}img{page-break-inside:avoid;page-break-after:avoid}*{text-shadow:none;filter:none;-ms-filter:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;color-adjust:exact;-moz-print-color-adjust:exact;-moz-color-adjust:exact}div{height:auto;width:100%}a,a:visited{text-decoration:underline}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}a{word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%}@-moz-document url-prefix(){@page{margin-top:0;margin-bottom:0}body{margin-top:0}}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}#article-comments,#article-river,#footer .powered-by-vip,#footer section,#header .subscribe-aside,#logo,#menu,#wpstats,#wpstats2,.admz,.article-bottom-container,.breadcrumb,.callout,.comments-overview,.mmc-ad,.module-more-news,.module-related-stories,.module-share-tools,.newsletter,.page-navigation,.pmc-adm-goog-pub-div,.powered-by-wpcom,.respond-form,.right-rail,.sidebar,.site-header__bottom-bar,.tags,.thumb,.wp-prev-next,nav{display:none}#clickThroughContainer,#leftContainer,#rightContainer{visibility:hidden;display:none}#logo-print{display:block;height:75px;width:auto}#top-bar.top-bar-default{display:none}.site-header .site-header__bottom-bar{background-color:#fff;display:none}.login-container,.site-header__ad,.site-header__daily,.site-header__mobile-button,.site-header__mobile-menu-subscribe,.site-header__mobile-search-icon svg,.site-header__nav--wrapper,.site-header__search,.site-header__search path.search-polygon-1,.site-header__sections-button,.swiftype .search_form_widget.search_form{display:none}#page-article h1{font-size:45px;line-height:47px}#article-content img{margin-top:15px;margin-bottom:15px}.site-footer__wrap-inner{display:none;-webkit-print-color-adjust:exact;color-adjust:exact}.share-container{display:none}.share-container .shareMore,.shareMore{display:none;background-color:transparent;background-image:none}.site-header.sticky#site-header{position:relative;top:-60pt}.site-header.sticky .site-header__home-link,.site-header.sticky .site-header__logo--sticky{display:none}.site-header.sticky .site-header__home-link svg{fill:#000}.site-header.sticky .site-header__sections-button{display:none}.site-header.sticky .site-header__top .site-header__logo{display:block}.site-header.sticky .site-header__logo{top:0}.site-header.sticky .site-header__bottom-bar{display:none;background-color:transparent;background-image:none}.site-header.sticky .site-header__logo{display:block}.sidebar-article{float:right;width:30%}.article-main{float:left;position:relative;width:60%}.site__footer-logo-copyright-social .inner .site__footer-copyright p{color:#e1e1e1;font-size:15pt;color-adjust:exact;-webkit-print-color-adjust:exact}}