/**
 * 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}
.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;overflow:hidden}.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-header:after,.top-bar-story-header:after{content:'';height:15%;width:100%;position:absolute;bottom:0;left:0;background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}.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 0;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 0;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{bottom:0;padding:.3125rem .3125rem .125rem;font:400 1.1875rem/1.1875rem FormaTextBold,sans-serif;margin:0;position:absolute;z-index:2;background-color:#fff;text-transform:uppercase}.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;-webkit-filter:grayscale(100%);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}.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 .88542em FormaTextMedium,sans-serif;letter-spacing:.2em/16;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}}.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container{position:relative;left:0;z-index:10000;width:62.5em;max-width:62.5em}.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-banner-spacer{height:.7em;background-color:#fff;width:100%}@media only screen and (max-width:41.6875em){.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-banner-spacer{display:none}}.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background{height:5em;width:100%;background-color:#00adef}@media only screen and (max-width:41.6875em){.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background{height:100%;overflow:auto;padding-bottom:.5em;padding-right:.5em}}.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-white-logo{width:20%;height:100%;float:left;padding-top:1.2em;padding-right:0;text-align:right}@media only screen and (max-width:41.6875em){.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-white-logo{display:none}}.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-black-logo{display:none}.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banber-slug{width:41%;height:100%;float:left;padding-top:.7em;padding-left:1em;text-align:left;text-transform:none;font-family:PublicoBannerRoman;font-size:17pt;color:#000}@media only screen and (max-width:41.6875em){.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banber-slug{display:none}}.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banber-mobile-slug{display:none}@media only screen and (max-width:41.6875em){.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banber-mobile-slug{display:block;color:#fff;text-align:left;text-transform:none;font-family:PublicoBannerRoman;font-size:21pt;width:78%;padding-top:.5em;padding-left:.5em}}.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-cta-link{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjczcHgiIGhlaWdodD0iODZweCIgdmlld0JveD0iMCAwIDI3MyA4NiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDQuMSAoNDE0NTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iV1dELUhlYWRlci9Gb290ZXIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjE3LjAwMDAwMCwgLTE0MS4wMDAwMDApIiBmaWxsPSIjZDMxYjIwIj4KICAgICAgICAgICAgPGcgaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDE0MS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJGaWxsLTciIHBvaW50cz0iNjQwLjE2OTc1MiAwIDYxNyA4Ni4wMDEwNTM2IDg2Ni4zODE4NDkgODYuMDAxMDUzNiA4ODkuNTUzMTQ1IDAiPjwvcG9seWdvbj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);background-repeat:no-repeat;width:28%;height:100%;float:left;padding-top:.9em;padding-left:1.6em;text-align:left;text-transform:none;font-family:FormaTextBold;font-size:20pt;color:#fff;cursor:pointer}@media only screen and (max-width:41.6875em){.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-cta-link{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTU1cHgiIGhlaWdodD0iMjhweCIgdmlld0JveD0iMCAwIDE1NSAyOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDQuMSAoNDE0NTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iV1dELUhlYWRlci9Gb290ZXIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJNb2JpbGUtUG9ydHJhaXQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04Ny4wMDAwMDAsIC0yODAuMDAwMDAwKSIgZmlsbD0iI2QzMWIyMCI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJGaWxsLTIiIHBvaW50cz0iOTQuNTM2NjU0NyAyODAgODcgMzA4IDIzNC40NjIwMTggMzA4IDI0MiAyODAiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);float:right;font-size:12pt;width:50%;height:20%;padding-top:.2em;padding-left:1.5em}}.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login a{padding-top:2.1em;padding-left:2em;font-size:12pt}@media only screen and (max-width:41.6875em){.site-header .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login{display:none}}.site-header.sticky .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container{position:relative;z-index:100000;width:62.5em;max-width:62.5em}.site-header.sticky .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-banner-spacer{display:none}.site-header.sticky .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background{height:2.7em;width:100%;background-color:#00adef}.site-header.sticky .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-white-logo{display:none}.site-header.sticky .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-black-logo{display:block;width:8%;height:100%;float:left;padding-top:.7em;text-align:left}.site-header.sticky .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-black-logo svg{height:1.5em;width:5em}@media only screen and (max-width:41.6875em){.site-header.sticky .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-black-logo{display:none}}.site-header.sticky .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banber-slug{width:55%;height:100%;float:left;padding-top:.7em;padding-left:.5em;text-align:left;text-transform:none;font-family:PublicoBannerRoman;font-weight:700;font-size:13pt;color:#fff}@media only screen and (max-width:41.6875em){.site-header.sticky .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banber-slug{display:none}}.site-header.sticky .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banber-mobile-slug{display:none}.site-header.sticky .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-cta-link{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjczcHgiIGhlaWdodD0iODZweCIgdmlld0JveD0iMCAwIDI3MyA4NiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDQuMSAoNDE0NTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iV1dELUhlYWRlci9Gb290ZXIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjE3LjAwMDAwMCwgLTE0MS4wMDAwMDApIiBmaWxsPSIjZDMxYjIwIj4KICAgICAgICAgICAgPGcgaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDE0MS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJGaWxsLTciIHBvaW50cz0iNjQwLjE2OTc1MiAwIDYxNyA4Ni4wMDEwNTM2IDg2Ni4zODE4NDkgODYuMDAxMDUzNiA4ODkuNTUzMTQ1IDAiPjwvcG9seWdvbj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);background-repeat:no-repeat;width:28%;height:100%;float:left;padding-top:.3em;padding-left:2.5em;text-align:left;text-transform:none;font-family:FormaTextBold;font-size:18pt;color:#fff;cursor:pointer}.site-header.sticky .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login{float:left;width:7%}.site-header.sticky .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login a{padding-top:.8em;padding-left:1em;padding-right:0;font-size:12pt}@media only screen and (max-width:41.6875em){.site-header.wwd-scrolling .login-container{display:none}.site-header.wwd-scrolling .site-header__top{padding-bottom:0}.site-header.wwd-scrolling .site-header__bottom-bar{height:1.25em;min-height:1.25em;margin-bottom:0}.site-header.wwd-scrolling .site-header__bottom-bar #breaking-news-label{display:none!important}.site-header.wwd-scrolling .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-banner-spacer{display:none}.site-header.wwd-scrolling .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background{height:1.5em;width:auto}.site-header.wwd-scrolling .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banber-mobile-slug{display:none}.site-header.wwd-scrolling .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-cta-link{float:left;font-size:12pt;width:50%;height:1.7em;padding-top:.2em;padding-left:1.5em;margin-left:2em}.site-header.wwd-scrolling .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login{display:block}.site-header.wwd-scrolling .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login a{display:block;float:right;padding:0;margin-top:.3em;margin-right:1em;color:#fff;font-size:11pt;font-weight:100}}.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;transition:all .1s ease-in-out}.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:0}.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;padding:.32em}.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;-ms-flex-flow:row wrap;flex-flow:row wrap;text-transform:uppercase;height:auto;min-height:28px;position:relative;z-index:1;margin-bottom:6px}@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{background-color:#fff;text-align:right;background-color:#000;border-top:none;height:1.25em;color:#fff}.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:0;margin-top:0;padding-bottom:0}}@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:.32em;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}@media only screen and (max-width:41.6875em){.site-header__bottom-bar .login-container{height:1.3em;padding-top:.2em}.site-header__bottom-bar .login-container #logged-out a{color:#fff;font-weight:100}}#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}.wwd-roadblocked-post{padding-left:1.875rem;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:1.375rem 1.375rem}@media only screen and (max-width:41.6875em){.wwd-roadblocked-post{padding-left:1.188rem;background-position:0 .063rem;background-size:.938rem .938rem}}.hp-panel__essentialist-must-read-post-header .wwd-roadblocked-post,.top-bar-story-header .wwd-roadblocked-post{padding-left:1.5rem;background-position:0 .188rem;background-size:1.125rem 1.125rem}.hp-panel__essentialist-post-header .wwd-roadblocked-post,.hp-panel__vertical-title .wwd-roadblocked-post{padding-left:1.188rem;background-position:0 .125rem;background-size:.938rem .938rem}.this-content-is-locked{background:url(data:image/jpeg;base64,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);color:#fff;height:30rem;padding:4.5rem;text-align:center;width:100%}.this-content-is-locked .wwd-logo{margin:0 auto;width:6.25rem}.this-content-is-locked .wwd-logo svg{fill:#fff}.this-content-is-locked .red-line{background-color:#d31b20;height:.125rem;margin:1.875rem auto;width:8.75rem}.this-content-is-locked header{font-family:PublicoBannerRoman,serif;font-size:1.5rem;margin-bottom:.4rem}.this-content-is-locked a.button{border:0;display:inline-block;font-family:FormaText,sans-serif;font-weight:400;letter-spacing:.08rem;line-height:.08rem;margin:.469rem auto;padding-top:1rem;padding-bottom:1rem;text-align:center;width:18.125rem}.this-content-is-locked a.primary{background-color:#d31b20;color:#fff;font-size:1.75rem;padding-top:1.563rem;padding-bottom:1.563rem}.this-content-is-locked a.secondary{background-color:#fff;color:#313131;padding-top:1rem;padding-bottom:1rem}.this-content-is-locked div.copy{margin-top:.7rem}.this-content-is-locked div.copy p{font-family:FormaText,sans-serif;font-size:1.75rem;margin:0}@media only screen and (max-width:41.6875em){.this-content-is-locked{max-height:25rem;padding:2rem}.this-content-is-locked a.button{padding-left:.5rem;padding-right:.5rem}.this-content-is-locked div.copy p{font-size:1.2rem}}body.roadblock .wwd-paywall-teaser{display:none}.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{vertical-align:text-bottom}.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}}#header-container #bread-crumb{max-width:100%}@media only screen and (max-width:41.6875em){#header-container #bread-crumb{padding:0 15px;margin:1.25em 0 0}}#header-container #bread-crumb>ul{padding:0}#header-container #bread-crumb>ul li{display:inline;list-style:none}#header-container #bread-crumb>ul li:after{content:"/";color:red}#header-container #bread-crumb>ul li:last-child:after{content:""}#header-container #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{min-height:3.25em}#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 header .login-container #logged-out p,body.page-template-page-subscriptions-education header .login-container #logged-out p,body.subscriptions header .login-container #logged-out p{color:#fff;display:inline;text-transform:none}body.page-template-page-subscriptions-corporate header .login-container #logged-out a,body.page-template-page-subscriptions-education header .login-container #logged-out a,body.subscriptions header .login-container #logged-out a{float:right;font-size:1em;padding-top:.1em;padding-left:.5em;text-transform:none}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(even),body.page-template-page-subscriptions-education #subs-table tr:nth-child(even),body.subscriptions #subs-table tr:nth-child(even){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:nth-child(1),body.page-template-page-subscriptions-education .banner-child:nth-child(1),body.subscriptions .banner-child:nth-child(1){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.search .article-main{position:static}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;width:100%}@media only screen and (max-width:41.6875em){.pmc-breaking-news{padding:.4375em;margin-bottom:.625rem;display:none!important}}.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!important}}.site-header.sticky #breaking-news-label,.site-header.sticky .site-header__bottom-bar .pmc-breaking-news{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;-webkit-filter: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{display:block;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}}