/* defaults and fixes */

.about .body embed,
.about .body object,
.about .body iframe {
	max-width: 100% !important; /* override ANY width added manually */
}

.ask-polly-legal-text p:last-child {
	color: #777;
	font-family: Arial,sans-serif;
	font-size: 1.2rem;
	font-style: normal!important;
	line-height: 1.4;
	margin-bottom: 0;
}

/* Message box */

.beta-messaging {
	box-shadow: 0 2px 2px rgba(0,0,0,.25);
	font-size: 1.6rem;
	left: 0;
	line-height: 1.2;
	max-height: 9.2rem;
	overflow: hidden;
	padding: 1.1rem 1.3rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.beta-messaging {
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	-webkit-transition-duration: .35s;
	        transition-duration: .35s;
	-webkit-transition-property: max-height, -webkit-transform;
	        transition-property: max-height, transform;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
}

.beta-messaging {
	-webkit-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: max-height;
	        transition-property: max-height;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
}

.beta-messaging-clickable {
	cursor: pointer;
}

/* IE8+ Clearfix */

.beta-messaging .beta-messaging-container:after {
	clear: both;
	content: '';
	display: table;
}

.beta-messaging .beta-messaging-container {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	-webkit-transition-delay: .15s;
	        transition-delay: .15s;
	-webkit-transition-duration: .35s;
	        transition-duration: .35s;
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	        transition-property: opacity, visibility, transform;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
	visibility: visible;
}

.beta-messaging .beta-messaging-text {
	margin: 0 0 1.3rem 0;
}

.beta-messaging .beta-messaging-text-desktop {
	display: none;
}

.beta-messaging .beta-messaging-text-outro {
	font-size: 1.4rem;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: .6rem;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	-webkit-transition-duration: .35s;
	        transition-duration: .35s;
	-webkit-transition-property: opacity, -webkit-transform;
	        transition-property: opacity, transform;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
	width: 100%;
}

.beta-messaging .beta-messaging-btns {
	position: relative;
}

.beta-messaging .beta-messaging-btn {
	font-weight: bold;
	text-decoration: underline;
}

.beta-messaging .beta-messaging-btn:first-child {
	margin-right: 1.3rem;
}

/* Scrolled view */

.beta-messaging.beta-messaging-scrolled {
	max-height: 3rem;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	-webkit-transition-duration: .35s;
	        transition-duration: .35s;
	-webkit-transition-property: max-height, -webkit-transform;
	        transition-property: max-height, transform;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
}

.beta-messaging-scrolled .beta-messaging-container {
	opacity: 0;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	-webkit-transition-duration: .35s;
	        transition-duration: .35s;
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	        transition-property: opacity, visibility, transform;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
	visibility: hidden;
}

.beta-messaging-scrolled .beta-messaging-text-outro {
	font-size: 1.4rem;
	opacity: 1;
	-webkit-transition-delay: .15s;
	        transition-delay: .15s;
}

.beta-messaging-text-outro a {
	color: white;
	display: block;
	text-decoration: none;
}

.buy-button .buy {
	clear: left;
	float: left;
	width: 100%;
}

.buy-button .buy-list {
	list-style: none;
	margin: 0;
	padding: 0 0 2rem 0 !important; /* override story styling */
}

/* another manual clearfix :-/ */

.buy-button .buy-list:before,
.buy-button .buy-list:after {
	content: ' ';
	display: table;
}

.buy-button .buy-list:after {
	clear: both;
}

.buy-button .buy-list .multi-buy { /* override story styling */
	line-height: 1.3rem;
	margin: 0;
}

.buy-button .buy-list .multi-buy:before { /* story adds stuff to make weirdly-formatted lists. this overrides it */
	display: none;
}

.buy-button .buy a.button {
	border: 1px solid #171717;
	border-radius: 2px;
	color: #171717 !important; /* overrides story styling */
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .5px;
	padding: .8rem 1.4rem;
	text-decoration: none;
}

.buy-button .buy .buy-description,
.buy-button .buy a.buy-price {
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin: 0;
}

.buy-button .buy a.buy-price {
	color: #171717 !important; /* overrides story styling */
	font-weight: 700;
	text-decoration: none;
}

#comments {
	border-top: 1px solid #bcbcbc;
	font-family: Arial, sans-serif;
	margin-bottom: 3.5rem;
	margin-top: 0;
	padding-top: 1rem;
}

#grubstreet #comments {
	margin-top: 1.5rem;
}

#www-newyorkmag-com #comments {
	margin-bottom: 2rem;
}

#nymag.fashion #comments {
	margin-bottom: 3rem;
	max-height: none;
	overflow: visible;
}

#nymag.fashion #comments:after {
	content: '';
}

/* Loading */

#livefyre-status {
	background: url(data:image/gif;base64,R0lGODlhGAAYAPQAAP///0RERNra2vv7++jo6MTExO3t7aurq9bW1ra2tuLi4r+/v9DQ0PX19ZqamqampsrKypCQkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAHAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQABwABACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAAHAAIALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQABwADACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkEAAcABAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAAHAAUALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAAHAAYALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkEAAcABwAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAAHAAgALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAAHAAkALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkEAAcACgAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAAHAAsALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	height: 2.5rem;
	text-indent: -999999rem;
}

/* HIDE TOP LIVEFYRE LOGO */

.fyre-widget .fyre-logo-drop,
.fyre-widget .fyre-logo-help,
.fyre-widget .fyre-help {
	display: none !important;
}

#powered_by_livefyre_new {
	display: block;
	clear: both;
	margin-bottom: 5rem;
	position: relative;
}

#powered_by_livefyre_new a {
	background: url('http://zor.livefyre.com/wjs/v1.0/images/icons/poweredbylivefyre.png') no-repeat left top;
	color: #404040;
	font-family: Arial, Geneva, sans-serif;
	font-size: 1.1rem;
	height: 2.4rem;
	padding-left: 2.8rem;
	padding-top: .4rem;
	position: absolute;
	right: .1rem;
	text-align: right;
	text-decoration: none;
	top: -1.4rem;
	width: 13rem;
}

#powered_by_livefyre_new a:hover {
	text-decoration: underline;
}

/* ABOVE COMMENT BOX */

/* people listening */

.fyre .fyre-stream-livecount {
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	top: .8rem;
}

/* comment count */

.fyre .fyre-stream-stats {
	background: url(/media/comment.svg) no-repeat 0 .3rem / 2.7rem;
	color: #000 !important;
	font-family: Arial,sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	height: 3rem;
	padding: 0 0 .3rem 3.5rem;
}

/* login/profile bar */

.fyre .fyre-login-bar {
	top: .1rem;
}

.fyre .fyre-user-loggedout {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	text-decoration: underline;
	width: 100%;
}

.fyre .fyre-box-wrapper a.fyre-user-profile-link {
	color: #1f638a;
	font-size: 1.3rem;
	font-weight: 700;
	padding-top: .7rem;
}

/* COMMENT BOX */

.fyre-editor {
	margin-top: 3.5rem;
}

body.editable.fyre-editor-field {
	color: #111;
	line-height: 1.3rem;
}

.fyre-editor .fyre-editor-container .fyre-editor-editable {
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 0;
	box-shadow: none;
	color: #000 !important;
	font-family: Arial, sans-serif;
	margin: 0 0 .3rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd !important;
	border-radius: .3rem !important;
	height: 3.5rem !important;
}

.fyre-edit-editor .fyre-editor-toolbar .fyre-cancel-button {
	color: #000 !important;
	font-family: Arial,sans-serif !important;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	margin-right: .3rem;
	padding: 1rem 1.5rem;
	text-transform: uppercase;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.goog-toolbar-separator {
	border-image: none;
	border-radius: 0;
	border-style: none !important;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left {
	margin-right: .2rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left:hover {
	background-image: none;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left.fyre-button-left-open {
	background-color: #f7f7f7;
	border: 1px solid #999 !important;
	border-bottom: 0 !important;
	border-radius: .4rem .4rem 0 0 !important;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button {
	background-color: #000;
	background-image: none;
	border: none !important;
	border-radius: .3rem !important;
	display: inline-block !important;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button .fyre-button-right-outer-box {
	padding: 0 1.5rem !important;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button .fyre-button-right-outer-box .fyre-button-right-inner-box {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 1rem 0 !important;
	text-shadow: none !important;
	text-transform: uppercase;
}

.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div {
	background-color: #f7f7f7;
	border: 0 !important;
	border-left: 1px solid #ddd !important;
	border-radius: 0 !important;
	border-top: 1px solid #ddd !important;
	width: 3.5rem;
}

.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div:nth-child(1),
.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div:nth-child(4) {
	border-left: 0 !important;
}

.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar {
	border: 1px solid #999 !important;
	border-radius: 0 0 .4rem .4rem;
	border-top: 0 !important;
	box-shadow: .2rem .2rem .5rem 0 rgba(50, 50, 50, .25);
	width: 10.7rem;
	z-index: 13;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left-hover,
.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right-hover {
	background-image: none !important;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-format-button > div,
.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-format-button.fyre-button-left-open > div,
.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-mention-button > div,
.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-mention-button.fyre-button-left-open > div,
.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-media-button,
.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-embed-button > div,
.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div .tr-icon,
.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div .tr-link {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAJYCAMAAADffa9AAAAAYFBMVEUAAAAAAAAAAAB4eHgAAAAAAAB2dnYCAgIAAAABAQGqqqtzc3NwcHBycnKKjJKGp9NIccUPsO7/uBLvhg/tYhOU3PjswKDrlFQAAAB0dHTh397q6+xaWlrExcb////z9PWiQdG5AAAAEHRSTlMAW899OHrX6a0W460eUtPyCUuSOQAABVhJREFUeF7smtuO4zYMhimZMinL6vXvZA7v/5bVWEaB7URkdxos9qAPGN74A0+DBIQR+gcWSWSTBUDMpqNowMyUcKKGwuiw4cSuJL9S9CtJdsZuBGtsf6bgV6Lojx1ycjeswix9bKtUysq24/+/SSDJUSgGW5hM6nosjrIfjbKbTjkadqblOClmpY5Va+3K4ldarbH9SvtVqbpjH8WvtFozFb9S3Rd3w2Wtde1jW+tb9rJ7Tsti05Rld5zVGGgyCUlVU7YMwYkk69gQTSlFQMcnwFWF4+BwyUCinFRDTknwsCeFEgsaESk9TiQIFAFRAMyPOwJyAPRsPQ8dUiATMYRM55xPKSE8dliBQFmQ8mCuiMQAVADVwX4ChFMffbzniMhBNVDQYF11yk3OnGgoKS6geWhxt6JzBzEzfWYyqUspZdnt66izmMdGWZalmWV8Aiy7fW3tTaG99VP3ZRmcJeUo11HSsiyPEx1HpaaspVm1HuWxs9ez2Y9CQ4dK887eyXSIzufLUQe1mlM/+l72wVztUf1Y4scGy2A/TegH0GqcW+ux7rWUSrVU68Q8n+51oaFUjo5599Zurc4dtNd/NTOZ4BNfdd6+4QnOtrnOu+DmOQcg72Pn9nJ/u6HxMnY2yPbizP7i7edlu4nnXDzf+SmZTI5PfNV5+4YnOLdX3zmOu+e8HsdfhnPf3t/uR2MbOD3F6+bMvnn72V7vX9jzk5yfkslE0YjJdAQnbDpCxEDwnACwXyuQ7/i1coJ4DgXHwYlaTjR2aDCZTAL8D3wOERoy2QgCOWSAPYeB7DkJkTwU6joRyTE4ABq8wRuRvpPJZKJ6RQOgx1/JEWSiDHG+oXJ2vqZY0BAmi6wimp/2Lo7+KCaTEN3fmSWIOBIjZu80STEnpggjS8hZoWzkCYinIsLDLHIpGCoUJScoZ+uyQyROLIEMFInMQo0cIZBAJlkRmf4kJpOsfMUhHMMVhwSEKw5h4IpjFAg92ndC6tF0pEf75709GpND+YrPZTKZMHwH8B0GEzpDHQA9AyA9Z7Af2jN86T/O5fec6FdgMkmSXEcghAsYeX4Ms+ffhsmEEfuL2ggeOYpAFKDnn5GmixFspCFB7sns98Y9PiRAe+gpHxPB/SkjjmfXXlDB9J1MJn+3c249boNAGN3EXXdxNqYOtw0jzP//l+XaqAxTVFVR+uCT2Fbiw3wII79geVoQU6u4HeEaafEdFsIBPXa0sLQDEL/eCAMebNg8tA749NFCCA3WRAk7GWFskISwAJRjBICWMmgdZ02KlTruxC07a88xIis3YShHS52U4AjKMdKG7RYhHWlAF0X2HBuQJiWlLBvoOrKUuUlNOVrKXCcUpByrjYwYDT1ntgnI2MyMnAbsTAtW8ISeEUF5BQfcIXirWL83eNtILihIco2zd3imU/qktk2BIhy1+aREaGdT1QEqa3uw03UqinL8yPm9ED0+8Igind1XhXSUqgrlVEn5J19Teo6N5+p4zr+Eg3VxDcvaKr1rur74/sN//IJTThQqA8d5GDluBztywA+zOHjO/+zwKMPA4R7VIfrzdIc/HP6C+8/fzlW2OsTK3p7BwcHH+LlaFpeY6Yd2WD6mtz68E81ZeYqXsbjrLoq/lwX0cyr20Vtb/17dU672rb+2/lgMOpVCOKqe64exUvwcDiUad/oU/02DU1qc+sPL0uBE5xySKPC4YGL7f+Hg4HKfR8rnnXam+70ep7ewdZsXZ45vYei/+eoSmtaoVOxC9CK711qtIZ2KlMhrKYSj6rkahrv8WTPqz4ZYYC7dyuqVGt6pRM4lCVOjaGr7/5mDg59xNha48tmM3AAAAABJRU5ErkJggg==) no-repeat;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-format-button > div {
	background-position: .9rem .7rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-format-button.fyre-button-left-open > div {
	background-position: .9rem -2.5rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-mention-button > div {
	background-position: .9rem -5.7rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-mention-button.fyre-button-left-open > div {
	background-position: .9rem -8.9rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-media-button {
	background-position: .8rem -11.9rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-embed-button > div {
	background-position: .8rem -11.9rem;
}

.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div .tr-icon.tr-bold {
	background-position: 1.2rem -18.2rem;
}

.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div .tr-icon.tr-italic {
	background-position: 1.3rem -21.4rem;
}

.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div .tr-icon.tr-underline {
	background-position: 1.3rem -24.6rem;
}

.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div .tr-link {
	background-position: 1.1rem -27.8rem;
}

.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div .tr-icon.tr-insertOrderedList {
	background-position: 1rem -34.4rem;
}

.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div .tr-icon.tr-insertUnorderedList {
	background-position: 1rem -37.5rem;
}

.fyre-mention-menu {
	background-color: #f7f7f7;
	border: 1px solid #a1a1a1;
	box-shadow: .2rem .2rem .5rem 0 rgba(50, 50, 50, .25);
	top: 3.4rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left:nth-child(3).fyre-button-left-open {
	z-index: 4;
}

.fyre-mention-menu .fyre-mention-item {
	border-bottom: 1px solid #ddd;
	height: 3.4rem;
	margin: 0 1rem;
}

.fyre-mention-menu .fyre-mention-item .fyre-mention-item-avatar {
	display: none;
}

.fyre-mention-menu .fyre-mention-item h4.fyre-mention-item-display-name {
	color: #1782a9;
	font-family: Arial,sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	margin: 0;
}

.fyre-mention-menu.fyre-mention-connections {
	padding-bottom: 8.4rem;
	z-index: 10;
}

.fyre-mention-menu > .fyre-provider-connections {
	border-top: none;
	height: 7.4rem;
	padding-top: 1rem;
}

.fyre-mention-menu > .fyre-provider-connections > a {
	height: 3rem;
}

.fyre-mention-menu > .fyre-provider-connections > strong {
	color: #555;
}

.fyre-editor .fyre-editor-toolbar .fyre-share-button {
	display: none !important;
}

.fyre-editor .fyre-editor-links {
	color: #999;
	font-size: 1.1rem;
	left: 1rem;
	position: relative;
	top: -1.7rem;
	z-index: 2;
}

.fyre-editor .fyre-editor-guidelines,
.fyre-editor .fyre-editor-guidelines a:hover {
	border-right: .1rem solid #ccc !important;
	padding-right: 1rem;
}

.fyre-editor .fyre-editor-problems {
	padding-left: 1rem;
}

/* BELOW COMMENT BOX */

.fyre .fyre-stream-sort {
	margin: .5rem 0 2rem;
	padding: .3rem 0;
	width: 100%;
}

.fyre .fyre-stream-sort a {
	color: #555 !important;
	font-family: Arial,sans-serif;
	font-size: 1.1rem;
	line-height: 2.4rem;
}

.fyre .fyre-stream-sort a:hover {
	color: #1782a9 !important;
	text-decoration: none !important;
}

.fyre .fyre-stream-sort-bar {
	color: #999 !important;
	font-size: 1rem;
	padding: 0 .5rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right .fyre-button-right-outer-box .fyre-button-right-inner-box {
	line-height: 1.6rem;
}

/* follow button when comment box is visible */

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-follow-button {
	background-color: transparent !important;
	background-image: none;
	border: none !important;
	bottom: -6.3rem;
	color: #555;
	position: absolute;
	right: 0;
	width: 18.7rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left .fyre-button-left-outer-box .fyre-button-left-inner-box {
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 3.1rem;
	padding: 0;
	text-align: right;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0) !important;
	vertical-align: bottom;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left .fyre-button-left-outer-box .fyre-button-left-inner-box::first-letter {
	color: #f68c03;
	font-size: 1.8rem;
	vertical-align: bottom;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left .fyre-button-left-outer-box .fyre-button-left-inner-box:hover {
	color: #f68c03;
}

.fyre-mention-menu > .fyre-provider-connections a.fyre-provider-connect {
	box-shadow: none;
}

.fyre-mention-menu > .fyre-provider-connections a.fyre-provider-connect .fyre-provider-logo {
	top: .4rem;
}

.fyre-mention-menu > .fyre-provider-connections a.fyre-provider-connect {
	cursor: pointer;
	font-weight: 700;
	text-shadow: none;
}

.fyre-mention-menu > .fyre-provider-connections a.fyre-provider-connect label {
	display: inline-block;
	line-height: 2.5;
	text-align: center;
	width: 75%;
}

/* COMMENT STREAM */

.fyre .fyre-top-content-stream > .fyre-content-loading {
	height: 1.4rem;
	position: absolute;
	top: 4.7rem;
}

.fyre .fyre-comment-wrapper time.fyre-comment-date {
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	text-align: right;
	width: 30%;
}

#comments article,
#comments header {
	padding-bottom: 0;
}

.fyre-comment-body {
	border-top: none !important;
	margin: 0;
	padding: 0;
}

.fyre a.fyre-comment-username {
	color: #1a4274;
}

.fyre .fyre-comment ol,
.fyre .fyre-comment ul li,
.fyre .fyre-comment p {
	color: #000;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	line-height: 2.4rem;
	margin-bottom: 0;
}

.fyre .fyre-comment li,
.fyre .fyre-comment ol {
	color: #000;
}

.fyre .fyre-comment a {
	color: #1782a9;
	font-weight: normal;
}

.fyre .fyre-mention {
	font-weight: normal !important;
}

.fyre-comment-deleted {
	border: 0;
	padding: .2rem 0 0;
}

.fyre .fyre-comment-deleted p {
	font-size: 1.4rem;
}

.fyre-comment-replies article {
	margin: 1rem 0 0;
}

.fyre .fyre-comment-divider > a,
.fyre .fyre-comment-divider > a:hover {
	background-color: #fff;
	right: -.3rem;
	top: -1rem;
	z-index: 1;
}

.fyre .fyre-comment-divider > span.fyre-comment-reply-wrapper {
	background-color: #fff;
	padding-left: .5rem;
	right: 1.7rem;
	top: -.5rem !important;
}

.fyre .fyre-comment-source-13 > .fyre-comment-divider.fyre-divider-active > div.fyre-comment-divider,
.fyre .fyre-comment-source-13 > .fyre-comment-divider.fyre-comment-collapse > div.fyre-comment-divider,
.fyre .fyre-comment-divider.fyre-divider-active > div.fyre-comment-divider,
.fyre .fyre-comment-divider.fyre-comment-collapse > div.fyre-comment-divider {
	margin: 0;
}

/* Show More Btn */

.fyre .fyre-stream-more,
.fyre .fyre-stream-more-cust {
	background: none;
	border-top: 1px solid #ccc;
	box-shadow: 0 -.3rem .3rem -.3rem rgba(0, 0, 0, .25);
	padding-top: 1.2rem;
}

.fyre .fyre-stream-more .fyre-stream-more-container,
.fyre .fyre-stream-more-cust .fyre-stream-more-container-cust {
	background-image: none;
	border: 1px solid #ccc;
	border-radius: .3rem;
	color: #000;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	height: 4.7rem;
	padding-top: .8rem;
	text-align: center;
	text-transform: uppercase;
	width: 99.7%;
}

.fyre-stream-more-cust .fyre-stream-more-container-cust {
	margin-bottom: 1.2rem;
}

.fyre .fyre-text-cust {
	line-height: 2.4;
}

/* Badges */

.fyre-comment-tag.fyre-featured {
	background-color: #ffe400 !important;
	color: #000 !important;
	padding: .1rem .6rem .1rem .5rem !important;
	text-transform: uppercase;
}

.fyre .fyre-featured-icon {
	display: none;
}

.fyre .fyre-featured-text {
	font-weight: bold;
}

.fyre-comment-author-tag {
	background-color: #fff !important;
	border: 1px solid #ddd;
	color: #000 !important;
	display: inline !important;
	font-weight: bold;
	padding: 0 .3rem !important;
	text-transform: uppercase;
}

.fyre-comment-author-tag[data-fyre-author-tag="Vulture Insider"] {
	display: none !important;
}

.vulture .fyre-comment-author-tag[data-fyre-author-tag="Vulture Insider"] {
	background-color: #00bcf1 !important;
	border: none;
	color: #fff !important;
	cursor: pointer !important;
	display: inline !important;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0 .2rem;
	padding: .2rem .4rem !important;
	text-transform: uppercase;
	white-space: nowrap;
}

/* USER COMMANDS (Likes, Shares, Reply, etc.) */

.fyre-comment-like-users {
	display: block;
	font-size: 1.1rem;
	-webkit-font-smoothing: antialiased;
	margin: 1.3rem 0 .3rem;
	position: relative;
	z-index: 5;
}

/* Hide username hover card */

.fyre-hovercard,
.fyre-comment-like-count,
.fyre .fyre-comment-like-imgs {
	display: none !important;
}

.fyre .fyre-comment-like {
	float: left;
	-webkit-font-smoothing: antialiased;
}

.fyre a.fyre-comment-like-btn,
.fyre .fyre-comment-like-btn:hover,
.fyre .fyre-comment-reply,
.fyre .fyre-comment-reply:hover {
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAeCAYAAABaKIzgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRjVEOTUwQTgwNjcxMUUzQTI3MTk4MzQyRDQzOTM5QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRjVEOTUwQjgwNjcxMUUzQTI3MTk4MzQyRDQzOTM5QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZGNUQ5NTA4ODA2NzExRTNBMjcxOTgzNDJENDM5MzlCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZGNUQ5NTA5ODA2NzExRTNBMjcxOTgzNDJENDM5MzlCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ndqXcAAAA5ZJREFUeNrsVm1IU1EYfs+9+9DULWvaoikVKVHRBxR9IkhCH0YRZIhi/SiwQBDCiISICqIoKuyPQX+KAvujDIMIiv4U6R/pjwiLRmRoreWysbm77Z7Tc9bNyhztSrHKLjzc8/FyeM5z3nPehwkh6G/42F9FNH6y7McZzjaSws+Ryi8SV7wkGNlOPc8aUWXSUcFUsuqXxZzgJmzlNvazfgpr/9KjsvyopKKC6DXuereG8saIQs48lhR7QfbpxND4mYX9+J0Hbk6Y6red8Mv5fWgfA5amIyDjzCuaVMtw3He5O3BAzBwlFpgtiQPqI5MCLP09R8+VzRS31lGu9pB7hrcKV4hYUv0coXJE6VuhstXEuncmGTv7zfhcqbpMD3kqwLbMjt6WeCCKgyQKIiTsGpGugJcg4XkDkoKUQfdhNjIzhsgjGRJdNgnJemCd0e8CvIbycu4kcO+nREFuVJ834mQxBpKGkmhKwlBTbkT2D5kg+u23ADgO7AeGjbG1QAGwy+gvyUxRXXUyjVLqpYhx9jk3rTqxDwXEPuYT5WixKaZXFLgCnJlw6c6bzlGm2XqV4WKQchCL5OJSgb8KwmrqghFpdqnu1SkSfQu0Gmq2G2O9wAaD+GLjZchAUcG2IwcvsBG2h6wJh5gB8SzJ1EuId55E7hixsdybada4YWC8iKSJ2w28MHLzFHDReGvfAw1mK9MiMCvH8FoouA7LrCJ73IqoS1D5nO20L2HywWfTs9b/JzptidbW1n7/ZikKRaPREofDscNisTyMRCI+xhh1dHT8WTZP0zRWVFS0pbGxcaXdbq/HZjx/nM2LxWIMRHc2NzeX4xuGmsVG7X49MXb+wQtpbd7L60fl/E9tnowzrWgoFJqVk5PT0NTUtLGiokJra2tTfT7fKOfcL9Mh6zYPCi4cGhpaDgX3t7a2rqiuro4hR5NOp1NUVlYmcfzluv7FrfxamydPBcjM5rnd7oN1dXV5VVVV4cLCwnDK+dlsrKWlhcs2lN3c3d0tq9L9rNq80tLScE1NjSSVHJ+wfE1fl8sVTSQSq00Q/T02LxwOz0h3SwcGBqizs1OS1bNu8wYHB1+1t7cX9vT0WPx+v7z54wGBQEAEg0E7UqE36zYvHo/f8nq9oa6urjLk6+ySkpKkx+PhuES8r69PlWri5j/Lus37UpnQngXSLrwCHqg6D+TcqE6W/Pz8x2g/QWXi/6LNm55+9JMAAwCzj5tZTPnF6gAAAABJRU5ErkJggg==) 0 -1.5rem no-repeat;
	border: 0 solid #ccc !important;
	display: inline-block;
	height: 1.5rem;
	left: 0;
	padding: 0 !important;
	position: absolute;
	text-align: left;
	text-indent: -99999em;
	top: 3.4rem;
	width: 4.2rem;
}

.fyre .fyre-comment-like-btn.fyre-comment-liked-btn,
.fyre .fyre-comment-like-btn:hover {
	background-position: 0 0;
}

.fyre .fyre-comment-like-btn.fyre-comment-liked-btn:hover {
	background-position: 0 -1.5rem;
}

.fyre .fyre-comment-reply,
.fyre .fyre-comment-reply:hover {
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAPCAYAAACiLkz/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRjVEOTUwNjgwNjcxMUUzQTI3MTk4MzQyRDQzOTM5QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRjVEOTUwNzgwNjcxMUUzQTI3MTk4MzQyRDQzOTM5QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZGNUQ5NTA0ODA2NzExRTNBMjcxOTgzNDJENDM5MzlCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZGNUQ5NTA1ODA2NzExRTNBMjcxOTgzNDJENDM5MzlCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YrGTSAAAA1RJREFUeNrUll9IU1EYwL9tN7elbm1t6LBRKkgU9vfBGBk0qZAeShz1UkJMhvlgOrz2hyCCKCKQ0BeR9dDChyKImGS2oL/mfCh8KF1/zOqhzRR1un937bq+Y2fjtjZnEKIHfpx7vu+ce7/vO993zhXFYjFYyU10sLLy94NYDDzPg296eo8iNzeHYZgHIokEVjEMRDgOAPWO7u5l54BYaLzX691mMBiMGo2mcNbvn1cS3XJuTNz4zyMjWy0Wy+FTjY2wr6KC++B26wsKCrg1avUPuVyOnoj+WLih9loNdjeT3vcNqULeLNaALzZW+L7TON78Tw7E5ubg6+io3lRdXWVtbp4XHq+pWffd4zFLMIXeu90T7qGhp5q8vLcp1g8hwg/eRq4gB5ZsB2Z8vkKz2XzMyrIJ4QmzOfEcDoc1Z1jW5HK5sBDgY4b3DSDxxTrkMbKJOkqi04NcRtSICVmLkb+DUT+atLMGlNXRsRW7kvj4rxrgQqHyvUajJJ1FMpkMai0WkMnl21Oo85AOAZeQG1R3D7lPyoj2F6icGE+M3I/sRCrQyErBO51EjzIdHR9BJtMW8fqiIl0LRv9VX19CGIlEwDc1lRivzs4GqVSatUDkVdSo80grlZUhh5B3tC8TzHfQOiHcpfp4TXiwe0Ecpk6Qde1pU0ibn98/B2BkrVbosNmgtLQUmhoayIkERcXFcLK+HhRKJTlO+RTrx5D41nbQaLUK9FfTfHcqQypeR27RyD+iTqXegWAg8Fyr1fbo9Ho429IC3Q4HTExOclw0Oj08PAxsUxN02e2gVCrlGT5aR/PeKqgHA2JHNpITRjCX5P8OiommmPBkIrUSQCxI74L3ADlpgsHggEqt7lWoVNDe1gZYFx5GLG5XqlQOInM6nfAzGh1ZxKFAnDhHHbmIlCMxakizYN4nElnkJdJJDU5uXSR7Ude64Ck07wXeBQG/vz9HoVBi/pfw0WivXCbjJ8bHX+OlplBrtVKUP0uKEomsHfNUKCaGaOizh45TtUFkl/AeiL9PMEdNawEyOkAa2YlwKPQQnRmM8Lw3FA6DGC+vmdnZJ9KsLBHqlux2xaC4sNuC7M7ogA0LN6l5U8z7n398nYuYQ9JvDHcl440uWul/o78EGAAGDylpGCSATQAAAABJRU5ErkJggg==) center center no-repeat;
	height: 1.5rem;
	left: 4.6rem;
	padding: 0;
	top: 3.5rem;
	width: 4.8rem;
}

.fyre a {
	color: #1782a9;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}

.fyre-comment-like-list {
	background: #f7f7f7;
	border: 1px solid #999;
	border-radius: .3rem;
	bottom: 2.5rem;
	box-shadow: 0 .3rem 1.5rem #999;
	box-sizing: border-box;
	height: 2rem;
	left: -99999999rem;
	margin: 0 0 0 -5.9rem;
	max-height: 20rem;
	min-height: 2rem;
	padding: 1.5rem;
	position: absolute;
	width: 17rem;
}

.fyre-comment-like-list + div {
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAMAAAAG0/xxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABsUExURQAAAJiYmJiYmJeXl42NjZmZmZiYmJmZmX9/f5mZmY2NjZiYmJeXl5aWlpiYmJeXl5mZmZiYmJmZmZaWllVVVff398LCwtDQ0MDAwMbGxuzs7MPDw8rKyuLi4tTU1Lu7u7W1tba2ttzc3Nvb22VW18cAAAAVdFJOUwDA3qgSLfOWBngJyRtd5zaH9ktOA6Jd8/sAAABlSURBVBjTxclHFkAwAAXAT9QoEURPtPvf0VMfYW+2AyS9FC+yT3IAEVf6KB5hw+LuOV3McAiD9j5tEOJCSdWc0VSE4s4f5n2m0Ycmdcp1SifDi23WQtSmjQ+WURSGhU+e63r4xwIBwAqU3yVyLgAAAABJRU5ErkJggg==) center center no-repeat;
	bottom: 1.2rem;
	display: none;
	height: 1.4rem;
	left: .8rem;
	position: absolute;
	width: 2.6rem;
}

.fyre-comment-like-list a {
	display: block;
	font-size: 1.3rem;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 1rem;
	text-align: left;
	word-wrap: break-word;
}

.fyre-comment-like-list a:last-child {
	padding-bottom: 0;
}

.hoveringOthers {
	height: auto;
	left: 50%;
	overflow-y: scroll;
}

.hoveringOthers + div {
	display: block;
}

.fyre .fyre-comment-actions {
	float: right;
}

.fyre .fyre-comment-actions a {
	color: transparent;
	font-size: 0;
}

.fyre .fyre-comment-actions a.fyre-share-link {
	left: 10rem;
	position: absolute;
	top: 3.5rem;
	bottom: auto;
}

.fyre .fyre-comment-actions a.fyre-share-link > span {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAPCAYAAABN7CfBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDJDQ0YyOTgwNjExMUUzQTI3MTk4MzQyRDQzOTM5QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDJDQ0YyQTgwNjExMUUzQTI3MTk4MzQyRDQzOTM5QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0MkNDRjI3ODA2MTExRTNBMjcxOTgzNDJENDM5MzlCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0MkNDRjI4ODA2MTExRTNBMjcxOTgzNDJENDM5MzlCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6jATrAAAAzdJREFUeNrcll9IU1Ecx3+7m5tT2Nx11haIOQtECqyXRArKpD9akGRJD4WQmG/JcD1EL0JkYIQp2RKDsHpIDAVFE4nEyvIhKawXYRmEOXHOqXNza/P2PXKUcb2shyDMH3w493fuufee7+/8fudclSRJ9L+b6lRxMdHKCml1OvoViZAUjVIkEilaWFz0G1NShtRqNUm4z6ynt3dTihDW1QjCqrPo95PZbM7Mz88vcLvduVGIYvc2s2lUKhWkCDTv85HP6902OTmpE1Sq0OO2NrrX0HCmpaVFsmVlfWYrIredFfW30FSCVBAEbaCK33bytireBL63Ov5eBKsJz/T0nuycnMNHCwvNLPI7rFZSazRkr6kh7+xsSWdnpzfTZvshE7AfTTU4C/oA8zsBE3b9n67EzPT07ry8vNLb9fWUmJi4YcDNujoSRbG8q6vrKdyJmFvbQQB84v4oKJE9ngs8fKXquDgrF3uAB+MhVqMK7Um45eA0mEFfBvqe4/o8mGXBQd9dxZpI1Ov3VVRWKgpYsyMFBepQMHhIlgYs+q+AC3yISZ/RmGG7wF5QxFeN2YW1MuT9V7ifxgUcZMGAAPa+FHyHjbsYb3UFnU6nTUpOXu+Yn5ujcDi87g+/e0fXHA7KsNmsCvlchiYLtAMTeAvsMUM6wBRPNz3vY9Gs5aKrZa+cwDtHGbhmQcuGmK9o74AkXF9STKcEjSZqMBjom8tFD5qbV1uLxUL3nU4aGxsjh91O1vR0SrNY3isUtcgLd22ZmYDLMb6SscmXcoEfwbE4Y5n44Rh/QFGE0WjUP8NONDQ4SCGcE9ipfB6vV9/T3a1zQtSqgLS0vsDS0ojs2Q4e+XE+abZSx8GXP9Qhi3ALTw9nnHFveE3V8vYJT82N6YQDzjUwMEAGk4mMJlO3RhCakP9TTY2Nq30mUewPBAIj8i2WL/kNcBVIvDZIIUXk9oiPkXgKBvlOJzc2+XnwE7xgwvHNKcUTu6ysjLRa7YloJBLyeDyvU0WRgsvLVmyx50Szedy/sPASdUNMRGtr6+Y87DBJwg7VHwqHJRxyTADhrJhK0Grbl4NBt9Iht+n+nbbCD6BAW8B+CzAAiSglnIIQ6OwAAAAASUVORK5CYII=);
	background-position: center center;
	border: none;
	height: 1.5rem;
	width: 4.9rem;
}

.fyre .fyre-comment-footer a.fyre-flag-link,
.fyre .fyre-comment-footer a.fyre-delete-link {
	margin-right: 0;
	margin-top: 3.4rem;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.fyre .fyre-comment-footer a.fyre-flag-link {
	margin-right: 1rem;
}

.fyre .fyre-comment-actions a.fyre-flag-link > span,
.fyre a.fyre-comment-flag-mobile-btn,
.fyre a.fyre-comment-flag-mobile-btn:hover {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAOCAYAAABQFS4BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MkI0MzAwMDdCRDYxMUUzOEQxMUMzOERGOTE1MUEwQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MkI0MzAwMTdCRDYxMUUzOEQxMUMzOERGOTE1MUEwQiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQyQjQyRkZFN0JENjExRTM4RDExQzM4REY5MTUxQTBCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQyQjQyRkZGN0JENjExRTM4RDExQzM4REY5MTUxQTBCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6Ej1KwAAAqNJREFUeNrUVk2IUlEUvm/8l0ILI0kpSmqhtvBnJAgaCNqMBrVq2SJwExTRoFTEMNFISrNo00JoXa0aUGwX06JFM6lQNjuDSR2LAjVE8ef5+s7jJfay4s0gzFz4vPfc+73Ld8499x45QRDYbmxqJeR4PM44jmPdbpfr9/t2k8k0bTAY7LTWbrfLjUZjTa1Wl7VarUABiUajO0M4ieZ5nkH0tM1mC3g8HovD4RDXisXi/nw+f6hSqayqVCrCzok4Ik2i/W63exaNGY1G0RFqfr+fOZ1OSyaTmS0UCgNE/p38+2QyeUk29Q34CLjC4fCriQnv9XpH7Hb7mVAoxPR6PaPbkYg/YHRNbt25LTpCa7VabaZcLpOoDdkWz4D8iP0eeAlQTnknJtxsNvu8Xu9eEk2NH/CsVCphJDC+zzNEWXQInD3NZtM3RjhDZL3/OgXYJ9E5gXVwP8h468ABOiVFwnERDyO3uaHXUyoWDAbnxbFKvfBrnjjEHbeHTOiKbO0uustACngE+x7EP0a/THGTaH7ginob92P+95s7tBcGgwH1g798F5Xl+Gh7AyxLEZ8BjksncAoOWCXnvihOFTx5n/FqmKxW6zDqwdD5P3jValWg53HcHv9JldPAVeAp8EOaIyc2RzibioXX6/VsLpc76nK5KM/F1Jibu0kpzh4uLYmcTqfDwGkSdwuneBG4Dueew6GVkXR6AvugZJ+gnyklu2o0mg1E/HU6nWatVkucW7wfY4uxmDimuVQqxYhD3C0If0FbjojeBye+Uu2T0oheoKaYmUpKfiKREN9tRDVABcjn81mOSQXoU7HIstnsd4he0+l0b6kARSKRbRcaOHEW3TU4cGEkx88pEj6m5AdkJX91EiVfelXckpmCEze43fon66cAAwDENyl0jUllFQAAAABJRU5ErkJggg==);
	background-position: center center;
	border: none;
	height: 1.4rem;
	width: 4.6rem;
}

.fyre a.fyre-comment-flag-mobile-btn:after,
.fyre a.fyre-comment-flag-mobile-btn:before {
	background: none;
}

.fyre .fyre-comment-footer {
	margin: -2.1rem 0 .7rem !important;
	min-height: 4.3rem;
	position: relative;
	text-align: left;
}

.fyre .fyre-comment-actions,
.fyre .fyre-comment-actions span,
.fyre .fyre-comment-footer:hover a.fyre-flag-link,
.fyre .fyre-comment-footer:hover a.fyre-delete-link {
	filter: alpha(opacity=100);
	opacity: 1;
}

.fyre .fyre-comment-reply:hover,
.fyre .fyre-comment-actions a:hover,
.fyre .fyre-comment-footer:hover .fyre-flag-link:hover span,
.fyre .fyre-comment-footer:hover .fyre-delete-link:hover span {
	filter: alpha(opacity=70);
	opacity: .7;
}

.fyre-comment-like a,
.fyre-comment-like span,
.fyre-comment-like-users,
.fyre-comment-like-users a {
	color: #999;
}

.fyre-comment-like-users a:hover {
	color: #1782a9;
	text-decoration: underline;
}

/* Reply Box */

.fyre-comment-footer .fyre-editor {
	margin-top: 6rem;
}

.fyre-comment-footer .fyre-edit-editor {
	margin-top: 0;
	padding-bottom: 2rem;
}

.fyre .fyre-comment-divider {
	clear: both;
	margin: 2rem 0;
}

/* Popup Notification Widget and Avatars (Hiding) */

.fyre-notifier-container,
.fyre .fyre-comment-user,
.fyre-comment-like-imgs .fyre-avatar,
.fyre .fyre-comment-source-0 .fyre-comment-user,
.fyre .fyre-listener-avatars,
.fyre.fyre-width-medium .fyre-listener-avatars,
.fyre .fyre-comment-user img.fyre-user-avatar {
	display: none;
}

[class^='fyre-user-avatar-'] {
	display: none;
}

.fyre .fyre-box-wrapper span.fyre-user-drop {
	background-position: right center;
	margin-left: 1rem;
}

/* hide comment box */

.fyre-stream-stats + .fyre-auth.hidden,
.fyre-auth + .fyre-editor.hidden *,
.fyre-auth + .fyre-editor.hidden .fyre-editor-container *,
.fyre-auth + .fyre-editor.hidden .fyre-editor-container .fyre-editor-toolbar *,
.fyre-auth + .fyre-editor.hidden .fyre-editor-container .fyre-editor-toolbar .goog-toolbar > .goog-inline-block {
	border: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
}

/* follow button when comment box is hidden */

.fyre-auth + .fyre-editor.hidden .fyre-editor-container,
.fyre-auth + .fyre-editor.hidden .fyre-editor-container .fyre-editor-toolbar,
.fyre-auth + .fyre-editor.hidden .fyre-editor-container .fyre-editor-toolbar .goog-toolbar,
.fyre-auth + .fyre-editor.hidden .fyre-editor-container .fyre-editor-toolbar .goog-toolbar > .fyre-follow-button,
.fyre-auth + .fyre-editor.hidden .fyre-editor-container .fyre-editor-toolbar .goog-toolbar > .fyre-follow-button * {
	display: block;
	overflow: visible;
	position: absolute;
	right: 0;
	width: 20rem;
}

.fyre-auth + .fyre-editor.hidden {
	margin: 0;
}

.fyre-stream-sort-options.hidden,
.fyre-auth + .fyre-editor.hidden .fyre-editor-toolbar .goog-toolbar > div.fyre-follow-button,
#powered_by_livefyre_new.hidden {
	visibility: hidden;
}

.fyre .fyre-stream-sort.hidden {
	border-bottom: none;
	margin-bottom: -1rem;
}

.fyre-auth + .fyre-editor.hidden .fyre-editor-toolbar .goog-toolbar > div.fyre-follow-button .fyre-button-left-inner-box {
	text-align: right;
}

/* reveal comment box */

.fyre-stream-stats + .fyre-auth {
	margin-top: 1.3rem;
}

.fyre-auth + .fyre-editor {
	margin-bottom: 1.5rem;
	margin-top: 3.5rem;
}

.fyre-add-a-comment {
	background: none;
	border: none;
	color: #333;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 11.5rem;
}

.fyre-add-a-comment:hover {
	color: #1782a9;
}

/* comment edit button */

.fyre .fyre-comment a.fyre-comment-edit {
	position: relative;
	z-index: 3;
}

/* make deleted/moderated comments practically invisible */

.fyre-comment-article[data-author-id='undefined'] {
	padding-bottom: 0;
}

.fyre-comment-article[data-author-id='undefined'] .fyre-outer-comment-container {
	margin-top: 0;
}

/* Hide avatars */

.fyre .fyre-comment-head,
.fyre .fyre-comment-body,
.fyre .fyre-comment-divider > div.fyre-comment-divider {
	margin-left: auto !important;
}

/*-------- custom truncate comments ---------------*/

.fyre .fyre-widget.truncate {
	height: 35rem;
	overflow: hidden;
}

/*----------- vulture, daily intelligencer ---------------*/

#nymag.daily .primary-header .comment-num,
#grubstreet .comment-num {
	background: url(data:image/gif;base64,R0lGODlhDgANAJECAPDXBf/kAP///wAAACH5BAEAAAIALAAAAAAOAA0AAAIeVI55ph3gGoxp0mNvpjt290kCQJYlJqTqiq7uA6gFADs=);
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 1.8rem;
}

#grubstreet .entry-header li.last {
	border-left: 1px solid #ccc;
	padding-left: .5rem;
}

/*----------- the cut style in thecut_screen.css ---------------*/

#nymag.fashion #comment-tout-top {
	display: none;
}

#nymag.fashion #comment-tout-top.on {
	display: block;
}

/* /////////////// LIVEBLOG ////////////////*/

.fyre-liveblog {
	background-color: #fafafa;
	border: 1px solid #ddd;
	box-shadow: inset 0 0 .9rem #e0dfdf;
	height: 60rem;
	margin-bottom: 2rem;
	overflow-y: scroll;
	padding: 2rem;
	width: 100%;
}

.fyre-liveblog .fyre-stream-stats,
.fyre-liveblog .fyre-follow-conversation,
.fyre-liveblog.fyre .fyre-login-bar {
	display: none;
}

.fyre-liveblog.fyre .fyre-live-container {
	bottom: -2.8rem;
	position: absolute;
	right: 0;
}

.fyre-liveblog.fyre .fyre-comment-wrapper time.fyre-comment-date {
	bottom: 0;
	left: 0;
	position: relative;
}

.fyre-liveblog .fyre-comment-actions {
	position: static;
}

.fyre-liveblog.fyre .fyre-comment-reply {
	display: none;
	top: 4.1rem;
}

.fyre-liveblog.fyre .fyre-comment-actions a.fyre-share-link {
	left: 4.5rem;
	top: 4rem;
}

.fyre-liveblog.fyre .fyre-liveblog-expanded .fyre-comment-wrapper .fyre-comment-actions a.fyre-share-link {
	top: 4.6rem;
}

.fyre-liveblog.fyre .fyre-liveblog-expanded .fyre-comment-container .fyre-comment-wrapper .fyre-comment-actions a.fyre-share-link {
	top: 4rem;
}

.fyre-liveblog.fyre .fyre-stream-sort {
	border-top: none;
	margin: 0 0 2rem 0;
}

.fyre-liveblog .fyre-stream-stats + .fyre-auth {
	margin-top: 0;
}

.fyre-liveblog .fyre-liveblog-expanded .fyre-comment-replies {
	background-image: none;
	border: none;
}

.fyre-liveblog .fyre-editor .fyre-editor-toolbar .goog-toolbar > div {
	background-color: transparent;
}

.fyre-liveblog .fyre-liveblog-reply-top {
	display: none;
}

.fyre-liveblog .fyre-liveblog-expanded .fyre-comment-footer > .fyre-editor {
	margin-top: 6rem !important;
}

.fyre-liveblog .fyre-stream-more-cust {
	display: none;
}

/* /////////////// LIVEBLOG - VULTURE ////////////////*/

.vulture .fyre-liveblog .fyre-comment-head {
	padding: 0;
	width: 100%;
}

.vulture.mobile .fyre-liveblog {
	height: 49rem;
	margin: 0 1rem 2rem;
	width: auto;
}

.vulture.mobile .fyre-liveblog.fyre .fyre-stream-sort {
	padding: 0 0 .6rem 0;
}

.vulture.mobile .fyre-liveblog.fyre .fyre-live-container {
	top: .8rem;
}

.vulture.mobile .fyre-liveblog.fyre .truncate,
.vulture.mobile .fyre-liveblog.fyre .fyre-stream-more-cust {
	display: none;
}

.fyre .fyre-comment-body {
	position: relative;
	z-index: 9;
}

/* TODO: Eventually remove, after done with this promo unit */

.fyre.fyre-mobile.fyre-width-medium .fyre-editor-toolbar + a {
	left: 0 !important;
}

/* --------------------------------------------------- HIGH RESOLUTION (Retina)----------------------------------*/

/*------------------------------------- TABLE AND MOBILE STYLES ------------------------------------------*/

/*-------------------------------- MOBILE STYLES -----------------------------------------------*/

/*------------------------------------- TABLET STYLES ------------------------------------------*/

/*------------------------------------------ ARCHIVE COMMENT STYLES -------------------------------------*/

.fyre .fyre-archive-stream-header .fyre-archive-stream-sort h3 {
	font-family: Georgia,serif !important;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: 700;
	line-height: 2;
	margin: 1rem 0;
	padding-left: 0;
}

.fyre .fyre-archive-stream-header .fyre-archive-stream-sort h3 strong {
	display: none;
}

.fyre .fyre-archive-stream-header .fyre-archive-stream-sort .fyre-stream-sort-options {
	top: 1.3rem;
}

.fyre .fyre-archive-stream a.fyre-comment-username {
	color: #1a4274;
	margin-left: 0 !important;
}

.fyre .fyre-archive-stream .fyre-comment-body {
	margin-top: 0;
}

.fyre .fyre-archive-stream .fyre-comment {
	margin: 0;
}

.fyre .fyre-archive-stream .fyre-comment-footer {
	display: none;
}

.fyre .fyre-archive-stream .fyre-stream-sort {
	border-top: 2px solid #bbb;
}

.cut-nav .cut-nav-inner {
	background-color: #000;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.cut-nav .logo {
	overflow: hidden;
}

.cut-nav .logo svg,
.cut-nav .logo svg * {
	fill: #fff;
}

.cut-nav .dropdown-section h2 {
	color: #979797;
	text-transform: uppercase;
}

.cut-nav .dropdown-section > a,
.cut-nav .dropdown-section > a:visited {
	color: #fff;
}

.cut-nav .dropdown-section.plus > a,
.cut-nav .dropdown-section.plus > a:visited {
	color: #ccc;
}

.cut-nav .colorful-sections > .fashions,
.cut-nav .colorful-sections > .fashions a {
	color: #f6a303 !important;
}

.cut-nav .colorful-sections > .fame,
.cut-nav .colorful-sections > .fame a {
	color: #f85d00 !important;
}

.cut-nav .colorful-sections > .beauty,
.cut-nav .colorful-sections > .beauty a {
	color: #fe2b27 !important;
}

.cut-nav .colorful-sections > .goods,
.cut-nav .colorful-sections > .goods a {
	color: #fb2081 !important;
}

.cut-nav .colorful-sections > .love,
.cut-nav .colorful-sections > .love a {
	color: #e200da !important;
}

.embed {
	background-repeat: no-repeat;
	background-size: 100% auto;
	cursor: pointer;
	height: 30rem;
	margin-bottom: 2rem;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	text-align: center;
}

.story .body .embed iframe,
.story .body .embed object,
.story .body .embed embed {
	margin: 0;
	min-height: inherit;
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
}

.embed.video:before {
	background-image: url(/media/stripe-overlay.png);
	background-repeat: repeat;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .2s;
	        transition: opacity .2s;
	width: 100%;
	z-index: 2;
}

.embed.video:hover:before {
	opacity: .3;
}

.embed.video svg {
	height: 10rem;
	left: -webkit-calc(50% - 5rem);
	left: calc(50% - 5rem);
	position: absolute;
	top: -webkit-calc(50% - 5rem);
	top: calc(50% - 5rem);
	width: 10rem;
	z-index: 3;
}

.embed.video iframe {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed.video.on iframe {
	display: block;
}

.embed.video.on {
	background: none;
	height: auto;
}

.embed.video.on:before {
	content: none;
}

.embed.video.on svg {
	display: none;
}

body .story .body .embed.video iframe {
	display: none;
	margin: auto;
	min-height: inherit;
	width: 100%;
}

body .story .body .embed.video.on iframe {
	display: block;
}

.find-a-show {
	left: 0;
	padding: 0 0 .5rem;
	position: absolute;
	width: 13rem;
}

.find-a-show h1 {
	color: #000;
	font-family: Elderkin, Arial, sans-serif;
	font-size: 12.5rem;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1;
	margin: 0;
	text-align: center;
}

.find-a-show h2 {
	background-color: #ff254e;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	margin: 0;
	padding: .5rem 1rem .4rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.find-a-show div {
	border: 1px #eee solid;
}

.find-a-show a {
	color: #222;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
	padding: .5rem 1rem;
	text-decoration: none;
}

.find-a-show a:hover {
	text-decoration: underline;
}

.find-a-show a:first-of-type {
	border-bottom: 1px solid #eee;
	margin: 0 1rem .4rem;
	padding: 1.2rem 0 1rem;
}

.follow-message {
	display: none;
}

/* unfortunate specificity war */

.newsfeed .newsfeed-share a:after {
	content: none;
}

.newsfeed .follow-message {
	display: inline-block;
	margin-left: 0.2rem;
	margin-top: -0.2rem;
	font-size: 1.4rem;
	float: left;
}

.follow-message em {
	font-size: 1.5rem;
}

.newsfeed-share .follow-button-wrap {
	float: right;
}

.follow-button-wrap a {
	float: left;
}

.newsfeed div article.newsfeed-share {
	border-bottom: none;
	width: 100%;
}

.newsfeed-share .follow {
	background-color: #ededeb;
	border: 1px solid #dadada;
	border-radius: 4px;
	font-size: 1.35rem;
	font-family: Arial,sans-serif;
	overflow: hidden;
	padding: 1.5rem;
}

.newsfeed-share em {
	font-family: Georgia, serif;
	font-weight: bold;
	color: #ec2c00;
	font-size: 1.7rem;
	display: block;
}

.newsfeed-share .follow-button-wrap .fb,
.newsfeed-share .follow-button-wrap .twitter {
	padding: 1rem 1.5rem 1rem 3rem;
	border-radius: 5px;
	border: none;
	background-position: 1rem center;
	color: black;
	background-color: white;
	background-size: 1.6rem 1.3rem;
}

.newsfeed-share .follow-button-wrap .twitter {
	margin-right: 0.2rem;
}

.newsfeed-share .fb {
	margin-right: 1rem;
}

/* ugh */

.newsfeed .newsfeed-share .follow.newsletter a:last-of-type:after {
	content: none;
	display: none;
}

.story .body .list .buy {
	width: 100%;
	line-height: normal;
}

.story .body .list .buy a.button {
	border: 1px solid #171717;
	border-radius: 2px;
	color: #171717 !important; /* overrides story styling */
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .5px;
	margin-right: 1.5rem;
	padding: .8rem 1.4rem;
	text-decoration: none;
	text-transform: uppercase;
}

.story .body .list .product-info {
	color: #171717 !important; /* overrides story styling */
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 3.4rem;
	margin: 0;
	text-decoration: none;
}

.most-recent .breaking,
.most-recent .exclusive {
	font-family: Arial,sans-serif;
	font-size: 1rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding-left: 1rem;
	position: relative;
	top: 0;
}

.most-recent .exclusive {
	color: #00bcf1;
}

.most-recent .breaking {
	color: #ff0042;
}

.most-recent .cross-post-logo:before,
.most-recent .exclusive:before,
.most-recent .breaking:before {
	color: #555;
	content: '\002F';
	font-style: italic;
	left: .3rem;
	position: absolute;
	top: .1rem;
	vertical-align: top;
}

.most-recent .cross-post-logo {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0 0 0 2.6rem;
	position: relative;
	top: 0;
}

/* logos for crossposted blogs */

.most-recent .cross-post-logo:after {
	background-image: url(/media/generic-crosspost-icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 1.4rem;
	left: .9rem;
	position: absolute;
	top: -.2rem;
	width: 1.4rem;
}

/* extra spacing for di and sou */

.most-recent .cross-post-logo.di,
.most-recent .cross-post-logo.scienceofus {
	padding-left: 3rem;
}

.most-recent .cross-post-logo.di:after,
.most-recent .cross-post-logo.scienceofus:after {
	height: 1.6rem;
	width: 1.6rem;
}

.most-recent .cross-post-logo.di:after {
	background-image: url(/media/di/crosspost-icon.png);
}

.most-recent .cross-post-logo.grubstreet:after {
	background-image: url(/media/grubstreet/crosspost-icon.png);
}

.most-recent .cross-post-logo.scienceofus:after {
	background-image: url(/media/scienceofus/crosspost-icon.png);
}

.most-recent .cross-post-logo.thecut:after {
	background-image: url(/media/thecut/crosspost-icon.png);
}

.most-recent .cross-post-logo.vulture:after {
	background-image: url(/media/vulture/crosspost-icon.png);
}

.most-recent-second .breaking,
.most-recent-second .exclusive {
	font-family: Arial,sans-serif;
	font-size: 1rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding-left: 1rem;
	position: relative;
	top: 0;
}

.most-recent-second .exclusive {
	color: #00bcf1;
}

.most-recent-second .breaking {
	color: #ec2c00;
}

.most-recent-second .cross-post-logo:before,
.most-recent-second .exclusive:before,
.most-recent-second .breaking:before {
	color: #555;
	content: '\002F';
	font-style: italic;
	left: .3rem;
	position: absolute;
	top: .1rem;
	vertical-align: top;
}

.most-recent-second .cross-post-logo {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0 0 0 2.6rem;
	position: relative;
	top: 0;
}

/* logos for crossposted blogs */

.most-recent-second .cross-post-logo:after {
	background-image: url('/media/generic-crosspost-icon.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 1.4rem;
	left: .9rem;
	position: absolute;
	top: -.2rem;
	width: 1.4rem;
}

/* extra spacing for di and sou */

.most-recent-second .cross-post-logo.di,
.most-recent-second .cross-post-logo.scienceofus {
	padding-left: 3rem;
}

.most-recent-second .cross-post-logo.di:after,
.most-recent-second .cross-post-logo.scienceofus:after {
	height: 1.6rem;
	width: 1.6rem;
}

.most-recent-second .cross-post-logo.di:after {
	background-image: url('/media/di/crosspost-icon.png');
}

.most-recent-second .cross-post-logo.grubstreet:after {
	background-image: url('/media/grubstreet/crosspost-icon.png');
}

.most-recent-second .cross-post-logo.scienceofus:after {
	background-image: url('/media/scienceofus/crosspost-icon.png');
}

.most-recent-second .cross-post-logo.thecut:after {
	background-image: url('/media/thecut/crosspost-icon.png');
}

.most-recent-second .cross-post-logo.vulture:after {
	background-image: url('/media/vulture/crosspost-icon.png');
}

.newsfeed .cross-post-logo:before {
	color: #555;
	content: '\002F';
	left: .3em;
	position: absolute;
	top: .1em;
	vertical-align: top;
}

.newsfeed .cross-post-logo {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 0 0 0 2.6em;
	position: relative;
	top: 0;
	vertical-align: top;
}

.newsfeed div time,
.newsfeed div .cross-post-logo,
.newsfeed div .rubric {
	display: inline-block;
	line-height: 1.1rem;
}

/* logos for crossposted blogs */

.newsfeed .cross-post-logo:after {
	background-image: url(/media/generic-crosspost-icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 1.4em;
	left: .9em;
	position: absolute;
	top: -.2em;
	width: 1.4em;
}

/* extra spacing for di and sou */

.newsfeed .cross-post-logo.di,
.newsfeed .cross-post-logo.scienceofus {
	padding-left: 3em;
}

.newsfeed .cross-post-logo.di:after,
.newsfeed .cross-post-logo.scienceofus:after {
	height: 1.6em;
	width: 1.6em;
}

.newsfeed .cross-post-logo.di:after {
	background-image: url(/media/di/crosspost-icon.png);
}

.newsfeed .cross-post-logo.grubstreet:after {
	background-image: url(/media/grubstreet/crosspost-icon.png);
}

.newsfeed .cross-post-logo.scienceofus:after {
	background-image: url(/media/scienceofus/crosspost-icon.png);
	top: -0.3rem;
}

.newsfeed .cross-post-logo.scienceofus .blog-name {
	text-indent: -0.3rem;
}

.newsfeed .cross-post-logo.thecut:after {
	background-image: url(/media/thecut/crosspost-icon.png);
}

.newsfeed .cross-post-logo.vulture:after {
	background-image: url(/media/vulture/crosspost-icon.png);
}

.omniture {
	display: none;
}

.popular-streaming-promo {
	border-bottom: 2px solid #f1f1f1;
	border-top: 2px solid #f1f1f1;
}

.popular-streaming-promo h1,
.popular-streaming-promo h1 span {
	color: #00bcf1;
	font-family: PolarisLight,Arial,sans-serif;
	line-height: 1;
}

.popular-streaming-promo h1:before {
	background: url(/media/newCircle.svg) center center no-repeat;
	content: '';
	left: 0;
	position: absolute;
}

.popular-streaming-promo h1 span {
	font-family: PolarisBold,Arial,sans-serif;
}

.popular-streaming-promo p.more {
	font-family: Arial, sans-serif;
}

.popular-streaming-promo p.more:after {
	content: '\bb';
	padding-left: .4rem;
}

/* ////////// ANIMATION EFFECT ////////// */

.runway-cal-graphic img {
	width: 100%;
}

.runway-cathy-horyn {
	font-family: Georgia, serif;
}

.runway-cathy-horyn img {
	border-radius: 50%;
	position: relative;
	top: 5.2rem;
	width: 6.4rem;
	z-index: 1;
}

.runway-cathy-horyn div {
	background: #fce649;
	border-top: 2px solid #000;
	margin: 0 3rem;
	padding: 0.1rem 0 0.1rem 2rem;
	-webkit-transform: skew(-20deg);
	    -ms-transform: skew(-20deg);
	        transform: skew(-20deg);
}

.runway-cathy-horyn ul {
	list-style: none;
	margin: 2.5rem 0;
	padding: 0 1rem;
}

.runway-cathy-horyn div h2 {
	font-style: italic;
	font-weight: 300;
	margin: 1rem 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: skew(20deg);
	    -ms-transform: skew(20deg);
	        transform: skew(20deg);
}

.runway-cathy-horyn ul li {
	border-bottom: 1px solid #F1F1F1;
	padding: 0 1rem;
}

.runway-cathy-horyn ul li a {
	color: #000;
	text-decoration: none;
}

.runway-cathy-horyn ul li h3 {
	font-size: 1.6rem;
	margin-bottom: .25rem;
	margin-top: 1.5rem;
}

.runway-cathy-horyn ul li p {
	color: #555;
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 0 0 1.5rem;
}

.runway-collection-finder {
	margin-top: 1rem;
}

.runway-collection-finder article h2 {
	color: #fff;
	font-family: MillerHeadlineSemiBold, Georgia, serif;
	font-size: 2.4rem;
	font-weight: 300;
	margin: 0 0 0.5rem 0;
}

.runway-collection-finder article {
	padding: 0 0.1rem 0.4rem;
}

.runway-collection-finder article img {
	width: 100%;
}

.runway-collection-finder article div {
	background: rgba(0, 0, 0, 0.7);
	margin-top: -9.5rem;
	padding: 1rem 0;
	position: relative;
	z-index: 1;
}

.runway-collection-finder article div select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #fff url(/media/runway-dropdown.png) no-repeat 95% 50%;
	border-radius: 0;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 1rem;
	width: 90%;
}

.runway-collection-search > div {
	background: #fce649;
	opacity: .9;
	-webkit-transform: skew(-20deg);
	    -ms-transform: skew(-20deg);
	        transform: skew(-20deg);
}

.runway-collection-search div h2 {
	font-family: MillerHeadlineLight, Georgia, serif;
	font-weight: 400;
	opacity: 1;
	-webkit-transform: skew(20deg);
	    -ms-transform: skew(20deg);
	        transform: skew(20deg);
}

.runway-collection-search section nav {
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
}

.runway-collection-search section nav ul {
	background: #fff;
	list-style: none;
}

.runway-collection-search section nav ul li {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
	display: inline-block;
	margin: 0 .1rem;
	padding: 1.4rem 0.5rem;
	position: relative;
	text-align: center;
	width: 16rem;
	z-index: 4;
}

.runway-collection-search section nav ul .selected {
	border: 1px solid #000;
	border-bottom: 1px solid #fff;
}

.runway-collection-search section .show-list {
	list-style: none;
}

.runway-collection-search section header {
	font-family: MillerHeadlineLight, Georgia, serif;
}

.runway-collection-search section .show-list li:focus {
	outline-color: #fff;
}

.runway-collection-search aside,
.runway-collection-search section .show-list.all,
.runway-collection-search section .show-list.latest,
.runway-collection-search section .show-list li img,
.runway-collection-search section nav select {
	display: none;
}

.runway-collection-search section .show-list.all span {
	width: 89%;
}

.runway-collection-search section .show-list.active,
.runway-collection-search aside.active {
	display: block;
}

.runway-collection-search section .show-list li a {
	color: #000;
	text-decoration: none;
}

.runway-collection-search section .show-list li time,
.runway-collection-search section .show-list li span {
	font-family: Arial, sans-serif;
}

.runway-collection-search section .show-list li .anchor {
	padding-top: .1rem;
}

.runway-collection-search section .show-list li .mobile-date {
	display: none;
}

.runway-collection-search aside span {
	background: #000;
	color: #fff;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.8rem;
	font-style: italic;
	padding: 1rem;
	position: relative;
	text-align: center;
	width: 15.5rem;
	z-index: 4;
}

.runway-collection-search aside {
	position: relative;
	z-index: 3;
}

.runway-collection-search .key a {
	color: #000;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	text-decoration: none;
	text-transform: uppercase;
}

.runway-lede {
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	overflow: hidden;
	padding-bottom: 0.5rem;
}

.runway-lede .runway-item {
	background-position: center center;
	background-size: cover;
	display: inline-block;
}

.runway-lede .runway-lede-header {
	padding: 0 2rem;
	position: relative;
	text-align: center;
}

.runway-lede .runway-lede-breadcrumbs span {
	color: black;
	font-weight: 700;
}

.runway-lede .runway-lede-navigation-icon svg {
	height: 2rem;
	position: absolute;
	right: 1.5rem;
	top: 1.7rem;
	width: 2rem;
}

.runway-lede .runway-lede-nav-trigger svg {
	height: 1.3rem;
	margin-left: .5rem;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	        transform: rotate3d(0, 0, 1, -90deg);
	width: 1rem;
}

.runway-lede .runway-lede-breadcrumb {
	color: #999;
	display: none;
}

.runway-lede .runway-lede-breadcrumb:after {
	content: '/';
	display: inline-block;
	margin: 0 .5rem;
}

.runway-lede .runway-lede-breadcrumbs {
	display: block;
	font-size: 1.1rem;
	margin: 1.5rem 0 0;
	text-transform: uppercase;
}

.runway-lede .runway-lede-breadcrumbs a {
	text-decoration: none;
}

.runway-lede .runway-lede-headline {
	color: black;
	font-family: 'MillerHeadlineLight', Georgia, serif;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: .9;
	margin-bottom: 1rem;
	margin-top: 1.7rem;
}

.runway-lede .runway-lede-collection-name {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1.2rem;
	margin-top: 1rem;
	text-transform: uppercase;
}

.runway-lede .runway-item:nth-of-type(n+4) {
	display: none;
}

.runway-lede .runway-item:nth-of-type(3) {
	margin-right: 0;
}

.runway-lede .runway-item a {
	height: 16rem;
	min-width: 10.6rem;
}

.runway-lede .runway-lede-gallery {
	margin: 1rem -2rem 0;
	overflow: hidden;
	position: relative;
}

.runway-lede .runway-lede-collection {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	font-weight: 700;
	min-width: 32rem;
	text-transform: uppercase;
}

.runway-lede .runway-lede-navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: auto;
	max-width: 28rem;
	position: relative;
	z-index: 1;
}

.runway-lede .runway-lede-navigation a {
	color: black;
	display: inline-block;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}

.runway-lede .runway-lede-navigation-collection {
	margin-top: -3rem;
}

.runway-lede .runway-lede-navigation-collection a {
	background-color: #381ab1;
	border: 1px solid #fff;
	color: #fff;
	display: table;
	font-size: 1.4rem;
	font-weight: 700;
	height: 5rem;
	line-height: 4.8rem;
	margin: auto;
	padding: 0 4rem 0 2rem;
	text-align: center;
	text-decoration: none;
	text-indent: -1rem;
	text-transform: uppercase;
	width: 100%;
}

.runway-lede .runway-lede-navigation-collection svg {
	fill: white;
	right: 4rem;
	top: 1.3rem;
}

.runway-lede .runway-lede-navigation-item > a {
	font-size: 1.3rem;
	height: 5.5rem;
	padding-top: 2rem;
	text-transform: uppercase;
}

.runway-lede .runway-lede-navigation-front-row a {
	padding-top: 1.3rem;
}

/* we want social modules unbordered */

.runway-lede .runway-lede-navigation-item:not(.runway-lede-social):nth-child(2)
.runway-lede .runway-lede-navigation-item:not(.runway-lede-social):nth-child(3) {
	border-bottom: 1px solid #eee;
}

.runway-lede .runway-lede-navigation-collection,
.runway-lede .runway-lede-navigation-item a {
	width: 100%;
}

.runway-lede .runway-lede-navigation-item {
	width: 47%;
}

.runway-lede .runway-lede-navigation-item:not(.runway-lede-social):nth-child(2),
.runway-lede .runway-lede-navigation-item:not(.runway-lede-social):nth-child(4) {
	margin-right: 6%;
}

.runway-lede .runway-lede-nav-trigger {
	border-bottom: 2px solid #fce649;
	color: #000;
	font-size: 1.3rem;
	font-weight: 700;
	margin-left: 1rem;
	padding: .5rem 0;
	text-decoration: none;
	text-transform: uppercase;
}

/* social tools styles */

.runway-lede .runway-lede-social {
	border-bottom: none;
	margin-right: 0;
	padding-top: .75rem;
}

.runway-lede .share {
	border-top: none;
}

.runway-lede .share .share-text {
	display: none;
}

.runway-lede .share a {
	background-image: none;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	float: none;
	font-size: 0;
	height: 3rem;
	margin: 0;
	width: 3rem;
}

.runway-lede .share a:first-of-type {
	border-right: 0;
	margin: 0 1rem 0 0;
}

.runway-lede .share svg {
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* if social is the only nav item available,
center the icons inside */

.runway-lede .runway-lede-social .share {
	text-align: center;
}

/* otherwise, align the icons to the left when
there is an odd number of gallery buttons */

.runway-lede .runway-lede-navigation-item:nth-child(2) + .runway-lede-social .share,
.runway-lede .runway-lede-navigation-item:nth-child(4) + .runway-lede-social .share {
	text-align: left;
}

.runway-nav {
	margin-bottom: 2rem;
}

.runway-nav .runway-desktop {
	display: none;
}

.runway-nav select:first-child {
	margin: 1rem 0 2rem;
}

.runway-nav select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: white;
	background-image: url(/media/chevron-down.svg);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-size: 2.8rem;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
	font-size: 1.8rem;
	font-weight: 700;
	height: 4.4rem;
	line-height: 4.4rem;
	padding-left: 1.5rem;
	width: 100%;
}

.runway-nav select option {
	font-size: initial;
	font-size: 12px;
	font-weight: normal;
}

.runway-nav .runway-nav-details {
	color: #000;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.5rem;
	margin: 0 0 1.5rem;
}

.runway-nav .runway-nav-title {
	font-size: 2rem;
	letter-spacing: -.1rem;
	line-height: 2rem;
	margin-bottom: 1.65rem;
	padding-left: 1rem;
	position: relative;
	text-transform: uppercase;
}

.runway-nav .runway-nav-title:after {
	border-top: 3px solid black;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	top: 1rem;
	width: 100%;
}

.runway-nav .runway-nav-title span {
	background-color: white;
	display: inline-block;
	margin-left: 1rem;
	padding: 0 1rem;
	position: relative;
	z-index: 1;
}

.runway-nav .runway-mobile {
	padding: 0 2.4rem;
}

.runway-nav .runway-nav-collection,
.runway-nav .runway-desktop-choose {
	display: none;
}

.runway-nav .runway-nav-on {
	display: block;
}

.runway-nav .runway-nav-overlay-close {
	float: right;
	margin-right: 1rem;
	margin-top: -2.6rem;
	width: 3.2rem;
	height: 3.2rem;
}

.runway-nav .runway-nav-overlay .runway-nav-title {
	clear: right;
}

.runway-nav .runway-nav-overlay-close svg {
	fill: #979797;
	height: 100%;
	width: 100%;
}

.runway-nav .runway-desktop-season,
.runway-nav .runway-desktop-collection {
	-webkit-flex-basis: 33%;
	    -ms-flex-preferred-size: 33%;
	        flex-basis: 33%;
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	    -ms-flex-positive: 2;
	        flex-grow: 2;
}

.runway-nav .runway-desktop-city {
	-webkit-flex-basis: 17%;
	    -ms-flex-preferred-size: 17%;
	        flex-basis: 17%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding: 0 .5rem;
}

.runway-nav .runway-desktop-collection {
	padding-left: .5rem;
}

.runway-nav .runway-nav-title {
	font-size: 2.2rem;
	margin-bottom: 2.5rem;
	padding-left: 0;
}

.runway-nav .runway-desktop-list li {
	cursor: pointer;
	display: table;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.9rem;
	padding: 0 2.4rem 0 .8rem;
	position: relative;
}

.runway-nav .runway-desktop-list {
	list-style-type: none;
	margin: 0;
	max-height: 45rem;
	overflow-y: scroll;
	padding: 0;
}

.runway-nav .runway-desktop-title {
	border-bottom: 1px solid #4b4b4b;
	color: #9d9d99;
	display: block;
	font-size: 1.1rem;
	line-height: 1.9rem;
	margin-bottom: 0.5rem;
	padding-left: 0.8rem;
	text-transform: uppercase;
}

.runway-nav .runway-desktop-column:nth-child(-n + 2) {
	border-right: 1px dashed #9a9a9a;
}

.runway-nav .runway-item-on {
	background-color: #fce649;
	color: black;
}

.runway-nav .runway-item-on:after {
	border-left: 18px solid #fce649;
	color: white;
}

.runway-nav-overlay {
	background-color: #222;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	left: 0;
	opacity: 0;
	padding-top: 3.5rem;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: -10;
}

.runway-nav-overlay .runway-nav {
	display: table;
	width: 100%;
}

.runway-nav-overlay {
	color: white;
}

.runway-nav-overlay .runway-nav .runway-desktop {
	border-bottom: 3px solid #4b4b4b;
}

.runway-nav-overlay-on {
	height: 100vh;
	overflow: hidden;
	width: 100%;
}

.runway-nav-overlay-on .runway-nav-overlay {
	opacity: 1.0;
	-webkit-transition: opacity ease .2s;
	        transition: opacity ease .2s;
	visibility: visible;
	z-index: 100000001;
}

.runway-nav .runway-title {
	font-size: 2rem;
	letter-spacing: -.1rem;
	line-height: 2rem;
	margin-bottom: 1.65rem;
	position: relative;
	text-transform: uppercase;
}

.runway-nav .runway-title:after {
	border-top: 3px solid #000;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	top: 1rem;
	width: 100%;
}

.runway-nav .runway-title span {
	background-color: #fff;
	display: inline-block;
	margin-left: 1.7rem;
	padding: 0 1rem;
	position: relative;
	z-index: 1;
}

.runway-nav .runway-nav-overlay .runway-title span {
	background-color: #222;
	color: #fff;
}

.runway-nav .runway-nav-overlay .runway-title:after {
	border-top: 3px solid #565656;
}

.runway-nav .runway-text {
	-webkit-font-smoothing: antialiased;
	font-family: MillerHeadlineSemibold, Georgia, serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: .04rem;
}

.runway-pagination {
	bottom: 7rem;
	display: none;
	max-width: 98rem;
	position: absolute;
	width: 100%;
}

.runway-pagination-link {
	background-color: #f9f9f9;
	border-radius: .5rem;
	border: 1px solid #dbdbdb;
	height: 5.4rem;
	padding-top: 1.1rem;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-indent: -0.3rem;
	-webkit-transition: background-color 200ms ease;
	        transition: background-color 200ms ease;
	width: 4.4rem;
}

.runway-pagination-link:hover {
	background-color: #dcdcdc;
	-webkit-transition: background-color 200ms ease;
	        transition: background-color 200ms ease;
}

.runway-pagination-link svg {
	fill: #7d7d7d;
}

.runway-pagination-prev {
	left: -9rem;
}

.runway-pagination-next {
	right: -9rem;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

.runway-palette {
	border-bottom: 1px solid #979797;
	border-top: 1px solid #979797;
	margin: auto;
	max-width: 28rem;
	position: relative;
	padding: 1.3rem 0 1rem 0;
}

.runway-palette .runway-palette-thumbnails:before {
	content: "Palette";
	position: absolute;
	left: 0;
	-webkit-transform: rotateZ(-90deg);
	        transform: rotateZ(-90deg);
	display: inline-block;
	font-size: 1.3rem;
	font-family: Georgia, serif;
	font-style: italic;
	left: -1.3rem;
	top: 42%;
}

.runway-palette .runway-palette-thumbnails {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	list-style-type: none;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: auto;
	padding: 0 0 0 2rem;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.runway-palette .runway-palette-thumbnail {
	border-radius: 50%;
	height: 4.4rem;
	width: 4.4rem;
	margin: 0 0.4rem 0.55rem 0.4rem;
}

.runway-recirc {
	margin-bottom: 1rem;
	overflow: hidden;
	position: relative;
}

.runway-recirc .runway-recirc-collection {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .35s ease-out;
	        transition: transform .35s ease-out;
}

.runway-recirc .runway-recirc-gallery {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.runway-recirc .runway-item {
	margin-right: .9rem;
	min-width: 15rem;
}

.runway-recirc .runway-item a {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	min-height: 22rem;
	padding-left: .5rem;
	padding-right: 1rem;
	padding-top: 23.8rem;
	text-decoration: none;
}

.runway-recirc .runway-lede-list {
	padding: 0 0 0 2.5rem;
}

#runway-show-opener .runway-recirc-gallery .runway-lede-list {
	margin: 0;
}

.runway-recirc .runway-recirc-description {
	color: black;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.5rem;
	margin-bottom: 1.5rem;
	padding: 0 0 0 2.5rem;
}

.runway-recirc .runway-recirc-see-all {
	display: block;
	float: right;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4rem;
	margin-right: 2rem;
	text-decoration: none;
}

.runway-recirc .runway-recirc-see-all:link,
.runway-recirc .runway-recirc-see-all:visited {
	color: #381ab1;
}

.runway-recirc .runway-recirc-buttons {
	display: none;
	position: absolute;
	top: 54%;
	width: 100%;
}

.runway-recirc .runway-recirc-at-end .runway-recirc-next svg,
.runway-recirc .runway-recirc-at-start .runway-recirc-prev svg {
	cursor: default;
	fill: #d7d7d7;
}

.runway-recirc .runway-recirc-button {
	cursor: pointer;
	display: inline-block;
	position: absolute;
}

.runway-recirc .runway-recirc-prev {
	left: -3rem;
}

.runway-recirc .runway-recirc-next {
	right: -3rem;
	-webkit-transform: rotate3d(0, 1, 0, 180deg);
	        transform: rotate3d(0, 1, 0, 180deg);
}

.section-news {
	display: block;
	margin: 0 1.8rem 4rem;
	position: relative;
}

.section-news * {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
}

.section-news h2 {
	clear: both;
	display: block;
	font-family: Elderkin, Arial, sans-serif;
	font-size: 3.2rem;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

/* Time and Rubric */

.section-news div {
	clear: both;
	display: block;
	padding: 3rem 0 .4rem;
}

.section-news time {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.section-news time.slash:after {
	color: #555;
	content: '\002F';
	padding-left: .6rem;
	padding-right: .3rem;
	vertical-align: top;
}

.section-news .rubric {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
}

.section-news .rubric:hover {
	text-decoration: underline;
}

/* News Items */

.section-news .item {
	border-bottom: 1px solid #eee;
	clear: both;
	display: block;
	padding: 0 0 3rem;
	position: relative;
	text-decoration: none;
}

.section-news .title {
	color: #333;
	display: inline;
	font-family: Georgia, serif;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 2.4rem;
	margin: .5rem .5rem 0 0;
}

.section-news .item:hover .title {
	text-decoration: underline;
}

.section-news cite {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8rem;
	vertical-align: baseline;
	white-space: nowrap;
}

.section-news p {
	color: #333;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.2rem;
	margin: .5rem 0 3rem;
}

.section-news .item:after {
	color: #00bcf1;
	content: 'READ MORE »';
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 800;
	position: absolute;
	bottom: 2.4rem;
	text-transform: uppercase;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
}

/* News Items Image Variations */

.section-news .item.square {
	background-position: .3rem .3rem;
	background-repeat: no-repeat;
	background-size: 15rem 15rem;
	min-height: 18rem;
	padding-left: 17rem;
}

.section-news .item.horizontal {
	padding-left: 0;
	padding-bottom: 4.5rem;
}

.section-news .item.horizontal p {
	background-position: .3rem 1.6rem;
	background-repeat: no-repeat;
	background-size: 49rem 41rem;
	margin: 0;
	padding-top: 45rem;
	padding-left: 0;
}

.skimlinks {
	display: none;
}

/* ew, manual clearfix. change this out with a mixin once we have those */

.standard-slideshow:before,
.standard-slideshow:after {
	content: ' ';
	display: table;
}

.standard-slideshow:after {
	clear: both;
}

/* count and number default styles */

.standard-slideshow .slide-count {
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
}

.standard-slideshow .slide-number {
	color: #000;
	font-family: GeorgiaProCondSemibold, Georgia, serif;
	font-style: normal;
}

/* slide videos */

.standard-slideshow .slide > iframe {
	margin: 20px 0 15px;
	max-width: 100%;
}

/* description */

.standard-slideshow .slide-description {
	color: #111;
	font-family: Georgia,serif;
	font-size: 1.6rem;
	line-height: 2.3rem;
	margin: 0;
}

.standard-slideshow .slide-description a {
	color: #1782a9;
	padding: 0;
	text-decoration: none;
}

/* hide the "all slides" buttons for now, until we add that functionality */

.standard-slideshow .mobile-thumbs,
.standard-slideshow .view-thumbs {
	display: none;
}

.streaming-beta-messaging {
	background-color: #fc2a52;
	bottom: 0;
	box-shadow: 0 -2px 2px rgba(0,0,0,.25);
	display: none;
	left: 0;
	min-height: 3.7rem;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1000;
}

.streaming-beta-messaging.down {
	bottom: -30rem;
	-webkit-transition: all 1s ease;
	        transition: all 1s ease;
}

.streaming-beta-messaging .streaming-beta-messaging-container {
	margin-left: -8.5rem;
	padding: 1rem;
	width: 100%;
}

.streaming-beta-messaging .streaming-beta-messaging-text {
	color: #fff;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}

.streaming-beta-messaging #streaming-beta-messaging-target {
	padding-left: .5rem;
	position: fixed;
}

.streaming-beta-messaging button {
	background: transparent;
	border: none;
	cursor: pointer;
	margin-top: .5rem;
	position: absolute;
	right: 0;
	top: 0;
}

.streaming-beta-messaging button svg {
	fill: #fff;
	height: 2.5rem;
	width: 2.5rem;
}

.streaming-beta-messaging .streaming-beta-messaging-share {
	cursor: pointer;
	text-decoration: underline;
}

/* IE8+ Clearfix */

.streaming-beta-messaging .streaming-beta-messaging-container:after {
	clear: both;
	content: '';
	display: table;
}

.valuable-stars .affixed {
	position: absolute;
	z-index: 101;
}

.video-embed {
	height: auto;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.video-embed iframe,
.video-embed object,
.video-embed embed {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.vulture-nav {
	background-color: #fff;
}

.vulture-nav .vulture-nav-inner {
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.vulture-nav .logo {
	overflow: hidden;
}

.vulture-nav .dropdown-section h2 {
	color: #979797;
	text-transform: uppercase;
}

.vulture-nav .dropdown-section > a,
.vulture-nav .dropdown-section > a:visited {
	color: #fff;
}

.vulture-nav .dropdown-section.plus > a,
.vulture-nav .dropdown-section.plus > a:visited {
	color: #ccc;
}

.vulture-nav .nav-sections > a {
	color: #000;
}

.di .promo {
	position: relative;
	border: 1px solid #555;
	margin: 1rem auto;
	padding: 1rem 0.5rem;
	overflow: visible;
	text-align: center;
}

.di .promo p {
	margin: -2rem 2rem 1.3rem;
	padding-top: 3rem;
	font-family: Georgia,serif;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ec2c00;
}

.di .promo-icon {
	display: table;
	width: 8rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1.8rem;
	background-color: white;
}

.di .promo-icon svg {
	fill: black;
}

.di .subnav h1 {
	text-indent: -999rem;
	position: absolute;
}

.di .top-stories {
	background-color: #fff;
}

.di .top-stories:before {
	content: "Top Stories";
	font-family: Georgia,serif;
	background-color: white;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 700;
	left: 0;
	margin-top: 1rem;
	position: absolute;
	text-indent: 1rem;
	top: 0;
	width: 11rem;
	z-index: 1;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {

.fyre .fyre-comment-actions a.fyre-flag-link > span,
.fyre a.fyre-comment-flag-mobile-btn,
.fyre a.fyre-comment-flag-mobile-btn:hover {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAAcCAYAAADst9g0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQ0YwRERFRkMyNUYxMUUzODYzMjk1RDlGOUEzQzNCQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQ0YwRERGMEMyNUYxMUUzODYzMjk1RDlGOUEzQzNCQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZDRjBEREVEQzI1RjExRTM4NjMyOTVEOUY5QTNDM0JDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZDRjBEREVFQzI1RjExRTM4NjMyOTVEOUY5QTNDM0JDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++++npgAABeVJREFUeNrsWllPW0cUPsZ22AwGFMIuFidAq5BENVILIiAkO09tlBeoKvFs/4PAP2jcfxC/tw3hpUJVW5ZgscgWas1LH9jKZskGjITZHLHTc67moull7rUpXDeNfKQRcO+Zg/nmzHe+OYPh4uIC0pY6y0hDkFoz6RHU4/GovSrCHWU7OjqqPT4+Lj87OyugHZaRkXFqNBr3zGbzRmZm5orBYFhC321RgN7e3jTgyRiC2Hp4ePj56emptaKiAsrKyiA/Px9MJhPgc1M8Hi/a3NwsCofDnyL4u1lZWdO4GP50hl/fLJjJX2JGN9bU1EBLSwuUlpaC1Wq94ri3twfr6+sQCASsq6urz+7cuVOL4A/iq/004MlZ7snJyTeY3RXt7e3Q2toKmLmqzpTxNKqrq2F6ehr8fv8Dmo9U8wO+PtD6RV6v13GNz7XscrmWcU4hfm9nz0b/zR+IcT4YwA3n5+cvMEMrnE4nNDc3C502NjagpKSEKOfyGS1KR0cHWCwWGB4eLqc4yPPf4ystSTVyjc/WR6WGgS3PM/yvMxwB/AKL44POzk4h2Egz0N//BsbevYOn7R3Q09MDuDj/8LHb7XBwcAA+n+9+Tk5OS5KcHsQRS+AT+9goxYKF8Clxdltbm9Bhfn4Ofh4chKzsbPjt118Q3M/g4cOmK340H/kc1tbW2lDB/JkEn/fhNh+FD9R00eGYiY2YwTnE2cqslS20FgIjKhTkZ2mEQiGhH82nQkvxMG5DumgKDBWJrby8HCorK1V9jEYT6W9aHIm/MzKMqr4kIykeykYb/vhHirCpw9HFeL5QLrY4BtQKLBZhmuPiCvEA7jZ87HWxGEFdAEfuLiOdjbyr6nOv5J7E4wT2+fkZFN+9qy51cnMl3Y67oCxFYBNArzXeeXG4FWCL5jjYc2CL0KcLpdAJMi8vT9OHlEk28jeBTrRBP2sZxaO4KQDbwQFH2dyNw8kAXuZAt3Ng27k5o9ycAeZn112l4KElIYBVVVUwOzsLdTYbWAsKbhSPs1cIQExDNzsTzO9SAMcbPVviFiYodxzk94r4o/hZXrMF0hdw5HHtExHSxOPHT2BychK6u78GS57lRvF4NXnDj+5mlCFatOUEi+RV0fz6Ao4UsbO/v59w+3/1/Dk0NDZCfX0Dnjq0zx0YT4qb5KEmeMM/IcgVzjqucDoEhdLO7Z4BwY6KoU9QTgRdAEe9vI5WEI/HpUxWM9TWEImEpZMlaXY1ozjUY6G4yYB1CzqcMvYVAzuRFSbhE9M1w5FvlyKRyCfhcBizt17os7KyAt95voWdnV2pkfXyZa/E5SKjOBiPiuxSCoomgf1WwdvLbIzeVJbqolJQ6s3j9n8fCAQkFSKyra0tiG5GpX5JNBqF6FZUTfFQ95Do5D3FTQHgvZxCKeIUikeFqoJJNNDsugJOlIs0MUVZPDU1JXRoamoCh/OZpMMdDic8evRE6EfzKQ7Fg9S0ae1cAYwJNPgVjuZA7xJwvIunHd1UCp4gA8i5dX6//z7xuLKBRRrc5XZLmV5cXCxsAczMzFCLlrj7L4qXokNPjAHUpThRyrwuMg+jITpWEvV4WbF0Kefoead5gUf3n5ASwkNDQzA2NkY3O1f6JHQZoQSb/MbHx4Hm4fwIxQHt1uxtmofLZqoZI+zrW4U0dCjUiSwJCeBtBPuCHYYK+Z2i9yXygdls/hFpY25iYgL6+/thYWEBdnd3hc5047O4uCj5+Xw+2iWLOP8NJLh80AFwDycLHewrAdrMZCcoeiwEuptxPc/zA2zO5TODHv8mIbpEFt1p0mmTTpB0qCGdTZcRpEi07jRv+xIZM1FL7tm5whhTObkm8ztG2MK5U3aJTOAhF88hwDYEtjYUCl3e2lPhNJlMO5jNEeR26dYen2/Df2sxSPLajdEHLcqVXjzrIMr0o0+3UCMLt9n4HT4uk0+S1Me5BJ3JRLlo0j1q0ARpuw1zs+Iq3ZEKaComN8LS/3l1C0aZy4qjV9HgCrICbGM+8LcAAwDZgWhUcFz2nQAAAABJRU5ErkJggg==);
	background-position: -.1rem -.1rem;
	background-size: cover;
}

.fyre .fyre-comment-reply,
.fyre .fyre-comment-reply:hover {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAAeCAYAAADTsBuJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQ0YwRERFN0MyNUYxMUUzODYzMjk1RDlGOUEzQzNCQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQ0YwRERFOEMyNUYxMUUzODYzMjk1RDlGOUEzQzNCQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhEMzBFODBDQzI1QTExRTM4NjMyOTVEOUY5QTNDM0JDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZDRjBEREU2QzI1RjExRTM4NjMyOTVEOUY5QTNDM0JDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jHsdUwAAByRJREFUeNrsWltvE1cQnvXdTmLH0NAipQhMpd6gRDIhgKJKAadcIqRW4EjtUx8q55WXKn4C8RbUX4DVB1qphRJAFPpCY4U05RLSpCq9gNpCSiMKCUFsVTuO7fWlM5uz0emya68v4Ao80lHic86u1983883MsYV8Pg91q52Z6hDU1oSDBw4Y2wjwJv4RQRB+UuaU6HG6XJBMJHBJWJo/eOhQHV0DZikKPIIqpdNv57LZNrvDcR/RvYXTCfwLJpNpCfS6PQYJYuDvtdlsbd5lyyCdTrdkMxkXDpBw0LpMQD2PPJ4IQMD3ZiVp/Z49eyA+Pw9nz5zJeJqbc0ySyrbVH3wUMLBtio1amheHn/0f1dpw++MPq08AerWQXpSd9V3btkHHli1wYXgYstksLSfJ6yusnoYM7iMCwjgGa0SAn3tW4YlEAIJrRdnpyUjSBgJ/x65d8nw8HodcLieg7rci+H/jFLGRw/0LOJJlvv+knNj1Pc+H4wSO3hqS8OQkiGn+1oVEou2tHTuWwCdzu92QTKUss7Oz71ks8mUZq9WaMZvN97EKumc2mW7j3G+MGKMW1gttDnwiYuCZIACT67pUMrkx0N39H/DJ2tvbwYrAzycSsvxIkmTBvZbEwsKq2ZmZVTMzMx2NjY03MEJO4XqmCs82xTz/FiPDzyLm6SQA9X0Dev/uru3b7bt6eh7Z6GpogK2dnY/eAckQRRHGrlyB4eHhV5uamt7BUPqScniVSOBlSUuqgjgC7H+RkRTRkLYAI1Fk6yHuOuWaYkk/yJxBuYdWgdGvyCsm6KgxAvL5NpMg7Ozs7LTv3L27xFZOACpRibQckoHJ+nWMhN9x5YcqEBDQIUNJkCcYIGqQCIRuVcQoUhZl1/Sr3ode9+kByxE+wAgYVJOM4PvYOrDoNdQHvEKe39HR4ejBctNUQWPV1dUFra2tkE6l3qgC+PyHiaoI8LHqxMfW+hjgfey1l1vXqmz6GYC9bChEHVGRrjYFdCXytCKETETvN5SzLKjXz6HnWjDBytpeSWdLMuVbuxamp6dXGrxkQKcK8nHgTTFgeetnIAxqeFqEARnivFrtxerr6PUEIydUoDBQPF+Rr4gOAYYLBpPFbL7hdDqzly5ehOPHjkFakipyW5QfSKVSzhLq7IDG8DGvpCppo4b8BLkqSssOs7+hAtWX3jXBIs8cUeUDXn4KNm2aEeBwOntxWAWzGcYuX5ajINjbCzabrSwCsCwtpWMJa+h0P/dBIzqkeTnJMJJHoqreQyvZRgtcAxrX+xgJauKmjMqPTIDVZkvToVpzczO2VTm4OjYmH7LtCwYB6/yljZlMBm7evAnxWEx+jdUOrF6zBux2u6ooKqlDnlR90CgbExy4EQ0J0UrSRk0scV4vCgZ0CCipX6Eq6DMEdx967kvNWM1QDhi/elVOxvswEsijyb4ZGYFzZ8+Cx+ORPZwqHofDAa+tWwfdgQA0oPSUQYAeKWH2AQfYa736v9vg/aptg+zZ/Cg9SmnrL5eAJIJ2CvuAIILtWyJhfBwISooE6nxR16m6AYfLJUdGBnMFzuXHMWLuTE8LHZs3Q/umTfLeKpBwmHmUUjp265SjYhkA+w3MF7vnFAM6yIbIyU9Jz6McRy8gaCcwEqYIfI/XC8uQCAL35OAioZgnQEBpasBKh7zdg5LVsmIFvLByJdy9dw8+PXoUfrx2TSbAxKKmQgtzMhPSOSUNFShhh7hqSS1hgQI9x6RBOYpy0lOW/PAEAIuE4+jVfygkeJcvhyuXLsHX58/L3o/gZjAHXJiPxUZjsdgc7hcsVqtAJBAp346OUjSAHaWpChbl9H9ABSRf5fTrnCEpFZWoU/7yPUKI6zkiJeQBkTsmqZgAsjRK0RdIguxhJEfLW1pk/f9+cpISr5BMJr/DSBlOxOOfPHzw4KtUMhmniul5JGFubg5+uX4dPG53vEpaG+Yan5Dqw/PkPGQeP8HOjhRdDuvIh5/tG9JI+JESno/fW7L8aBFA+p9EEk5LkvQnJVuKAuwTMvPxOJC3YxRY2FeRcewZJtLp9OdIWJyqoUa3O4bJ+2eMgNEqESBy3q722j4VQQGVJ27U0XLlkE9UnQ+FNZo2I8kYyvX+R05DORLiSMJJelCb3f4iyssd9PS/MA/EENx/pPTiORsRgeMuytI5l8v1Lg6Uf/NpvDZX6E3RUwSugTGSkA8XWeN7AyMaPshGoEjjRPNCGWRURgCzGAJ5HKud93O5nD0vCEPyd8CLBClE0deW1CP8mkgkRnCiCYmyYg2UesKnuuWWmtEK31dJvtFy5KcYAWTzGYwEHC8j2GZMxFkqP6kHUApNIoDKTlSmEVrD5GwyV6cK+r+al5OvUCXeLxOwf//+Yntm2TBqOXi67YjqvIi8P1LuzZ6lX8aJTHIq7Yyjqiqot5KbCfXfhtbW6r8NrbH9K8AAvWzhBfp3duoAAAAASUVORK5CYII=);
	background-size: cover;
}

.fyre a.fyre-comment-like-btn,
.fyre .fyre-comment-like-btn:hover {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAA8CAYAAAD4zJ32AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4RDMwRTgwQUMyNUExMUUzODYzMjk1RDlGOUEzQzNCQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4RDMwRTgwQkMyNUExMUUzODYzMjk1RDlGOUEzQzNCQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhEMzBFODA4QzI1QTExRTM4NjMyOTVEOUY5QTNDM0JDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhEMzBFODA5QzI1QTExRTM4NjMyOTVEOUY5QTNDM0JDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yHfaugAACa9JREFUeNrsmltMVPkdx//nDHNlmGFAGO7KKCjVtVYwqU1t3AguxNht2rS1SbtNNo089bGBp740aaDX15U0sTVtY3bT7EPbrRt40I1rt4nT7kJB16WjXJSLIwPMnTmXfv9n/oc9DhdnmBuG809+zrlz/Px/1//5cbIsE33kbnA6UB2oDnTPAY2/wW08QzmbITzbXr+DkBnbkW9VLz0aitic4yGnu7fx8eg95TrNMF+TdaAbBp8EqAU6Wf5FZ+2q75NSObifiITEiPXZnGP/a82r9706UEJKtj0rbjxkD/l/WxoN7pdOgraZI5a70cra0PR7vrK21z3Bex+l+4cxiZ1sk05EII1bXJB2tj3Cfj1MAuw5GY9cTzy/vf4+L4/KDve4V5+8Qeqw44FU4LgBUIVIdXXsyR8mytstGfztYSbtaV7frrlHHd9m+wO7RUP5dC98WNZ2xL0yfZWzywbpC7iNB9AnmN01WXmKPbHaahXDp/Z6UEoL6HTpwd66Zd+HVj7qlo/ilnIcXJEJ75PWr5E4TsCRlTy+64jGXl5SH8oRft7UcKXxme9NzkV4icKsxv8HHDmqnavU5JOXrhgr/uUJTozudQ0t2c7EyyOL12pWZk+RBo5IxwCyDJJgF8wDqKA+gSMrpoqfu9b8+XxXD/OZdAymcX2fZntIE/hc7Dk0KLoQHNWANoQAFcgL0Cl7yw9rVx/92kKilfIxnsgtXNLQ4hAj5KlMuICsaCpZU3jKFbGnA5iE1ebgvdt5BDqQJtArkMtsu1cDkwa2t9mzSEpw6wPcLkD1Zg10yt76+r7Y3G9EgY/Igmxo8k+2ci4En2Ow51qS1MrE595LSU0PArQTGybsBwjn+F/gFVMw9u5D++Ge5tCnd4todakwhzQTMsw0lPrjdyA+jeZTjR0G1A5A9WUF1CALntJE0ENKKS3gskP5jgCmg2mgpAkFACuXY6eS+U9sytVJzJb70X01kdm/TjqOvXqUkPu7CKbqAlwM5HdS8tAhgFTv7WP37jzKSzIXo0m8jHRIOg9px2ErM3FpiztVc48nCwC5ilemxyqEa1zxp78qMEgK6u42MInG//Zv8QzVjVzOnQ+VmAhp3JlS32ufZBdWvlxgoNriwMe0MPW8S6PF2opt0yoOmjuSm6C0k0oME8Aty+uuoURKlBXJfwaYT+xL0USXZruzcGkTtwOHAXPn7kuEm5aTk6E8gxOLALOXgRtgQN/Zor7vSuNZ3qyAIuvhFRgSS4tEJvILtFZORnkShUQgtuThmME6ZysszBGNz+xkQk27Q+MGtFrsze/iCMcnKFpuQiL8HWjbjKTml8krjEwMmiU9VaONDKrKmOOFJbP7F0VMm/o1frNPA9S3XdCB3/RAaNpE81FXVkBDRsefHtubfyqHYKpTSNo/QVX+oUi4/wDuJGZwgZWZai5KF55pikUzgWdKHpoEi+E3u//SGJ68UkSgXg3UAU3A0kbxvlSYLOFXtDubikkx+bblf4fx87MFR0NzZXzhuyVCwkZNmAsD5KycVEgKj+alNjgIiAIVKRM3KyVhm5IuQOCMjzN8h+E0NG4ww2cOsjSpnUHtYi6hnQFV/ayXaWO7xh305ywouaOzb6JqumqU1s7ZhNBrzsTSKU6Wkssf1AUsKEkr4SSN3zEx7aRBHuYeN1je2yXrFL0sN+1k8AbZMZ8myddGfBrE+rOpkhQvuN0nENTmJ5ECnbUJwbNWMfwlkxirMMiiGTpq2JDnA+aipf6tmujMjzNx9lt+filM7qr6Sm8uFkZeCDT12knH0RaTGP+qSYp3QFqgyXVKNcqbZkNG51tNoc/ezVf0fFlGJkDXx2eOV5y8LO3jiFQFzeSwPe8J3nuovWZPA9WHDlQHqgPVhw5UB6oD1UdaQAcHN5bK9LjNZiMlJSVEkj7/DsLzPEkkEk3BYPB7paWlPsj7fr9/1WB4vnjq6+vbk0C3/C7PcRxZW1uj8FKPG3Gs22q11uF8XTgcbjSZTL/HBCzp+vmCzhFBEBRNpXDVIYriVwDy8KVLlwLQTnL9+vUGaPD3cc2fcTrtTocDP/rlrui+e/S7n+QU6La9TRQkNXH6y6QuEomcPX78eKytrU1uamoiRqNxFUCbcPlFst6Yk9bY2913GA6Y9zerqqpsXV1dylLz2NgYwTEC/0k/Ju8nya/1usm/aMDsW2Ox2EUEKXd3d3fU4XAo/vXOnTuEZQn0Hwp5LY/vqnbfvbxAqZnDj34tGo2eq6+vtwFm+MCBA8q58fFxMj8/T02eMFOnnSLLuoZuDbMMWvh1aObxEydOiOfPnw9TzVTHxMSEkgFYLBaqNbQ14qM8v2teuu8QHNe77xCgAvkCehAgvwHtq79w4ULw9OnTz2X/VDOnp6dpxCcIUjRwiUidzuH3Hzj9NI9A89p9B7hdgOrNBdAGaGQ3TDsOraOBqqmxsdHR09Ozgki+wW9RkGfOnCFut5sgdZJnZ2e527dvd+D+ChQC13BJMXPSrLrvALUDUH3ZAnUA0sna2towrXgqKioSnZ2dobKysk2DQF1dHYFP1e5TDQ4MDw83Ikj9AJNzlSS/he4WmKoL2NB9x/LQIYDMSfedAhR5pAh/GULQidDcUnWj2wWr1HHo0CH51q1bQWh4MyblDA79vYAg1e679i1gEpJe991lJr1Z+1AKSVuzZzpotGegQ5RvgTVzx9130MxNqzhobvbddztdeaIl6tzcnOJbAZU+xFYk/7m7uu9omZnpoJNw8+ZN4vV6FQ1nz5CKAHP3dN+xZTyealrG638w8+XlZbK0tESDmdqPV+gov+Puu1wvjpQwzZSQR5IbN27wDQ0NYmtrK+fxeIjZbE7rIXTdlGkmLZton9QHRUyb+jUBSm3B8WlSpE2DDvymh03CSDZJvqqhPkTmP/r9/ouLi4uVqIJWUBXJSKOUFIn+Op1OYrfblQVn7aDaOTMzo8K3Q/4G+bSIQNXuuwEmI+zYoCat8mmLAwbzbTW4AeZgtiYvwOQ/RhnpxO+r8IWOQCAgwoyjY2Njij+kZWdNTQ01a+JyuRSA8XicjI6OkoWFBWK1Wlk/Mwlm+A5F7b4DzPx132Hcgk8ch7Y2Qlqx3wKh/fIiqiDy4MEDGtElRHOJrTDJAKnU85gIG1scmdol6xQ76r7LpkpSg9Gm35Q06QYtiZqYlLOgY2b+soQVAALzne9D/qmUJWl+U9osDyxg7rrefZeLhZF01kMDTP7L9qm2uiE1JLmYXM6APoN8DJnJ9AVyHWUz9LWFXQ/dZASZTDEttTCgEaahe37o3+V1oDrQPTX+L8AAtbcTx3nU0AMAAAAASUVORK5CYII=);
	background-size: cover;
}

.fyre .fyre-share-link > span {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAAAeCAMAAADgmzuGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAIoUExURQAAAB5hhx5kjB9jih5hih5phx9iiv///x9jiR5iiR9iiR9iih9jipOTkx5kiR9jih5jirWzs5GRkX9/f7e1tXNxcXFvb/n5+f39/YOBgaelpfv7+4F/f39/f3l3d5WVlb29vWlnZ2tpaWtnZ62rq4+Pj7Ozs39/f39/f3x5eW9tbW1ra4GBgbm3t/Xz839/f9fX14WDg8vJyX9/f317e3p3d7u7u5GTk7+/v42NjXd1dZORkX99faOhoX16enVycplmZpCQkIuJiY2NjYJ8fHl5ef/9/ZCQkHBubqWlpY6OjqpVVYqIiO3t7WxqanNxcW1paX9/f4eHh7OxsYaGhnx8fIB+fn97e4B+fnd1dXl3d317e3Z2dn95eaWjo6Ojo3Vzc/8AAH9/f4F+fpCQkHp3d4uLi4mJiXh4eLm5uff398XDw4mJiYODg4KCgq+vr4+NjY2NjYR/f42NjX9/f4eHh1VVVXp0dGdlZY6Ojo2NjbGvr397e3h2dpSUlHFtbYB+fo6OjnFvb4eFhfPz8727u399fXp4eJGRkX9/f5GRkbGxsW1ra39/f42Kindzc46MjIJ8fHl1dX9/f8fFxWhmZmtnZ2FfX39/f5OVlYmHh4uLi4uLi399fWxsbIWFhYOBgX15eYyMjIWFhXp4eH9/f4eHh5WXl4iIiGllZZCQkJeXl5SUlIuLi8nJyX9/f7+9vYiIiMXFxYF/f8HBwdHPz6mnpx9jipZKU8gAAAC3dFJOUwAiM6pEEe6Au3fMmYiAZt1VgIAIgICAgICAgICACoCAgICAgIBegAYwUICAgICADICAgAKAU4CAgICAgICASWIFY4AJKT+AXHiAXwNpgHxzgCgRgBMvVzx7fnp4eSyAgIABBFUXUQsNE4CAgBpAJ4CAXjRhFj4DXoBrY4CAf3+Af013gICAan8HFHSAez5ngHQtgCaAfHuAEoCAQoB+fD98RWCAfQ5rgDiAf4B1c4BUgDaAdICAgAsKZs8AAALwSURBVEjH7ZVVd9wwEIUNki15bS9l04ahaZiapOEyMzMzMzMzMzMzV3+vsmROnpKzLzm9D7tjjY8+SXNHFoS+phtX0k3IO3uzIs2IC+ce5g5OL+L+5ebb17owRBNjU+SxBMReHtTdQjWjfc0K/5iECBNicyOCez59cub63bfuXFLVjOUVw31bUIgSwVimf2KvEJNGDx02fmrx/nutKmVkjvEyEaJBhooSuTeIlXNTI4eUlNZs2FRLEWp82hI3pZAYD2KEwJ4jylal4lPGqp7ii+c4OeIgBIQkhoAYIR3aXB0hhNmDicUYkoEgQFNGMoZBRHmqVA2o/6xF5XZOsw/K4RBds4rPCgM17gRF4hka6oIU9cY87dteq4YY8YUz3PNRIjHoIYhiAkxIhD0oGIAIsatEZIAlag9kAhPxRbg6eUgNI0oWzLOTpmItStMlB2EFOlGoAwgB3BGE8yB7kG2bRPyIojMhQr+lmfNnO1l69rwxIJuIzQDYrJARBGwjZG4PvnqRDboa0BoiLJtenZjsfwPo9IQ1z1HAmQDErJYhrp0luhQue4sO4rs18cb6hob6HIswoSo3YYwI2Y6uFYcQMEJsuQhAPAUQhap6etugpsNNlc2qmpNdmZUwxiUdB3lNiEIIaqgowjE9iACO/E4s+q1+7Thy/NTjVx/ilJCZZRgDR/GUTjRvGyFEzF4o9iFEbocuKv75pzj/49GCd4miQjX7mEVIOkUgxLTDqLUhP4IxWcJD0AfuJBEFui/1t6M9UWC8ffTsaUZNVbVhTCxzczItgfWuKDOnBxFWf0HZXwvBJHw3ms239auzs+3T9Z11Qt7rQfm5LcaOpJdjHYyQ9WsKQQRUrAx1Gjsw5/aiFlCs14Pt/ePbl4KLm2nw5kn+8xZjV13QSvxGkCUhhOB3RdSkZce+CxKzXpVDn67Gz21bWfD+xcsHB9eFawWpPbq/QCUgdTsKYHjs/IktTnj1wNq0fLMb3WjvntXCf/Vl/QMBCukE1xTIZQAAAABJRU5ErkJggg==) !important;
	background-size: cover;
}

}

@media screen and (min-width: 0.000em) and (max-width: 46.874em) {

.vulture-nav {
	height: 5.6rem;
	position: relative;
}

.vulture-nav .vulture-nav-inner {
	border-bottom: 1px solid #000;
	border-top: 2px solid #00bcf1;
	height: 4.8rem;
}

.vulture-nav .vulture-nav-inner:after {
	border-bottom: 1px solid #828282;
	bottom: -4px;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}

.vulture-nav a {
	text-decoration: none;
}

/* Logo */

.vulture-nav .logo {
	height: 4.4rem;
	left: -2.8rem;
	margin: 0;
	padding-top: .2rem;
	position: absolute;
	top: 0;
	width: 23rem;
}

.vulture-nav .logo svg {
	height: 5.9rem;
	max-width: 100%;
	width: auto;
}

/* Tagline */

/*remove desktop tagline*/

.vulture-nav .tagline {
	display: none;
}

/*remove hot topics from mobile */

.vulture-nav .topics {
	display: none;
}

/* don't display main nav on mobile */

.vulture-nav .main {
	display: none;
}

.vulture-nav .search {
	background: transparent;
	cursor: pointer;
	display: inline-block;
	height: 4.5rem;
	position: absolute;
	right: 6rem;
	top: 0;
	-webkit-transition: width 300ms, background 300ms;
	        transition: width 300ms, background 300ms;
	width: 4rem;
}

.vulture-nav .search.on {
	background: #dbdbdb;
	-webkit-transition: width 300ms, background 300ms;
	        transition: width 300ms, background 300ms;
	width: -webkit-calc(100% - 6rem);
	width: calc(100% - 6rem);
	z-index: 1000;
}

.vulture-nav .search:after {
	border-right: 1px solid #ccc;
	content: '';
	height: 2.6rem;
	left: 4.4rem;
	position: absolute;
	top: 1.1rem;
	width: 1px;
}

.vulture-nav .search.on:after {
	display: none;
}

.vulture-nav .searchtext {
	display: none;
}

.vulture-nav .search .text-query {
	border: none;
	display: none;
	font-size: 16px;
	height: 3rem;
	margin: .7rem;
	padding-left: .5rem;
	width: -webkit-calc(100% - 6.6rem);
	width: calc(100% - 6.6rem);
}

.vulture-nav .search .search-icon,
.vulture-nav .search .search-close {
	background-color: transparent;
	border: 0 none;
	height: 2.6rem;
	padding: 0;
	position: absolute;
	right: 1.5rem;
	top: 1.1rem;
	width: 2.6rem;
}

.vulture-nav .search-icon svg {
	cursor: pointer;
	height: 70%;
	left: 15%;
	top: 16%;
	width: 70%;
}

.vulture-nav .search-close svg {
	cursor: pointer;
	height: 100%;
	width: 100%;
}

.vulture-nav .search.on .search-close svg,
.vulture-nav .search.on .search-close svg * {
	fill: #1a1a1a !important;
}

.vulture-nav .search-close,
.vulture-nav .search.on .search-icon {
	display: none;
}

.vulture-nav .search.on .search-close {
	display: block;
}

/* Nav Button */

.vulture-nav .nav-mobile:active {
	outline: none;
}

.vulture-nav .nav-mobile {
	cursor: pointer;
	display: inline-block;
	height: 4.8rem;
	padding: .4rem .6rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 5.8rem;
}

.vulture-nav .nav-mobile svg {
	height: 1.6rem;
	margin: 1.2rem 1.5rem 0;
	width: 1.6rem;
}

.vulture-nav .nav-mobile.on {
	background-color: #333;
}

/* Dropdown */

.vulture-nav .hot-topics > a,
.vulture-nav .mobile-sections > a {
	color: #00bcf1!important;
}

.vulture-nav .dropdown {
	background-color: #333;
	display: none;
	padding: 0 1rem 2.4rem;
	position: absolute;
	top: 4.6rem;
	width: 100%;
}

.vulture-nav .dropdown.on {
	-webkit-animation-duration: 250ms;
	        animation-duration: 250ms;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: DropdownOpen;
	        animation-name: DropdownOpen;
	-webkit-animation-timing-function: cubic-bezier(.215,  .610, .355, 1.000);
	        animation-timing-function: cubic-bezier(.215,  .610, .355, 1.000); /* ease-out-cubic */
	display: block;
	z-index: 9999999;
}

.vulture-nav .dropdown-section {
	border-bottom: 1px solid #3e3e3e;
	width: 100%;
}

.vulture-nav .dropdown-section:before {
	color: #979797;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2rem;
}

.vulture-nav .dropdown-section:after {
	clear: both;
	content: '';
	display: block;
}

.vulture-nav .dropdown-section > h2,
.vulture-nav .dropdown-section > a,
.vulture-nav .dropdown-section > a:visited {
	display: inline-block;
	float: left;
	font-family: Arial, sans-serif;
}

.vulture-nav .dropdown-section h2 {
	font-size: 1.1rem;
	margin: 0;
	padding: 2.0rem 0 .4rem;
	width: 100%;
}

.vulture-nav .dropdown-section > a,
.vulture-nav .dropdown-section > a:visited {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	padding: 1.5rem 0;
	width: 49%;
}

/* first two */

.vulture-nav .dropdown-section > a:nth-of-type(1),
.vulture-nav .dropdown-section > a:nth-of-type(2) {
	padding-top: 1.2rem;
}

/* last two */

.vulture-nav .dropdown-section > a:nth-last-of-type(1) {
	margin-bottom: 1.2rem;
}

/* left side clears to the left */

.vulture-nav .dropdown-section > a:nth-of-type(odd) {
	clear: left;
}

/* right side has different padding, so users click them easier */

.vulture-nav .dropdown-section > a:nth-of-type(even) {
	padding-left: 4%;
}

.vulture-nav .dropdown-section a.tablet {
	display: none;
}

.vulture-nav .dropdown-section .follow {
	background-color: #ededeb;
	border-radius: .5rem;
	border-top: 1px solid #3e3e3e;
	float: left;
	margin: 0;
	padding: .3rem 1rem;
	text-align: center;
	width: 100%;
}

}

@media screen and (min-width: 0.000em) and (max-width: 37.499em) {

/* Article Header */

.about {
	clear: both;
	padding-bottom: 2rem;
	position: relative;
	word-wrap: break-word;
}

.about header {
	margin: 0 0 1.5rem;
}

.about header h1 {
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 4rem;
	font-weight: normal;
	line-height: 4rem;
	margin: 0 0 3rem;
}

.about header p {
	color: #333;
	font-family: Georgia, serif;
	font-size: 1.6rem;
	line-height: 1.3rem;
}

/* Article Body */

.about .body {
	color: #111;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.about .body figure.about-img {
	left: -2rem;
	margin: .5rem 0 2.1rem;
	width: -webkit-calc(100% + 4rem);
	width: calc(100% + 4rem);
}

.about .body figure.about-img figcaption {
	margin: 0 auto;
	width: 90%;
}

.about .body h2 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.2rem;
	margin: 3rem 0 1rem;
}

.about .body p {
	margin: 0 0 1.5rem;
}

.about .body a {
	color: #f85d00;
	padding: 0;
	text-decoration: none;
}

.about .body ul {
	clear: both;
	line-height: 2.3rem;
	margin: 0;
	padding: 0 0 0 1rem;
}

.about .body ul li {
	list-style: none;
	margin: 0 0 2rem;
}

.about .body ul li:before {
	color: #999;
	content: '•';
	left: 0;
	position: absolute;
}

.about .body ol {
	counter-reset: list;
	margin: 3rem 0;
	padding: 0 0 0 2rem;
}

.about .body ol li {
	display: block;
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.about .body ol li:before {
	color: #999;
	content: counter(list);
	counter-increment: list;
	font-family: Arial, sans-serif;
	font-weight: bold;
	left: 0;
	position: absolute;
}

.about .body blockquote:before {
	border-top: 5px solid #e2e2e0;
	content: '';
	display: inline;
	margin-top: -1.4rem;
	position: absolute;
	width: 4.5rem;
}

.about .body blockquote,
.about .body blockquote p {
	color: #5a5a5a;
	font-family: Georgia, serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.3rem;
	margin: 0 0 1.5rem;
	padding: 1.5rem 0;
	position: relative;
}

.about .body blockquote p {
	margin-bottom: 0;
	padding-top: 0;
}

.about .body blockquote p:last-of-type {
	padding: 0;
}

.authorfeed {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}

.authorfeed .sponsored,
.authorfeed cite,
.authorfeed cite a {
	display: none;
}

.authorfeed article {
	border-bottom: 1px solid #f1f1f1;
	margin: 0 auto;
	padding: 1rem 5% 1.4rem 0;
	position: relative;
	width: 100%;
}

/*Promoted Authors*/

.authorfeed .promoted-authors {
	background: #fee949;
	border-bottom: none;
	height: 7.5rem;
	margin: 0 0 5rem -6rem;
	-webkit-transform: skew(-20deg);
	    -ms-transform: skew(-20deg);
	        transform: skew(-20deg);
	width: -webkit-calc(100% + 6rem);
	width: calc(100% + 6rem);
}

/*These are within a div that skews, so we must reverse the skew for the text*/

.authorfeed .promoted-authors h1,
.authorfeed .promoted-authors h2,
.authorfeed .promoted-authors .follow {
	-webkit-transform: skew(20deg);
	    -ms-transform: skew(20deg);
	        transform: skew(20deg);
}

.authorfeed .promoted-authors h1 {
	font-size: 2.8rem;
	margin: 0 0 0 15rem;
}

.authorfeed .promoted-authors h2 {
	font-family: Georgia,Times,serif;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 16rem;
}

.authorfeed .promoted-authors .follow {
	display: inline-block;
	margin-left: 8.5rem;
	margin-top: 2rem;
}

.authorfeed .promoted-authors .author-image {
	background-repeat: no-repeat;
	border-radius: 9rem;
	height: 9rem;
	left: 6rem;
	position: absolute;
	top: -.5rem;
	-webkit-transform: skew(20deg);
	    -ms-transform: skew(20deg);
	        transform: skew(20deg);
	width: 9rem;
}

.authorfeed .bio {
	font-family: Georgia,Times,serif;
	font-size: 1.6rem;
}

.authorfeed .bio:not(.show) {
	display: block;
	margin-bottom: 1rem;
	max-height: 7.6rem;
	max-width: 100%;
	overflow: hidden;
}

.authorfeed .bio + .read-more {
	color: #333;
	cursor: pointer;
	display: block;
	font-family: Georgia,Times,serif;
	font-size: 1.5rem;
	margin-bottom: 3rem;
	margin-right: 3rem;
	text-align: right;
	text-decoration: none;
}

.authorfeed .bio + .read-more:before {
	content: 'Read more';
	font-weight: 600;
}

.authorfeed .bio.show + .read-more:before {
	content: 'Read less';
}

.authorfeed .promoted-authors .follow a.twitter {
	color: #333;
	padding: 1.6rem 0 1.5rem 2.6rem;
	width: auto;
}

.authorfeed .promoted-authors .follow a span {
	display: inline;
}

.authorfeed article:after {
	clear: both;
	content: '';
	display: block;
}

.authorfeed article:last-of-type {
	margin-bottom: 1.5rem;
}

.authorfeed article.thumb,
.authorfeed article.square,
.authorfeed article.horizontal,
.authorfeed article.large-horizontal {
	min-height: 10.4rem;
	padding-top: 1.5rem;
}

.authorfeed div > article:first-child {
	padding: 2rem 0;
	text-align: center;
}

.authorfeed a {
	color: #f85d00;
	text-decoration: none;
}

.authorfeed a.square,
.authorfeed a.thumb,
.authorfeed a.horizontal,
.authorfeed a.large-horizontal {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 6.5rem;
	margin-right: 1rem;
	margin-top: .5rem;
	position: relative;
	width: 6.5rem;
}

.authorfeed a.horizontal,
.authorfeed a.large-horizontal {
	position: absolute;
	top: 1.5rem;
}

.authorfeed time,
.authorfeed time a,
.authorfeed time + span {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

.authorfeed time a {
	display: inline;
}

.authorfeed time + span {
	text-transform: uppercase;
}

.authorfeed time + span:after {
	content: '';
	display: block;
}

.authorfeed h1 {
	font-family: Georgia, sans-serif;
	font-size: 3rem;
	margin: 0;
}

.authorfeed h2 {
	color: #333;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.9rem;
	margin: -.2rem 0 0;
}

.authorfeed h2 span {
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.8rem;
	margin: .1rem 0 0;
}

.authorfeed > h2 {
	color: #333;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-weight: bold;
}

.authorfeed p {
	color: #333;
	font-family: Arial,sans-serif;
	font-size: 1.4rem;
	margin-top: .3rem;
}

.authorfeed p {
	color: #333;
	font-family: Arial,sans-serif;
	font-size: 1.4rem;
}

.authorfeed .horizontal time,
.authorfeed .large-horizontal time,
.authorfeed .thumb h2,
.authorfeed .square h2,
.authorfeed .horizontal h2,
.authorfeed .large-horizontal h2,
.authorfeed .thumb p,
.authorfeed .square p,
.authorfeed .horizontal p,
.authorfeed .large-horizontal p {
	padding-left: 7.5rem;
}

.authorfeed .follow {
	margin-bottom: 6rem;
}

.authorfeed .follow a.fb,
.authorfeed .follow a.twitter {
	color: #333;
	margin: 0;
	padding-left: 3rem;
	text-align: left;
}

.authorfeed .follow a.fb {
	margin-right: 1rem;
	position: relative;
	width: 7rem;
}

.authorfeed .follow a.fb:after {
	color: #ccc;
	content: '|';
	position: absolute;
	right: 0;
}

.authorfeed .follow a span {
	display: none;
}

.bedford-bowery-promo {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 7px;
	padding: 2rem 1.5rem;
	text-align: center;
	font-family: Arial, sans-serif;
	margin: 2rem 0;
}

.bedford-bowery-promo .title {
	background: url(/media/logo_bb.png) center center no-repeat;
	background-size: 23rem 2.1rem;
	height: 2.1rem;
	margin: 0 auto;
	text-indent: -9999px;
}

.bedford-bowery-promo .subtitle {
	margin-top: 1.1rem;
	font-size: 1.7rem;
}

.bedford-bowery-promo .info {
	font-size: 1rem;
	margin-top: 1.5rem;
	margin-bottom: 1.3rem;
}

.bedford-bowery-promo .info span {
	font-style: italic;
}

.bedford-bowery-promo a {
	color: #e8b705;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: bold;
}

.column-subscribe {
	clear: both;
	background-color: #f5f4f1;
	border: 1px solid #e7e7e7;
	display: none;
	margin: 0 -10% 2rem;
	opacity: 0;
	padding: 2rem 2rem 1rem;
	text-align: center;
	width: 120%;
}

.column-subscribe.on {
	display: block;
	-webkit-transition: opacity 1s;
	        transition: opacity 1s;
}

.column-subscribe.fade-in {
	opacity: 1;
}

.column-subscribe.fade-out {
	opacity: 0;
}

.column-subscribe p {
	color: #ff2716;
	font-family: Georgia, serif;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 2rem;
	margin: 0 auto 1rem !important;
	width: 88%;
}

.column-subscribe p span {
	text-transform: capitalize;
}

.column-subscribe p span.no-transform {
	text-transform: none;
}

.column-subscribe form {
	-webkit-transition: height .3s, display .3s .5s;
	        transition: height .3s, display .3s .5s;
}

.column-subscribe input[type=email],
.column-subscribe input[type=submit] {
	display: inline-block;
}

.column-subscribe input[type=email] {
	background: #FFF;
	border: 1px solid #ccc;
	border-radius: .3rem;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: normal;
	height: 4rem;
	padding: 0 0 0 1.2rem;
	vertical-align: top;
	width: 65%;
	-webkit-appearance: none;
}

.column-subscribe select:focus,
.column-subscribe input:focus {
	font-size: 1.6rem;
}

.column-subscribe .submit {
	background-color: #000;
	border: 1px solid #000;
	border-radius: .3rem;
	color: #fff;
	float: none;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: bold;
	height: 4rem;
	padding: 0 1.2rem;
	text-transform: uppercase;
	-webkit-appearance: none;
}

.column-subscribe form .return-message {
	color: #e26154;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: normal;
	height: 2rem;
	margin: 0;
	opacity: 0;
	text-align: center;
	visibility: hidden;
}

.column-subscribe form .return-message.on {
	opacity: 1;
	-webkit-transition: opacity .3s;
	        transition: opacity .3s;
	visibility: visible;
}

.column-subscribe form input[type=email].on {
	border: 1px solid #e26154;
}

.column-subscribe form.error .return-message.on {
	color: #e26154;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: italic;
}

.column-subscribe form.success input {
	display: none;
	height: 0;
}

.column-subscribe form.success .return-message.on {
	color: #000;
	font-family: Georgia, serif;
	font-size: 1.6rem;
	font-style: italic;
}

.column-subscribe form.success.hide {
	padding-bottom: 2rem;
}

.fyre-editor .fyre-editor-links {
	left: 0;
	top: 1rem;
}

.fyre .fyre-stream-sort {
	border-top: 1px solid #e5e5e5;
	margin-top: 2.5rem;
}

.fyre .fyre-archive-stream-header .fyre-archive-stream-sort .fyre-stream-sort-options {
	margin-left: 1.5rem;
}

.fyre .fyre-stream-sort {
	text-align: center;
}

.fyre .fyre-comment-actions a.fyre-share-link {
	left: 10rem;
	position: absolute;
	top: 1.1rem;
	bottom: auto;
}

.contextual-fb-promo {
	background-color: #f4f3ee;
	border: 1px solid #e1e1e1;
	margin: 0 -10% !important;
	padding: 1.5rem 3rem;
	width: 120%;
}

.contextual-fb-promo > p {
	font-family: Arial, sans-serif !important;
	font-size: 1.6rem !important;
	line-height: 2.1rem !important;
}

.contextual-fb-promo .promo-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contextual-fb-promo .promo-wrap p {
	color: #fc2a26;
	font-weight: bold;
	margin-bottom: 0;
}

.contextual-fb-promo .promo-wrap .fb-like {
	display: inline-block !important;
	margin: -1rem 0 0 1rem;
}

.contextual-fb-promo .promo-wrap .fb-like iframe {
	max-width: inherit !important;
}

.cut-nav * {
	-moz-osx-font-smoothing: auto;
}

.cut-nav {
	background-image: url(/media/rule-repeat.2x.png);
	background-position: center 4.9rem;
	background-repeat: repeat-x;
	height: 5.1rem;
	margin-bottom: .25rem;
	position: relative;
}

.cut-nav .cut-nav-inner {
	height: 4.8rem;
}

.cut-nav a {
	text-decoration: none;
}

/* Logo */

.cut-nav .logo {
	height: 4.8rem;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 17rem;
}

.cut-nav .logo svg {
	height: 5.3rem;
	margin-top: -.3rem;
	max-width: 100%;
	width: auto;
}

/* don't display main nav on mobile */

.cut-nav .main {
	display: none;
}

.cut-nav .fashion-dropdown-arrow {
	display: none;
}

.cut-nav .search {
	background: transparent;
	cursor: pointer;
	display: inline-block;
	height: 4.8rem;
	position: absolute;
	right: 6rem;
	top: 0;
	-webkit-transition: width 300ms, background 300ms;
	        transition: width 300ms, background 300ms;
	width: 4rem;
}

.cut-nav .search.on {
	background: #dbdbdb;
	-webkit-transition: width 300ms, background 300ms;
	        transition: width 300ms, background 300ms;
	width: -webkit-calc(100% - 6rem);
	width: calc(100% - 6rem);
}

.cut-nav .search:after {
	border-right: 1px solid #343434;
	content: '';
	height: 2.6rem;
	left: 4.4rem;
	position: absolute;
	top: 1.1rem;
	width: 1px;
}

.cut-nav .search.on:after {
	display: none;
}

.cut-nav .searchtext {
	display: none;
}

.cut-nav .search .text-query {
	border: none;
	color: #111;
	display: none;
	font-size: 2.2rem;
	height: 4rem;
	margin: .4rem;
	padding: 0 0 0 .5rem;
	width: -webkit-calc(100% - 6.1rem);
	width: calc(100% - 6.1rem);
}

.cut-nav .search .text-query::-webkit-input-placeholder,
.cut-nav .search .text-query::-moz-input-placeholder,
.cut-nav .search .text-query::-ms-input-placeholder,
.cut-nav .search .text-query::input-placeholder {
	font-family: Arial, sans-serif;
}

.cut-nav .search .search-icon {
	background-color: transparent;
	border: 0 none;
	height: 2.6rem;
	padding: 0;
	position: absolute;
	right: 1.5rem;
	top: 1.3rem;
	width: 2.6rem;
}

.cut-nav .search .search-close {
	background-color: transparent;
	border: 0 none;
	height: 2.6rem;
	padding: 0;
	position: absolute;
	right: 1.5rem;
	top: 1rem;
	width: 2.6rem;
}

.cut-nav .search-icon svg {
	cursor: pointer;
	height: 70%;
	left: 15%;
	top: 16%;
	width: 70%;
}

.cut-nav .search-close svg {
	cursor: pointer;
	height: 100%;
	width: 100%;
}

.cut-nav .search.on .search-close svg,
.cut-nav .search.on .search-close svg * {
	fill: #1a1a1a !important;
}

.cut-nav .search-close,
.cut-nav .search.on .search-icon {
	display: none;
}

.cut-nav .search.on .search-close {
	display: block;
}

/* Nav Button */

.cut-nav .nav-mobile:active {
	outline: none;
}

.cut-nav .nav-mobile {
	cursor: pointer;
	display: inline-block;
	height: 4.8rem;
	padding: .4rem .6rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 5.8rem;
}

.cut-nav .nav-mobile svg {
	height: 1.6rem;
	margin: 1.2rem 1.5rem 0;
	width: 1.6rem;
}

.cut-nav .nav-mobile.on {
	background-color: #1a1a1a;
}

/* Dropdown */

.cut-nav .dropdown {
	background-color: #1a1a1a;
	display: none;
	padding: 0 1rem 2.4rem;
	position: absolute;
	top: 4.6rem;
	width: 100%;
}

.cut-nav .dropdown.on {
	-webkit-animation-duration: 250ms;
	        animation-duration: 250ms;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: DropdownOpen;
	        animation-name: DropdownOpen;
	-webkit-animation-timing-function: cubic-bezier(.215,  .610, .355, 1.000);
	        animation-timing-function: cubic-bezier(.215,  .610, .355, 1.000); /* ease-out-cubic */
	display: block;
	z-index: 9999999;
}

.cut-nav .dropdown-section {
	border-bottom: 1px solid #272727;
	width: 100%;
}

.cut-nav .dropdown-section:before {
	color: #979797;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2rem;
}

.cut-nav .dropdown-section:after {
	clear: both;
	content: '';
	display: block;
}

.cut-nav .dropdown-section > h2,
.cut-nav .dropdown-section > a,
.cut-nav .dropdown-section > a:visited {
	display: inline-block;
	float: left;
	font-family: Arial, sans-serif;
}

.cut-nav .dropdown-section h2 {
	font-size: 1.1rem;
	margin: 0;
	padding: 2.0rem 0 .4rem;
	width: 100%;
}

.cut-nav .dropdown-section > a,
.cut-nav .dropdown-section > a:visited {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	padding: 1.5rem 0;
	width: 49%;
}

/* first two */

.cut-nav .dropdown-section > a:nth-of-type(1),
.cut-nav .dropdown-section > a:nth-of-type(2) {
	padding-top: 1.2rem;
}

/* last two */

.cut-nav .dropdown-section > a:nth-last-of-type(1) {
	margin-bottom: 1.2rem;
}

/* right side has different padding, so users click them easier */

.cut-nav .dropdown-section > a:nth-of-type(2n) {
	padding-left: 4%;
}

.cut-nav .dropdown-section .login {
	background-color: transparent;
	border: 0 none;
	color: #ccc;
	float: left;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	padding: 1.7rem 0;
	width: 100%;
}

.cut-nav .dropdown-section .follow {
	background-color: #ededeb;
	border-radius: .5rem;
	border-top: 1px solid #3e3e3e;
	float: left;
	margin: 0;
	padding: .3rem 1rem;
	text-align: center;
	width: 100%;
}

.cut-nav .promoCallOut {
	display: none;
}

.embed.video {
	height: 5rem;
}

.embed.video svg {
	height: 50%;
	top: 25%;
	width: 30%;
}

.story .episode-recap {
	border-top: 1px solid #eee;
	clear: both;
	left: -2rem;
	margin: 0;
	padding: 1rem 0;
	position: relative;
	text-align: left;
	width: -webkit-calc(100% + 4rem);
	width: calc(100% + 4rem);
}

.story .episode-recap a {
	color: #1782a9;
	text-decoration: none;
}

.story .episode-recap dl {
	margin: 0;
	padding: 0 6rem 0 2rem;
}

.story .episode-recap dt {
	display: block;
}

.story .episode-recap dd {
	display: block;
	margin: 0;
}

/* Recap Image */

.story .episode-recap img {
	position: absolute;
	right: -1.2rem;
	height: 8rem;
	width: 8rem;
	z-index: 1;
}

/* Show Title */

.story .episode-recap .show {
	border-bottom-color: #ddd;
	border-bottom-style: dotted;
	border-bottom-width: .2rem;
	padding: 0 .6rem .9rem 0;
}

.story .episode-recap .show dt {
	display: none;
}

.story .episode-recap .show dd,
.story .episode-recap .show dd a {
	display: block;
	font-family: Georgia, serif;
	font-size: 1.6rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2;
	text-transform: capitalize;
}

/* Episode Title */

.story .episode-recap .details {
	border-right: 1px solid #ddd;
	float: left;
	margin: 1rem 1rem 1rem 0;
	position: relative;
	width: -webkit-calc(100% - 12rem);
	width: calc(100% - 12rem);
}

.story .episode-recap .title dt {
	display: none;
}

.story .episode-recap .title dd {
	color: #111;
	font-family: Georgia, serif;
	font-size: 1.4rem;
	line-height: 1.1;
	padding: 0;
}

/* Season and Episode Numbers */

.story .episode-recap .season,
.story .episode-recap .episode {
	color: #999;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	padding: 0 0 .3rem;
}

.story .episode-recap .season dt,
.story .episode-recap .episode dt,
.story .episode-recap .season dd,
.story .episode-recap .episode dd {
	display: inline;
}

.story .episode-recap .season:after {
	content: "/";
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	margin: 0 .5rem;
}

/* Rating */

.story .episode-recap .rating {
	text-align: center;
	position: relative;
	margin: 1rem 0 0 0;
	float: left;
	width: 9rem;
}

.story .episode-recap .rating dt {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: .3rem;
	text-transform: uppercase;
}

.story .episode-recap .rating .score {
	display: none;
}

.story .episode-recap .rating .stars {
	font-size: 0;
	white-space: nowrap;
}

.story .episode-recap .rating .stars svg {
	display: inline-block;
	height: 1.7rem;
	padding: 0;
	margin: 0;
	width: 1.7rem;
}

/* Next and Previous Episodes */

.story .episode-recap nav {
	background: #f7f7f7;
	clear: both;
	min-height: 4.3rem;
	text-align: center;
	width: 100%;
}

.story .episode-recap .prev,
.story .episode-recap .next {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1.5rem;
	text-align: left;
}

.story .episode-recap .next {
	float: right;
	text-align: right;
}

.story .episode-recap span.prev,
.story .episode-recap span.next {
	color: #ccc;
}

.story .episode-recap .prev:before,
.story .episode-recap .next:after {
	content: '< ';
	font-family: Elderkin, Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 0;
	position: relative;
	top: 0.1rem;
}

.story .episode-recap .next:after {
	content: ' >';
}

/* Complete Link */

.story .episode-recap a.complete {
	display: block;
	padding: 1.5rem 0;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
}

.fb-promo {
	background-color: #000;
	border: 1px solid #555;
	bottom: -10rem;
	box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.75);
	left: -10%;
	margin: 1rem auto 0;
	min-height: 8.5rem;
	overflow: visible;
	padding: 1rem;
	position: fixed;
	text-align: center;
	-webkit-transition: bottom 1s;
	        transition: bottom 1s;
	width: 120%;
	z-index: 10;
}

.fb-promo.mobile-on {
	bottom: 0;
}

.fb-promo .follow a.fb {
	background: none;
}

.fb-promo .none {
	display: none !important;
}

.fb-promo .block {
	display: block !important;
}

.fb-promo .opacity {
	opacity: 0;
}

.fb-promo > svg {
	cursor: pointer;
	position: absolute;
	right: -webkit-calc( 10% + 1rem );
	right: calc( 10% + 1rem );
	top: 1rem;
	width: 1.5rem;
}

.fb-promo > svg path {
	fill: #FFF;
}

.fb-promo p {
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0 0 .5rem;
	padding: 0 20%;
}

.fb-promo p:nth-of-type(1),
.fb-promo div:nth-of-type(1) {
	display: none;
}

.fb-promo div {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	width: 18rem;
}

.fb-promo div svg {
	border-right: 1px solid rgba(255,255,255,.5);
	height: 2rem;
	margin: .8rem;
	width: 2.5rem;
}

.fb-promo div .follow {
	background-color: transparent;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fb-promo div .follow .fb {
	bottom: 0;
	color: #3E5C9B;
	display: block;
	font-family: arial, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	height: auto;
	left: 0;
	margin: 0 0 0 .5rem;
	padding: .9rem 0 0 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.follow a {
	cursor: pointer;
}

.follow a.fb,
.follow a.twitter {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 2.2rem;
	border: none;
	color: #000;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	margin: 0 8%;
	padding: 1.6rem 0 1.5rem 1.6rem;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.follow a.fb {
	background-image: url(/media/facebook.svg);
	width: 8.7rem;
}

.follow a.twitter {
	background-image: url(/media/twitter-blue.svg);
	background-size: 2.2rem 1.8rem;
	width: 10rem;
}

.newsfeed-share {
	display: none;
}

.footer {
	background: #000;
	padding: 3rem 0;
}

.footer a {
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
}

.footer a,
.footer p {
	font-family: Arial, sans-serif;
}

.footer .splash-page {
	padding-left: 3rem;
}

.footer .splash-page a {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0;
	padding-bottom: 2.3rem;
	width: 49%;
}

.footer .splash-page a:after {
	padding-left: 2rem;
}

.footer .splash-page a,
.footer .global-footer-nav a,
.footer .global-footer-nav p {
	color: #FFF;
}

.footer .connect {
	margin: 0 auto 2rem;
	max-width: 102.4rem;
	width: 100%;
}

.footer .connect {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 auto 2rem;
	max-width: 102.4rem;
	padding: 1.5rem 0 1.5rem 3rem;
	width: 100%;
}

.footer .connect:before {
	content: "connect: ";
	display: block;
	font-size: 2rem;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 2rem;
	text-transform: uppercase;
	width: 100%;
}

.footer .connect a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	margin-bottom: 2.2rem;
	width: 49%;
}

.footer .connect svg {
	height: 1.5rem;
	margin-right: .7rem;
	width: 1.5rem;
}

.footer .connect a[href*="twitter"] svg {
	margin-right: .4rem;
	width: 1.8rem;
}

.footer .global-footer-nav {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 auto;
	padding: 0 2rem;
	text-align: center;
	width: 30rem;
}

.footer .global-footer-nav a {
	color: #c2c2c2;
	padding: 0 .5rem 1rem 0;
	text-transform: none;
}

.footer .global-footer-nav a:after {
	padding-left: .9rem;
}

.footer .global-footer-nav a:after {
	color: #333;
	content: "|";
}

.footer .global-footer-nav a:nth-of-type(4):after,
.footer .global-footer-nav a:nth-of-type(7):after,
.footer .global-footer-nav a:last-of-type:after {
	content: " ";
	padding-left: 0;
}

.footer p a {
	text-decoration: underline;
}

.footer p,
.footer p a {
	color: #888;
	font-size: 1.1rem;
	margin-bottom: 0;
	text-align: center;
}

.global-footer {
	border-top: 1px solid #ccc;
	clear: both;
	display: block;
	margin: 1rem auto;
	padding: 0 0 5rem;
	text-align: left;
}

.global-footer > a:first-of-type {
	background-image: url(/media/nymag-text.2x.png);
	background-repeat: no-repeat;
	background-size: 7rem auto;
	background-position: left bottom;
	border: none;
	clear: both;
	color: transparent;
	display: block;
	margin-bottom: 1rem;
}

.global-footer a {
	color: #1F638A;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 0 2rem;
	padding: .7rem 0;
	text-decoration: none;
	white-space: nowrap;
	width: 40%;
}

.global-footer div {
	border-top: 1px solid #ccc;
	margin-top: 1rem;
	text-align: center;
}

.global-footer div a {
	font-weight: normal;
	margin: 0;
	padding: 1.2rem 1rem .2rem;
	width: auto;
}

.global-footer p {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	line-height: 1.8rem;
	padding: 0 2rem;
	text-align: center;
}

.greatest-hits {
	margin: 1.5rem 0 2rem;
	position: relative;
}

.greatest-hits > h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	left: 0;
	line-height: 2.1;
	padding: 0 1rem 0 0;
	position: absolute;
	top: -2.9rem;
	z-index: 2;
}

.greatest-hits article {
	border-top: 1px solid #f1f1f1;
	padding: 2.5rem 0;
}

.greatest-hits article:nth-of-type(1) {
	border-top: 1px solid #bbb;
}

.greatest-hits a {
	color: #222;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.9rem;
	line-height: 1.2;
	margin: 0;
	min-height: 9.5rem;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.greatest-hits a:hover {
	color: #444;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

.greatest-hits div {
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 19.3rem;
	margin-bottom: 1.5rem;
	position: relative;
	width: auto;
}

.greatest-hits a .infographic:after,
.greatest-hits a .video:after {
	background-color: #fa7802;
	background: rgba(248, 93, 0, .85) center center no-repeat;
	background-size: 1.5rem;
	border-radius: .3rem;
	bottom: 1rem;
	content: '';
	height: 2.7rem;
	left: 1rem;
	padding: 0;
	position: absolute;
	width: 2.7rem;
}

.greatest-hits p {
	margin: 0;
}

.greatest-hits .share-feed {
	margin-top: .5rem;
}

.hp-most-popular {
	margin: 0 auto;
	padding: 1.5rem 2rem 1.5rem;
	position: relative;
}

.hp-most-popular h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Elderkin,Arial,sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
	margin: .1rem 0 .1rem 0;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 2;
}

.hp-most-popular article {
	border-top: 1px solid #f1f1f1;
	padding: 0 0 1.5rem;
}

.hp-most-popular article:nth-of-type(1) {
	border-top: none;
}

.hp-most-popular a {
	color: #111;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.9rem;
	margin: 0;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

.hp-most-popular div {
	background-repeat: no-repeat;
	background-size: 6.3rem auto;
	float: left;
	height: 6.3rem;
	margin-right: 1rem;
	width: 6.3rem;
}

.hp-most-popular p {
	display: block;
	margin-bottom: .5rem;
	padding-left: 4rem;
}

/* Numbers */

.hp-most-popular article a:before {
	display: block;
	font-family: Elderkin,Arial,sans-serif;
	font-size: 4.4rem;
	left: -2.8rem;
	position: absolute;
	text-align: right;
	top: 1.2rem;
	width: 5rem;
}

.hp-most-popular article:nth-of-type(1) a:before {
	color: #00bbf1;
	content: '1';
}

.hp-most-popular article:nth-of-type(2) a:before {
	color: #00b5f1;
	content: '2';
}

.hp-most-popular article:nth-of-type(3) a:before {
	color: #009ff1;
	content: '3';
}

.hp-most-popular article:nth-of-type(4) a:before {
	color: #0088f1;
	content: '4';
}

.hp-most-popular article:nth-of-type(5) a:before {
	color: #0071f1;
	content: '5';
}

.hp-most-popular article:nth-of-type(6) a:before {
	content: '6';
}

.hp-most-popular article:nth-of-type(7) a:before {
	content: '7';
}

.hp-most-popular article:nth-of-type(8) a:before {
	content: '8';
}

.hp-most-popular article:nth-of-type(9) a:before {
	content: '9';
}

.hp-most-popular article:nth-of-type(10) a:before {
	content: '10';
}

.hp-most-popular .share-feed {
	margin-top: .5rem;
	padding-left: 4rem;
}

.hp-most-popular .share-feed h2 {
	color: #ff0042;
}

.hp-most-popular .share-feed h2 em {
	text-transform: none;
}

.hp-most-popular-mobile {
	margin: 0 auto;
	overflow: hidden;
	padding: 1.5rem 2rem 1.5rem;
	position: relative;
}

.hp-most-popular-mobile h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Elderkin,Arial,sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
	margin: .1rem 0 .1rem 0;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 2;
}

.hp-most-popular-mobile article {
	border-top: 1px solid #f1f1f1;
	padding: 0 0 1.5rem;
}

.hp-most-popular-mobile article:nth-of-type(1) {
	border-top: none;
}

.hp-most-popular-mobile a {
	color: #111;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.9rem;
	margin: 0;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

.hp-most-popular-mobile div {
	background-repeat: no-repeat;
	background-size: 6.3rem auto;
	float: left;
	height: 6.3rem;
	margin-right: 1rem;
	width: 6.3rem;
}

.hp-most-popular-mobile p {
	display: block;
	margin-bottom: .5rem;
	padding-left: 4rem;
}

/* Numbers */

.hp-most-popular-mobile article a:before {
	color: #00bbf1;
	display: block;
	font-family: Elderkin,Arial,sans-serif;
	font-size: 3.7rem;
	left: -1rem;
	position: absolute;
	text-align: center;
	top: .8rem;
	width: 5rem;
}

.hp-most-popular-mobile article:nth-of-type(1) a:before {
	content: '1';
}

.hp-most-popular-mobile article:nth-of-type(2) a:before {
	content: '2';
}

.hp-most-popular-mobile article:nth-of-type(3) a:before {
	content: '3';
}

.hp-most-popular-mobile article:nth-of-type(4) a:before {
	content: '4';
}

.hp-most-popular-mobile article:nth-of-type(5) a:before {
	content: '5';
}

.hp-most-popular-mobile article:nth-of-type(6) a:before {
	content: '6';
}

.hp-most-popular-mobile article:nth-of-type(7) a:before {
	content: '7';
}

.hp-most-popular-mobile article:nth-of-type(8) a:before {
	content: '8';
}

.hp-most-popular-mobile article:nth-of-type(9) a:before {
	content: '9';
}

.hp-most-popular-mobile article:nth-of-type(10) a:before {
	content: '10';
}

.hp-most-popular-mobile .ad,
.hp-most-popular-mobile .ad div {
	margin: 1.5rem 0 1.5rem -2rem;
	padding: 0;
	text-align: center;
	float: none;
	width: -webkit-calc(100% + 4rem);
	width: calc(100% + 4rem);
}

.hp-most-popular-mobile .share-feed {
	margin-top: .5rem;
	padding-left: 4rem;
}

.hp-most-popular-mobile .share-feed h2 {
	color: #ff0042;
}

.hp-most-popular-mobile .share-feed h2 em {
	text-transform: none;
}

.leaderboard-promo {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 18.3rem 6.2rem;
	border-bottom: 1px solid #eee;
	height: 10.5rem;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 90%;
}

.leaderboard-promo > a {
	display: block;
	height: 100%;
	width: 100%;
}

.leaderboard-promo .sponsor {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1.6rem;
	height: 4.4rem;
	margin-right: -12rem;
	position: absolute;
	right: 50%;
	width: 12rem;
}

.leaderboard-promo .sponsor:after {
	color: #606060;
	content: "Brought to you by";
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	left: -100%;
	position: absolute;
	top: 36%;
	width: 100%;
}

.leaderboard-promo .sponsor a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.list { /*overflow: hidden;*/
	margin-top: 6rem;
}

.list section {
	border-bottom: 1px solid #ededed;
	margin: 0 0 0 -2rem;
	padding: 0.5rem 2rem 3rem;
	position: relative;
	width: -webkit-calc(100% + 4rem);
	width: calc(100% + 4rem);
}

/* BEGIN: img component style overrides */

.story .body .list.vertical-layout section figure {
	display: block;
	padding: 0;
}

.story .body .list.horizontal-layout .img {
	margin-top: 0.5rem;
}

.story .body .list section figcaption {
	text-align: center;
	width: auto;
}

/* END: img component style overrides */

/* BEGIN: ad component style overrides */

.story .body .list .ad {
	margin: 0 0 0 -2rem;
	border-bottom: 1px solid #ededed;
	padding-top: 1.2rem;
	position: relative;
	width: -webkit-calc(100% + 4rem);
	width: calc(100% + 4rem);
}

/* END: ad component style overrides */

.story .body .list section .index {
	background: #fff;
	border: 1px dotted #777;
	border-radius: 50%;
	color: #000;
	float: left;
	font-family: MillerHeadlineLight, Georgia, serif;
	font-size: 2.5rem;
	height: 4rem;
	margin-right: 1rem;
	margin-top: -0.5rem;
	padding-top: 0.7rem;
	text-align: center;
	width: 4rem;
}

.story .body .list section div h2 {
	color: #111;
	display: block;
	font-family: MillerHeadlineLight, Georgia, serif;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1;
	margin: 1rem 0;
}

.story .body .list.vertical-layout section div h2 {
	margin-bottom: 1.5rem;
}

/* Buy button */

.story .body .list .buy { /*padding-bottom: 2rem;*/
	float: none;
}

.story .body .list .buy a.button {
	margin: 0 100% 1rem 0; /* forces everything below it to a new line */
	padding: .8rem 2rem;
}

.story .body .list .product-info {
	font-size: 1.5rem;
	display: inline;
}

.story .body .list section .related-info {
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	line-height: 1.75rem;
	margin-top: 1rem;
}

.story .body .list section .related-info:before {
	content: '\2022  Also appears in:';
	padding-right: 0.5rem;
}

.list section .content {
	margin-bottom: 1rem;
}

.list section .blurb {
	margin-bottom: 1.5rem;
	margin-top: 0;
}

.list .pull-right {
	float: right;
}

.list .pull-left {
	float: left;
	margin-right: 1.5rem;
}

.list .pull-left svg {
	height: 2.5rem;
	width: 2.5rem;
}

.list .hidden {
	display: none;
}

.list .fixedsticky {
	margin-left: -2rem;
	width: 100%;
	top: 0;
	z-index: 101;
}

.list .fixedsticky.fixedsticky-off {
	width: -webkit-calc(100% + 4rem);
	width: calc(100% + 4rem);
}

.list .filter-full-screen,
.story .body .list .filter-full-screen .filter-widget {
	height: 100%;
	background-color: #000;
}

.list .filter-full-screen .filter-widget ul {
	max-height: 100%;
	overflow: scroll;
}

.story .body .list .filter-widget {
	display: block;
	background-color: #00baf3;
}

.story .body .list .filter-widget .drop-down-open svg {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.story .body .list .filter-widget .drop-down {
	background-color: #000;
	color: #fff;
	display: block;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 1.5rem 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	width: 100%;
	cursor: pointer;
}

.story .body .list .filter-widget ul {
	list-style-type: none;
	padding: 0 !important;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

.story .body .list .filter-widget ul.hidden-menu {
	display: none; /* hide this for tablet and mobile */
}

.story .body .list .filter-widget h1 {
	display: none;
}

.story .body .list .filter-widget li.filter-item.filter-selected {
	background-color: #000;
	font-weight: bold;
}

.story .body .list .filter-widget li.filter-item.filter-selected:hover {
	background-color: #666;
}

.story .body .list .filter-widget li.filter-item .show-when-selected {
	display: none;
}

.story .body .list .filter-widget li.filter-item.filter-selected .show-when-selected {
	display: inline;
}

.story .body .list .filter-widget li.filter-item:nth-of-type(1) {
	border-top: 1px solid #fff;
}

.story .body .list .filter-widget li.filter-item {
	background-color: #000;
	display: block;
	line-height: 1.4;
	font-family: Arial, sans-serif;
	border-top: 0;
	margin: 0 !important;
	width: 100%;
}

.story .body .list .filter-widget li.filter-item.hidden {
	display: none;
}

.story .body .list .filter-widget li.filter-item:hover { /*background-color: #666;*/
}

.story .body .list .filter-widget li.filter-item a {
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 1.5rem 2rem;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.8rem;
}

.story .body .list .filter-widget li.filter-item:before {
	content: "";
	margin-left: 0;
}

.story .body .list .filter-widget li.filter-padding {
	visibility: hidden;
}

/*Ad Magic*/

.list .vp-0-600 {
	border-bottom: 1px solid #ededed;
	margin-left: -2rem;
	padding-top: 2rem;
	padding-bottom: 1rem;
	width: -webkit-calc(100% + 4rem);
	width: calc(100% + 4rem);
}

.story .body .list .ad iframe {
	width: auto;
}

.most-popular {
	position: relative;
	margin: 1.5rem 0 0;
}

.most-popular h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	left: 0;
	line-height: 2.1;
	padding: 0 1rem 0 0;
	position: absolute;
	top: -2.9rem;
	white-space: nowrap;
	z-index: 2;
}

.most-popular article {
	border-top: 1px solid #f1f1f1;
	min-height: 9.4rem;
	padding: 0 0 1.5rem 0;
}

.most-popular article:nth-of-type(1) {
	border-top: 1px solid #bbb;
	min-height: 9.9rem;
}

.most-popular a {
	color: #222;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.9rem;
	margin: 0;
	position: relative;
	text-decoration: none;
}

.most-popular div {
	background-repeat: no-repeat;
	background-size: 6.3rem auto;
	float: left;
	height: 6.3rem;
	margin-right: 1rem;
	width: 6.3rem;
}

.most-popular p {
	display: block;
	padding-left: 7.5rem;
}

/* Numbers */

.most-popular article>a:before {
	background: url(/media/1.png) no-repeat .4rem center;
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
	background-size: auto 1.5rem;
	border-radius: 3px;
	content: ' ';
	display: block;
	height: 3.2rem;
	left: 3.3rem;
	position: absolute;
	top: -.2rem;
	width: 4rem;
}

.most-popular article:nth-of-type(2)>a:before {
	background-image: url(/media/2.png);
}

.most-popular article:nth-of-type(3)>a:before {
	background-image: url(/media/3.png);
}

.most-popular article:nth-of-type(4)>a:before {
	background-image: url(/media/4.png);
}

.most-popular article:nth-of-type(5)>a:before {
	background-image: url(/media/5.png);
}

.most-popular article:nth-of-type(6)>a:before {
	background-image: url(/media/6.png);
}

.most-popular article:nth-of-type(7)>a:before {
	background-image: url(/media/7.png);
}

.most-popular article:nth-of-type(8)>a:before {
	background-image: url(/media/8.png);
}

.most-popular article:nth-of-type(9)>a:before {
	background-image: url(/media/9.png);
}

.most-popular article:nth-of-type(10)>a:before {
	background-image: url(/media/10.png);
	background-position: .8rem center;
}

.most-popular .share-feed {
	margin-top: .5rem;
	padding-left: 7.5rem;
}

.most-popular-ab-test {
	display: none;
	position: relative;
	margin: 1.5rem 0 0;
}

.most-popular-ab-test h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	left: 0;
	line-height: 2.1;
	padding: 0 1rem 0 0;
	position: absolute;
	top: -2.9rem;
	white-space: nowrap;
	z-index: 2;
}

.most-popular-ab-test article {
	border-top: 1px solid #f1f1f1;
	min-height: 9.4rem;
	padding: 0 0 1.5rem 0;
}

.most-popular-ab-test article:nth-of-type(1) {
	border-top: 1px solid #bbb;
	min-height: 9.9rem;
}

.most-popular-ab-test a {
	color: #222;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.9rem;
	margin: 0;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.most-popular-ab-test div {
	background-repeat: no-repeat;
	background-size: 6.3rem auto;
	float: left;
	height: 6.3rem;
	margin-right: 1rem;
	width: 6.3rem;
}

.most-popular-ab-test p {
	display: block;
	padding-left: 7.5rem;
}

/* Numbers */

.most-popular-ab-test article>a:before {
	background: url(/media/1.png) no-repeat .4rem center;
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
	background-size: auto 1.5rem;
	border-radius: 3px;
	content: ' ';
	display: block;
	height: 3.2rem;
	left: 3.3rem;
	position: absolute;
	top: -.2rem;
	width: 4rem;
}

.most-popular-ab-test article:nth-of-type(2)>a:before {
	background-image: url(/media/2.png);
}

.most-popular-ab-test article:nth-of-type(3)>a:before {
	background-image: url(/media/3.png);
}

.most-popular-ab-test article:nth-of-type(4)>a:before {
	background-image: url(/media/4.png);
}

.most-popular-ab-test article:nth-of-type(5)>a:before {
	background-image: url(/media/5.png);
}

.most-popular-ab-test article:nth-of-type(6)>a:before {
	background-image: url(/media/6.png);
}

.most-popular-ab-test article:nth-of-type(7)>a:before {
	background-image: url(/media/7.png);
}

.most-popular-ab-test article:nth-of-type(8)>a:before {
	background-image: url(/media/8.png);
}

.most-popular-ab-test article:nth-of-type(9)>a:before {
	background-image: url(/media/9.png);
}

.most-popular-ab-test article:nth-of-type(10)>a:before {
	background-image: url(/media/10.png);
	background-position: .8rem center;
}

.most-popular-ab-test .share-feed {
	margin-top: .5rem;
	padding-left: 7.5rem;
}

.newsfeed .cross-post-logo {
	top: 0.4em;
}

.newsfeed .horizontal time,
.newsfeed .large-horizontal time,
.newsfeed .thumb h2,
.newsfeed .square h2,
.newsfeed .horizontal h2,
.newsfeed .large-horizontal h2,
.newsfeed .video h2,
.newsfeed .slideshow h2,
.newsfeed .infographic h2 {
	padding-left: 7.3rem;
}

/* get rid of the crosspost blog name on mobile */

.newsfeed .cross-post-logo .blog-name {
	display: none;
}

.next-subnav {
	background-image: url(/media/next.gif);
	background-position: 0.5rem 1rem;
	background-repeat: no-repeat;
	background-size: 20rem;
	position: relative;
}

.next-subnav a {
	text-decoration: none;
}

.next-subnav h1 {
	display: inline-block;
	height: 8rem;
	margin: 0 0rem 3rem 0;
	text-indent: -999rem;
	width: 65%;
}

.next-subnav h1 a {
	display: inline-block;
	width: 100%;
}

.next-subnav button {
	background-color: transparent;
	border: 0 none;
}

.next-subnav .nav-mobile:active {
	outline: none;
}

.next-subnav .search,
.next-subnav .nav-mobile {
	border-top-left-radius: 3px;
	cursor: pointer;
	display: inline-block;
	height: 4.4rem;
	position: absolute;
	right: 0;
	top: .2rem;
	width: 4.1rem;
}

.next-subnav .nav-mobile {
	background-image: url(/media/nav-mobile.png);
	background-position: center 1.2rem;
	background-repeat: no-repeat;
	background-size: 80%;
}

.next-subnav .nav-mobile.on {
	background-color: #333;
}

.next-subnav .search,
.next-subnav .share-buttons {
	display: none;
}

/* Primary Nav */

.next-subnav .primary-nav {
	background-color: #333;
	display: none;
	padding: 2rem 1rem 2.5rem;
	position: absolute;
	top: 4.5rem;
	width: 100%;
}

.next-subnav .primary-nav.on {
	display: block;
	z-index: 9999999;
}

.next-subnav .primary-nav .sites a {
	color: #fff;
	display: inline-block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 3rem;
	width: 49%;
}

.next-subnav .primary-nav .sites {
	border-bottom: 1px solid #3e3e3e;
	width: 100%;
}

.next-subnav .primary-nav .sites:before {
	color: #979797;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2rem;
}

.next-subnav .primary-nav .sites:after {
	clear: both;
	content: '';
	display: block;
}

.next-subnav .sign-up,
.next-subnav .signup-lightbox,
.next-subnav .primary-nav .misc .login {
	display: none;
}

.next-subnav .primary-nav .misc {
	background-color: #ededeb;
	border-radius: .5rem;
	border-top: 1px solid #3e3e3e;
	margin-top: 2rem;
	padding: 0 1rem;
	text-align: center;
}

/* Sponsored Messaging. */

.next-subnav .sponsor {
	display: inline-block;
	margin: 0;
	position: relative;
	top: 3rem;
	width: 10rem;
}

.next-subnav .sponsor h3 {
	color: #7f7f7f;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.next-subnav .sponsor span {
	background: url(/media/coach-logo.png) center/94% no-repeat;
	display: block;
	height: 5.2rem;
	width: 10rem;
}

.next-subnav .sponsor img {
	display: none;
}

.next-subnav.article .sponsor {
	display: none;
}

/* Logo - for print */

.next-subnav > a > svg {
	display: none;
	height: 8rem;
	margin-left: 1.2rem;
	margin-top: .6rem;
	width: 15rem;
}

.package-nav {
	border-bottom: 1px solid #ccc;
	height: 8rem;
	margin: 0 auto;
	max-width: 102.4rem;
	overflow: hidden;
	width: 100%;
}

/* clearfix */

.package-nav:before,
.package-nav:after {
	content: '';
	display: table;
}

.package-nav:after {
	clear: both;
}

.package-nav .tags-slider-inner {
	float: left;
	height: 8rem;
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
	width: 100%;
}

.package-nav .title,
.package-nav .subtitle {
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	font-style: italic;
	text-transform: uppercase;
}

.package-nav .title {
	color: #111;
	display: block;
	line-height: 1;
	margin: 1.8rem 0 0 2rem;
	width: 10rem;
}

.package-nav .subtitle {
	color: #555;
	display: block;
	line-height: 1;
	margin: 0 2rem;
	padding: 0;
}

/*
.package-nav .title {
  background-image: url(/media/beauty-awards.png);
  height: 100%;
  margin-left: 1rem;
  letter-spacing: 1px;
  line-height: 1.9rem;
  margin-top: .4rem;
  width: 11.4rem;
}
*/

.package-nav .title span {
	position: absolute;
	top: -100rem;
}

.package-nav .items-wrapper {
	height: 8rem;
	left: 9.5rem;
	position: absolute;
	top: 0;
}

.package-nav .items {
	height: 8rem;
	left: 0;
	position: relative;
	top: 0;
}

.package-nav .item {
	float: left;
	height: 8rem;
	position: relative;
	width: 20rem;
}

.package-nav .item:before {
	border-left: 1px solid #ededed;
	content: '';
	height: 7rem;
	left: 0;
	position: absolute;
	top: 1rem;
	width: 1px;
}

.package-nav .item:first-of-type:before {
	border-left: none;
}

.package-nav .item-box-link {
	display: block;
	height: 100%;
	left: 0;
	padding: 1rem 1rem 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
}

.package-nav .item-image {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1rem;
	height: 6rem;
	left: 1rem;
	position: absolute;
	width: 6rem;
}

.package-nav .item-title,
.package-nav .item-link {
	float: left;
	font-family: Arial, sans-serif;
	max-width: -webkit-calc(100% - 6rem);
	max-width: calc(100% - 6rem);
	padding: 0;
}

.package-nav .item-title {
	color: #171717;
	font-size: 1.3rem;
	line-height: 1.43rem;
	margin: .4rem 0 0 6.8rem;
}

.package-nav .item-title:hover {
	color: #1782a9;
}

.package-nav .item-link {
	color: #5f5f5f;
	font-size: 1.1rem;
	margin: .25rem 0 0 5.3rem;
	white-space: nowrap;
}

.package-nav .buttons {
	display: none;
}

.pagination {
	margin-bottom: 0;
}

.pagination a,
.pagination span {
	display: none;
}

.pagination a.next,
.pagination a.prev {
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-size: 3rem;
	border: 0;
	border-radius: .3rem;
	color: #ccc;
	cursor: default;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	height: 3.5rem;
	padding: 1rem 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 8rem;
}

.pagination a.next {
	float: right;
}

.pagination a.next.on {
	background-image: url(/media/arrow-next.svg);
	background-position: 5.8rem center;
	background-size: 1.2rem;
	padding-right: 1.6rem;
}

.pagination a.prev {
	float: left;
}

.pagination a.prev.on {
	background-image: url(/media/arrow-prev.svg);
	background-position: 1rem center;
	background-size: 1.2rem;
	padding-left: 1.9rem;
}

.pagination a.next.on,
.pagination a.prev.on {
	border: 1px solid #e0e0e0;
	color: #000;
	cursor: pointer;
}

.pagination a.hide {
	display: none;
}

.partner-spotlight {
	display: block;
	line-height: 1.1;
	margin: 0 auto;
	padding: 2.8rem 0 0;
	position: relative;
}

.partner-spotlight::before {
	color: #333;
	content: 'FROM OUR PARTNERS';
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	left: 0;
	position: absolute;
	top: 0;
}

.partner-spotlight a {
	background-position: 0 .2rem;
	background-repeat: no-repeat;
	background-size: 6.3rem;
	border-bottom: 1px solid #f1f1f1;
	color: #434343;
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	margin: 0 0 1.3rem;
	min-height: 8.1rem;
	padding: 0 0 1.5rem 7.6rem;
	text-decoration: none;
	width: 100%;
}

.partner-spotlight a em {
	color: #eb0000;
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 .3rem;
	width: 100%;
}

.partner-stories {
	display: none;
}

.popular-streaming-promo {
	padding: 2rem 0 2rem;
}

.popular-streaming-promo h1,
.popular-streaming-promo h1 span {
	font-size: 2rem;
	margin: 0;
	padding-left: 7.5rem;
}

.popular-streaming-promo h1 {
	letter-spacing: -1px;
}

.popular-streaming-promo h1:before {
	background-size: 6rem;
	height: 6rem;
	top: .3rem;
	width: 6rem;
}

.popular-streaming-promo h1 span {
	letter-spacing: 0;
	padding: 0;
}

.popular-streaming-promo p.more {
	display: block;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.1;
	margin-top: .7rem;
	padding-left: 7.5rem;
}

.related-stories {
	clear: both;
	margin-bottom: 0;
	padding-bottom: 1rem;
}

.related-stories h2 {
	background-color: #fff;
	color: #888;
	font-family: Georgia, serif;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: .2rem;
	padding-right: .8rem;
}

.related-stories a {
	background-position: .2rem 1.5rem;
	background-repeat: no-repeat;
	background-size: 6.3rem 6.3rem;
	border-top: 0;
	color: #222;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	min-height: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
}

.runway-cal-graphic {
	padding: 0 2rem;
}

.runway-cal-graphic img {
	border-bottom: 1px solid #000;
	padding-bottom: 2.5rem;
	width: 100%;
}

.runway-cathy-horyn {
	margin-top: -5rem;
	padding: 0 2.5%;
}

.runway-cathy-horyn div {
	width: 90%;
}

.runway-cathy-horyn article h2 {
	font-size: 1.6rem;
}

.runway-cathy-horyn ul {
	font-family: Arial,sans-serif;
}

.runway-cathy-horyn ul li h3 {
	margin-bottom: 0.25rem;
}

.runway-cathy-horyn ul li p {
	margin: 0 0 1.5rem;
}

.runway-cathy-horyn ul li:last-child {
	border-bottom: 1px solid #000;
	padding-bottom: 1.2rem;
}

.runway-collection-finder {
	max-width: 70rem;
	padding: 0 2.5%;
}

.runway-collection-finder article {
	padding: 0.5rem 1rem;
	text-align: center;
	width: 100%;
}

.runway-collection-finder article .mobile-primary {
	display: block;
}

.runway-collection-finder article .desktop-primary {
	display: none;
}

.runway-collection-finder article div {
	margin-top: -10rem;
	padding: 1rem 0 1.5rem;
}

.runway-collection-finder article div select {
	padding: 1.25rem;
}

.runway-collection-search {
	margin-top: -4.5rem;
}

.runway-collection-search > div {
	height: 5rem;
	margin: -3rem auto 0;
	position: relative;
	top: -.2rem;
	width: 30rem;
}

.runway-collection-search > div h2 {
	font-size: 3rem;
	padding: 0.6rem 0 0 0;
	text-align: center;
}

.runway-collection-search section nav {
	text-align: center;
	width: 100%;
}

.runway-collection-search section nav ul {
	display: inline-block;
	padding: 0;
}

.runway-collection-search section nav ul li[data-action="all"] {
	display: none;
}

.runway-collection-search section nav select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
	border-radius: 0;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0 0.1rem;
	padding: 1.4rem .5rem;
	position: relative;
	text-indent: 2.2rem;
	width: 14rem;
	z-index: 4;
}

.runway-collection-search section nav ul li {
	width: 14rem;
}

.runway-collection-search aside.silo {
	display: none;
}

.runway-collection-search section > div {
	background: #fff;
	border-top: 1px solid #000;
	margin-top: -1.5rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.runway-collection-search section .show-list {
	border-bottom: 5px solid #000;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-left: 1.5%;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

.runway-collection-search section .show-list li {
	display: inline-block;
	height: 34.4rem;
	position: relative;
	vertical-align: top;
	white-space: normal;
	width: 16rem;
}

.runway-collection-search section .show-list li:before {
	border-right: 1px dashed #B5B4B4;
	content: '';
	display: block;
	height: 50rem;
	position: absolute;
	right: 0;
}

.runway-collection-search section .show-list li header {
	bottom: 2.8rem;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	height: 2rem;
	padding: 0 0.5rem;
	position: absolute;
	text-align: center;
	white-space: normal;
	width: 100%;
}

.runway-collection-search section .show-list li time {
	color: #999;
	display: block;
	font-size: 1rem;
	font-weight: 300;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
}

.runway-collection-search section .show-list li time.mobile-date {
	display: block;
	height: 2rem;
}

.runway-collection-search section .show-list li time.desktop-date {
	display: none;
}

.runway-collection-search section .show-list li a {
	background-repeat: no-repeat;
	background-size: 16rem 25.6rem;
	display: block;
	height: 27.4rem;
	margin: 1rem auto;
	width: 100%;
}

.runway-collection-search aside.key {
	display: none;
}

.search-results {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}

.search-results .sponsored,
.search-results time + span,
.search-results .livefyre-commentcount,
.search-results p,
.search-results p + a {
	display: none;
}

.search-results .tag-results,
.search-results > span {
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	margin: -.1rem 0 0;
	padding-bottom: .3rem;
}

.search-results .tag-results {
	margin-left: 0;
	padding-bottom: .4rem;
}

.search-results .tag-results + h1 {
	font-family: Georgia, serif;
	font-size: 3.5rem;
	margin: 0 0 2rem;
}

.search-results fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.search-results .text {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	font-family: Georgia, serif;
	font-size: 2.4rem;
	margin: 0 0 .5rem;
	outline: 0 none;
	padding: .5rem .9rem;
	width: -webkit-calc(100% - 4.5rem);
	width: calc(100% - 4.5rem);
}

.search-results .text + button {
	background: #f8f8f8;
	border: 1px solid #e4e2e2;
	border-radius: 3px;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	height: 4.1rem;
	line-height: 3;
	position: relative;
	top: -.5rem;
	width: 4rem;
}

.search-results form + span {
	color: #7f7f7f;
	padding: 0 0 2rem;
}

.search-results .sponsored,
.search-results p + a {
	display: none;
}

.search-results cite,
.search-results cite a {
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3rem;
	margin-top: .2rem;
	vertical-align: baseline;
}

.search-results article {
	border-bottom: 1px solid #eee;
	margin: 0 auto;
	padding: 1.4rem 5% 1.4rem 0;
	position: relative;
	width: 100%;
}

.search-results .feed-ad {
	min-height: 28rem;
}

.search-results .feed-ad .ad {
	left: 50%;
	margin-left: -15rem;
	position: absolute;
}

.search-results article:after {
	clear: both;
	content: '';
	display: block;
}

.search-results article:last-of-type {
	margin-bottom: 1.5rem;
}

.search-results article.thumb,
.search-results article.square,
.search-results article.horizontal,
.search-results article.large-horizontal {
	min-height: 10.4rem;
	padding-top: 1.5rem;
}

.search-results article.thumb:first-of-type,
.search-results article.square:first-of-type,
.search-results article.horizontal:first-of-type,
.search-results article.large-horizontal:first-of-type {
	padding-top: 0;
}

.search-results div > article:first-child {
	padding: 2rem 0;
}

.search-results a {
	color: #f85d00;
	text-decoration: none;
}

.search-results a[href$="#jumpLink"] {
	display: none;
}

.search-results a.square,
.search-results a.thumb,
.search-results a.horizontal,
.search-results a.large-horizontal {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 6.3rem;
	margin-right: 1rem;
	margin-top: .5rem;
	position: relative;
	width: 6.3rem;
}

.search-results a.horizontal,
.search-results a.large-horizontal {
	position: absolute;
	top: 1.5rem;
}

.search-results a.infographic:after,
.search-results a.video:after {
	background-color: #00bcf1;
	background: rgba(0, 188, 241, 0.8) url(/media/icn-slideshow-Grub.svg) center center no-repeat;
	background-size: 1.5rem;
	border-radius: .3rem;
	bottom: .5rem;
	content: '';
	height: 2.7rem;
	left: .5rem;
	padding: 0;
	position: absolute;
	width: 2.7rem;
}

.search-results a.video:after {
	background: rgba(0, 188, 241, 0.8) url(/media/icn-videoDI-Grub.svg) center center no-repeat;
	background-size: 1.875rem;
	content: '';
}

.search-results time,
.search-results time + span {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

.search-results time + span {
	text-transform: uppercase;
}

.search-results h1 {
	font-size: 3rem;
	margin: 0;
}

.search-results h2 {
	color: #333;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.9rem;
	margin: -.2rem 0 0;
	text-transform: uppercase;
}

.search-results article h2 {
	font-weight: 700;
	text-transform: none;
}

.search-results h2 span {
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.8rem;
	margin: .1rem 0 0;
}

.search-results > h2:nth-last-of-type(1) {
	margin: 2.5rem 0 0;
}

.search-results > .error-msg {
	font-family: Georgia, serif;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 2.7rem;
	margin: 1rem 0 0;
	text-transform: none;
}

.search-results > .error-msg + .error-msg {
	margin: 2.5rem 0 5.5rem;
}

.search-results > h2 a {
	border-bottom: 2px solid #1ccdff;
	color: #333;
	text-decoration: none;
}

.search-results p {
	color: #333;
	font-family: Arial,sans-serif;
	font-size: 1.4rem;
	margin-top: 0.3rem;
}

.search-results .horizontal time,
.search-results .large-horizontal time,
.search-results .thumb h2,
.search-results .square h2,
.search-results .video h2,
.search-results .thumb cite,
.search-results .infographic h2,
.search-results .horizontal h2,
.search-results .large-horizontal h2,
.search-results .thumb p,
.search-results .square p,
.search-results .horizontal p,
.search-results .large-horizontal p {
	padding-left: 7.3rem;
}

.search-results .follow {
	margin-bottom: 2rem;
}

.search-results .follow a.fb,
.search-results .follow a.twitter {
	color: #333;
	margin: 0;
	padding-left: 3rem;
	text-align: left;
}

.search-results .follow a.fb {
	margin-right: 1rem;
	position: relative;
	width: 7rem;
}

.search-results .follow a.fb:after {
	color: #ccc;
	content: "|";
	position: absolute;
	right: 0;
}

.search-results .follow a span {
	display: none;
}

.share-feed.no-count,
.newsfeed .share-feed {
	display: none;
}

.share-feed  h2,
.greatest-hits .share-feed  h2,
.most-popular .share-feed  h2,
.newsfeed .share-feed  h2 {
	color: #f85d00;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	position: relative;
	top: 0;
}

.share-feed  h2 em,
.greatest-hits .share-feed  h2 em,
.most-popular .share-feed  h2 em,
.newsfeed .share-feed  h2 em {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: normal;
}

.share-feed  a,
.greatest-hits .share-feed  a,
.most-popular .share-feed  a,
.newsfeed .share-feed  a {
	display: none;
}

.slideout {
	display: none;
}

.standard-slideshow .slide-description {
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.standard-slideshow .slide-number {
	font-size: 3.4rem;
	line-height: 4.2rem;
}

.standard-slideshow .slide > .video-embed {
	width: 100%;
	margin: 2rem auto 1rem;
}

.subnav-slider-beauty {
	border-bottom: 1px solid #ccc;
	height: 8rem;
	margin: 0 auto;
	max-width: 102.4rem;
	overflow: hidden;
	width: 100%;
}

/* clearfix */

.subnav-slider-beauty:before,
.subnav-slider-beauty:after {
	content: '';
	display: table;
}

.subnav-slider-beauty:after {
	clear: both;
}

.subnav-slider-beauty-inner {
	float: left;
	height: 8rem;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.subnav-slider-beauty .title {
	background-image: url(/media/beauty-awards.png);
	background-repeat: no-repeat;
	background-size: 95%;
	height: 100%;
	letter-spacing: 1px;
	line-height: 1.9rem;
	margin-left: 1.4rem;
	margin-top: .9rem;
	width: 10rem;
}

.subnav-slider-beauty .title span {
	position: absolute;
	top: -100rem;
}

.subnav-slider-beauty .items-wrapper {
	height: 8rem;
	left: 11.4rem;
	position: absolute;
	top: 0;
}

.subnav-slider-beauty .items {
	height: 8rem;
	left: 0;
	position: relative;
	top: 0;
}

.subnav-slider-beauty .item {
	float: left;
	height: 8rem;
	position: relative;
	width: 16rem;
}

.subnav-slider-beauty .item:before {
	border-left: 1px solid #ededed;
	content: '';
	height: 7rem;
	left: 0;
	position: absolute;
	top: 1rem;
	width: 1px;
}

.subnav-slider-beauty .item:first-of-type:before {
	border-left: none;
}

.subnav-slider-beauty .item-box-link {
	display: block;
	height: 100%;
	left: 0;
	padding: 1rem 1rem 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
}

.subnav-slider-beauty .item-image {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1rem;
	height: 6rem;
	left: .1rem;
	position: absolute;
	width: 6rem;
}

.subnav-slider-beauty .item-title,
.subnav-slider-beauty .item-link {
	float: left;
	font-family: Arial, sans-serif;
	max-width: -webkit-calc(100% - 6rem);
	max-width: calc(100% - 6rem);
	padding: 0;
}

.subnav-slider-beauty .item-title {
	color: #171717;
	font-size: 1.3rem;
	line-height: 1.43rem;
	margin: .4rem 0 0 5.2rem;
}

.subnav-slider-beauty .item-link {
	color: #5f5f5f;
	font-size: 1.1rem;
	margin: .25rem 0 0 5.3rem;
	white-space: nowrap;
}

.subnav-slider-beauty .buttons {
	display: none;
}

.trending {
	position: relative;
}

.trending h2 {
	color: #00b2df;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: .8rem 0 1.6rem;
	text-transform: uppercase;
	z-index: 2;
}

.trending a {
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #222;
	display: block;
	font-family: GeorgiaProCondSemibold, serif;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.7;
	margin: 0;
	min-height: 6rem;
	padding: 77% 0 2rem;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.di .greatest-hits a {
	font-family: Georgia, serif;
	font-weight: bold;
}

.di .latest-news {
	padding-bottom: 1.5rem;
	position: relative;
}

.di .latest-news h2 {
	background: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	margin: 0 2rem;
	padding-right: 1rem;
	position: relative;
	top: .8rem;
	word-wrap: break-word;
	z-index: 1;
}

.di .latest-news a {
	background-position: .2rem 1.5rem;
	background-repeat: no-repeat;
	background-size: 6.3rem auto;
	border-top: 1px solid #f1f1f1;
	color: #222;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 1.5rem 2rem 0;
	min-height: 9rem;
	padding: 1.5rem 0 0;
	text-decoration: none;
}

.di .latest-news > a:nth-of-type(1) {
	border-top: 1px solid #bcbcbc;
	margin: 0 2rem;
}

.di .latest-news a[hidden] {
	display: none;
}

.di .latest-news a p {
	clear: both;
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: normal;
	margin: .3rem 0 0;
	text-transform: none;
}

.di .latest-news a time {
	clear: both;
	color: #999;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	padding: 0 0 .3rem;
	text-transform: none;
}

.di .latest-news a.latest-news-img {
	padding-left: 7.5rem;
}

.di .latest-news button {
	background: #fff;
	border: 1px solid #aeaeae;
	border-radius: .3rem;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 1rem 2rem 0;
	padding: 1rem;
	width: -webkit-calc(100% - 4rem);
	width: calc(100% - 4rem);
}

.di .latest-news .ad {
	border-top: 1px solid #f1f1f1;
	margin: 1.5rem auto 0;
	padding: 1.5rem 0 0;
	text-align: center;
}

.di ins.adsbygoogle {
	display: none;
}

.di .masthead {
	border-top: 1px solid #bbb;
	font-family: Arial, sans-serif;
	margin-bottom: 2rem;
	margin-top: 1rem;
	position: relative;
}

.di .masthead h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	left: 0;
	line-height: 2.1;
	padding: 0 1rem 0 0;
	position: absolute;
	top: -2.9rem;
	white-space: nowrap;
	z-index: 2;
}

.di .masthead div {
	border-top: 1px solid #f1f1f1;
	padding: 1.5rem 3rem 1.5rem 0.25rem;
}

.di .masthead div:first-child {
	border-top: none;
}

.di .masthead a,
.di .masthead .tw-follow {
	display: inline-block;
	margin: 0;
	white-space: nowrap;
}

/* Author name */

.di .masthead a {
	color: #222;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	text-transform: capitalize;
}

.di .masthead a:first-child {
	width: 16rem;
}

/* Twitter */

.di .masthead .tw-follow {
	color: #1db3eb;
	float: right;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: normal;
	padding-left: 2rem;
	padding-top: 0;
	text-transform: none;
}

.di .masthead .tw-follow svg {
	height: 1.2rem;
	left: 0;
	position: relative;
	top: .1rem;
	width: 1.6rem;
}

/* Twitter Handle */

.di .masthead .tw-follow::after {
	content: 'Follow';
}

.di .masthead .tw-follow span {
	display: none;
}

.di .newsfeed {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}

.di .newsfeed .rubric,
.di .newsfeed .livefyre-commentcount,
.di .newsfeed cite,
.di .newsfeed cite a,
.di .newsfeed p,
.di .newsfeed p + a {
	display: none;
}

.di .newsfeed article {
	border-bottom: 1px solid #eee;
	margin: 0 auto;
	padding: 1.5rem 2rem 1.5rem;
	position: relative;
	width: 100%;
}

.di .newsfeed article:after {
	clear: both;
	content: '';
	display: block;
}

.di .newsfeed article.thumb,
.di .newsfeed article.square,
.di .newsfeed article.horizontal,
.di .newsfeed article.large-horizontal {
	min-height: 10.4rem;
	padding-top: 1.5rem;
}

.di .newsfeed article.thumb:first-of-type,
.di .newsfeed article.square:first-of-type,
.di .newsfeed article.horizontal:first-of-type,
.di .newsfeed article.large-horizontal:first-of-type {
	padding-top: 0;
}

.di .newsfeed div > article:first-child {
	padding: 2rem 0;
}

.di .newsfeed div:first-child > article:first-of-type {
	padding: 1.5rem 2rem 1.5rem;
}

.di .newsfeed .sponsored {
	border-bottom: none;
	padding: 0;
}

.di .newsfeed .sponsored .ad {
	height: .1rem;
	margin: 0;
	min-height: 0;
	overflow: hidden;
	position: absolute;
}

.di .newsfeed .sponsored.active {
	border-bottom: 1px solid #eee;
	padding: 1.4rem 0;
}

.di .newsfeed .sponsored.active .ad {
	height: inherit;
	margin: inherit;
	min-height: inherit;
	overflow: inherit;
	position: inherit;
}

.di .newsfeed a {
	color: #f85d00;
	text-decoration: none;
}

.di .newsfeed a[href$="#jumpLink"] {
	display: none;
}

.di .newsfeed a.square,
.di .newsfeed a.thumb,
.di .newsfeed a.horizontal,
.di .newsfeed a.large-horizontal {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 6.3rem;
	margin-right: 1rem;
	margin-top: .5rem;
	position: relative;
	width: 6.3rem;
}

.di .newsfeed a.horizontal,
.di .newsfeed a.large-horizontal {
	position: absolute;
	top: 1.5rem;
}

.di .newsfeed a.slideshow:after,
.di .newsfeed a.video:after {
	background-size: 2rem;
	border-radius: .3rem;
	bottom: .5rem;
	content: '';
	height: 3rem;
	left: .5rem;
	padding: 1.1rem;
	position: absolute;
	width: 3rem;
}

.di .newsfeed a.video:after {
	background: url(/media/icn-videoDI-Grub.svg) center center/2rem no-repeat rgba(236,44,0,.8);
}

.di .newsfeed a.slideshow:after {
	background: url(/media/icn-slideshow-Grub.svg) center center/2rem no-repeat rgba(236,44,0,.8);
}

.di .newsfeed time,
.di .newsfeed .rubric {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
}

.di .newsfeed .rubric {
	padding: 0;
	text-transform: uppercase;
}

.di .newsfeed h2 {
	color: #111;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.9rem;
	margin: -.2rem 0 0;
}

.di .newsfeed h2 span {
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.8rem;
	margin: .1rem 0 0;
}

.di .newsfeed button:before {
	background: #fff;
	content: '';
	height: .2rem;
	left: -25%;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: -.3rem;
	width: 150%;
}

.di .newsfeed button {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: .3rem;
	color: #333;
	cursor: pointer;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	height: 4rem;
	margin: 0 auto .5rem;
	position: relative;
	width: 90%;
}

.di .newsfeed button:active {
	color: rgb(248, 93, 0);
}

.di .newsfeed button + .pagination {
	display: none;
}

.di .pagination {
	margin: 3rem 0;
	padding: 0 2rem 3rem 2rem;
}

.di .pagination .prev {
	float: left;
	margin-left: 0;
}

.di .pagination .next {
	float: right;
	margin-right: 0;
}

.di .promo-follow {
	display: none;
}

.di .quiz {
	background-color: #ededed;
	display: block;
	margin: 0 0 0 -2rem;
	overflow: hidden;
	padding: 1rem;
	width: -webkit-calc(100% + 4rem);
	width: calc(100% + 4rem);
}

.di #quizMobile {
	clear: both;
	margin: .8rem -2rem 0;
	min-height: 6rem;
	text-align: center;
}

.di #quizMobile iframe {
	height: 6rem;
	margin: 0 auto;
	min-height: 6rem;
	width: 32rem;
}

.di .quiz.correct {
	-webkit-animation: QuizFadeIn .35s ease-in;
	        animation: QuizFadeIn .35s ease-in;
	background-color: #7de27a;
}

.di .quiz.wrong {
	-webkit-animation: QuizFadeIn .35s ease-in;
	        animation: QuizFadeIn .35s ease-in;
	background-color: #ff5656;
}

.di .quiz.block,
.di .quiz .block {
	display: block !important;
}

.di .quiz.none,
.di .quiz .none {
	display: none !important;
}

.di .quiz .visible {
	visibility: visible !important;
}

.di .quiz a,
.di .quiz button {
	cursor: pointer;
}

.di .quiz h2 {
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 100%;
	margin: 1rem 0 2rem 0;
	text-align: center;
}

.di .quiz.mc-txt h2 {
	border-bottom: 2px solid #111;
	border-top: 2px solid #111;
	font-size: 2.6rem;
	margin: 0;
	padding: 1rem 0;
}

.di .quiz header img {
	display: none;
	height: auto;
	margin: -1rem -webkit-calc(50% - 6.3rem) 0;
	margin: -1rem calc(50% - 6.3rem) 0;
	width: 12.6rem;
}

.di .quiz.mc-txt header img {
	display: block;
}

.di .quiz .quiz-slide h2 {
	border: none;
	font-family: Georgia, serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.2rem;
	margin: 0 0 2rem;
	padding: 0 1rem;
	text-align: left;
}

.di .quiz.photo .quiz-slide h2 {
	text-align: center;
}

.di .quiz .wrap {
	width: 100%;
}

.di .quiz .quiz-slide {
	position: relative;
}

.di .quiz .quiz-slide > a {
	background-color: #fff;
	border: 2px solid #111;
	border-radius: 3px;
	display: block;
	font-family: arial, sans-serif;
	font-size: 1.5rem;
	margin: 1rem auto;
	padding: 1rem 0;
	width: 13rem;
}

.di .quiz .quiz-slide img {
	border-radius: .2rem;
	box-shadow: 0 0 3px 0 rgba(50,50,50,0.25);
	display: block;
	margin-bottom: 2rem;
	-webkit-transition: visibility 300ms;
	        transition: visibility 300ms;
	visibility: 1;
	width: 100%;
}

.di .quiz .quiz-slide img.fadeout {
	visibility: 0;
}

.di .quiz .quiz-slide .reveal {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}

.di .quiz .quiz-slide .current-slide,
.di .quiz .quiz-slide .slide-length {
	display: inline-block;
	font-family: Georgia, serif;
	font-style: italic;
	margin: 1rem 0;
}

.di .quiz .quiz-slide .count-top .current-slide,
.di .quiz .quiz-slide .count-top .slide-length {
	font-family: arial, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	margin: 0 0 1rem 0;
	text-transform: uppercase;
}

.di .quiz .quiz-slide .current-slide {
	float: left;
	padding-right: .5rem;
}

.di .quiz .quiz-slide .count-bottom .current-slide {
	text-align: right;
	width: 52%;
}

.di .mc-txt .count-bottom {
	display: none;
}

.di .quiz .quiz-slide .current-slide:after {
	content: "of";
	padding-left: .5rem;
}

.di .quiz .quiz-slide .count-top .current-slide:before {
	content: "question";
	padding-right: .5rem;
}

.di .quiz .quiz-slide .count-top {
	display: none;
	padding: 0 1rem;
}

.di .quiz.mc-txt .quiz-slide .count-top {
	display: block;
}

.di .quiz .quiz-slide .slide-length {
	width: 48%;
}

.di .quiz .option {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.di .quiz .option button {
	-webkit-align-self: stretch;
	    -ms-flex-item-align: stretch;
	        align-self: stretch;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .5rem;
	display: block;
	margin: 0 0 1rem 0;
	min-height: 6rem;
	padding: 0 1rem;
	position: relative;
	width: 49%;
}

.di .quiz.photo .option button {
	box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.15);
	overflow: hidden;
	padding: 0;
}

.di .quiz.mc-txt .option button {
	min-height: 5rem;
	width: 100%;
}

.di .quiz .option button:nth-of-type(odd) {
	margin-right: 2%;
}

.di .quiz.mc-txt .option button:nth-of-type(odd) {
	margin-right: 0;
}

.di .quiz .option button p {
	font-family: arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 1rem 0;
	text-align: center;
}

.di .quiz.photo .option button p {
	padding: 1.5rem 0;
}

.di .quiz.mc-txt .option button p {
	font-weight: 400;
	text-align: left;
}

.di .quiz.photo-img .option button p {
	display: none;
}

.di .quiz.photo-reveal .option button p {
	visibility: hidden;
}

.di .quiz .option button img {
	box-shadow: none;
	margin: -0.3rem 0 0 -0.3rem;
	width: 104%;
}

.di .quiz.mc .option button img {
	display: none;
}

.di .quiz.photo .option button img {
	display: block;
}

.di .quiz .option button.disabled {
	border-color: #ddd;
	color: #aaa;
}

.di .quiz .option button.disabled:hover {
	cursor: default;
}

.di .quiz .option button.disabled.correct-answer,
.di .quiz .option button.disabled.correct-answer:hover {
	border-color: #111;
	color: #111;
}

.di .quiz.mc-reveal.wrong .option button.disabled.correct-answer,
.di .quiz.mc-img.wrong .option button.disabled.correct-answer {
	-webkit-animation: QuizTransformAnswer .35s ease-in;
	        animation: QuizTransformAnswer .35s ease-in;
}

/* ////////// BEFORE DISPLAYING COMMENT ////////// */

.di .quiz .quiz-slide .wrap {
	position: relative;
}

.di .mc-txt .quiz-slide .wrap,
.di .photo .quiz-slide .wrap {
	display: none;
}

/* -- CHECK AND X -- */

.di .quiz .checkmark,
.di .quiz .x-icon {
	-webkit-animation: QuizTransform .35s ease-in;
	        animation: QuizTransform .35s ease-in;
	background-color: #fff;
	border: .2rem solid #111;
	border-radius: 50%;
	display: none;
	height: 3rem;
	position: absolute;
	overflow: hidden;
	right: .5rem;
	top: .5rem;
	width: 3rem;
	z-index: 3;
}

.di .quiz .checkmark svg,
.di .quiz .x-icon svg {
	height: 100%;
	padding: 0;
	width: 100%;
}

/* -- CHECK AND X ON IMAGE -- */

.di .quiz .quiz-slide .wrap .checkmark,
.di .quiz .quiz-slide .wrap .x-icon,
.di .quiz.photo.correct button .checkmark,
.di .quiz.photo button .x-icon {
	height: 9rem;
	right: -webkit-calc(50% - 4.5rem);
	right: calc(50% - 4.5rem);
	top: -webkit-calc(50% - 4.5rem);
	top: calc(50% - 4.5rem);
	width: 9rem;
}

.di .quiz.photo.correct button .checkmark,
.di .quiz.photo button .x-icon {
	top: -webkit-calc(50% - 6.5rem);
	top: calc(50% - 6.5rem);
}

.di .quiz .quiz-slide .wrap .checkmark svg,
.di .quiz .quiz-slide .wrap .x-icon svg,
.di .quiz.photo button .checkmark svg,
.di .quiz.photo button .x-icon svg {
	padding: 1.8rem;
}

.di .quiz.correct .quiz-slide .wrap .checkmark,
.di .quiz.photo.correct button .checkmark {
	border: .5rem solid #7de27a;
	display: block;
}

.di .quiz.correct .quiz-slide .wrap .checkmark svg,
.di .quiz.correct.photo button .checkmark svg {
	fill: #7de27a;
}

.di .quiz.wrong .quiz-slide .wrap .x-icon,
.di .quiz.wrong.photo button .x-icon {
	border: .5rem solid #ff5656;
	display: block;
}

.di .quiz.wrong .quiz-slide .wrap .x-icon svg,
.di .quiz.wrong.photo button .x-icon svg {
	fill: #ff5656;
}

/* -- CHECK AND X ON IMAGE SMALL -- */

.di .quiz.correct.mc-reveal .quiz-slide .wrap .checkmark,
.di .quiz.wrong.mc-reveal .quiz-slide .wrap .x-icon {
	height: 4.5rem;
	right: 1rem;
	top: 1rem;
	width: 4.5rem;
}

.di .quiz.correct.mc-reveal .quiz-slide .wrap .checkmark svg,
.di .quiz.wrong.mc-reveal .quiz-slide .wrap .x-icon svg {
	padding: .8rem;
}

.di .quiz.correct.mc-reveal .quiz-slide .wrap .checkmark {
	border: .3rem solid #7de27a;
	display: block;
}

.di .quiz.wrong.mc-reveal .quiz-slide .wrap .x-icon {
	border: .3rem solid #ff5656;
	display: block;
}

/* -- CHECK AND X ON BUTTONS -- */

.di .quiz.photo.wrong button .checkmark svg,
.di .quiz.mc button .checkmark svg,
.di .quiz.mc button .x-icon svg {
	padding: .5rem;
}

.di .quiz.wrong.mc button .x-icon {
	border: .2rem solid #ff5656;
	display: block;
}

.di .quiz.wrong.mc button .x-icon svg {
	fill: #ff5656;
}

.di .quiz.correct.mc button .checkmark,
.di .quiz.wrong.mc button .checkmark,
.di .quiz.wrong.photo button .checkmark {
	border: .2rem solid #7de27a;
	display: block;
}

.di .quiz.correct.mc button .checkmark svg,
.di .quiz.wrong.mc button .checkmark svg,
.di .quiz.wrong.photo button .checkmark svg {
	fill: #7de27a;
}

.di .quiz.mc.wrong button .x-icon,
.di .quiz.mc.correct button .x-icon,
.di .quiz.mc.correct button .checkmark,
.di .quiz.mc.wrong button .checkmark {
	display: none;
}

.di .quiz.mc.mc-txt.wrong button .x-icon,
.di .quiz.mc.mc-txt.correct button .checkmark,
.di .quiz.mc.mc-txt.wrong button .checkmark {
	display: block;
	top: -webkit-calc(50% - 1.5rem);
	top: calc(50% - 1.5rem);
}

.di .quiz.photo.correct button .checkmark {
	display: block;
}

/* ////////// LAST SLIDE ////////// */

.di .quiz .result-slide {
	display: none;
	margin-top: 2rem;
	position: relative;
}

.di .quiz .result-slide .icon {
	background-image: url(/media/di-icon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 50%;
	display: block;
	height: 4.5rem;
	left: -webkit-calc(50% - 2.25rem);
	left: calc(50% - 2.25rem);
	position: absolute;
	top: -1.8rem;
	width: 4.5rem;
}

.di .quiz .result-slide .rank {
	display: none;
}

.di .quiz .score-wrap {
	background: #111;
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	float: left;
	height: 9.8rem;
	margin: 0 0 0 -webkit-calc(50% - 8.5rem);
	margin: 0 0 0 calc(50% - 8.5rem);
	position: relative;
	text-align: center;
	width: 9.8rem;
}

.di .quiz .score-wrap:before {
	content: "score";
	font-family: arial,sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	left: 2.5rem;
	letter-spacing: -1px;
	position: absolute;
	text-transform: uppercase;
	top: 1.3rem;
}

.di .quiz .result-slide .score-wrap span {
	color: #fff;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 3.1rem;
	font-weight: 400;
	letter-spacing: -1px;
}

.di .quiz .result-slide .score-wrap > span {
	display: inline-block;
	margin-top: 3.7rem;
}

.di .quiz .score-wrap .total-score {
	text-align: right;
}

.di .quiz .score-wrap .total-score:after {
	content: "/";
	font-size: 3.1rem;
	padding-left: 0;
}

.di .quiz .score-wrap .slide-length {
	margin-left: -.7rem;
	text-align: left;
}

.di .quiz .result-slide > div:nth-of-type(2) {
	background-color: #fff;
	border: 5px solid #111;
	padding: 3rem 0 2rem;
}

.di .quiz .result-slide div > a:first-of-type {
	background-color: #111;
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 9rem;
	left: -1rem;
	position: relative;
	text-transform: uppercase;
	top: 0;
	width: 9rem;
}

.di .quiz .result-slide div > a:first-of-type:after {
	bottom: 1rem;
	content: "replay";
	display: block;
	font-family: arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	margin: 5rem 2.2rem 0;
	width: 64%;
}

.di .quiz .result-slide div > a:first-of-type svg {
	fill: #fff;
	height: 53%;
	left: 22%;
	position: absolute;
	top: 14%;
	width: 53%;
}

.di .quiz .result-slide .comment,
.di .quiz .result-slide h3 {
	clear: both;
	color: #111;
	font-family: Georgia, serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 5%;
	padding: 1.3rem 0;
	text-align: center;
}

.di .quiz .result-slide .comment {
	width: 90%;
}

.di .quiz .result-slide h3 {
	border-top: 1px solid #111;
}

.di .quiz aside {
	margin-top: 1rem;
	position: relative;
}

.di .quiz aside:after {
	content: "";
	display: table;
}

.di .quiz aside p {
	background-image: url(/media/daily-intelligencer-wings.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 1.2rem;
	margin: 2.5rem 0;
	text-align: center;
}

.di .quiz aside p span {
	background-color: #ededed;
	color: #111;
	display: inline;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 2rem;
	font-weight: 400;
	height: 1.2rem;
	padding: 0 1rem;
	position: relative;
	text-transform: uppercase;
	top: -.5rem;
}

.di .quiz aside svg {
	margin-bottom: .3rem;
	width: 100%;
}

.di .quiz aside a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	border: 5px solid #111;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	padding: 1rem;
	text-decoration: none;
}

.di .quiz aside a:after {
	clear: both;
	content: "";
	display: block;
}

.di .quiz aside span {
	color: #111;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	width: 73%;
}

.di .quiz aside img {
	border: 3px solid #111;
	border-radius: 50%;
	float: left;
	height: 6rem;
	margin-right: 1.2rem;
	vertical-align: middle;
	width: 6rem;
}

.di .quiz .result-slide > div:nth-of-type(2),
.di .quiz aside a {
	border-radius: .3rem;
}

.di .quiz .result-slide .social-network {
	display: block;
	margin: 0 auto;
	width: 25.2rem;
}

.di .quiz .result-slide .fb-share,
.di .quiz .result-slide .twitter-share {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #29aae1;
	border-radius: .3rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 4.2rem;
	position: relative;
	text-transform: capitalize;
	width: 12.2rem;
}

.di .quiz .result-slide .fb-share {
	background-color: #3e5c9a;
	float: left;
	margin-right: .8rem;
}

.di .quiz .result-slide .fb-share span:before,
.di .quiz .result-slide .twitter-share span:before {
	content: none;
}

.di .quiz .result-slide .fb-share span,
.di .quiz .result-slide .twitter-share span {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	display: block;
	font-family: arial, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	width: -webkit-calc(100% - 3rem);
	width: calc(100% - 3rem);
}

.di .quiz .result-slide .fb-share span {
	text-align: center;
}

.di .quiz .result-slide .twitter-share span {
	text-align: center;
}

.di .quiz .result-slide .fb-share svg {
	fill: #fff;
	height: 2.5rem;
	margin-left: .3rem;
	width: 3rem;
}

.di .quiz .result-slide .twitter-share svg {
	margin: .8rem 0 0 .5rem;
	width: 3rem;
}

.di .quiz .result-slide .twitter-share svg path:nth-of-type(1) {
	fill: #29aae1;
}

.di .quiz .result-slide .twitter-share svg path:nth-of-type(2) {
	fill: #fff;
}

/* --- RIGHT COLUMN AD --- */

.di #article #tertiary.adFade {
	display: block;
}

.di .story .body .ad.vp-0-600 iframe {
	width: 32rem;
}

/* --- REMOVE TEXT ON QUIZ AD --- */

.di .story .body .quiz-ad .ad.vp-0-600:before {
	content: '';
	margin-bottom: 0;
}

.di .greatest-hits .share-feed a {
	display: none;
}

.di .newsfeed .share-feed h2 {
	display: none;
}

.di .newsfeed .share-feed a,
.di .share-feed.no-count a {
	border-top: none;
	color: #555;
	padding-top: .1rem 0 .1rem 1.8rem;
}

.di .sign-up {
	text-align: center;
}

.di .sign-up input[type=email] {
	border: 1px solid #ccc;
	border-radius: .3rem;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: normal;
	height: 4rem;
	line-height: 2rem;
	padding-left: 1.2rem;
	width: 65%;
	-webkit-appearance: none;
}

.di .sign-up .submit {
	background-color: #000;
	border: 0 none;
	border-radius: .3rem;
	color: #fff;
	display: inline;
	float: none;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: bold;
	height: 4rem;
	line-height: 4rem;
	padding: 0 1.2rem;
	-webkit-appearance: none;
}

.di .sign-up .return-message {
	color: #e26154;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: normal;
	margin-top: .5rem;
	opacity: 0;
	text-align: center;
}

.di .sign-up .return-message.on {
	opacity: 1;
	-webkit-transition: opacity .5s;
	        transition: opacity .5s;
}

.di .standard-slideshow .slideshow-title {
	font-size: 2.4rem;
	line-height: 2.4rem;
}

.di .standard-slideshow .slide-number {
	font-size: 3rem;
	line-height: 4.1rem;
}

.di .subnav svg {
	position: relative;
	width: 16rem;
}

.di .subnav > a:first-of-type {
	float: left;
	display: block;
	height: 5.4rem;
	margin: 0 0 .1rem 1.2rem;
	width: 60%;
}

.di .subnav > a:first-of-type:after {
	border-bottom: 1px solid #ccc;
	content: "";
	display: block;
	height: 0;
	position: relative; /* Using px here to be consistent with two borders it divides. */
	top: 4px;
}

.di .subnav a {
	text-decoration: none;
}

.di .subnav button {
	background-color: transparent;
	border: 0 none;
}

.di .subnav .nav-mobile:active {
	outline: none;
}

.di .subnav .search,
.di .subnav .nav-mobile {
	border-top-left-radius: 3px;
	cursor: pointer;
	display: inline-block;
	height: 4.4rem;
	position: absolute;
	right: 0;
	top: 0.2rem;
	width: 4.1rem;
}

.di .subnav .nav-mobile {
	background-image: url(/media/nav-mobile.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center 1.2rem;
}

.di .subnav .nav-mobile.on {
	background-color: #333;
}

.di .subnav .search {
	display: none;
}

.di .subnav .share-buttons {
	float: right;
	margin-top: 2.65rem;
	margin-right: 1.2rem;
}

.di .subnav .newsletter:not(.follow) {
	display: none;
}

.di .subnav .follow a {
	float: left;
	width: 2.5rem;
	margin: 0;
	font-size: 0;
	padding-top: 0.8rem;
	padding-bottom: 1.4rem;
}

.di .subnav .follow .fb {
	margin-right: 1rem;
	border-right: 1px solid #efefef;
	padding-right: 1.85rem;
}

/* Primary Nav */

.di .subnav .primary-nav {
	background-color: #333;
	display: none;
	padding: 2rem 1rem 2.5rem;
	position: absolute;
	top: 4.5rem;
	width: 100%;
}

.di .subnav .primary-nav.on {
	display: block;
	z-index: 9999999;
}

.di .subnav .primary-nav .sites a {
	color: #fff;
	display: inline-block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 3rem;
	width: 49%;
}

.di .subnav .primary-nav .sites {
	border-bottom: 1px solid #3e3e3e;
	width: 100%;
}

.di .subnav .primary-nav .sites:before {
	color: #979797;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2rem;
}

.di .subnav .primary-nav .sites:after {
	clear: both;
	content: "";
	display: block;
}

.di .subnav .sign-up,
.di .subnav .signup-lightbox,
.di .subnav .primary-nav .misc .login {
	display: none;
}

.di .subnav .primary-nav .misc {
	background-color: #ededeb;
	border-top: 1px solid #3E3E3E;
	border-radius: .5rem;
	margin-top: 2rem;
	padding: 0 1rem;
	text-align: center;
}

/* Sponsored Messaging. */

.di .subnav .sponsor {
	height: 3rem;
	left: 15.5rem;
	position: absolute;
	top: 1.2rem;
	width: 10rem;
}

.di .subnav .sponsor h3 {
	color: #7f7f7f;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	text-align: left;
}

.di .subnav .sponsor span {
	background: transparent url(/media/sou-index-sponsor.png) no-repeat left top / 111%;
	display: block;
	height: 2rem;
	width: 12rem;
}

.di .subnav.article .sponsor {
	display: none;
}

.di .top-stories {
	clear: both;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-y: visible;
	padding-top: 1rem;
	position: relative;
}

.di .top-stories > div {
	box-shadow: 0 0.7rem 0 0 white inset, 0rem 1.3rem 0 0 #ec2900 inset;
	display: block;
	float: left;
	padding: .6rem 0 0;
	position: relative;
}

.di .top-stories div div {
	border-right: 1px solid #cacaca;
	float: left;
	height: 25.3rem;
	margin: 2.2rem 0 0;
	padding: 0 1.1rem; /* This width is also in the template.nunjucks to define the container width. */
	width: 21.1rem;
}

.di .top-stories div div:last-of-type {
	border-right: 0;
}

.di .top-stories div > a {
	background-repeat: no-repeat;
	background-size: 18.8rem auto;
	display: block;
}

.di .top-stories div > a h2 {
	color: #111;
	display: inline-block;
	font-family: Georgia,serif;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 13.2rem 0 0;
	padding: 0 0 0 .2rem;
}

.di .top-stories div .share-feed {
	padding: .9rem 0 0 .2rem;
}

/* border on SOU is applied to #ad-splash which is in a different location on DI */

.di .top-stories-border {
	background-color: white;
	background-image: url(/media/border-3-lines.2x.png);
	background-repeat: repeat-x;
	background-size: .1rem .7rem;
	display: block;
	height: .7rem;
	width: 100%;
	z-index: 100;
}

}

@media screen and (min-width: 0.000em) {

.pixel {
	display: none;
}

}

@media screen and (min-width: 0.000em) and (max-width: 63.937em) {

.ad-repeat {
	display: none;
}

}

@media screen and (min-width: 0.000em) and (max-width: 63.999em) {

.buy-button .multi-buy .buy-description {
	line-height: 2.2rem;
}

.buy-button .multi-buy + .multi-buy {
	margin-top: 1.5rem;
}

.buy-button .single-buy {
	padding-bottom: 2rem;
}

.buy-button .buy a.button {
	margin: 0 100% 1rem 0; /* forces everything below it to a new line */
	padding: .8rem 2rem;
}

.buy-button .buy .buy-description,
.buy-button .buy a.buy-price {
	font-size: 1.5rem;
}

.buy-button .single-buy .buy-description,
.buy-button .single-buy a.buy-price {
	display: inline;
}

.buy-button .multi-buy .buy-description,
.buy-button .multi-buy a.buy-price {
	display: inline;
}

.buy-button .single-buy .buy-description:after {
	content: ': ';
}

.buy-button .buy a.buy-price:hover {
	text-decoration: underline;
}

.light-box.lbPop {
	display: none;
}

.jqmOverlay {
	display: none;
}

.skins {
	display: none;
}

/* general slideshow scaffolding */

.standard-slideshow {
	margin: 0 auto;
	max-width: 62rem;
	padding: 0;
	width: 100%;
}

.standard-slideshow .slideshow-top {
	display: none;
}

.standard-slideshow .slideshow-main {
	background-color: #fff;
	font-family: Arial,sans-serif;
	margin: 0;
	width: 100%;
}

.standard-slideshow .slideshow-sidebar {
	display: none;
}

/* slideshow title on mobile */

.standard-slideshow .mobile-slideshow-title {
	margin: 1rem 2rem;
}

.standard-slideshow .mobile-slideshow-title a {
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	width: 100%;
}

.standard-slideshow .mobile-slideshow-title a,
.standard-slideshow .mobile-slideshow-title a:active,
.standard-slideshow .mobile-slideshow-title a:visited,
.standard-slideshow .mobile-slideshow-title a:hover {
	color: #000;
	text-decoration: none;
}

.standard-slideshow .mobile-slideshow-title a:before {
	content: '«';
	display: inline-block;
	font-size: 2rem;
	margin-right: 5px;
}

/* individual slides */

.standard-slideshow .slide {
	background-color: #fff;
	clear: both;
	padding: 0 2rem;
	position: relative;
	width: 100%;
}

/* slide numbers */

.standard-slideshow .mobile-slide-top {
	display: block;
	height: 4rem;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.standard-slideshow .mobile-slide-top:after {
	border-bottom: 1px solid #ccc;
	content: '';
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.standard-slideshow .mobile-slide-count,
.standard-slideshow .mobile-slide-number {
	background-color: #fff;
	display: block;
	left: 0;
	padding: 0 .9rem 0 0;
	position: absolute;
	top: 0;
	z-index: 2;
}

.standard-slideshow .mobile-slide-count {
	top: 1.5rem;
}

.standard-slideshow .desktop-slide-number {
	display: none;
}

/* title */

.standard-slideshow .desktop-slide-title {
	display: none;
}

/* slide title */

.standard-slideshow .slide-title {
	font-family: GeorgiaProCondSemibold, Georgia, serif;
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 1.1;
	margin: 0 2.5rem 0 0;
	margin-right: 0;
	padding: 1rem 0 0;
}

/* image */

.standard-slideshow .img {
	margin-bottom: 1rem; /* overwrites the image styles */
	margin-top: 1rem;
}

.standard-slideshow figcaption cite {
	margin-left: 0;
}

.standard-slideshow .bottom-caption-controls {
	display: none;
}

.standard-slideshow .slide .slide-share {
	display: none;
}

/* ads */

.standard-slideshow .ad {
	border-top: 1px solid #ccc;
	left: 0;
	margin: 3rem 0 2rem;
	padding: 2rem 0 0;
	position: relative;
	width: 100%;
}

.standard-slideshow .slideshow-interstitial {
	display: none;
}

/* mobile slide popup */

.standard-slideshow .mobile-slideshow-controls-wrapper {
	bottom: 0;
	height: 6rem;
	left: 0;
	opacity: 0;
	position: fixed;
	-webkit-transition: opacity 500ms ease-in-out;
	        transition: opacity 500ms ease-in-out;
	width: 100%;
	z-index: 5;
}

.standard-slideshow .mobile-slideshow-controls-wrapper.displayed {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in;
	        transition: opacity 300ms ease-in;
}

.standard-slideshow .mobile-slideshow-controls {
	bottom: .4rem;
	height: 4.6rem;
	left: 1rem;
	padding: 0;
	position: absolute;
}

.standard-slideshow .mobile-top,
.standard-slideshow .mobile-thumbs,
.standard-slideshow .mobile-share {
	background-color: rgba(255, 255, 255, .92);
	background-repeat: no-repeat;
	border: 1px solid rgba(204, 204, 204, .92); /* #ccc in hex */
	border-radius: 3px;
	color: #111;
	cursor: pointer;
	float: left;
	font-size: 1.4rem;
	font-weight: bold;
	height: 4.6rem;
	line-height: 4.6rem;
	padding: 0rem 1.5rem 0rem 1rem;
}

.standard-slideshow .mobile-thumbs,
.standard-slideshow .mobile-share {
	margin-left: 1rem;
}

.standard-slideshow .mobile-top:before {
	background-image: url(/media/back-to-top.svg);
	background-position: 55%;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	height: 20px;
	left: 0;
	position: relative;
	text-indent: -999em;
	top: 5px;
	width: 20px;
}

.standard-slideshow .mobile-thumbs:before {
	background-image: url(/media/thumbnail-icon.svg);
	background-position: 60%;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	height: 20px;
	left: 0;
	position: relative;
	text-indent: -999em;
	top: 5px;
	width: 29px;
}

.standard-slideshow .mobile-share:before {
	background-image: url(/media/share-arrow.svg);
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 115%;
	content: '';
	display: inline-block;
	height: 20px;
	left: 0;
	position: relative;
	text-indent: -999em;
	top: 5px;
	width: 25px;
}

.standard-slideshow .mobile-slide-share-overlay {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: none;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.standard-slideshow .mobile-slide-share-overlay.displayed {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/* from share tools */

.standard-slideshow .mobile-slide-share {
	background: #f9f9f7;
	border: 1px solid #ddd;
	border-radius: .25rem;
	box-shadow: .1rem .1rem .4rem rgba(40, 40, 40, .5);
	display: block;
	height: auto;
	padding: 3.9rem 3rem 3rem;
	position: relative;
	width: 21.4rem;
}

.standard-slideshow .mobile-slide-share a {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: .2rem;
	clear: left;
	color: #555;
	float: left;
	font-family: Arial,sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	height: 3.6rem;
	padding: 0;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	width: 100%;
}

.standard-slideshow .mobile-slide-share a + a {
	margin-top: 1.6rem;
}

.standard-slideshow .mobile-slide-share a svg {
	display: block;
	height: 2.4rem;
	left: 5px;
	margin-right: .3rem;
	position: absolute;
	top: 4px;
	vertical-align: middle;
	width: 2.4rem;
}

.standard-slideshow .mobile-slide-share a span {
	display: block;
	height: 100%;
	left: 3.6rem;
	line-height: 3.4rem;
	position: absolute;
	top: 0;
}

.standard-slideshow .mobile-slide-share a.email svg {
	fill: #000;
	height: 2.2rem;
	left: 6px;
	top: 7px;
	width: 2.2rem;
}

.standard-slideshow .mobile-slide-share .close {
	background: 0 0;
	border: 0;
	cursor: pointer;
	display: block;
	height: 3.2rem;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 3.2rem;
}

.standard-slideshow .mobile-slide-share .close svg {
	fill: #cdcdcd;
	height: 2.8rem;
	left: .2rem;
	top: .2rem;
	width: 2.8rem;
}

/* buy buttons */

.standard-slideshow .mobile-buy-button {
	display: block;
}

.standard-slideshow .desktop-buy-button {
	display: none;
}

.video-promo {
	display: none;
}

.zergnet {
	display: none;
}

.di .standard-slideshow .slideshow-title {
	display: block;
	font-family: GeorgiaProCondSemiBold, Georgia, serif;
	font-weight: normal;
	margin: 1rem 0 0;
	width: 100%;
}

/* contextual slide titles */

.di .standard-slideshow .slide-title {
	font-family: GeorgiaProCondSemibold, Georgia, serif;
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 1.1;
	margin: 0 2.5rem 0 0;
	margin-right: 0;
	padding: 1rem 0 0;
}

}

@media screen and (min-width: 0) and (max-width: 1023.9px) {

.fyre .fyre-live-container {
	top: .3rem;
}

.fyre .fyre-box-wrapper {
	top: -.6rem;
}

.fyre .fyre-comment-replies a,
.fyre .fyre-comment-replies .fyre-comment-username {
	margin-left: 0;
}

.fyre .fyre-comment-replies a.fyre-comment-reply.fyre-comment-action-button {
	left: 6.1rem;
}

.fyre .fyre-comment-replies .fyre-comment-actions a.fyre-share-link {
	left: 13rem;
}

.fyre-mobile-flag-confirmation {
	padding: 1rem;
}

}

@media screen and (min-width: 0) and (max-width: 599.9px) {

.fyre .fyre-widget,
.fyre .fyre {
	padding-bottom: .7rem;
}

.fyre-stream-stats + .fyre-auth {
	margin-top: -1.5rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button {
	width: 100%;
}

.fyre-editor .fyre-editor-toolbar {
	text-align: center;
}

.fyre .fyre-stream-stats {
	background-position: 0 .1rem;
}

.fyre-auth + .fyre-editor.hidden .fyre-editor-toolbar .goog-toolbar > div.fyre-follow-button {
	bottom: -3.8rem;
	height: 1.4rem !important;
	overflow: hidden !important;
	padding-right: .2rem !important;
	width: 7.5rem;
}

.fyre-auth + .fyre-editor.hidden .fyre-editor-toolbar .goog-toolbar > div.fyre-follow-button .fyre-button-left-inner-box {
	text-align: right;
}

.fyre .fyre-editor .fyre-editor-toolbar .goog-toolbar .fyre-cancel-button > div {
	text-transform: none !important;
}

.fyre .fyre-stream-stats span {
	float: none;
	left: 0;
	position: absolute;
	text-align: left;
	width: 100%;
}

.fyre .fyre-stream-sort {
	margin: .5rem 0 2rem;
	padding: .6rem 0;
	width: 100%;
}

.fyre .fyre-stream-sort a {
	font-size: 1.1rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left .fyre-button-left-outer-box .fyre-button-left-inner-box {
	padding: 0;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div {
	color: #000 !important;
	font-family: Arial,sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
}

.fyre .fyre-comment-replies .fyre-comment-username {
	margin: 0;
}

/* Comment Stream */

.fyre .fyre-comment-replies-indent {
	margin-left: 1.5rem;
}

.fyre .fyre-comment-article .fyre-comment-body {
	margin-left: 0;
}

.fyre .fyre-comment-footer {
	height: 1.7rem;
	margin: 1.4rem 0 .3rem 0 !important;
	min-height: 1rem;
}

.fyre .fyre-comment-divider {
	display: block;
	float: left;
	margin: .3rem 0 1.9rem;
	width: 100%;
}

/* Style Mobile Badge Icons */

.fyre .fyre-featured-text {
	display: inline-block;
	margin: .1rem -.2rem 0 0;
}

/* Style Mobile Flag/Share Icons */

.fyre a.fyre-comment-flag-mobile-btn,
.fyre a.fyre-comment-flag-mobile-btn:hover {
	position: relative;
	z-index: 2;
}

.fyre.fyre-width-small .fyre-comment-actions a {
	display: block !important;
	margin-top: .1rem;
	width: 4.5rem;
}

.fyre .fyre-comment-footer .fyre-flag-link span {
	opacity: .5;
}

.fyre .fyre-comment-like {
	top: -2.9rem;
}

.fyre .fyre-editor .fyre-editor-container .fyre-editor-editable {
	z-index: 10;
}

.fyre-comment-footer .fyre-editor {
	background-color: #fff;
	margin-top: 2.6rem;
	z-index: 10;
}

.fyre .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left.fyre-embed-button {
	display: none;
}

.fyre-stream-stats + .fyre-auth {
	z-index: 11;
}

.fyre .fyre-stream-stats {
	height: 2.8rem;
	margin: .5rem 0 3rem;
	padding-bottom: 1.2rem;
}

.fyre .fyre-auth + .fyre-editor {
	margin-bottom: 2rem;
	text-align: center;
}

article.fyre-comment-article {
	clear: both;
	display: block;
	padding: 0 .1rem !important;
}

.fyre .fyre-comment-count {
	position: relative;
	white-space: nowrap;
}

.fyre-add-a-comment {
	color: #1782a9;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	margin-top: .5rem;
	padding: 0;
	position: absolute;
	right: 0;
	vertical-align: top;
	z-index: 3;
}

.fyre a.fyre-comment-flag-mobile-btn:before,
.fyre a.fyre-comment-flag-mobile-btn:after {
	display: none;
}

.fyre .fyre-comment-actions {
	margin-top: .5rem;
}

#livefyre article .article-header {
	margin: 0;
}

#livefyre article header {
	margin: -.5rem 0 0;
}

.fyre .fyre-comment {
	margin-top: .3rem;
}

.fyre-comment-like-users {
	margin-top: 1.2rem;
}

.fyre .fyre-comment-footer {
	height: auto;
	margin: 0 0 .2rem !important;
	min-height: 3.6rem;
	padding-top: .7rem;
}

.fyre .fyre-stream-sort-bar {
	padding: 0 1.5rem;
}

.fyre a.fyre-comment-username span,
.fyre .fyre-box-wrapper span.fyre-user-drop {
	font-size: 1.4rem;
}

.fyre .fyre-comment ol,
.fyre .fyre-comment ul li,
.fyre .fyre-comment p {
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 2.3rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div {
	border: none !important;
	height: 4.3rem !important;
	margin-top: .3rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button .fyre-button-right-outer-box .fyre-button-right-inner-box {
	color: #fff;
	font-family: Arial,sans-serif;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 1.1rem 0 !important;
	text-shadow: none;
	text-transform: capitalize;
}

.fyre .fyre-stream-sort a {
	font-size: 1.3rem;
	line-height: 3.5rem;
}

.fyre .fyre-editor .fyre-editor-toolbar {
	height: 5.3rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button,
.fyre .fyre-editor.fyre-edit-editor .fyre-editor-toolbar .fyre-button-right.fyre-post-button,
.fyre .fyre-editor.fyre-edit-editor .fyre-editor-toolbar .fyre-button-right.fyre-cancel-button {
	border: 1px solid #000 !important;
	border-radius: .5rem !important;
}

.fyre .fyre-editor.fyre-edit-editor .fyre-editor-toolbar .fyre-button-right.fyre-cancel-button {
	border: 1px solid #ddd !important;
}

.fyre .fyre-editor .fyre-editor-container .fyre-editor-editable textarea {
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
}

.fyre .fyre-comment-divider > div.fyre-comment-divider {
	background: none repeat scroll 0 0 #ddd;
}

.fyre-comment-footer .fyre-editor {
	margin-top: 1.9rem;
}

.fyre .fyre-stream-sort.hidden {
	display: none;
}

.fyre-editor-error {
	z-index: 15;
}

.fyre .fyre-comment-article .fyre-comment-footer {
	margin-left: 0;
}

.fyre .fyre-comment-reply,
.fyre .fyre-comment-reply:hover {
	top: 1.2rem;
}

/* ----------/////////////// LIVEBLOG ///////////-----*/

.fyre-liveblog {
	padding: 1rem;
	width: 100%;
}

.fyre-liveblog.fyre .fyre-comment-footer {
	display: none;
}

.fyre-liveblog.fyre .fyre-comment-divider {
	margin: 2.5rem 0;
}

.fyre .fyre-editor .fyre-editor-toolbar .goog-toolbar .fyre-cancel-button {
	margin-top: 0;
	width: 48% !important;
}

.fyre .fyre-editor .fyre-editor-toolbar .goog-toolbar .fyre-cancel-button > div {
	margin-top: .5rem;
}

}

@media screen and (min-width: 23.438em) and (max-width: 37.499em) {

.contextual-fb-promo {
	background-color: #f4f3ee;
	border: 1px solid #e1e1e1;
	margin: 0 -10% !important;
	padding: 1.5rem 4rem !important;
	width: 120%;
}

}

@media screen and (min-width: 37.500em) {

.about .twitter svg {
	height: 1.3rem;
	left: 1.7rem;
	position: absolute;
	top: 0;
	width: 1.6rem;
}

.about .twitter {
	color: #3a92c8;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	text-decoration: none;
	padding-left: 3.6rem;
	position: relative;
}

.about .twitter .author-twitter {
	color: #3a92c8;
	font-weight: 400;
	padding-left: 0;
	position: relative;
}

.about .body figure.thumb figcaption span,
.about .body figure.square figcaption span,
.about .body figure.vertical figcaption span {
	margin-right: .3rem;
}

.newsfeed .cross-post-logo.scienceofus .blog-name {
	display: inline-block;
}

.partner-spotlight {
	display: block;
	line-height: 1.1;
	margin-bottom: 4.5rem;
	min-height: 20rem;
	padding: 1.6rem 0 0;
	position: relative;
}

.partner-spotlight::before {
	color: #333;
	content: 'FROM OUR PARTNERS';
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	left: 0;
	position: absolute;
	top: 0;
}

.partner-spotlight a {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 11.1rem;
	color: #434343;
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	margin: 0 0 0 1.8rem;
	padding: 11.8rem .5rem 0;
	text-decoration: none;
	width: 16.6rem;
}

.partner-spotlight a:first-child {
	margin: 0;
}

.partner-spotlight a em {
	color: #eb0000;
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 .6rem;
	width: 100%;
}

.runway-lede .runway-item a {
	height: 30rem;
}

.runway-lede .runway-lede-social {
	padding-top: 1.35rem;
}

.runway-lede .share {
	border: none;
	margin: 0;
	padding: 0;
}

.runway-lede .share a:first-of-type,
.runway-lede .share a:last-of-type {
	width: 3rem;
}

.runway-lede .runway-lede-headline {
	font-size: 6rem;
	margin-top: 2.5rem;
}

.runway-palette {
	border-bottom: none;
	margin: 2rem auto 1rem;
	max-width: 93%;
	padding: 1.3rem 0 0;
}

.runway-palette .runway-palette-thumbnails {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.di .newsfeed article.newsfeed-no-border {
	border-bottom: none;
}

}

@media screen and (min-width: 37.500em) and (max-width: 43.749em) {

.runway-collection-finder article div select {
	font-size: 1.1rem;
}

}

@media screen and (min-width: 37.500em) and (max-width: 74.999em) {

.runway-cathy-horyn {
	margin-top: -4rem;
	max-width: 70rem;
}

.runway-cathy-horyn div {
	width: 95%;
}

.runway-cathy-horyn ul li:last-child {
	border-bottom: none;
}

.runway-cathy-horyn div h2 {
	font-size: 1.6rem;
}

.runway-collection-finder {
	max-width: 70rem;
}

.runway-collection-finder article {
	display: inline-block;
	text-align: center;
	width: 33%;
}

.runway-collection-finder article:nth-child(3n) {
	padding-right: 0;
}

.runway-collection-finder article div {
	margin-top: -9rem;
}

.runway-collection-finder article select {
	background-position: 103% 50%;
	padding-left: 0.5rem;
}

.runway-collection-finder article h2 {
	font-size: 2rem;
}

.runway-collection-finder article .mobile-primary {
	display: none;
}

}

@media screen and (min-width: 37.500em) and (max-width: 63.999em) {

/* Article Header */

.about {
	padding-bottom: 1rem;
	position: relative;
	word-wrap: break-word;
}

.about header {
	margin-bottom: 2rem;
}

.about header nav {
	border-bottom: 1px dotted #ccc;
	clear: both;
	display: block;
	height: 2.5rem;
	margin: 0 0 1rem;
	padding: 0 0 3rem;
}

.about header nav a,
.about header nav span {
	color: #111;
	display: inline-block;
	font-family: arial, sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	height: 2rem;
	line-height: 2.4rem;
	padding-left: 1.8rem;
	text-decoration: none;
	text-transform: uppercase;
}

.about header nav a.rubric::before,
.about header nav span:last-child::before {
	color: #999;
	content: '/';
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	left: -.9rem;
	position: relative;
	top: .1rem;
}

.about header h1 {
	color: #323232;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 5rem;
	font-weight: normal;
	line-height: 5rem;
	margin: 0 0 3rem;
}

.about header p {
	color: #333;
	font-family: Georgia, serif;
	font-size: 1.6rem;
	line-height: 1.3rem;
}

/* Article Body */

.about .body {
	color: #111;
	font-family: Georgia, sans-serif;
	font-size: 1.8rem;
	line-height: 2.7rem;
}

/* Secondary Images */

.about .body .image.right,
.about .body figure.right {
	float: right;
	margin: 1rem 0 1rem 2.5rem;
	max-width: 25rem;
}

.about .body .image.left,
.about .body figure.left {
	float: left;
	margin: 1rem 2.5rem 1rem 0;
	max-width: 25rem;
	text-align: right;
}

.about .body .image.center,
.about .body figure.center {
	margin: 1.6rem 0 2.4rem;
	text-align: center;
}

.about .body h2 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.1rem;
	margin: 3rem 0 2rem;
}

.about .body p {
	margin: 0 0 1.5rem;
}

.about .body a {
	color: #f85d00;
	padding: 0;
	text-decoration: none;
}

.about .body ul {
	clear: both;
	line-height: 2.3rem;
	padding: 0 0 0 1rem;
}

.about .body ul li {
	list-style: none;
	margin: 0 0 2rem;
}

.about .body ul li:before {
	color: #999;
	content: '•';
	left: 0;
	position: absolute;
}

.about .body ol {
	counter-reset: list;
	padding: 0 0 0 2rem;
}

.about .body ol li {
	display: block;
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.about .body ol li:before {
	color: #999;
	content: counter(list);
	counter-increment: list;
	font-family: Arial, sans-serif;
	font-weight: bold;
	left: 0;
	margin-top: .2rem;
	position: absolute;
}

.about .body blockquote:before {
	border-top: 5px solid #e2e2e0;
	content: '';
	display: inline;
	margin-top: -1.4rem;
	position: absolute;
	width: 4.5rem;
}

.about .body blockquote,
.about .body blockquote p {
	color: #5a5a5a;
	font-family: Georgia, serif;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 2.5rem;
	margin: 0 0 1.5rem;
	padding: 1.5rem 0;
	position: relative;
}

.about .body blockquote p {
	margin-bottom: 0;
	padding-top: 0;
}

.about .body blockquote p:last-of-type {
	padding: 0;
}

.authorfeed {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.authorfeed h2 span,
.authorfeed .sponsored {
	display: none;
}

/*Promoted Authors*/

.authorfeed .promoted-authors {
	background: #fee949;
	border-bottom: none;
	height: 14.5rem;
	-webkit-transform: skew(-20deg);
	    -ms-transform: skew(-20deg);
	        transform: skew(-20deg);
	width: 50.9rem;
}

/*These are within a div that skews, so we must reverse the skew for the text*/

.authorfeed .promoted-authors h1,
.authorfeed .promoted-authors h2,
.authorfeed .promoted-authors .follow {
	-webkit-transform: skew(20deg);
	    -ms-transform: skew(20deg);
	        transform: skew(20deg);
}

.authorfeed .promoted-authors h1 {
	margin: 0 0 0 21rem;
	width: 60%;
}

.authorfeed .promoted-authors h2 {
	font-size: 1.9rem;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 22.5rem;
	width: 50%;
}

.authorfeed .promoted-authors .follow {
	margin-left: 23.5rem;
	width: 50%;
}

.authorfeed .promoted-authors .author-image {
	background-repeat: no-repeat;
	border-radius: 9rem;
	height: 17.5rem;
	left: 2rem;
	position: absolute;
	top: -1.5rem;
	-webkit-transform: skew(20deg);
	    -ms-transform: skew(20deg);
	        transform: skew(20deg);
	width: 17.5rem;
}

.authorfeed .bio {
	margin-top: 3rem;
}

.authorfeed .bio:not(.show) {
	display: block;
	max-height: 8rem;
	max-width: 100%;
	overflow: hidden;
}

.authorfeed .bio + .read-more {
	color: #333;
	cursor: pointer;
	font-family: Georgia,Times,serif;
	font-size: 1.5rem;
	margin-right: 3rem;
	margin-top: 1rem;
	text-align: right;
	text-decoration: none;
}

.authorfeed .bio + .read-more:before {
	content: 'Read more';
	font-weight: 600;
}

.authorfeed .bio.show + .read-more:before {
	content: 'Read less';
}

.authorfeed div > article:first-child {
	text-align: center;
}

.authorfeed article {
	border-bottom: 1px solid #f1f1f1;
	margin: 0 auto;
	padding: 4rem 0;
	position: relative;
	width: 100%;
}

.authorfeed article:after {
	clear: both;
	content: '';
	display: block;
}

.authorfeed p:first-of-type {
	max-height: none;
}

.authorfeed article:first-of-type {
	padding-top: 2.2rem;
}

.authorfeed article:last-of-type {
	margin-bottom: 1.9rem;
}

.authorfeed article.thumb a:last-of-type {
	padding-left: 17rem;
}

.authorfeed a {
	color: #f85d00;
	display: block;
	text-decoration: none;
}

.authorfeed a:hover,
.authorfeed a:active {
	color: #333;
	text-decoration: none;
}

.authorfeed a:active {
	color: #f85d00;
}

.authorfeed a.square,
.authorfeed a.thumb,
.authorfeed a.horizontal,
.authorfeed a.large-horizontal {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.authorfeed a.square,
.authorfeed a.thumb {
	float: left;
	height: 10rem;
	margin-right: 2rem;
	position: relative;
	width: 15rem;
}

.authorfeed a.horizontal,
.authorfeed a.large-horizontal {
	display: block;
	height: 41rem;
	margin: 2rem auto;
	width: 100%;
}

.authorfeed time,
.authorfeed time a,
.authorfeed time + span {
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

.authorfeed time a {
	display: inline;
}

.authorfeed time + span {
	text-transform: uppercase;
}

.authorfeed time + span:after {
	content: '';
	display: block;
}

.authorfeed h1 {
	font-family: Georgia, sans-serif;
	font-size: 4rem;
	margin: 0;
}

.authorfeed h2 {
	color: #333;
	font-family: Georgia, Times, serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.1rem;
	margin: .2rem 0 0;
}

.authorfeed > h2 {
	font-size: 1.7rem;
}

.authorfeed cite,
.authorfeed cite a {
	color: #333;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8rem;
	vertical-align: baseline;
}

.authorfeed p {
	color: #333;
	font-family: Georgia, Times, serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2rem;
	margin: .4rem 0 0;
	max-height: 7rem;
	overflow: hidden;
}

.authorfeed a.horizontal + p,
.authorfeed a.large-horizontal + p {
	margin-top: 0;
}

/*again, not sure what this is for. will keep until sure to remove
.authorfeed p + a {
  bottom: 4.4rem;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  text-transform: uppercase;
}
*/

.authorfeed .horizontal p + a,
.authorfeed .large-horizontal p + a {
	bottom: auto;
	display: block;
	margin-top: 2.2rem;
	position: relative;
}

/*follow buttons*/

.authorfeed .follow {
	margin-bottom: 6rem;
}

.authorfeed .follow a.fb,
.authorfeed .follow a.twitter {
	background-size: 2rem;
	color: #333;
	display: inline-block;
}

.authorfeed .follow a.twitter {
	border-top: none;
}

.authorfeed .follow a.fb {
	margin-right: 1rem;
	padding-right: 2rem;
	position: relative;
}

.authorfeed .follow a.fb:after {
	color: #ccc;
	content: '|';
	position: absolute;
	right: 0;
}

.bedford-bowery-promo {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 7px;
	padding: 2rem 1.5rem;
	text-align: center;
	font-family: Arial, sans-serif;
	margin-bottom: 4rem;
	margin-top: 3rem;
}

.bedford-bowery-promo .title {
	background: url(/media/logo_bb.png) center center no-repeat;
	background-size: 23rem 2.1rem;
	height: 2.1rem;
	margin: 0 auto;
	text-indent: -9999px;
}

.bedford-bowery-promo .subtitle {
	margin-top: 1.1rem;
	font-size: 1.7rem;
}

.bedford-bowery-promo .info {
	font-size: 1rem;
	margin-top: 1.5rem;
	margin-bottom: 1.3rem;
}

.bedford-bowery-promo .info span {
	font-style: italic;
}

.bedford-bowery-promo a {
	color: #e8b705;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: bold;
}

.column-subscribe {
	clear: both;
	background-color: #f5f4f1;
	border: 1px solid #e7e7e7;
	display: none;
	height: auto;
	margin-bottom: 2rem;
	opacity: 0;
	padding: 2.4rem 3rem 1rem;
}

.column-subscribe.on {
	display: block;
	-webkit-transition: opacity 1s;
	        transition: opacity 1s;
}

.column-subscribe.fade-in {
	opacity: 1;
}

.column-subscribe.fade-out {
	opacity: 0;
}

.column-subscribe p {
	color: #fd2b26;
	font-size: 1.7rem;
	font-style: italic;
}

.column-subscribe p span {
	text-transform: capitalize;
}

.column-subscribe p span.no-transform {
	text-transform: none;
}

.column-subscribe form {
	-webkit-transition: height .3s, display .3s .5s;
	        transition: height .3s, display .3s .5s;
}

.column-subscribe form input[type=email] {
	background: #FFF;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: normal;
	height: 3rem;
	padding: 0 0 0 1.2rem;
	width: 30rem;
	-webkit-appearance: none;
}

.column-subscribe form input[type=email]::-webkit-input-placeholder {
	color: #999;
}

.column-subscribe form input[type=email]:-moz-placeholder {
	color: #999;
}

.column-subscribe form input[type=email]::-moz-placeholder {
	color: #999;
}

.column-subscribe form input[type=email]:-ms-input-placeholder {
	color: #999;
}

.column-subscribe form .submit {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 2px;
	color: #fff;
	display: inline;
	float: none;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: bold;
	height: 3rem;
	padding: 0;
	text-transform: uppercase;
	vertical-align: bottom;
	width: 8rem;
	-webkit-appearance: none;
}

.column-subscribe form .submit:hover {
	cursor: pointer;
}

.column-subscribe form .return-message {
	display: block;
	font-weight: normal;
	height: 2rem;
	margin: 0 0 0 2rem;
	opacity: 0;
	padding-top: .4rem;
	visibility: hidden;
}

.column-subscribe form .return-message.on {
	opacity: 1;
	-webkit-transition: opacity .3s;
	        transition: opacity .3s;
	visibility: visible;
}

.column-subscribe form input[type=email].on {
	border: 1px solid #e26154;
}

.column-subscribe form.error .return-message.on {
	color: #e26154;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: italic;
}

.column-subscribe form.success input {
	display: none;
	height: 0;
}

.column-subscribe form.success .return-message.on {
	color: #000;
	font-family: Georgia, serif;
	font-size: 1.6rem;
	font-style: italic;
	padding-top: 0;
	margin: -.5rem 0 .4rem 0;
}

.column-subscribe form.success.hide {
	padding-bottom: 2rem;
}

.fyre-editor .fyre-editor-guidelines,
.fyre-editor .fyre-editor-guidelines a:hover {
	padding-right: 2rem;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar>div.fyre-follow-button {
	bottom: -4.3rem;
}

.contextual-fb-promo {
	background-color: #f4f3ee;
	border: 1px solid #e1e1e1;
	padding: 2rem;
}

.contextual-fb-promo > p {
	line-height: 2.1rem !important;
	margin-bottom: 0 !important;
}

.contextual-fb-promo .promo-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contextual-fb-promo > p,
.contextual-fb-promo .promo-wrap p {
	font-family: Arial, sans-serif !important;
	font-size: 1.6rem !important;
}

.contextual-fb-promo .promo-wrap p {
	color: #fc2a26;
	font-weight: bold;
	margin: 1rem 1rem 0 0;
	width: auto !important;
}

.contextual-fb-promo .promo-wrap .fb-like iframe {
	max-width: inherit !important;
}

.cut-nav * {
	-moz-osx-font-smoothing: auto;
}

.cut-nav {
	background-image: url(/media/rule-repeat.2x.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 7.9rem;
	position: relative;
}

.cut-nav .cut-nav-inner {
	height: 7.5rem;
}

.cut-nav a {
	text-decoration: none;
}

/* Logo */

.cut-nav .logo {
	height: 7.5rem;
	left: .5%;
	margin: 0;
	position: absolute;
	top: .1rem;
	width: 23rem;
}

.cut-nav .logo svg {
	height: 8.3rem;
	margin-top: -.4rem;
	max-width: 100%;
	width: auto;
}

/* don't display main nav on mobile */

.cut-nav .main {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 7.5rem;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	left: 21rem;
	position: relative;
	top: .1rem;
	width: -webkit-calc(100% - 32rem);
	width: calc(100% - 32rem);
}

.cut-nav .main-item.goods {
	display: none;
}

.cut-nav .main-item > a {
	display: inline-block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	padding: 3rem 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.cut-nav .main-item nav {
	display: none; /* don't display fashion dropdown on mobile */
}

.cut-nav .fashion-dropdown-arrow {
	display: none;
}

.cut-nav .search {
	background: transparent;
	cursor: pointer;
	display: inline-block;
	height: 4.2rem;
	position: absolute;
	right: 1.3rem;
	top: 1.6rem;
	-webkit-transition: width 300ms, background 300ms;
	        transition: width 300ms, background 300ms;
	width: 4rem;
	z-index: 100000000;
}

.cut-nav .search.on {
	background: #dbdbdb;
	-webkit-transition: width 300ms, background 300ms;
	        transition: width 300ms, background 300ms;
	width: -webkit-calc(100% - 23rem);
	width: calc(100% - 23rem);
}

.cut-nav .search .text-query {
	border: none;
	display: none;
	height: 3rem;
	margin: .6rem;
	padding: 1rem;
	width: -webkit-calc(100% - 4.4rem);
	width: calc(100% - 4.4rem);
}

.cut-nav .search .text-query::-webkit-input-placeholder,
.cut-nav .search .text-query::-moz-input-placeholder,
.cut-nav .search .text-query::-ms-input-placeholder,
.cut-nav .search .text-query::input-placeholder {
	font-family: Arial, sans-serif;
}

.cut-nav .search .search-icon {
	background-color: transparent;
	border: 0 none;
	height: 2.6rem;
	padding: 0;
	position: absolute;
	right: .6rem;
	top: 1.1rem;
	width: 2.6rem;
}

.cut-nav .search .search-close {
	background-color: transparent;
	border: 0 none;
	height: 2.6rem;
	padding: 0;
	position: absolute;
	right: .6rem;
	top: .9rem;
	width: 2.6rem;
}

.cut-nav .search-icon svg {
	cursor: pointer;
	height: 60%;
	left: 20%;
	top: 20%;
	width: 60%;
}

.cut-nav .search-close svg {
	cursor: pointer;
	height: 90%;
	left: 5%;
	top: 5%;
	width: 90%;
}

.cut-nav .search.on .search-close svg,
.cut-nav .search.on .search-close svg * {
	fill: #1a1a1a !important;
}

.cut-nav .search-close,
.cut-nav .search.on .search-icon {
	display: none;
}

.cut-nav .search.on .search-close {
	display: block;
}

.cut-nav .searchtext {
	display: none;
}

/* Nav Button */

.cut-nav .nav-mobile:active {
	outline: none;
}

.cut-nav .nav-mobile {
	cursor: pointer;
	display: inline-block;
	height: 6rem;
	position: absolute;
	right: 5.6rem;
	top: 1.5rem;
	width: 5rem;
}

.cut-nav .nav-mobile svg {
	height: 36%;
	margin-left: -webkit-calc(29% + 1px);
	margin-left: calc(29% + 1px);
	margin-top: 30%;
	width: 36%;
}

.cut-nav .nav-mobile:before,
.cut-nav .nav-mobile:after {
	border-right: 1px solid #343434;
	content: '';
	height: 2.5rem;
	position: absolute;
	top: 1.2rem;
	width: 1px;
}

.cut-nav .nav-mobile:before {
	left: .2rem;
}

.cut-nav .nav-mobile:after {
	right: .2rem;
}

.cut-nav .nav-mobile.on {
	background-color: #1a1a1a;
	border: 1px solid #4f4f4f;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 6.1rem;
	z-index: 99999999;
}

.cut-nav .nav-mobile.on:before,
.cut-nav .nav-mobile.on:after {
	display: none;
}

.cut-nav .nav-mobile.on svg,
.cut-nav .nav-mobile.on svg * {
	fill: #fff !important;
}

/* Dropdown */

.cut-nav .dropdown {
	background-color: #1a1a1a;
	border-top: 1px solid #4f4f4f;
	display: none;
	padding: 2.3rem 0;
	position: absolute;
	top: 7.5rem;
	width: 100%;
}

.cut-nav .dropdown:after {
	clear: both;
	content: '';
	display: block;
}

.cut-nav .dropdown.on {
	-webkit-animation-duration: 250ms;
	        animation-duration: 250ms;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: DropdownOpen;
	        animation-name: DropdownOpen;
	-webkit-animation-timing-function: cubic-bezier(.215,  .610, .355, 1.000);
	        animation-timing-function: cubic-bezier(.215,  .610, .355, 1.000); /* ease-out-cubic */
	display: block;
	z-index: 9999999;
}

.cut-nav .dropdown-section {
	border-left: 1px solid #272727;
	float: left;
	height: 26rem;
	padding: 0 2.3rem;
	width: 25%;
}

.cut-nav .dropdown-section:first-of-type {
	border: none;
}

.cut-nav .dropdown-section:before {
	color: #979797;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2rem;
}

.cut-nav .dropdown-section > h2,
.cut-nav .dropdown-section > a,
.cut-nav .dropdown-section > a:visited {
	display: inline-block;
	float: left;
	font-family: Arial, sans-serif;
}

.cut-nav .dropdown-section h2 {
	font-size: 1rem;
	margin: 0;
	padding: .4rem 0;
	width: 100%;
}

.cut-nav .dropdown-section > a,
.cut-nav .dropdown-section > a:visited {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	padding: 1rem 0;
	width: 100%;
}

/* first two */

.cut-nav .dropdown-section > a:first-of-type {
	padding-top: 1.2rem;
}

.cut-nav .dropdown-section .login {
	background-color: transparent;
	border: 0 none;
	color: #ccc;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	padding: 0 0 2.2rem;
	text-align: left;
	width: 100%;
}

.cut-nav .dropdown-section .follow {
	background-color: #ededeb;
	border-radius: .5rem;
	border-top: 1px solid #3e3e3e;
	float: left;
	margin: 0;
	padding: .3rem 1rem;
	text-align: left;
	width: 100%;
}

.cut-nav .promoCallOut {
	display: none;
}

.embed.video {
	height: 21rem;
}

.embed.video svg {
	top: 36%;
}

.story .episode-recap {
	border-right: 1px solid #ebebeb;
	clear: left;
	float: left;
	margin: 0 2.6rem 1rem 0;
	padding: 1.2rem 1.8rem 1.2rem 0;
	text-align: center;
	width: 12.8rem;
}

.story .episode-recap a {
	color: #1782a9;
	text-decoration: none;
}

.story .episode-recap dl {
	margin: 0;
}

.story .episode-recap dt {
	display: block;
}

.story .episode-recap dd {
	display: block;
	margin: 0;
}

/* Recap Image */

.story .episode-recap img {
	height: 8rem;
	width: 8rem;
}

/* Show Title */

.story .episode-recap .show {
	border-bottom-color: #ddd;
	border-bottom-style: dotted;
	border-bottom-width: .2rem;
	padding: 0 .6rem .9rem;
}

.story .episode-recap .show dt {
	display: none;
}

.story .episode-recap .show dd,
.story .episode-recap .show dd a {
	display: block;
	font-family: Georgia, serif;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2;
	text-transform: capitalize;
}

/* Episode Title */

.story .episode-recap .title dt {
	display: none;
}

.story .episode-recap .title dd {
	color: #111;
	font-family: Georgia, serif;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.1;
	padding: 1rem 0 .4rem;
}

/* Season and Episode Numbers */

.story .episode-recap .season,
.story .episode-recap .episode {
	color: #999;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	padding: 0 0 .3rem;
}

.story .episode-recap .season {
	padding: 0;
}

.story .episode-recap .season dt,
.story .episode-recap .episode dt,
.story .episode-recap .season dd,
.story .episode-recap .episode dd {
	display: inline;
}

/* Rating */

.story .episode-recap .rating {
	background: #f7f7f7;
	border-radius: 3px;
	height: 4.4rem;
	margin: .7rem .5rem 1rem;
	padding: .8rem .6rem 0;
}

.story .episode-recap .rating dt {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: .9rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: .3rem;
	text-transform: uppercase;
}

.story .episode-recap .rating .score {
	display: none;
}

.story .episode-recap .rating .stars {
	font-size: 0;
	white-space: nowrap;
}

.story .episode-recap .rating .stars svg {
	display: inline-block;
	height: 1.7rem;
	padding: 0;
	margin: 0;
	width: 1.7rem;
}

/* Next and Previous Episodes */

.story .episode-recap .prev,
.story .episode-recap .next {
	clear: left;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 1rem;
	padding: 0 .5rem;
	text-align: left;
	width: 50%;
}

.story .episode-recap .next {
	border-left: 2px solid #ccc;
	clear: right;
	float: right;
	text-align: right;
}

.story .episode-recap span.prev,
.story .episode-recap span.next {
	color: #ccc;
}

.story .episode-recap .prev:before {
	content: '< ';
	font-family: Elderkin, Arial, sans-serif;
	font-size: 2rem;
	position: relative;
	top: .3rem;
}

.story .episode-recap .next:after {
	content: ' >';
	font-family: Elderkin, Arial, sans-serif;
	font-size: 2rem;
	position: relative;
	top: .3rem;
}

/* Complete Link */

.story .episode-recap .complete {
	clear: both;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.2;
}

.fb-promo {
	display: none;
}

.follow a {
	cursor: pointer;
}

.follow a.fb,
.follow a.twitter {
	background-position: .5rem center;
	background-repeat: no-repeat;
	background-size: 2.2rem;
	border: none;
	color: #000;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 0;
	padding: 1.6rem 0 1.5rem 3.7rem;
	position: relative;
	text-decoration: none;
}

.follow a.fb {
	background-image: url(/media/facebook.svg);
}

.follow a.twitter {
	background-image: url(/media/twitter-blue.svg);
	background-size: 2.2rem 1.8rem;
	border-top: 1px solid #c4c4c4;
}

.newsfeed div article.newsfeed-share {
	padding-bottom: 0;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0;
}

.newsfeed-share .follow-button-wrap .fb,
.newsfeed-share .follow-button-wrap .twitter {
	font-size: 1.2rem;
}

.footer {
	background: #000;
	padding: 3rem 0;
}

.footer a {
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
}

.footer a,
.footer p {
	font-family: Arial, sans-serif;
}

.footer .splash-page {
	margin: 0 auto;
	max-width: 52.8rem;
	text-align: center;
}

.footer .splash-page a {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0;
	padding: 0 0 3rem 2rem;
}

.footer .splash-page a:after,
.footer .global-footer-nav a:after {
	color: #333;
	content: "|";
	padding-left: 2rem;
}

.footer .splash-page a:last-of-type:after,
.footer .global-footer-nav a:last-of-type:after {
	content: " ";
	padding-left: 0;
}

.footer .splash-page a:nth-of-type(4):after {
	color: transparent;
}

.footer .splash-page a,
.footer .global-footer-nav a,
.footer .global-footer-nav p {
	color: #FFF;
}

.footer .connect {
	margin: 0 auto 2rem;
	max-width: 102.4rem;
	width: 100%;
}

.footer .connect {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 auto 2rem;
	max-width: 102.4rem;
	padding: 1.5rem 0 1.5rem 8.8%;
	width: 100%;
}

.footer .connect:before {
	content: "connect: ";
	display: block;
	font-size: 2rem;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 2rem;
	text-transform: uppercase;
	width: 100%;
}

.footer .connect a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	margin-bottom: 2.2rem;
	width: 25%;
}

.footer .connect svg {
	height: 1.5rem;
	margin-right: .7rem;
	width: 1.5rem;
}

.footer .connect a[href*="twitter"] svg {
	margin-right: .4rem;
	width: 1.8rem;
}

.footer .global-footer-nav {
	font-size: 1.1rem;
	font-weight: 700;
	padding: 0 2rem;
	text-align: center;
}

.footer .global-footer-nav a {
	color: #c2c2c2;
	padding: 0 .5rem 1rem 0;
	text-transform: none;
}

.footer .global-footer-nav a:after {
	padding-left: .9rem;
}

.footer p a {
	text-decoration: underline;
}

.footer p,
.footer p a {
	color: #888;
	font-size: 1.1rem;
	margin-bottom: 0;
	text-align: center;
}

.global-footer {
	border-top: 1px solid #ccc;
	clear: both;
	display: block;
	margin: 3rem auto 0;
	padding: 2.5rem 0 5rem;
	text-align: center;
}

.global-footer > a:first-of-type {
	background-image: url(/media/nymag-text.2x.png);
	background-repeat: no-repeat;
	background-size: 10rem auto;
	background-position: center bottom;
	border: none;
	clear: both;
	color: transparent;
	display: block;
	height: 2rem;
	margin-bottom: 1.8rem;
}

.global-footer a {
	border-right: 1px solid #ccc;
	color: #1F638A;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0;
	padding: .1rem 1.2rem;
	text-decoration: none;
	white-space: nowrap;
}

.global-footer > a:last-of-type,
.global-footer a:last-of-type {
	border: none;
}

.global-footer span {
	clear: both;
	display: block;
	margin-top: 1.6rem;
}

.global-footer div a {
	font-weight: normal;
	margin: 2.7rem 0 0;
}

.global-footer p {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
}

.greatest-hits {
	margin: 1.5rem 0 0;
	position: relative;
}

.greatest-hits > h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	left: 0;
	line-height: 2.1;
	padding: 0 1rem 0 0;
	position: absolute;
	top: -2.9rem;
	z-index: 2;
}

.greatest-hits article {
	border-top: 1px solid #f1f1f1;
	display: block;
	min-height: 14.2rem;
	padding: 1.5rem 0;
}

.greatest-hits article:nth-of-type(1) {
	border-top: 1px solid #bbb;
}

.greatest-hits a {
	color: #222;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 1.3;
	margin: 0;
	padding-bottom: 1.5rem;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.greatest-hits div {
	background-repeat: no-repeat;
	background-size: 16.5rem auto;
	float: left;
	height: 11.2rem;
	margin-right: 1.5rem;
	position: relative;
	width: 16.5rem;
}

.greatest-hits a .infographic:after,
.greatest-hits a .video:after {
	background-color: #fa7802;
	background: rgba(248, 93, 0, .85) url(http://placekitten.com/40) center center no-repeat;
	background-size: 2rem;
	border-radius: .3rem;
	bottom: 1rem;
	content: '';
	height: 4.2rem;
	left: .9rem;
	padding: 1.1rem;
	position: absolute;
	width: 4.2rem;
}

.greatest-hits a .video:after {
	background-image: url(http://placehold.it/40);
	background-size: 2rem;
}

.greatest-hits p {
	margin: 0;
}

.greatest-hits .share-feed {
	margin: 1.5rem 0 2rem 0;
	padding: 0 2rem 0 18rem;
}

.hp-most-popular {
	margin: 0 auto;
	padding: 1.5rem 2rem 1.5rem;
	position: relative;
}

.hp-most-popular h2 {
	display: inline-block;
	display: inline-block;
	font-family: Elderkin,Arial,sans-serif;
	font-size: 2.5rem;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 2;
}

.hp-most-popular article {
	border-top: 1px solid #f1f1f1;
	display: block;
	padding: 1.5rem 0;
}

.hp-most-popular article:first-of-type {
	border-top: none;
}

.hp-most-popular a {
	color: #222;
	display: inline;
	font-family: GeorgiaProCondSemibold,Georgia,serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.hp-most-popular a:hover {
	color: #444;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

.hp-most-popular div {
	background-repeat: no-repeat;
	background-size: 16.5rem auto;
	float: left;
	height: 11.2rem;
	margin-right: 2rem;
	width: 16.5rem;
}

.hp-most-popular p {
	display: block;
	font-family: GeorgiaProCondSemiBold,serif;
	font-weight: 600;
	padding-left: 4.5rem;
}

/* Numbers */

.hp-most-popular article a:before {
	font-family: Elderkin,Arial,sans-serif;
	font-size: 3rem;
	height: 3.5rem;
	left: -3rem;
	position: absolute;
	text-align: right;
	top: 2rem;
	width: 5rem;
}

.hp-most-popular article:nth-of-type(1) a:before {
	color: #00bbf1;
	content: '1';
}

.hp-most-popular article:nth-of-type(2) a:before {
	color: #00b5f1;
	content: '2';
}

.hp-most-popular article:nth-of-type(3) a:before {
	color: #009ff1;
	content: '3';
}

.hp-most-popular article:nth-of-type(4) a:before {
	color: #0088f1;
	content: '4';
}

.hp-most-popular article:nth-of-type(5) a:before {
	color: #0071f1;
	content: '5';
}

.hp-most-popular article:nth-of-type(6) a:before {
	content: '6';
}

.hp-most-popular article:nth-of-type(7) a:before {
	content: '7';
}

.hp-most-popular article:nth-of-type(8) a:before {
	content: '8';
}

.hp-most-popular article:nth-of-type(9) a:before {
	content: '9';
}

.hp-most-popular article:nth-of-type(10) a:before {
	content: '10';
}

.hp-most-popular .share-feed {
	margin: 1.5rem 0 1.5rem;
	padding: 0 2rem 0 4.5rem;
}

.hp-most-popular .share-feed a:before {
	background: none;
	content: '' !important;
}

.hp-most-popular .share-feed h2 {
	color: #ff0042;
}

.hp-most-popular .share-feed h2 em {
	text-transform: none;
}

.hp-most-popular-mobile {
	margin: 0 auto;
	position: relative;
	width: 95%;
}

.hp-most-popular-mobile h2 {
	display: inline-block;
	font-family: Elderkin,Arial,sans-serif;
	font-size: 2.5rem;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	margin: .1rem 0rem;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 2;
}

.hp-most-popular-mobile article {
	border-top: 1px solid #f1f1f1;
	display: block;
	padding: 1.5rem 0;
}

.hp-most-popular-mobile article:first-of-type {
	border-top: none;
}

.hp-most-popular-mobile a {
	color: #222;
	display: inline;
	font-family: GeorgiaProCondSemibold,Georgia,serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.hp-most-popular-mobile a:hover {
	color: #444;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

.hp-most-popular-mobile div {
	background-repeat: no-repeat;
	background-size: 16.5rem auto;
	float: left;
	height: 11.2rem;
	margin-right: 2rem;
	width: 16.5rem;
}

.hp-most-popular-mobile p {
	display: block;
	font-family: GeorgiaProCondSemiBold,serif;
	font-weight: 400;
	padding-left: 4.5rem;
}

/* Numbers */

.hp-most-popular-mobile article a:before {
	color: #00bcf1;
	font-family: Elderkin,Arial,sans-serif;
	font-size: 3.3rem;
	left: -3rem;
	position: absolute;
	text-align: right;
	top: 2rem;
	width: 5rem;
}

.hp-most-popular-mobile article:nth-of-type(1) a:before {
	content: '1';
}

.hp-most-popular-mobile article:nth-of-type(2) a:before {
	content: '2';
}

.hp-most-popular-mobile article:nth-of-type(3) a:before {
	content: '3';
}

.hp-most-popular-mobile article:nth-of-type(4) a:before {
	content: '4';
}

.hp-most-popular-mobile article:nth-of-type(5) a:before {
	content: '5';
}

.hp-most-popular-mobile article:nth-of-type(6) a:before {
	content: '6';
}

.hp-most-popular-mobile article:nth-of-type(7) a:before {
	content: '7';
}

.hp-most-popular-mobile article:nth-of-type(8) a:before {
	content: '8';
}

.hp-most-popular-mobile article:nth-of-type(9) a:before {
	content: '9';
}

.hp-most-popular-mobile article:nth-of-type(10) a:before {
	content: '10';
}

.hp-most-popular-mobile .ad,
.hp-most-popular-mobile .ad div {
	float: none;
	margin: 1.5rem 0 0 -2rem;
	padding: 1.5rem 0 0;
	text-align: center;
	width: -webkit-calc(100% + 4rem);
	width: calc(100% + 4rem);
}

.hp-most-popular-mobile .share-feed {
	margin: 1.5rem 0 1.5rem;
	padding: 0 2rem 0 4.5rem;
}

.hp-most-popular-mobile .share-feed a:before {
	background: none;
	content: '' !important;
}

.hp-most-popular-mobile .share-feed h2 {
	color: #ff0042;
}

.hp-most-popular-mobile .share-feed h2 em {
	text-transform: none;
}

.leaderboard-promo {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 33.7rem 11.7rem;
	border-bottom: 1px solid #eee;
	height: 18rem;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 82.5%;
}

.leaderboard-promo > a {
	display: block;
	height: 100%;
	width: 100%;
}

.leaderboard-promo .sponsor {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 4.4rem;
	position: absolute;
	right: 0;
	top: 7.2rem;
	width: 12rem;
}

.leaderboard-promo .sponsor:after {
	color: #606060;
	content: "Brought to you by";
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	left: -100%;
	position: absolute;
	top: 36%;
	width: 100%;
}

.leaderboard-promo .sponsor a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.most-popular {
	position: relative;
	margin: 1.5rem 0 0;
}

.most-popular h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	left: 0;
	line-height: 2.1;
	padding: 0 1rem 0 0;
	position: absolute;
	top: -2.9rem;
	white-space: nowrap;
	z-index: 2;
}

.most-popular article {
	border-top: 1px solid #f1f1f1;
	display: block;
	min-height: 14.2rem;
	padding: 1.5rem 0;
}

.most-popular article:first-of-type {
	border-top: 1px solid #bcbcbc;
}

.most-popular a {
	color: #222;
	display: inline;
	font-family: GeorgiaProCondSemibold, serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	position: relative;
	text-decoration: none;
}

.most-popular a:hover {
	color: #444;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

.most-popular div {
	background-repeat: no-repeat;
	background-size: 16.5rem auto;
	float: left;
	height: 11.2rem;
	margin-right: 2rem;
	width: 16.5rem;
}

.most-popular p {
	display: inline;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
}

/* Numbers */

.most-popular article a:before {
	background: url(/media/1.png) no-repeat .3rem center;
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
	background-size: auto 2rem;
	border-radius: 3px;
	content: ' ';
	display: block;
	height: 3.5rem;
	left: -5.5rem;
	position: absolute;
	top: .3rem;
	width: 4rem;
}

.most-popular article:nth-of-type(2) a:before {
	background-image: url(/media/2.png);
}

.most-popular article:nth-of-type(3) a:before {
	background-image: url(/media/3.png);
}

.most-popular article:nth-of-type(4) a:before {
	background-image: url(/media/4.png);
}

.most-popular article:nth-of-type(5) a:before {
	background-image: url(/media/5.png);
}

.most-popular article:nth-of-type(6) a:before {
	background-image: url(/media/6.png);
}

.most-popular article:nth-of-type(7) a:before {
	background-image: url(/media/7.png);
}

.most-popular article:nth-of-type(8) a:before {
	background-image: url(/media/8.png);
}

.most-popular article:nth-of-type(9) a:before {
	background-image: url(/media/9.png);
}

.most-popular article:nth-of-type(10) a:before {
	background-image: url(/media/10.png);
	background-position: .9rem center;
}

.most-popular .share-feed {
	margin: 1.5rem 0 1.5rem;
	padding: 0 2rem 0 18rem;
}

.most-popular .share-feed a:before {
	background: none;
	content: '' !important;
}

.most-popular-ab-test {
	display: none;
	position: relative;
	margin: 1.5rem 0 0;
}

.most-popular-ab-test h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	left: 0;
	line-height: 2.1;
	padding: 0 1rem 0 0;
	position: absolute;
	top: -2.9rem;
	white-space: nowrap;
	z-index: 2;
}

.most-popular-ab-test article {
	border-top: 1px solid #f1f1f1;
	display: block;
	min-height: 14.2rem;
	padding: 1.5rem 0;
}

.most-popular-ab-test article:first-of-type {
	border-top: 1px solid #bcbcbc;
}

.most-popular-ab-test a {
	color: #222;
	display: inline;
	font-family: GeorgiaProCondSemibold, serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.most-popular-ab-test a:hover {
	color: #444;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

.most-popular-ab-test div {
	background-repeat: no-repeat;
	background-size: 16.5rem auto;
	float: left;
	height: 11.2rem;
	margin-right: 2rem;
	width: 16.5rem;
}

.most-popular-ab-test p {
	display: inline;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
}

/* Numbers */

.most-popular-ab-test article a:before {
	background: url(/media/1.png) no-repeat .3rem center;
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
	background-size: auto 2rem;
	border-radius: 3px;
	content: ' ';
	display: block;
	height: 3.5rem;
	left: -5.5rem;
	position: absolute;
	top: .3rem;
	width: 4rem;
}

.most-popular-ab-test article:nth-of-type(2) a:before {
	background-image: url(/media/2.png);
}

.most-popular-ab-test article:nth-of-type(3) a:before {
	background-image: url(/media/3.png);
}

.most-popular-ab-test article:nth-of-type(4) a:before {
	background-image: url(/media/4.png);
}

.most-popular-ab-test article:nth-of-type(5) a:before {
	background-image: url(/media/5.png);
}

.most-popular-ab-test article:nth-of-type(6) a:before {
	background-image: url(/media/6.png);
}

.most-popular-ab-test article:nth-of-type(7) a:before {
	background-image: url(/media/7.png);
}

.most-popular-ab-test article:nth-of-type(8) a:before {
	background-image: url(/media/8.png);
}

.most-popular-ab-test article:nth-of-type(9) a:before {
	background-image: url(/media/9.png);
}

.most-popular-ab-test article:nth-of-type(10) a:before {
	background-image: url(/media/10.png);
	background-position: .9rem center;
}

.most-popular-ab-test .share-feed {
	margin: 1.5rem 0 1.5rem;
	padding: 0 2rem 0 18rem;
}

.most-popular-ab-test .share-feed a:before {
	background: none;
	content: '' !important;
}

.next-subnav {
	background-image: url(/media/next.gif);
	background-position: 1.9rem 1.1rem;
	background-repeat: no-repeat;
	background-size: 20rem;
	margin-bottom: 1px;
	position: relative;
}

.next-subnav a {
	text-decoration: none;
}

.next-subnav h1 {
	display: inline-block;
	height: 10.5rem;
	margin: 0;
	text-indent: -999rem;
	width: 80%;
}

.next-subnav h1 a {
	display: inline-block;
	width: 100%;
}

.next-subnav button {
	background-color: transparent;
	border: 0 none;
}

.next-subnav .nav-mobile.on {
	background-color: #333;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.next-subnav .search,
.next-subnav .nav-mobile {
	cursor: pointer;
	display: inline-block;
	height: 6.5rem;
	position: absolute;
	right: 1rem;
	top: 1.1rem;
	width: 7rem;
}

.next-subnav .nav-mobile {
	background-image: url(/media/nav-mobile.png);
	background-position: center 1.5rem;
	background-repeat: no-repeat;
	background-size: 3rem 3rem;
}

.next-subnav .nav-mobile:active {
	outline: none;
}

.next-subnav .search,
.next-subnav .share-buttons {
	display: none;
}

/* Primary Nav */

.next-subnav .primary-nav {
	background-color: #333;
	display: none;
	padding: 2.3rem 0;
	position: absolute;
	top: 7.5rem;
	width: 100%;
}

.next-subnav .primary-nav:after {
	clear: both;
	content: '';
	display: block;
}

.next-subnav .primary-nav.on {
	display: block;
	z-index: 9999999;
}

.next-subnav .primary-nav .sites a,
.next-subnav .primary-nav .sites button,
.next-subnav .primary-nav .login {
	color: #fff;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 3.2rem;
}

.next-subnav .primary-nav .sites {
	border-right: 1px solid #3e3e3e;
	float: left;
	height: 32rem;
	padding: 0 2rem;
	width: 38%;
}

.next-subnav .primary-nav .sites:before {
	color: #979797;
	content: 'SITES';
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2rem;
}

.next-subnav .primary-nav .misc {
	background-color: #ededeb;
	border-radius: .5rem;
	float: right;
	margin-right: 2%;
	padding: 0 1rem .5rem;
	width: 21%;
}

.next-subnav .primary-nav .login {
	display: none;
	margin-top: 3rem;
	text-align: left;
}

.next-subnav .sign-up,
.next-subnav .signup-lightbox {
	display: none;
}

/* Leaderboard ad on tablet. */

.next-subnav .ad {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d8d8d8;
	padding: 1rem 0;
}

/* Sponsored Messaging. */

.next-subnav .sponsor {
	height: 8rem;
	position: absolute;
	right: 1.1rem;
	top: 1.5rem;
}

.next-subnav .sponsor img {
	display: none;
}

.next-subnav .sponsor h3 {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0;
}

.next-subnav .sponsor span {
	background: url(/media/coach-logo.png) center center no-repeat;
	background-size: 10rem;
	display: inline-block;
	height: 9rem;
	margin: 0 0 1rem;
	vertical-align: middle;
	width: 13rem;
}

.next-subnav.article .sponsor {
	display: none;
}

/* Logo - for print */

.next-subnav > a > svg {
	display: none;
	height: 6rem;
	margin-left: 1.9rem;
	margin-top: 1rem;
	width: 20rem;
}

.package-nav {
	border-bottom: 1px solid #ccc;
	height: 8rem;
	margin: 0 auto;
	max-width: 102.4rem;
	overflow: hidden;
	width: 100%;
}

/* clearfix */

.package-nav:before,
.package-nav:after {
	content: '';
	display: table;
}

.package-nav:after {
	clear: both;
}

.package-nav .tags-slider-inner {
	float: left;
	height: 8rem;
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
	width: 100%;
}

.package-nav .title,
.package-nav .subtitle {
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	font-style: italic;
	text-transform: uppercase;
}

.package-nav .title {
	color: #111;
	display: block;
	margin: 1.5rem 0 0 2rem;
	width: 10rem;
}

.package-nav .subtitle {
	color: #555;
	display: block;
	margin: 0 2rem;
	padding: 0;
}

/*
.package-nav .title {
  background-image: url(/media/beauty-awards.png);
  height: 100%;
  margin-left: 1rem;
  letter-spacing: 1px;
  line-height: 1.9rem;
  margin-top: .4rem;
  width: 11.4rem;
}
*/

.package-nav .title span {
	position: absolute;
	top: -100rem;
}

.package-nav .items-wrapper {
	height: 8rem;
	left: 12.4rem;
	position: absolute;
	top: 0;
}

.package-nav .items {
	height: 8rem;
	left: 0;
	position: relative;
	top: 0;
}

.package-nav .item {
	float: left;
	height: 8rem;
	position: relative;
	width: 22rem;
}

.package-nav .item:before {
	border-left: 1px solid #ededed;
	content: '';
	height: 7rem;
	left: 0;
	position: absolute;
	top: 1rem;
	width: 1px;
}

.package-nav .item:first-of-type:before {
	border-left: none;
}

.package-nav .item-box-link {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 1rem 1rem 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
}

.package-nav .item-image {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1rem;
	height: 6rem;
	left: 1rem;
	position: absolute;
	width: 6rem;
}

.package-nav .item-title,
.package-nav .item-link {
	float: left;
	font-family: Arial, sans-serif;
	max-width: -webkit-calc(100% - 6rem);
	max-width: calc(100% - 6rem);
	padding: 0;
}

.package-nav .item-title {
	color: #171717;
	font-size: 1.4rem;
	line-height: 1.5rem;
	margin: .4rem 0 0 6.8rem;
	width: 68%;
}

.package-nav .item-title:hover {
	color: #1782a9;
}

.package-nav .item-link {
	color: #5f5f5f;
	font-size: 1.1rem;
	margin: .25rem 0 0 5.3rem;
	white-space: nowrap;
}

.package-nav .buttons {
	display: none;
}

.pagination {
	margin: 0 1.6rem 0 0;
	text-align: center;
}

.pagination a,
.pagination span {
	color: #000;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	margin: 0 .3rem;
	padding: .5rem;
	text-align: center;
	text-decoration: none;
}

.pagination a.current {
	background-color: #f7f7f7;
	border-radius: .2rem;
	font-weight: bold;
}

.pagination a.next,
.pagination a.prev {
	background-color: #f7f7f7;
	border: 0;
	border-radius: .3rem;
	color: #CCC;
	cursor: default;
	font-size: 1.5rem;
	font-weight: bold;
	height: 4rem;
	padding-top: 1rem;
	text-align: center;
	text-decoration: none;
	width: 9.5rem;
}

.pagination a.next.on {
	background-image: url(/media/arrow-next.svg);
	background-position: 7.1rem center;
	background-size: 1.2rem;
	margin-left: .7rem;
	padding-right: 3.5rem;
}

.pagination a.prev.on {
	background-image: url(/media/arrow-prev.svg);
	background-position: 1rem center;
	background-size: 1.2rem;
	margin-right: .7rem;
	padding-right: 1.7rem;
}

.pagination a.next.on,
.pagination a.prev.on {
	background-repeat: no-repeat;
	border: 1px solid #e0e0e0;
	color: #000;
	cursor: pointer;
	text-align: right;
}

.pagination a.hide {
	display: none;
}

.pagination span {
	margin: 0;
	padding: .5rem 0;
}

.partner-stories {
	display: none;
}

.popular-streaming-promo {
	padding: 2rem 0 2rem;
}

.popular-streaming-promo a {
	display: block;
}

.popular-streaming-promo h1,
.popular-streaming-promo h1 span {
	font-size: 2rem;
	margin: 0;
	padding-left: 7.5rem;
}

.popular-streaming-promo h1:before {
	background-size: 6rem;
	height: 6rem;
	width: 6rem;
}

.popular-streaming-promo h1 span {
	padding: 0;
}

/*override tablet-specific p styles*/

.vulture .popular-streaming-promo p.more {
	display: block;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.1;
	margin-top: .7rem;
	padding-left: 7.5rem;
}

.related-stories {
	clear: both;
	margin-bottom: 0;
	padding-bottom: 1rem;
}

.related-stories h2 {
	background-color: #fff;
	color: #888;
	font-family: Georgia, serif;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: .2rem;
	padding-right: .8rem;
}

.related-stories a {
	background-position: .2rem 1.5rem;
	background-repeat: no-repeat;
	background-size: 12.2rem auto;
	border-top: 0;
	color: rgb(34, 34, 34);
	display: block;
	font-family: Georgia, serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
	min-height: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
}

.runway-cal-graphic {
	padding: 2rem 4rem;
}

.runway-collection-search {
	height: 61.5rem;
	margin-top: -9rem;
	max-width: 70rem;
}

.runway-collection-search > div {
	height: 12.5rem;
	max-width: 65rem;
	z-index: 0;
}

.runway-collection-search section > div {
	background: #fff;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	height: 1.2rem;
	margin-top: -0.6rem;
	position: relative;
	width: 97%;
	z-index: 2;
}

.runway-collection-search > div h2 {
	font-size: 4.8rem;
	padding: 0.6rem 0 0 4.4rem;
}

.runway-collection-search section {
	margin-top: -8rem;
}

.runway-collection-search section nav ul li {
	top: .9rem;
}

.runway-collection-search section .show-list {
	background: -webkit-linear-gradient(270deg, rgba(255,255,255,0.00) 95%, rgba(0,0,0,0.07) 98%);
	background: linear-gradient(-180deg, rgba(255,255,255,0.00) 95%, rgba(0,0,0,0.07) 98%);
	border-bottom: 5px solid #000;
	border-top: 1px solid #000;
	height: 50rem;
	margin-top: -1.2rem;
	max-width: 70rem;
	overflow-y: scroll;
	padding: 1rem 0 1rem 6rem;
}

.runway-collection-search section .show-list li {
	margin: .3rem 0;
}

.runway-collection-search section .show-list li a {
	font-size: 3.2rem;
}

.runway-collection-search section .show-list li span,
.runway-collection-search section .show-list li time {
	border-bottom: 1px dashed #d2d2d2;
	color: #999;
	display: block;
	font-size: 1.3rem;
	left: 7rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
	padding-bottom: 0.5rem;
}

.runway-collection-search aside.silo div {
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	height: 56.4rem;
	left: 6rem;
	margin-top: -57.9rem;
	object-fit: cover;
	position: relative;
	width: 30rem;
}

.runway-collection-search aside span {
	left: 70%;
	top: -7rem;
}

.runway-collection-search aside.key {
	float: right;
	left: -5%;
	margin-top: -49.5rem;
}

.runway-collection-search aside.key a {
	margin: 0.3rem 0;
}

.search-results {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.search-results h2 span,
.search-results .sponsored,
.search-results .thumb p + a,
.search-results .thumb .share-feed {
	display: none;
}

.search-results .tag-results,
.search-results > span {
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	margin: -.1rem 0 0;
	padding-bottom: .3rem;
}

.search-results .tag-results {
	margin-left: 0;
	padding-bottom: .4rem;
}

.search-results .tag-results + h1 {
	font-family: Georgia, serif;
	font-size: 3.5rem;
	margin: 0 0 2rem;
}

.search-results fieldset {
	border: none;
}

.search-results .text {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	font-family: Georgia, serif;
	font-size: 2.4rem;
	margin: 0 .2rem 0 -.9rem;
	outline: 0 none;
	padding: .5rem .9rem;
	width: 30rem;
}

.search-results .text + button {
	background: #f8f8f8;
	border: 1px solid #e4e2e2;
	border-radius: 3px;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	height: 4.1rem;
	line-height: 3;
	position: relative;
	top: -.5rem;
	width: 4rem;
}

.search-results form + span {
	color: #7f7f7f;
	padding: 0 0 2rem;
}

.search-results h2 span,
.search-results .sponsored {
	display: none;
}

.search-results div > article:first-child {
	text-align: center;
}

.search-results article {
	border-bottom: 1px solid #f1f1f1;
	margin: 0 auto;
	padding: 4rem 0;
	position: relative;
	width: 100%;
}

.search-results article:after {
	clear: both;
	content: '';
	display: block;
}

.search-results article:first-of-type {
	padding-top: 2.2rem;
}

.search-results article:last-of-type {
	margin-bottom: 1.9rem;
}

.search-results article.thumb a:last-of-type {
	padding-left: 17rem;
}

.search-results article.thumb cite {
	padding-left: 19rem;
}

.search-results a {
	color: #f85d00;
	display: block;
	text-decoration: none;
}

.search-results a[href$="#jumpLink"] {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 0;
	margin-top: 1rem;
}

.search-results a:hover,
.search-results a:active {
	color: #333;
	text-decoration: none;
}

.search-results a:active {
	color: #f85d00;
}

.search-results a.square,
.search-results a.thumb,
.search-results a.horizontal,
.search-results a.large-horizontal {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.search-results a.square,
.search-results a.thumb {
	float: left;
	height: 16.8rem;
	margin-right: 2rem;
	position: relative;
	width: 16.8rem;
}

.search-results a.thumb {
	height: 11.2rem;
}

.search-results a.horizontal,
.search-results a.large-horizontal {
	display: block;
	height: 41rem;
	margin: 2rem auto;
	width: 100%;
}

.search-results a.infographic:after,
.search-results a.video:after {
	background-color: #00bcf1;
	background: rgba(0, 188, 241, 0.8) url(/media/icn-slideshow-Grub.svg) center center no-repeat;
	background-size: 2rem;
	border-radius: .3rem;
	bottom: .9rem;
	content: '';
	height: 4.2rem;
	left: .9rem;
	padding: 1.1rem;
	position: absolute;
	width: 4.2rem;
}

.search-results a.video:after {
	background: rgba(0, 188, 241, 0.8) url(/media/icn-videoDI-Grub.svg) center center no-repeat;
	background-size: 2.5rem;
	content: '';
}

.search-results article > div {
	margin-bottom: .5rem;
}

.search-results time,
.search-results time + span {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.search-results time + span {
	color: #000;
	text-transform: uppercase;
}

.search-results .thumb p:after {
	line-height: 3;
}

.search-results time + span:before {
	color: #555;
	content: '\002F';
	padding-left: .3rem;
	padding-right: .6rem;
	vertical-align: top;
}

.search-results h1 {
	font-size: 4rem;
	margin: 0;
}

.search-results h2 {
	color: #333;
	font-family: Georgia, Times, serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.1rem;
	margin: .2rem 0 0;
}

.search-results > h2 {
	color: #333;
	font-family: Georgia, serif;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.1;
	margin: 1.8rem 0 0 0;
}

.search-results > h2:last-of-type {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 2.5rem 0 0;
}

.search-results > .error-msg + .error-msg {
	font-size: 2.4rem;
	font-weight: 400;
	margin: 2.5rem 0 7rem;
}

.search-results > h2 a {
	border-bottom: 2px solid #1ccdff;
	color: #333;
	text-decoration: none;
}

.search-results cite,
.search-results cite a {
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

.search-results p {
	color: #333;
	font-family: Georgia, Times, serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	margin: .8rem 0 0;
	word-wrap: break-word;
}

.search-results .thumb p {
	overflow: hidden;
}

.search-results a.horizontal + p,
.search-results a.large-horizontal + p {
	margin-top: 0;
}

.search-results p + a,
.search-results .horizontal p + a,
.search-results .large-horizontal p + a {
	bottom: auto;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	height: .5rem;
	left: 0;
	line-height: 0;
	margin-top: 2.2rem;
	position: relative;
	text-transform: uppercase;
}

.search-results .square p + a,
.search-results .video p + a,
.search-results .infographic p + a {
	bottom: 4.4rem;
	display: inherit;
	height: inherit;
	left: 18.7rem;
	margin-top: inherit;
	position: absolute;
}

/*follow buttons*/

.search-results .follow {
	margin-bottom: 3rem;
}

.search-results .follow a.fb,
.search-results .follow a.twitter {
	background-size: 2rem;
	color: #333;
	display: inline-block;
}

.search-results .follow a.twitter {
	border-top: none;
}

.search-results .follow a.fb {
	margin-right: 1rem;
	padding-right: 2rem;
	position: relative;
}

.search-results .follow a.fb:after {
	color: #ccc;
	content: "|";
	position: absolute;
	right: 0;
}

.search-results .pagination {
	margin-bottom: 2rem;
}

.share-feed h2,
.greatest-hits .share-feed h2,
.most-popular .share-feed h2,
.newsfeed .share-feed h2 {
	color: #f85d00;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	margin: 0;
	line-height: 1;
	position: relative;
	top: 0;
}

.share-feed h2 em,
.greatest-hits .share-feed h2 em,
.most-popular .share-feed h2 em,
.newsfeed .share-feed h2 em {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
}

.share-feed.no-count h2,
.newsfeed .share-feed h2 {
	display: none;
}

.share-feed a.fb,
.greatest-hits .share-feed a.fb,
.most-popular .share-feed a.fb,
.newsfeed .share-feed a.fb {
	background-image: url(/media/facebook.svg);
}

.share-feed a.twit,
.greatest-hits .share-feed a.twit,
.most-popular .share-feed a.twit,
.newsfeed .share-feed a.twit {
	background-image: url(/media/twitter.svg);
}

.share-feed a,
.greatest-hits .share-feed a,
.most-popular .share-feed a,
.newsfeed .share-feed a {
	display: none;
}

.share-feed.no-count a,
.newsfeed .share-feed a {
	background-repeat: no-repeat;
	background-size: 1.4rem 1.4rem;
	border-bottom: none;
	border-top: none;
	color: #555;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	padding: .1rem 0 .1rem 1.8rem;
	text-decoration: none;
}

.share-feed a:nth-of-type(1),
.greatest-hits .share-feed a:nth-of-type(1),
.most-popular .share-feed a:nth-of-type(1),
.newsfeed .share-feed a:nth-of-type(1) {
	border-right: 1px solid #dadada;
	border-top: none;
	margin-right: .8rem;
	padding: .1rem .8rem .1rem 1.8rem;
}

.slideout {
	background: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	bottom: 0;
	box-shadow: -.1rem 0 .5rem rgba(0, 0, 0, .3);
	padding: 1.5rem;
	position: fixed;
	right: -39rem;
	-webkit-transform: translate(39rem, 0);
	    -ms-transform: translate(39rem, 0);
	        transform: translate(39rem, 0);
	-webkit-transform: translate3d(39rem, 0, 0);
	        transform: translate3d(39rem, 0, 0);
	-webkit-transition: all .5s;
	        transition: all .5s;
	width: 38.5rem;
	z-index: 9999;
}

.slideout.on {
	right: 0;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.slideout a {
	text-decoration: none;
}

.slideout a.close svg {
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 1.5rem;
	margin-top: -.7rem;
	margin-right: -.7rem;
	opacity: 1;
	text-indent: 10rem;
	width: 1.5rem;
}

.slideout .article-link {
	background-image: none;
	display: none;
}

.slideout .article-link.on {
	display: block;
}

.slideout .article-link.on span,
.slideout .article-link.on:after {
	color: #999;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 .7rem;
	text-transform: uppercase;
	-webkit-transition: color 200ms ease;
	        transition: color 200ms ease;
}

.slideout .article-link.on:after {
	color: #555;
	content: "READ MORE \00BB";
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.slideout .article-link.on h3 {
	color: #333;
	font-family: Georgia, serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 123%;
	margin: 0 0 .7rem;
	padding: 0 1.5rem 0 0;
	-webkit-transition: color 200ms ease;
	        transition: color 200ms ease;
}

/* Background Images Variation */

.slideout.with-images .article-link {
	background-repeat: no-repeat;
	background-size: 8.3rem 8.3rem;
	padding-left: 9.4rem;
}

.standard-slideshow {
	margin: 0 auto;
	max-width: 102.4rem;
	width: 82.5%;
}

.standard-slideshow .mobile-slideshow-title {
	margin: 3rem 0;
}

.standard-slideshow .slide {
	padding: 0;
}

.standard-slideshow .slide-description {
	font-family: Georgia,serif;
	font-size: 1.8rem;
	line-height: 2.7rem;
}

.standard-slideshow .slide-number {
	font-size: 4rem;
	line-height: 4.2rem;
}

.standard-slideshow .slide > .video-embed {
	width: 100%;
	margin: 2rem auto 0;
}

.subnav-slider-beauty {
	border-bottom: 1px solid #ccc;
	height: 8rem;
	margin: 0 auto;
	max-width: 102.4rem;
	overflow: hidden;
	width: 100%;
}

/* clearfix */

.subnav-slider-beauty:before,
.subnav-slider-beauty:after {
	content: '';
	display: table;
}

.subnav-slider-beauty:after {
	clear: both;
}

.subnav-slider-beauty-inner {
	float: left;
	height: 8rem;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.subnav-slider-beauty .title {
	background-image: url(/media/beauty-awards.png);
	height: 100%;
	margin-left: 1rem;
	letter-spacing: 1px;
	line-height: 1.9rem;
	margin-top: .4rem;
	width: 11.4rem;
}

.subnav-slider-beauty .title span {
	position: absolute;
	top: -100rem;
}

.subnav-slider-beauty .items-wrapper {
	height: 8rem;
	left: 12.4rem;
	position: absolute;
	top: 0;
}

.subnav-slider-beauty .items {
	height: 8rem;
	left: 0;
	position: relative;
	top: 0;
}

.subnav-slider-beauty .item {
	float: left;
	height: 8rem;
	position: relative;
	width: 16rem;
}

.subnav-slider-beauty .item:before {
	border-left: 1px solid #ededed;
	content: '';
	height: 7rem;
	left: 0;
	position: absolute;
	top: 1rem;
	width: 1px;
}

.subnav-slider-beauty .item:first-of-type:before {
	border-left: none;
}

.subnav-slider-beauty .item-box-link {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 1rem 1rem 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
}

.subnav-slider-beauty .item-image {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1rem;
	height: 6rem;
	left: .1rem;
	position: absolute;
	width: 6rem;
}

.subnav-slider-beauty .item-title,
.subnav-slider-beauty .item-link {
	float: left;
	font-family: Arial, sans-serif;
	max-width: -webkit-calc(100% - 6rem);
	max-width: calc(100% - 6rem);
	padding: 0;
}

.subnav-slider-beauty .item-title {
	color: #171717;
	font-size: 1.4rem;
	line-height: 1.5rem;
	margin: .4rem 0 0 5.2rem;
	width: 68%;
}

.subnav-slider-beauty .item-link {
	color: #5f5f5f;
	font-size: 1.1rem;
	margin: .25rem 0 0 5.3rem;
	white-space: nowrap;
}

.subnav-slider-beauty .buttons {
	display: none;
}

.trending {
	background: url(/media/arrow.png);
	background-position: 0 1.2rem;
	background-repeat: no-repeat;
	background-size: 5.6rem auto;
	left: -2.8rem;
	margin: 0;
	padding: 2rem 0 0 2.8rem;
	position: relative;
}

.trending h2 {
	color: #00b2df;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: .4rem 0 1.4rem 0;
	text-transform: uppercase;
	z-index: 2;
}

.trending a {
	background-position: 0 .4rem;
	background-repeat: no-repeat;
	background-size: 16.5rem auto;
	color: #222;
	display: block;
	font-family: GeorgiaProCondSemibold, serif;
	font-size: 2rem;
	font-weight: bold;
	margin: 0;
	min-height: 14.2rem;
	padding: .4rem 2rem 1.5rem 17.8rem;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.di .greatest-hits a {
	font-family: Georgia, serif;
	font-weight: bold;
}

.di .latest-news {
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #bbb;
	margin-top: 4.5rem;
	padding-bottom: 1.5rem;
	padding-top: 1rem;
	position: relative;
}

.di .latest-news h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
	padding-right: 1rem;
	position: absolute;
	top: -2.8rem;
	white-space: nowrap;
}

.di .latest-news a {
	background-position: .2rem 1.5rem;
	background-repeat: no-repeat;
	background-size: 16.8rem auto;
	border-top: 1px solid #f1f1f1;
	color: #3e3e3e;
	display: block;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 2.1rem;
	line-height: 1.1;
	margin: 1.5rem 0 0;
	min-height: 12.2rem;
	padding: 1.5rem 0 0;
	text-decoration: none;
}

.di .latest-news > a:nth-of-type(1) {
	border-top: none;
	margin: 0;
	margin-top: 1rem;
}

.di .latest-news a:hover {
	color: #444;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

.di .latest-news a[hidden] {
	display: none;
}

.di .latest-news a p {
	clear: both;
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	margin: .3rem 0 0;
	text-transform: none;
}

.di .latest-news a .title {
	color: #111;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 2rem;
	line-height: 1;
}

.di .latest-news a time {
	clear: both;
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	padding: 0 .6rem .5rem 0;
	text-transform: none;
}

.di .latest-news a.latest-news-img {
	padding-left: 18.6rem;
}

.di .latest-news button {
	background: #fff;
	border: 1px solid #aeaeae;
	border-radius: .3rem;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 1rem 0 0;
	padding: 1rem;
	width: 100%;
}

.di .latest-news .ad {
	border-top: 1px solid #f1f1f1;
	margin: 1.5rem auto 0;
	padding: 1.5rem 0 0;
	text-align: center;
}

.di ins.adsbygoogle {
	height: 60px;
	margin: 1.5rem auto;
	width: 100%;
}

.di .masthead {
	border-top: 1px solid #bbb;
	font-family: Arial, sans-serif;
	margin-top: 5rem;
	position: relative;
}

.di .masthead:after {
	content: "";
	display: table-row;
}

.di .masthead h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	left: 0;
	line-height: 2.1;
	padding: 0 1rem 0 0;
	position: absolute;
	top: -2.9rem;
	white-space: nowrap;
	z-index: 2;
}

.di .masthead div {
	border-top: 1px solid #f1f1f1;
	float: left;
	padding: 1.8rem 0 1.7rem .6rem;
	width: 50%;
}

.di .masthead div:first-child {
	border-top: none;
}

.di .masthead a,
.di .masthead .tw-follow {
	display: inline-block;
	margin: 0;
	white-space: nowrap;
}

/* Author name */

.di .masthead a {
	color: #222;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	text-transform: capitalize;
}

.di .masthead a:first-child {
	width: 16rem;
}

/* Twitter */

.di .masthead .tw-follow {
	color: #1db3eb;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: normal;
	padding-left: 2rem;
	padding-top: 0;
	text-transform: none;
}

.di .masthead .tw-follow svg {
	height: 1.2rem;
	left: 0;
	position: relative;
	top: .2rem;
	width: 1.6rem;
}

/* Twitter Handle */

.di .masthead .tw-follow::after {
	content: 'Follow';
}

.di .masthead .tw-follow span {
	display: none;
}

.di .most-popular {
	margin: 5rem 0 3rem 0;
}

.di .newsfeed {
	margin: 30rem auto 0 auto;
	padding: 0;
	position: relative;
}

.di .newsfeed h2 span,
.di .newsfeed .thumb p + a,
.di .newsfeed .thumb cite,
.di .newsfeed .thumb .share-feed {
	display: none;
}

.di .newsfeed article {
	border-bottom: 1px solid #bbb;
	margin: 0 auto;
	padding: 4rem 0;
	position: relative;
	width: 82.5%;
}

.di .newsfeed article:first-of-type {
	padding-top: 1rem;
}

.di .newsfeed article:after {
	clear: both;
	content: '';
	display: block;
}

.di .newsfeed .sponsored {
	border-bottom: none;
	padding: 0;
}

.di .newsfeed .sponsored .ad {
	height: .1rem;
	margin: 0;
	min-height: 0;
	overflow: hidden;
	position: absolute;
}

.di .newsfeed .sponsored.active {
	border-bottom: 1px solid #bbb;
	padding: 4rem 0;
}

.di .newsfeed .sponsored.active .ad {
	height: inherit;
	margin: inherit;
	min-height: inherit;
	overflow: inherit;
	position: inherit;
}

.di .newsfeed a {
	color: #4E69A2;
	text-decoration: none;
}

.di .newsfeed a[href$="#jumpLink"] {
	color: #ec2c00;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 0;
	margin-top: 1rem;
}

.di .newsfeed a:hover,
.di .newsfeed a:active {
	text-decoration: none;
}

.di .newsfeed a.square,
.di .newsfeed a.thumb,
.di .newsfeed a.horizontal,
.di .newsfeed a.large-horizontal {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.di .newsfeed a.square,
.di .newsfeed a.thumb {
	float: left;
	height: 16.8rem;
	margin-right: 2rem;
	position: relative;
	width: 16.8rem;
}

.di .newsfeed a.thumb {
	height: 11.2rem;
}

.di .newsfeed a.horizontal,
.di .newsfeed a.large-horizontal {
	display: block;
	height: 41rem;
	margin: 2rem auto;
	width: 100%;
}

.di .newsfeed a.slideshow:after,
.di .newsfeed a.video:after {
	border-radius: .3rem;
	bottom: .9rem;
	content: '';
	height: 4.2rem;
	left: .9rem;
	padding: 1.1rem;
	position: absolute;
	width: 4.2rem;
}

.di .newsfeed a.video:after {
	background: url(/media/icn-videoDI-Grub.svg) center center/3rem no-repeat rgba(236,44,0,.8);
}

.di .newsfeed a.slideshow:after {
	background: url(/media/icn-slideshow-Grub.svg) center center/3rem no-repeat rgba(236,44,0,.8);
}

.di .newsfeed article > div {
	margin-bottom: .5rem;
}

.di .newsfeed time,
.di .newsfeed .rubric,
.di .newsfeed .livefyre-commentcount {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.di .newsfeed .livefyre-commentcount {
	font-weight: 700;
}

.di .newsfeed .livefyre-commentcount:hover {
	text-decoration: none;
}

.di .newsfeed .rubric {
	color: #111;
	text-transform: uppercase;
}

.di .newsfeed .thumb p:after {
	line-height: 3;
}

.di .newsfeed .rubric:before,
.di .newsfeed .livefyre-commentcount:before {
	color: #555;
	content: '\002F';
	padding-left: .3rem;
	padding-right: .6rem;
	vertical-align: top;
}

.di .newsfeed .livefyre-commentcount:before {
	background: transparent url(/media/comment-tout.png) 1.4rem 0 no-repeat;
	font-weight: 400;
	padding-right: 2.7rem;
}

.di .newsfeed h2 {
	color: #111;
	display: inline;
	font-family: Georgia,serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin: 0 .5rem 0 0;
}

.di .newsfeed .thumb h2 {
	color: #111;
	font-size: 1.8rem;
	line-height: 2.5rem;
}

.di .newsfeed a:hover h2,
.di .newsfeed a:active h2 {
	text-decoration: none;
}

.di .newsfeed cite,
.di .newsfeed cite a {
	color: #111;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8rem;
	vertical-align: baseline;
}

.di .newsfeed cite {
	margin: 1rem 1rem 0 0;
}

.di .newsfeed .horizontal cite,
.di .newsfeed .square cite {
	margin: .5rem 1rem 0 0;
}

.di .newsfeed p {
	color: #111;
	font-family: Georgia, Times, serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.4rem;
	margin: .8rem 0 3rem;
	max-height: 7rem;
	overflow: hidden;
	word-wrap: break-word;
}

.di .newsfeed .thumb p {
	display: inline;
}

.di .newsfeed a.horizontal + p,
.di .newsfeed a.large-horizontal + p {
	margin-top: 0;
}

.di .newsfeed p + a,
.di .newsfeed .horizontal p + a,
.di .newsfeed .large-horizontal p + a {
	bottom: auto;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	height: .5rem;
	left: 0;
	line-height: 0;
	margin-top: 2.2rem;
	position: relative;
	text-transform: uppercase;
}

.di .newsfeed .square p + a,
.di .newsfeed .video p + a {
	bottom: 4.4rem;
	display: inherit;
	height: inherit;
	left: 18.7rem;
	margin-top: inherit;
	position: absolute;
}

.di .newsfeed button:before {
	background: #fff;
	content: '';
	height: .2rem;
	left: -.1rem;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: -.3rem;
	width: 102%;
}

.di .newsfeed button {
	background: #fff;
	border-radius: .3rem;
	border: 1px solid #bbb;
	color: #333;
	cursor: pointer;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	height: 4rem;
	margin: 0 auto 3.3rem auto;
	position: relative;
	width: 82.5%;
}

.di .newsfeed button:active {
	color: rgb(248, 93, 0);
}

.di .newsfeed .share-feed {
	bottom: 3.8rem;
	position: absolute;
	right: 0;
}

.di .newsfeed .share-feed a {
	color: #111;
}

.di .newsfeed .ad {
	margin-top: 3.5rem;
}

.di .newsfeed button + .pagination {
	display: none;
}

.di .pagination {
	margin: 3rem 0;
	padding-bottom: 4rem;
}

.di .pagination .prev {
	float: left;
	margin-left: 0;
}

.di .pagination .next {
	float: right;
	margin-right: 0;
}

.di .promo-follow {
	display: none;
}

.di .quiz {
	background-color: #ededed;
	display: block;
	margin-bottom: 2rem;
	overflow: hidden;
	padding: 4rem 3rem 3rem;
}

.di #quizMobile {
	display: none;
}

.di .quiz.correct {
	-webkit-animation: QuizFadeIn .35s ease-in;
	        animation: QuizFadeIn .35s ease-in;
	background-color: #7de27a;
}

.di .quiz.wrong {
	-webkit-animation: QuizFadeIn .35s ease-in;
	        animation: QuizFadeIn .35s ease-in;
	background-color: #ff5656;
}

.di .quiz.block,
.di .quiz .block {
	display: block !important;
}

.di .quiz.none,
.di .quiz .none {
	display: none !important;
}

.di .quiz .visible {
	visibility: visible !important;
}

.di .quiz a,
.di .quiz button {
	cursor: pointer;
}

.di .quiz h2 {
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 100%;
	margin: 0 0 2rem 0;
	text-align: center;
}

.di .quiz.mc-txt h2 {
	border-bottom: 2px solid #111;
	border-top: 2px solid #111;
	font-size: 2.6rem;
	margin: 0 6rem;
	padding: 1rem 0;
}

.di .quiz header img {
	display: none;
	height: auto;
	margin: -3rem -webkit-calc(50% - 6.3rem) 0;
	margin: -3rem calc(50% - 6.3rem) 0;
	width: 12.6rem;
}

.di .quiz.mc-txt header img {
	display: block;
}

.di .quiz .quiz-slide h2 {
	border: none;
	font-family: Georgia, serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.2rem;
	margin: 0 0 2rem;
	padding: 0 1rem;
	text-align: left;
}

.di .quiz.photo .quiz-slide h2 {
	text-align: center;
}

.di .quiz .quiz-slide {
	position: relative;
}

.di .quiz .quiz-slide > a {
	background-color: #fff;
	border: 2px solid #111;
	border-radius: 3px;
	display: block;
	font-family: arial, sans-serif;
	font-size: 1.5rem;
	margin: 1rem auto;
	padding: 1rem 0;
	width: 13rem;
}

.di .quiz .quiz-slide img {
	border-radius: .2rem;
	box-shadow: 0 0 3px 0 rgba(50,50,50,0.25);
	display: block;
	margin-bottom: 2rem;
	-webkit-transition: visibility 300ms;
	        transition: visibility 300ms;
	visibility: 1;
	width: 100%;
}

.di .quiz .quiz-slide img.fadeout {
	visibility: 0;
}

.di .quiz .quiz-slide .reveal {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}

.di .quiz .quiz-slide .current-slide,
.di .quiz .quiz-slide .slide-length {
	display: inline-block;
	font-family: Georgia, serif;
	font-style: italic;
	margin: 2rem 0 0;
}

.di .quiz .quiz-slide .count-top .current-slide,
.di .quiz .quiz-slide .count-top .slide-length {
	font-family: arial, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	margin: 0 0 1rem 0;
	text-transform: uppercase;
}

.di .quiz .quiz-slide .current-slide {
	float: left;
	padding-right: .5rem;
}

.di .quiz .quiz-slide .count-bottom .current-slide {
	text-align: right;
	width: 52%;
}

.di .mc-txt .count-bottom {
	display: none;
}

.di .quiz .quiz-slide .current-slide:after {
	content: "of";
	padding-left: .5rem;
}

.di .quiz .quiz-slide .count-top .current-slide:before {
	content: "question";
	padding-right: .5rem;
}

.di .quiz .quiz-slide .count-top {
	display: none;
	padding: 0 1rem;
}

.di .quiz.mc-txt .quiz-slide .count-top {
	display: block;
}

.di .quiz .quiz-slide .slide-length {
	width: 48%;
}

.di .quiz .option {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.di .quiz .option button {
	-webkit-align-self: stretch;
	    -ms-flex-item-align: stretch;
	        align-self: stretch;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .5rem;
	display: inline-block;
	margin: 0 0 1rem 0;
	min-height: 6rem;
	padding: 0 1.5rem;
	position: relative;
	-webkit-transition: border .15s;
	        transition: border .15s;
	width: 49%;
}

.di .quiz.photo .option button {
	box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.25);
	overflow: hidden;
	padding: 0;
}

.di .quiz.mc-txt .option button {
	min-height: 5rem;
	width: 100%;
}

.di .quiz .option button:nth-of-type(odd) {
	margin-right: 2%;
}

.di .quiz.mc-txt .option button:nth-of-type(odd) {
	margin-right: 0;
}

.di .quiz .option button p {
	font-family: arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 1rem 0;
	text-align: center;
}

.di .quiz.photo .option button p {
	padding: 1.5rem 0;
}

.di .quiz.mc-txt .option button p {
	font-weight: 400;
	text-align: left;
}

.di .quiz.photo-reveal .option button p {
	visibility: hidden;
}

.di .quiz.photo-img .option button p {
	display: none;
}

.di .quiz .option button img {
	box-shadow: none;
	margin: -0.3rem 0 0 -0.3rem;
	width: 103%;
}

.di .quiz.photo .option button img {
	display: block;
}

.di .quiz.mc .option button img {
	display: none;
}

.di .quiz .option button.disabled {
	border-color: #ddd;
	color: #aaa;
}

.di .quiz .option button.disabled:hover {
	cursor: default;
}

.di .quiz .option button.disabled.correct-answer {
	border-color: #111;
	color: #111;
}

.di .quiz.mc-reveal.wrong .option button.disabled.correct-answer,
.di .quiz.mc-img.wrong .option button.disabled.correct-answer {
	-webkit-animation: QuizTransformAnswer .35s ease-in;
	        animation: QuizTransformAnswer .35s ease-in;
}

/* ////////// BEFORE DISPLAYING COMMENT ////////// */

.di .quiz .option button.disabled {
	border-color: #ddd;
	color: #aaa;
}

.di .quiz .option button.disabled:hover {
	cursor: default;
}

.di .quiz .option button.disabled.correct-answer {
	border-color: #111;
	color: #111;
}

.di .quiz .quiz-slide .wrap {
	position: relative;
}

.di .mc-txt .quiz-slide .wrap,
.di .photo .quiz-slide .wrap {
	display: none;
}

/* -- CHECK AND X -- */

.di .quiz .checkmark,
.di .quiz .x-icon {
	-webkit-animation: QuizTransform .35s ease-in;
	        animation: QuizTransform .35s ease-in;
	background-color: #fff;
	border: .2rem solid #111;
	border-radius: 50%;
	display: none;
	height: 3rem;
	position: absolute;
	overflow: hidden;
	right: .5rem;
	top: .5rem;
	width: 3rem;
	z-index: 3;
}

.di .quiz .checkmark svg,
.di .quiz .x-icon svg {
	height: 100%;
	padding: 0;
	width: 100%;
}

/* -- CHECK AND X ON IMAGE -- */

.di .quiz .quiz-slide .wrap .checkmark,
.di .quiz .quiz-slide .wrap .x-icon,
.di .quiz.photo.correct button .checkmark,
.di .quiz.photo button .x-icon {
	height: 10rem;
	right: -webkit-calc(50% - 5rem);
	right: calc(50% - 5rem);
	top: -webkit-calc(50% - 5rem);
	top: calc(50% - 5rem);
	width: 10rem;
}

.di .quiz.photo.correct button .checkmark,
.di .quiz.photo button .x-icon {
	top: -webkit-calc(50% - 7rem);
	top: calc(50% - 7rem);
}

.di .quiz .quiz-slide .wrap .checkmark svg,
.di .quiz .quiz-slide .wrap .x-icon svg,
.di .quiz.photo button .checkmark svg,
.di .quiz.photo button .x-icon svg {
	padding: 1.8rem;
}

.di .quiz.correct .quiz-slide .wrap .checkmark,
.di .quiz.photo.correct button .checkmark {
	border: .5rem solid #7de27a;
	display: block;
}

.di .quiz.correct .quiz-slide .wrap .checkmark svg,
.di .quiz.correct.photo button .checkmark svg {
	fill: #7de27a;
}

.di .quiz.wrong .quiz-slide .wrap .x-icon,
.di .quiz.wrong.photo button .x-icon {
	border: .5rem solid #ff5656;
	display: block;
}

.di .quiz.wrong .quiz-slide .wrap .x-icon svg,
.di .quiz.wrong.photo button .x-icon svg {
	fill: #ff5656;
}

/* -- CHECK AND X ON IMAGE SMALL -- */

.di .quiz.correct.mc-reveal .quiz-slide .wrap .checkmark,
.di .quiz.wrong.mc-reveal .quiz-slide .wrap .x-icon {
	height: 6rem;
	right: 1rem;
	top: 1rem;
	width: 6rem;
}

.di .quiz.correct.mc-reveal .quiz-slide .wrap .checkmark svg,
.di .quiz.wrong.mc-reveal .quiz-slide .wrap .x-icon svg {
	padding: 1.1rem;
}

.di .quiz.correct.mc-reveal .quiz-slide .wrap .checkmark {
	border: .3rem solid #7de27a;
	display: block;
}

.di .quiz.wrong.mc-reveal .quiz-slide .wrap .x-icon {
	border: .3rem solid #ff5656;
	display: block;
}

/* -- CHECK AND X ON BUTTONS -- */

.di .quiz.photo.wrong button .checkmark svg,
.di .quiz.mc button .checkmark svg,
.di .quiz.mc button .x-icon svg {
	padding: .5rem;
}

.di .quiz.wrong.mc button .x-icon {
	border: .2rem solid #ff5656;
	display: block;
}

.di .quiz.wrong.mc button .x-icon svg {
	fill: #ff5656;
}

.di .quiz.correct.mc button .checkmark,
.di .quiz.wrong.mc button .checkmark,
.di .quiz.wrong.photo button .checkmark {
	border: .2rem solid #7de27a;
	display: block;
}

.di .quiz.correct.mc button .checkmark svg,
.di .quiz.wrong.mc button .checkmark svg,
.di .quiz.wrong.photo button .checkmark svg {
	fill: #7de27a;
}

.di .quiz.mc.wrong button .x-icon,
.di .quiz.mc.correct button .x-icon,
.di .quiz.mc.correct button .checkmark,
.di .quiz.mc.wrong button .checkmark {
	display: none;
}

.di .quiz.mc.mc-txt.wrong button .x-icon,
.di .quiz.mc.mc-txt.correct button .checkmark,
.di .quiz.mc.mc-txt.wrong button .checkmark {
	display: block;
	top: -webkit-calc(50% - 1.5rem);
	top: calc(50% - 1.5rem);
}

.di .quiz.photo.correct button .checkmark {
	display: block;
}

/* ////////// LAST SLIDE ////////// */

.di .quiz .result-slide {
	display: none;
	position: relative;
}

.di .quiz .result-slide .icon {
	background-image: url(/media/di-icon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 50%;
	display: block;
	height: 5rem;
	left: -webkit-calc(50% - 2.5rem);
	left: calc(50% - 2.5rem);
	position: absolute;
	top: -2.2rem;
	width: 5rem;
}

.di .quiz .result-slide .rank {
	display: none;
}

.di .quiz .result-slide .score-wrap {
	background: #111;
	border: 6px solid #fff;
	border-radius: 50%;
	color: #fff;
	float: left;
	height: 13rem;
	margin: 2rem 0 0 -webkit-calc(50% - 11.5rem);
	margin: 2rem 0 0 calc(50% - 11.5rem);
	position: relative;
	text-align: center;
	width: 13rem;
}

.di .quiz .result-slide .score-wrap:before {
	content: "score";
	font-family: arial,sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	left: 3.7rem;
	letter-spacing: -.05rem;
	position: absolute;
	text-transform: uppercase;
	top: 2.3rem;
}

.di .quiz .result-slide .score-wrap span {
	color: #fff;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: -1px;
}

.di .quiz .result-slide .score-wrap > span {
	display: inline-block;
	margin-top: 5rem;
}

.di .quiz .result-slide .score-wrap .total-score {
	text-align: right;
}

.di .quiz .result-slide .score-wrap .total-score:after {
	content: "/";
	font-size: 4rem;
	font-weight: 400;
}

.di .quiz .result-slide .score-wrap .slide-length {
	margin-left: -1rem;
	text-align: left;
}

.di .quiz .result-slide > div:nth-of-type(2) {
	background-color: #fff;
	border: 5px solid #111;
	padding: 2rem;
}

.di .quiz .result-slide div > a:first-of-type {
	background-color: #111;
	border: 6px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 11rem;
	left: -1.5rem;
	position: relative;
	text-transform: uppercase;
	top: 2rem;
	width: 11rem;
}

.di .quiz .result-slide div > a:first-of-type:after {
	bottom: 1.0rem;
	content: "replay";
	font-family: arial,sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	left: 2.7rem;
	position: absolute;
}

.di .quiz .result-slide div > a:first-of-type svg {
	fill: #fff;
	left: 2.3rem;
	position: absolute;
	top: 1rem;
	width: 5rem;
}

.di .quiz .result-slide .comment,
.di .quiz .result-slide h3 {
	clear: both;
	color: #111;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 auto;
	padding: 1.5rem 0;
	text-align: center;
}

.di .quiz .result-slide .comment {
	width: 80%;
}

.di .quiz .result-slide h3 {
	border-top: 1px solid #111;
}

.di .quiz aside {
	margin: 3rem 0 0;
	position: relative;
}

.di .quiz aside:after {
	content: "";
	display: table;
}

.di .quiz aside p {
	background-image: url(/media/daily-intelligencer-wings.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: .5rem 0 2.5rem;
	text-align: center;
}

.di .quiz aside p span {
	background-color: #ededed;
	color: #111;
	display: inline;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 2.5rem;
	font-weight: 400;
	padding: 1rem;
	position: relative;
	text-transform: uppercase;
	top: .1rem;
	width: auto;
}

.di .quiz aside svg {
	margin-bottom: 2rem;
	width: 100%;
}

.di .quiz aside a {
	background-color: #fff;
	border: .5rem solid #111;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	padding: 1rem;
	text-decoration: none;
}

.di .quiz aside a:after {
	clear: both;
	content: "";
	display: block;
}

.di .quiz aside span {
	color: #111;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	padding-top: .8rem;
	width: 73%;
}

.di .quiz aside img {
	border: .3rem solid #111;
	border-radius: 50%;
	float: left;
	margin-right: 2rem;
	max-height: 7.5rem;
	max-width: 7.5rem;
	vertical-align: middle;
}

.di .quiz .result-slide .fb-share,
.di .quiz .result-slide .twitter-share {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #29aae1;
	border-radius: .3rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: arial, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	height: 4.3rem;
	padding: 1rem 0;
	position: relative;
	width: 16.8rem;
}

.di .quiz .result-slide .fb-share {
	background-color: #3e5c9a;
	float: left;
	margin: 0 1.3rem 0 -webkit-calc(50% - 17.4rem);
	margin: 0 1.3rem 0 calc(50% - 17.4rem);
}

.di .quiz .result-slide .twitter-share:before {
	content: none;
}

.di .quiz .result-slide .fb-share span,
.di .quiz .result-slide .twitter-share span {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	font-weight: 700;
}

.di .quiz .result-slide .fb-share span {
	padding-left: 2.3rem;
}

.di .quiz .result-slide .twitter-share span {
	padding-left: 3.3rem;
}

.di .quiz .result-slide .fb-share svg {
	fill: #fff;
	width: 4.5rem;
}

.di .quiz .result-slide .twitter-share svg {
	margin-left: .6rem;
	width: 4.2rem;
}

.di .quiz .result-slide .twitter-share svg path:nth-of-type(1) {
	fill: #29aae1;
}

.di .quiz .result-slide .twitter-share svg path:nth-of-type(2) {
	fill: #fff;
}

.di .quiz .result-slide > div:nth-of-type(2),
.di .quiz aside a {
	border-radius: .3rem;
}

/* --- RIGHT COLUMN AD --- */

.di #article #tertiary.adFade {
	display: block;
}

.di .greatest-hits .share-feed a {
	display: none;
}

.di .newsfeed .share-feed h2 {
	display: none;
}

.di .newsfeed .share-feed a,
.di .share-feed.no-count a {
	border-top: none;
	color: #555;
	padding-top: .1rem 0 .1rem 1.8rem;
}

.di .sign-up {
	text-align: center;
}

.di .sign-up input[type=email] {
	border: 1px solid #ccc;
	border-radius: .3rem;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: normal;
	height: 4rem;
	line-height: 2rem;
	margin-right: 1rem;
	padding-left: 1.2rem;
	width: 40%;
	-webkit-appearance: none;
}

.di .sign-up .submit {
	background-color: #000;
	border: 0 none;
	border-radius: .3rem;
	color: #fff;
	display: inline;
	float: none;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: bold;
	height: 4rem;
	line-height: 4rem;
	padding: 0 1.2rem;
	-webkit-appearance: none;
}

.di .sign-up .return-message {
	color: #e26154;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: normal;
	margin-top: .5rem;
	opacity: 0;
	text-align: center;
}

.di .sign-up .return-message.on {
	opacity: 1;
	-webkit-transition: opacity .5s;
	        transition: opacity .5s;
}

.di .standard-slideshow .slideshow-title {
	font-size: 3.2rem;
	line-height: 3.2rem;
}

.di .subnav {
	height: 7.9rem;
}

.di .subnav svg {
	width: 24rem;
	margin-bottom: 1px;
	position: relative;
	margin-left: 2rem;
	top: 0.7rem;
}

.di .subnav > a:first-of-type {
}

.di .subnav > a:first-of-type:after {
	border-bottom: 1px solid #cccccc;
	content: "";
	display: block;
	height: 0;
	position: relative; /* Using px here to be consistent with two borders it divides. */
	top: 4px;
}

.di .subnav a {
	text-decoration: none;
}

.di .subnav button {
	background-color: transparent;
	border: 0 none;
}

.di .subnav .nav-mobile.on {
	background-color: #333;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.di .subnav .search,
.di .subnav .nav-mobile {
	cursor: pointer;
	display: inline-block;
	height: 6.5rem;
	position: absolute;
	right: 1rem;
	top: 1.1rem;
	width: 7rem;
}

.di .subnav .nav-mobile {
	background-image: url(/media/nav-mobile.png);
	background-repeat: no-repeat;
	background-size: 3rem 3rem;
	background-position: center 1.5rem;
}

.di .subnav .nav-mobile:active {
	outline: none;
}

.di .subnav .search {
	display: none;
}

.di .subnav .share-buttons {
	float: right;
	margin-top: 3rem;
}

.di .subnav .newsletter:not(.follow) {
	display: none;
}

.di .subnav .follow a {
	float: left;
	padding-top: 0.5rem;
	padding-right: 2rem;
	padding-bottom: 0.5rem;
	border-top: none;
}

.di .subnav .follow .fb {
	margin-right: 1.5rem;
	border-right: 1px solid #efefef;
}

.di .subnav .follow .fb,
.di .subnav .follow .twitter {
	font-size: 1.2rem;
}

/* Primary Nav */

.di .subnav .primary-nav {
	background-color: #333;
	display: none;
	padding: 2.3rem 0;
	position: absolute;
	top: 7.5rem;
	width: 100%;
}

.di .subnav .primary-nav:after {
	clear: both;
	content: "";
	display: block;
}

.di .subnav .primary-nav.on {
	display: block;
	z-index: 9999999;
}

.di .subnav .primary-nav .sites a,
.di .subnav .primary-nav .sites button,
.di .subnav .primary-nav .login {
	color: #FFF;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 3.2rem;
}

.di .subnav .primary-nav .sites {
	border-right: 1px solid #3e3e3e;
	float: left;
	height: 32rem;
	padding: 0 2rem;
	width: 38%;
}

.di .subnav .primary-nav .sites:before {
	color: #979797;
	content: "SITES";
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2rem;
}

.di .subnav .primary-nav .misc {
	background-color: #ededeb;
	border-radius: .5rem;
	float: right;
	padding: 0 1rem 0.5rem;
	margin-right: 2%;
	width: 21%;
}

.di .subnav .primary-nav .login {
	display: none;
	text-align: left;
	margin-top: 3rem;
}

.di .subnav .sign-up,
.di .subnav .signup-lightbox {
	display: none;
}

/* Leaderboard ad on tablet. */

.di .subnav .ad {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d8d8d8;
	padding: 1rem 0;
}

/* Sponsored Messaging. */

.di .subnav .sponsor {
	height: 5rem;
	left: 25rem;
	position: absolute;
	top: 2.1rem;
	width: 17rem;
}

.di .subnav .sponsor h3 {
	color: #7f7f7f;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0;
	text-align: left;
}

.di .subnav .sponsor span {
	background: transparent url(/media/sou-index-sponsor.png) no-repeat center center;
	display: block;
	height: 3rem;
	width: 23rem;
}

.di .subnav.article .sponsor {
	display: none;
}

.di .top-stories {
	background-image: url(//cache.nymag.com/media/border-3-lines.2x.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: .1rem .7rem;
	overflow: hidden;
	padding: 0 .7rem .7rem;
	position: relative;
	width: 100%;
}

.di .top-stories:before {
	display: inline-block;
	font-size: 1.45rem;
	font-style: italic;
	font-weight: 700;
	left: 0.5rem;
	margin-right: 0;
	margin-top: 0;
	padding: 0.7rem 0.8rem 0.8rem 0;
	position: relative;
	text-indent: 0.3rem;
	width: auto;
}

.di .top-stories:after {
	box-shadow: 0 -1px 0 0 #ec2c00 inset, 0 -2px 0 0 #fff inset, 0 -3px 0 0 #ec2c00 inset, 0 -4px 0 0 #fff inset, 0 -5px 0 0 #ec2c00 inset;
	content: "";
	display: block;
	height: 0.5rem;
	left: 1.4rem;
	position: absolute;
	top: 1.5rem;
	width: 100%;
}

.di .top-stories > div {
	float: left;
	width: 100%;
}

.di .top-stories div div {
	border-right: 1px solid #cacaca;
	display: block;
	float: left;
	height: 27rem;
	width: 33.3%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.di .top-stories div div:last-of-type {
	border: 0;
}

.di .top-stories div > a {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	border-right: 1px solid #cacaca;
	display: block;
	margin: 0 auto;
	max-width: 22.5rem;
	width: 90%;
}

.di .top-stories div > a:last-of-type {
	border-right: none;
}

.di .top-stories div > a h2 { /* We can use percent for height because max-width in parent. */
	color: #111;
	display: inline-block;
	font-family: Georgia,serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: .9rem;
	margin-top: 69%;
}

.di .top-stories .share-feed {
	margin: 0 auto;
	max-width: 22.5rem;
	width: 90%;
}

.di .top-stories-border {
	display: none;
}

}

@media screen and (min-width: 37.500em) and (max-width: 63.937em) {

.list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	    -ms-flex-flow: column;
	        flex-flow: column;
	margin: 0 auto;
	margin-top: 6rem;
	position: relative;
}

/* All filtering and sorting happens on sections. */

.list section {
	border-bottom: 1px solid #ededed;
	min-height: 17rem;
	padding: 0.5rem 0 3.0rem;
	position: relative;
	width: 100%;
}

/* BEGIN: img component style overrides */

.story .body .list.vertical-layout section figure {
	display: block;
	padding: 0;
}

.story .body .list.vertical-layout section .img div {
	height: 40rem;
	margin: 0 auto;
	width: 40rem;
}

.story .body .list section figcaption {
	text-align: center;
	width: auto;
}

/* END: img component style overrides */

/* BEGIN: ad component style overrides */

.story .body .list .ad {
	border-bottom: 1px solid #ededed;
	padding-top: 1.4rem;
	position: relative;
	width: -webkit-calc(100% + 4rem);
	width: calc(100% + 4rem);
}

.story .body .list .ad iframe {
	min-height: 0; /* this overides/removes the min-height on article body iframes*/
	width: auto;
}

/* END: ad component style overrides */

.story .body .list section .index {
	background: #fff;
	border: 1px dotted #777;
	border-radius: 50%;
	color: #000;
	float: left;
	font-family: MillerHeadlineLight, Georgia, serif;
	font-size: 2.5rem;
	height: 4rem;
	margin-right: 1rem;
	margin-top: -0.5rem;
	padding: 0.5rem;
	text-align: center;
	width: 4rem;
}

.story .body .list section div h2 {
	color: #111;
	display: block;
	font-family: MillerHeadlineLight, Georgia, serif;
	font-size: 3rem;
	font-weight: 300;
	line-height: 3rem;
	margin: 1rem 0;
}

.story .body .list.vertical-layout section div h2 {
	margin-bottom: 1.5rem;
}

/* Buy button */

.story .body .list .buy {
	padding-bottom: 2rem;
}

.story .body .list .buy a.button {
	padding: .8rem 2rem;
}

.story .body .list .product-info {
	font-size: 1.5rem;
	display: inline;
}

.story .body .list section .related-info {
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	line-height: 1.75rem;
	margin-top: 1rem;
}

.story .body .list section .related-info:before {
	content: '\2022  Also appears in:';
	padding-right: 0.5rem;
}

.story .body .list section .content {
	display: inline-block;
	margin-top: 0;
}

.story .body .list section .blurb {
	margin-top: 0;
}

/* The drop-downs right-aligned things */

.list .drop-down .pull-right {
	margin-top: 0.2rem;
}

/* Handling svgs within the drop-down */

.list .pull-left {
	margin-right: 1.5rem;
}

.list .pull-left svg {
	height: 2.5rem;
	width: 2.5rem;
}

/* When they want this element to pop and stick to the top.  Should probably be in the global space unless a
    special class name.  */

.story .body .list .fixedsticky.fixedsticky-on {
	width: 100%;
	left: 0;
	z-index: 101;
}

/* Filter and sorting look and feel */

.story .body .list .filter-widget {
	background-color: #00c7ff;
	display: block;
}

.story .body .list .filter-widget .drop-down-open svg {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.list .filter-full-screen,
.story .body .list .filter-full-screen .filter-widget {
	height: 100%;
	background-color: #000;
}

.list .filter-full-screen .filter-widget ul {
	max-height: 100%;
	overflow: scroll;
}

/* We should probably make a generic drop-down class to reuse? */

.story .body .list .filter-widget .drop-down {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
	padding: 1.5rem 2rem;
	width: 100%;
}

/* We need the list to appear differently on mobile/tablet/desktop (vertical vs horizontal)
   The webkit margins should be a mixin and a generic class to remove all margins */

.story .body .list .filter-widget ul {
	list-style-type: none;
	padding: 0 !important;
	margin-top: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

.story .body .list .filter-widget ul.hidden-menu {
	display: none; /* hide this for tablet and mobile only, would be nice to have a class that represents hidden
    on mobile or tablet but not desktop, like bootstrap does. */
}

.story .body .list .filter-widget h1 {
	display: none;
}

.story .body .list .filter-widget li.filter-item.filter-selected {
	background-color: #000;
	font-weight: bold;
}

.story .body .list .filter-widget li.filter-item.filter-selected:hover {
	background-color: #666;
}

.story .body .list .filter-widget li.filter-item .show-when-selected {
	display: none;
}

/* Selected filters have a special things to show when selected. */

.story .body .list .filter-widget li.filter-item.filter-selected .show-when-selected {
	display: inline;
}

.story .body .list .filter-widget li.filter-item:nth-of-type(1) {
	border-top: 1px solid #fff;
}

.story .body .list .filter-widget li.filter-item {
	background-color: #000;
	border-top: 0;
	display: block;
	line-height: 1.4;
	font-family: Arial, sans-serif;
	margin: 0 !important;
	width: 100%;
}

.story .body .list .filter-widget li.filter-item.hidden {
	display: none;
}

.story .body .list .filter-widget li.filter-item:hover {
	background-color: #666;
}

/* Why an 'a'?  Link tracking.  : (  */

.story .body .list .filter-widget li.filter-item a {
	border-bottom: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.8rem;
	margin: 0;
	padding: 1.5rem 2rem;
}

.story .body .list .filter-widget li.filter-item:before {
	content: "";
	margin-left: 0;
}

.story .body .list .filter-widget li.filter-padding {
	visibility: hidden;
}

.list .pull-right {
	float: right;
}

.list .pull-left {
	float: left;
}

.list .hidden {
	display: none;
}

.story .body .list .fixedsticky {
	top: 0;
}

/*Ad Magic*/

.story .body .list .vp-600-1024 {
	border-bottom: 1px solid #ededed;
	padding-bottom: 1rem;
	padding-top: 2rem;
	width: 100%;
}

.story .body .list .vp-600-1024 iframe {
	margin: .8rem auto 2.4rem;
	min-height: 25rem;
	width: 30rem;
}

}

@media screen and (min-width: 41.250em) {

.di .newsfeed .follow-message {
	display: block;
	font-size: 1.5rem;
	margin-top: 0.6rem;
}

.di .newsfeed-share em {
	display: inline;
}

}

@media screen and (min-width: 46.875em) and (max-width: 63.999em) {

.vulture-nav {
	height: 7.6rem;
	position: relative;
}

.vulture-nav .vulture-nav-inner {
	border-bottom: 1px solid #000;
	border-top: 2px solid #00bcf1;
	height: 7.5rem;
}

.vulture-nav .vulture-nav-inner:after {
	border-bottom: 1px solid #828282;
	bottom: -6px;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}

.vulture-nav a {
	text-decoration: none;
}

/* Logo */

.vulture-nav .logo {
	height: 6.3rem;
	left: -1.8rem;
	margin: 0;
	position: absolute;
	top: .8rem;
	width: 31rem;
}

.vulture-nav .logo svg {
	height: 7.9rem;
	max-width: 100%;
	width: auto;
}

/*Main Nav*/

.vulture-nav .main {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 6.5rem;
	left: 28.5rem;
	position: relative;
	top: .8rem;
	width: 36.2rem;
}

.vulture-nav .main-item > a {
	color: #000;
	display: inline-block;
	float: left;
	font-family: elderkin, 'Arial Narrow', arial, sans-serif;
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: .03em;
	padding: 1.5rem 2rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.vulture-nav .main-item > a:hover {
	color: #00bcf1;
	-webkit-transition: color 200ms;
	        transition: color 200ms;
}

.vulture-nav a[role=menuitem]:after {
	border-right: 1px solid #ddd;
	content: '';
	height: 41%;
	position: absolute;
	right: 0;
	top: 28%;
}

.vulture-nav .music a[role=menuitem]:after {
	border-right: none;
}

.vulture-nav .mobile-sections .main-item > a:hover {
	color: #fff !important; /* overwrites all !important color styles */
	-webkit-transition: color 150ms;
	        transition: color 150ms;
}

/* Tagline */

.vulture-nav .tagline {
	height: 5rem;
	left: 8.5rem;
	position: absolute;
	text-align: center;
	top: 4.7rem;
	width: 11rem;
	z-index: 100;
}

.vulture-nav .tagline svg {
	height: auto;
	max-width: 100%;
	width: auto;
}

.vulture-nav .tagline-mobile,
.vulture-nav .topics,
.vulture-nav .main .stream {
	display: none;
}

.vulture-nav .search {
	background: transparent;
	cursor: pointer;
	display: inline-block;
	height: 4.2rem;
	position: absolute;
	right: 1.2rem;
	top: 1.65rem;
	-webkit-transition: width 300ms, background 300ms;
	        transition: width 300ms, background 300ms;
	width: 4rem;
	z-index: 100000000;
}

.vulture-nav .search.on {
	background: #dbdbdb;
	-webkit-transition: width 300ms, background 300ms;
	        transition: width 300ms, background 300ms;
	width: -webkit-calc(100% - 27rem);
	width: calc(100% - 27rem);
}

.vulture-nav .search .text-query {
	border: none;
	display: none;
	height: 3rem;
	margin: .6rem;
	padding: 1rem;
	width: -webkit-calc(100% - 4.4rem);
	width: calc(100% - 4.4rem);
}

.vulture-nav .search .search-icon,
.vulture-nav .search .search-close {
	background-color: transparent;
	border: 0 none;
	height: 2.6rem;
	padding: 0;
	position: absolute;
	right: .6rem;
	top: 1rem;
	width: 2.6rem;
}

.vulture-nav .search-icon svg {
	cursor: pointer;
	height: 60%;
	left: 20%;
	top: 20%;
	width: 60%;
}

.vulture-nav .search-close svg {
	cursor: pointer;
	height: 90%;
	left: 5%;
	top: 5%;
	width: 90%;
}

.vulture-nav .search.on .search-close svg,
.vulture-nav .search.on .search-close svg * {
	fill: #1a1a1a !important;
}

.vulture-nav .search-close,
.vulture-nav .search.on .search-icon {
	display: none;
}

.vulture-nav .search.on .search-close {
	display: block;
}

.vulture-nav .searchtext {
	display: none;
}

/* Nav Button */

.vulture-nav .nav-mobile:active {
	outline: none;
}

.vulture-nav .nav-mobile {
	cursor: pointer;
	display: inline-block;
	height: 6rem;
	position: absolute;
	right: 6rem;
	top: 1.3rem;
	width: 6.5rem;
}

.vulture-nav .nav-mobile svg {
	height: 25%;
	margin-left: -webkit-calc(37% + 2px);
	margin-left: calc(37% + 2px);
	margin-top: 25%;
	width: 25%;
}

.vulture-nav .nav-mobile:before,
.vulture-nav .nav-mobile:after {
	border-right: 1px solid #e2e2e2;
	content: '';
	height: 2.5rem;
	position: absolute;
	top: 1.2rem;
	width: 1px;
}

.vulture-nav .nav-mobile:before {
	left: .2rem;
}

.vulture-nav .nav-mobile:after {
	right: .2rem;
}

.vulture-nav .nav-mobile.on {
	background-color: #333;
	border: 1px solid #333;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 6.1rem;
	z-index: 99999999;
}

.vulture-nav .nav-mobile.on:before,
.vulture-nav .nav-mobile.on:after {
	display: none;
}

.vulture-nav .nav-mobile.on svg,
.vulture-nav .nav-mobile.on svg * {
	fill: #fff !important;
}

/* Dropdown */

.vulture-nav .dropdown {
	background-color: #333;
	border-top: 1px solid #333;
	display: none;
	padding: 2.3rem 0;
	position: absolute;
	top: 7.3rem;
	width: 100%;
}

.vulture-nav .dropdown:after {
	clear: both;
	content: '';
	display: block;
}

.vulture-nav .dropdown.on {
	-webkit-animation-duration: 250ms;
	        animation-duration: 250ms;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: DropdownOpen;
	        animation-name: DropdownOpen;
	-webkit-animation-timing-function: cubic-bezier(.215,  .610, .355, 1.000);
	        animation-timing-function: cubic-bezier(.215,  .610, .355, 1.000); /* ease-out-cubic */
	display: block;
	z-index: 9999999;
}

.vulture-nav .dropdown-section {
	border-left: 1px solid #3e3e3e;
	float: left;
	height: 28rem;
	padding: 0 2.3rem;
	width: 25%;
}

.vulture-nav .dropdown-section:first-of-type {
	border: none;
}

.vulture-nav .dropdown-section a.home {
	display: none;
}

.vulture-nav .dropdown-section:before {
	color: #979797;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2rem;
}

.vulture-nav .dropdown-section > h2,
.vulture-nav .dropdown-section > a,
.vulture-nav .dropdown-section > a:visited {
	display: inline-block;
	float: left;
	font-family: Arial, sans-serif;
}

.vulture-nav .dropdown-section h2 {
	font-size: 1rem;
	margin: 0;
	padding: .4rem 0;
	width: 100%;
}

.vulture-nav .dropdown-section > a,
.vulture-nav .dropdown-section > a:visited {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	padding: 1.2rem 0;
	width: 100%;
}

/* first two */

.vulture-nav .dropdown-section > a:first-of-type {
	padding-top: 1.2rem;
}

.vulture-nav .dropdown-section a.tablet {
	display: inline-block;
	width: 40%;
}

/* hot topics */

.vulture-nav .hot-topics > a {
	color: #00bcf1!important;
}

.vulture-nav .dropdown-section .login {
	background-color: transparent;
	border: 0 none;
	color: #ccc;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	padding: 0 0 2.2rem;
	text-align: left;
	width: 100%;
}

.vulture-nav .dropdown-section .follow {
	background-color: #ededeb;
	border-radius: .5rem;
	border-top: 1px solid #3e3e3e;
	float: left;
	margin: 0;
	padding: .3rem 1rem;
	text-align: left;
	width: 100%;
}

}

@media screen and (min-width: 48.000em) and (max-width: 63.999em) {

.cut-nav .main {
	left: 22rem;
	width: -webkit-calc(100% - 38rem);
	width: calc(100% - 38rem);
}

.cut-nav .main-item > a {
	font-size: 1.4rem;
}

.cut-nav .search {
	width: 5rem;
}

.cut-nav .search.on {
	width: -webkit-calc(100% - 27rem);
	width: calc(100% - 27rem);
}

.cut-nav .nav-mobile {
	right: 6rem;
	top: 1.3rem;
	width: 6.5rem;
}

.cut-nav .nav-mobile.on {
	height: 6.3rem;
}

.cut-nav .nav-mobile svg {
	height: 25%;
	margin-left: -webkit-calc(37% + 2px);
	margin-left: calc(37% + 2px);
	margin-top: 25%;
	width: 25%;
}

.cut-nav .nav-mobile:before {
	left: 0rem;
}

.cut-nav .nav-mobile:after {
	right: 0rem;
}

.cut-nav .dropdown-section > a,
.cut-nav .dropdown-section > a:visited {
	padding: 1.2rem 0;
}

}

@media screen and (min-width: 48.000em) {

.runway-lede .runway-item a {
	height: 38.6rem;
}

}

@media screen and (min-width: 64.000em) {

/* Article Header */

.about {
	padding-bottom: 2rem;
	position: relative;
	word-wrap: break-word;
}

/* manual clearfix */

.about:before,
.about:after {
	content: '';
	display: table;
}

.about:after {
	clear: both;
}

.about header {
	display: block;
	margin-bottom: 2rem;
	position: relative;
}

.about header nav {
	clear: both;
	display: block;
	height: 2.5rem;
	margin: 0 0 1rem;
}

.about header nav a,
.about header nav span {
	color: #111;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	height: 2rem;
	line-height: 2.4rem;
	padding-left: 1.8rem;
	text-decoration: none;
	text-transform: uppercase;
}

.about header nav span:last-child::before {
	content: '/';
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	position: relative;
	left: -.9rem;
	top: .1rem;
}

.about.sponsored header nav span:before {
	content: "";
}

.about header h1 {
	color: #323232;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 5rem;
	font-weight: normal;
	line-height: 5rem;
	margin: 0 0 3rem;
}

.about header p {
	color: #333;
	font-family: Georgia, serif;
	font-size: 1.7rem;
	line-height: 1.3rem;
}

/* Article Body */

.about .body {
	color: #111;
	font-family: Georgia, serif;
	font-size: 1.6rem;
	padding-right: 1rem;
}

/* Secondary Images */

.about .body .image.right,
.about .body figure.right {
	float: right;
	margin: 1rem 0 1rem 2.5rem;
	max-width: 25rem;
}

.about .body .image.left,
.about .body figure.left {
	float: left;
	text-align: left;
	margin: 1rem 2.5rem 1rem 0;
	max-width: 25rem;
}

.about .body .image.center,
.about .body figure.center {
	margin: 1.6rem 0 2.4rem;
	text-align: center;
}

.about .body h2 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	margin: 3rem 0 2rem;
}

.about .body p {
	font-family: Georgia, serif;
	font-size: 1.6rem;
	line-height: 2.3rem;
	margin: 0 0 1.5rem;
}

.about .body div[id^="getsat"] {
	margin: 6rem 0 0 -3rem;
}

.about .body a {
	color: #f85d00;
	padding: 0;
	text-decoration: none;
}

.about .body ul {
	clear: both;
	padding: 0 0 0 1rem;
}

.about .body ul li {
	line-height: 2.3rem;
	list-style: none;
	margin: 0 0 2rem;
}

.about .body ul li:before {
	color: #999;
	content: '•';
	left: 0;
	position: absolute;
}

.about .body ol {
	clear: both;
	counter-reset: list;
	padding: 0 0 0 2rem;
}

.about .body ol li {
	display: block;
	line-height: 2.3rem;
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.about .body ol li:before {
	color: #999;
	content: counter(list);
	counter-increment: list;
	font-family: Arial, sans-serif;
	font-weight: bold;
	left: 0;
	margin-top: .2rem;
	position: absolute;
}

.about .body blockquote:before {
	border-top: 5px solid #e2e2e0;
	content: '';
	display: inline;
	margin-top: -1.4rem;
	position: absolute;
	width: 4.5rem;
}

.about .body blockquote,
.about .body blockquote p {
	color: #5a5a5a;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.3rem;
	margin: 0 0 1.5rem;
	padding: 1.5rem 0;
	position: relative;
}

.about .body blockquote p {
	margin-bottom: 0;
	padding-top: 0;
}

.about .body blockquote p:last-of-type {
	padding: 0;
}

.ad-repeat { /* Necessary to have border-top to prevent "margin collapsing". */
	border-top: 1px solid rgba(0,0,0,0);
	clear: both;
	display: block;
	position: relative;
	visibility: hidden;
}

.ad-repeat.visible {
	visibility: visible;
}

/* Do not add margin-top to .ad here because it messes with getBoundingClientRect().top in the client.js. */

.authorfeed {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 67rem;
}

.authorfeed button,
.authorfeed h2 span,
.authorfeed .sponsored {
	display: none;
}

.authorfeed div > article:first-child {
	text-align: center;
}

.authorfeed article {
	border-bottom: 1px solid #f1f1f1;
	margin: 0 auto;
	padding: 3.4rem 3rem;
	position: relative;
	width: 100%;
}

/*Promoted Authors */

.authorfeed .promoted-authors {
	background: #fee949;
	border-bottom: none;
	height: 14.5rem;
	-webkit-transform: skew(-20deg);
	    -ms-transform: skew(-20deg);
	        transform: skew(-20deg);
	width: 63.9rem;
}

/*These are within a div that skews, so we must reverse the skew for the text*/

.authorfeed .promoted-authors h1,
.authorfeed .promoted-authors h2,
.authorfeed .promoted-authors .follow {
	-webkit-transform: skew(20deg);
	    -ms-transform: skew(20deg);
	        transform: skew(20deg);
}

.authorfeed .promoted-authors .follow {
	margin-left: 22rem;
}

.authorfeed .promoted-authors h1 {
	margin: 0 0 0 19rem;
}

.authorfeed .promoted-authors h2 {
	font-size: 1.9rem;
	font-style: italic;
	font-weight: 500;
	margin: 0 0 2rem 20.5rem;
}

.authorfeed .promoted-authors .author-image {
	background-repeat: no-repeat;
	border-radius: 9rem;
	height: 17.5rem;
	left: 2rem;
	position: absolute;
	top: -1.5rem;
	-webkit-transform: skew(20deg);
	    -ms-transform: skew(20deg);
	        transform: skew(20deg);
	width: 17.5rem;
}

.authorfeed .bio {
	margin: 3rem 0 0 3rem;
}

.authorfeed .bio:not(.show) {
	display: block;
	max-height: 9rem;
	max-width: 100%;
	overflow: hidden;
}

.authorfeed .bio + .read-more {
	color: #333;
	cursor: pointer;
	font-family: Georgia,Times,serif;
	font-size: 1.5rem;
	margin-right: 3rem;
	margin-top: 1rem;
	text-align: right;
}

.authorfeed .bio + .read-more:before {
	content: 'Read more';
	font-weight: 600;
}

.authorfeed .bio.show + .read-more:before {
	content: 'Read less';
}

.authorfeed article:after {
	clear: both;
	content: '';
	display: block;
}

.authorfeed article:first-of-type {
	padding-top: 2.2rem;
}

.authorfeed article:last-of-type {
	margin-bottom: 2.1rem;
}

.authorfeed article.thumb a:last-of-type {
	padding-left: 17rem;
}

.authorfeed a {
	color: #f85d00;
	display: block;
	text-decoration: none;
}

.authorfeed a:hover,
.authorfeed a:active {
	color: #333;
	text-decoration: none;
}

.authorfeed a:active {
	color: #f85d00;
}

.authorfeed a.square,
.authorfeed a.thumb,
.authorfeed a.horizontal,
.authorfeed a.large-horizontal {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.authorfeed a.square,
.authorfeed a.thumb {
	float: left;
	height: 10rem;
	margin-right: 2rem;
	position: relative;
	width: 15rem;
}

.authorfeed a.horizontal,
.authorfeed a.large-horizontal {
	display: block;
	height: 40.8rem;
	margin: 2rem auto;
	width: 100%;
}

.authorfeed time,
.authorfeed time + span {
	color: #333;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

.authorfeed time + span {
	text-transform: uppercase;
}

.authorfeed time + span:after {
	content: '';
	display: block;
}

.authorfeed h1 {
	font-family: Georgia, sans-serif;
	font-size: 4rem;
	margin: 0 0 2rem;
}

.authorfeed h2 {
	color: #333;
	font-family: Georgia, Times, serif;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 2.1rem;
	margin: 0;
}

.authorfeed > h2 {
	font-size: 1.5rem;
	margin-top: 1.8rem;
}

.authorfeed .follow {
	margin-bottom: 6rem;
}

.authorfeed h1,
.authorfeed > h2,
.authorfeed .follow {
	margin-left: 3rem;
}

.authorfeed cite,
.authorfeed cite a {
	color: #333;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8rem;
	vertical-align: baseline;
}

.authorfeed p {
	color: #333;
	font-family: Georgia, Times, serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.2rem;
	margin: .2rem 0 0;
}

.authorfeed .thumb p {
	display: inline;
}

.authorfeed a.horizontal + p,
.authorfeed a.large-horizontal + p {
	margin-top: 0;
}

/*this isn't used anymore, but not too sure yet
.authorfeed p + a {
  bottom: 3.8rem;
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  text-transform: uppercase;
}
*/

.authorfeed .horizontal p + a,
.authorfeed .large-horizontal p + a {
	bottom: auto;
	display: block;
	margin-top: 2.2rem;
	position: relative;
}

.authorfeed .follow a.twitter {
	color: #333;
}

.bedford-bowery-promo {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 7px;
	padding: 2rem 1.5rem;
	text-align: center;
	font-family: Arial, sans-serif;
	margin-bottom: 4rem;
	margin-top: 3rem;
}

.bedford-bowery-promo .title {
	background: url(/media/logo_bb.png) center center no-repeat;
	background-size: 23rem 2.1rem;
	height: 2.1rem;
	margin: 0 auto;
	text-indent: -9999px;
}

.bedford-bowery-promo .subtitle {
	margin-top: 1.1rem;
	font-size: 1.7rem;
}

.bedford-bowery-promo .info {
	font-size: 1rem;
	margin-top: 1.5rem;
	margin-bottom: 1.3rem;
}

.bedford-bowery-promo .info span {
	font-style: italic;
}

.bedford-bowery-promo a {
	color: #e8b705;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: bold;
}

.beta-messaging {
	max-height: 6.1rem;
	padding: 0;
}

.beta-messaging .beta-messaging-btns:after {
	clear: both;
	content: '';
	display: table;
}

.beta-messaging .beta-messaging-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 102.4rem;
	padding: 1.4rem 7rem;
}

.beta-messaging .beta-messaging-text {
	float: left;
	font-weight: bold;
	margin: .7rem 0 0;
}

.beta-messaging .beta-messaging-text-outro {
	top: .4rem;
}

.beta-messaging .beta-messaging-text-mobile {
	display: none;
}

.beta-messaging .beta-messaging-text-desktop {
	display: inline;
}

.beta-messaging .beta-messaging-btns {
	float: right;
}

.beta-messaging .beta-messaging-btn {
	border: 1px solid;
	border-radius: 3px;
	font-size: 1.3rem;
	padding: .8rem 1.1rem;
	text-decoration: none;
}

.beta-messaging .beta-messaging-btn-share {
	float: right;
}

.beta-messaging .beta-messaging-btn-opt {
	float: left;
}

.beta-messaging .beta-messaging-btn:first-child {
	margin-right: 0;
}

.beta-messaging .beta-messaging-btn:nth-child(2) {
	margin-right: 1.1rem;
}

.beta-messaging .beta-messaging-text-intro {
	font-weight: bold;
}

.beta-messaging.beta-messaging-scrolled {
	max-height: 2.6rem;
}

.buy-button .multi-buy + .multi-buy {
	margin-top: .6rem;
}

.buy-button .single-buy {
	padding-bottom: 2rem;
}

.buy-button .single-buy .buy-description,
.buy-button .single-buy a.buy-price {
	display: block;
	padding-left: 7.1rem;
}

.buy-button .multi-buy .buy-description,
.buy-button .multi-buy a.buy-price {
	display: inline;
}

.buy-button .single-buy a.buy-price {
	margin-top: .1rem;
}

.buy-button .buy a.buy-price:hover {
	text-decoration: underline;
}

.candy-promo a {
	background: url(/media/candy_right_module.png) center center no-repeat;
	display: block;
	height: 18.5rem;
	overflow: auto;
	width: 100%;
}

.column-subscribe {
	clear: both;
	background-color: #f5f4f1;
	border: 1px solid #e7e7e7;
	display: none;
	height: auto;
	margin-bottom: 2rem;
	opacity: 0;
	padding: 2.4rem 2.4rem 1rem;
}

.column-subscribe.on {
	display: block;
	-webkit-transition: opacity 1s;
	        transition: opacity 1s;
}

.column-subscribe.fade-in {
	opacity: 1;
}

.column-subscribe.fade-out {
	opacity: 0;
}

.column-subscribe p {
	color: #fd2b26;
	font-size: 1.7rem;
	font-style: italic;
}

.column-subscribe p span {
	text-transform: capitalize;
}

.column-subscribe p span.no-transform {
	text-transform: none;
}

.column-subscribe form {
	-webkit-transition: height .3s, display .3s .5s;
	        transition: height .3s, display .3s .5s;
}

.column-subscribe form input[type=email] {
	background: #FFF;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: normal;
	height: 3rem;
	padding: 0 0 0 1.2rem;
	width: 50%;
	-webkit-appearance: none;
}

.column-subscribe form input[type=email]::-webkit-input-placeholder {
	color: #999;
}

.column-subscribe form input[type=email]:-moz-placeholder {
	color: #999;
}

.column-subscribe form input[type=email]::-moz-placeholder {
	color: #999;
}

.column-subscribe form input[type=email]:-ms-input-placeholder {
	color: #999;
}

.column-subscribe form .submit {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 2px;
	color: #fff;
	float: none;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: bold;
	height: 3rem;
	padding: 0;
	text-transform: uppercase;
	vertical-align: top;
	width: 17%;
	-webkit-appearance: none;
}

.column-subscribe form .submit:hover {
	cursor: pointer;
}

.column-subscribe form .return-message {
	display: block;
	font-weight: normal;
	height: 2rem;
	margin: 0 0 0 2rem;
	opacity: 0;
	padding-top: .4rem;
	visibility: hidden;
}

.column-subscribe form .return-message.on {
	opacity: 1;
	-webkit-transition: opacity .3s;
	        transition: opacity .3s;
	visibility: visible;
}

.column-subscribe form input[type=email].on {
	border: 1px solid #e26154;
}

.column-subscribe form.error .return-message.on {
	color: #e26154;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: italic;
}

.column-subscribe form.success input {
	display: none;
	height: 0;
}

.column-subscribe form.success .return-message.on {
	color: #000;
	font-family: Georgia, serif;
	font-size: 1.6rem;
	font-style: italic;
	padding-top: 0;
	margin: -.5rem 0 .4rem 0;
}

.column-subscribe form.success.hide {
	padding-bottom: 2rem;
}

.contextual-fb-promo {
	background-color: #f4f3ee;
	border: 1px solid #e1e1e1;
	padding: 2rem;
}

.contextual-fb-promo > p {
	line-height: 2.1rem !important;
	margin-bottom: 0 !important;
}

.contextual-fb-promo .promo-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contextual-fb-promo > p,
.contextual-fb-promo .promo-wrap p {
	font-family: Arial, sans-serif !important;
	font-size: 1.6rem !important;
}

.contextual-fb-promo .promo-wrap p {
	color: #fc2a26;
	font-weight: bold;
	margin: 1rem 1rem 0 0;
	width: auto !important;
}

.contextual-fb-promo .promo-wrap .fb-like iframe {
	max-width: inherit !important;
}

.cut-nav * {
	-moz-osx-font-smoothing: auto;
}

.cut-nav {
	background: #000;
	height: auto;
	position: relative;
	width: 100%;
	border-top: 1px solid #323232; /* global-nav is only on desktop */
}

.cut-nav .cut-nav-inner {
	height: 9rem;
	margin: 0 auto;
	max-width: 102.4rem;
}

.cut-nav a {
	text-decoration: none;
}

/* Logo */

.cut-nav .logo {
	height: 9rem;
	left: -.5%;
	margin: 0;
	position: absolute;
	top: 0;
	width: 25rem;
}

.cut-nav .logo svg {
	height: 9.5rem;
	margin-top: -.2rem;
	max-width: 100%;
	width: auto;
}

/* don't display main nav on mobile */

.cut-nav .main {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 9rem;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	left: 24rem;
	position: relative;
	top: 0;
	width: -webkit-calc(100% - 38rem);
	width: calc(100% - 38rem);
}

.cut-nav .main-item > a {
	-webkit-font-smoothing: subpixel-antialiased;
	display: inline-block;
	float: left;
	font-family: MillerHeadlineLight, Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 300;
	height: 9rem;
	letter-spacing: .15em;
	line-height: 1;
	padding-top: 3.8rem;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: color 300ms ease-out;
	        transition: color 300ms ease-out;
}

.cut-nav .main-item > a > span {
	-webkit-font-smoothing: subpixel-antialiased;
}

.cut-nav .colorful-sections .main-item > a:hover {
	color: #fff !important; /* overwrites all !important color styles */
	-webkit-transition: color 150ms;
	        transition: color 150ms;
}

.cut-nav .fashion-dropdown-arrow {
	display: inline-block;
	height: 2rem;
	position: absolute;
	right: -1.8rem;
	top: -webkit-calc(50% - 1rem);
	top: calc(50% - 1rem);
	width: 2rem;
}

.cut-nav .fashion-dropdown-arrow svg,
.cut-nav .fashion-dropdown-arrow svg * {
	fill: #fff !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* submenu fadein animation */

.cut-nav .main-submenu {
	background-color: #000;
	border: 1px solid #4f4f4f;
	box-shadow: 1px 1px 10px -2px rgba(0,0,0,.8);
	display: none;
	left: 1.5rem;
	position: absolute;
	top: 75%;
	z-index: 5555555;
}

.cut-nav .main-submenu:after,
.cut-nav .main-submenu:before {
	border: solid transparent;
	bottom: 100%;
	content: ' ';
	height: 0;
	left: 63.2%;
	pointer-events: none;
	position: absolute;
	width: 0;
}

.cut-nav .main-submenu:after {
	border-bottom-color: #000;
	border-width: 10px;
	margin-left: -10px;
}

.cut-nav .main-submenu:before {
	border-bottom-color: #4f4f4f;
	border-width: 11px;
	margin-left: -11px;
}

.cut-nav .main-submenu-item {
	-webkit-font-smoothing: subpixel-antialiased;
	border-top: 1px solid #4f4f4f;
	clear: left;
	display: inline-block;
	float: left;
	font-family: MillerHeadlineLight, Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 300;
	letter-spacing: .15em;
	padding: 1.2rem 3rem 1.2rem 1.2rem;
	text-transform: uppercase;
	-webkit-transition: color 300ms ease-out;
	        transition: color 300ms ease-out;
	width: 100%;
}

.cut-nav .main-submenu-item:first-of-type {
	border: none;
}

.cut-nav .colorful-sections a.main-submenu-item:hover {
	color: #fff !important;
	-webkit-transition: color 150ms;
	        transition: color 150ms;
}

/* open the submenu when fashions is hovered */

.cut-nav .main-item.fashions:hover .main-submenu {
	-webkit-animation: 200ms CutNavFadeIn forwards;
	        animation: 200ms CutNavFadeIn forwards;
	display: block;
}

.cut-nav .search {
	background-color: #222;
	border-radius: 4px;
	cursor: text;
	display: inline-block;
	height: 3rem;
	outline: none;
	position: absolute;
	right: 1.2rem;
	top: 3rem;
	-webkit-transition: width 300ms ease-out, background 300ms ease-out;
	        transition: width 300ms ease-out, background 300ms ease-out;
	width: 10rem;
	z-index: 10;
}

.cut-nav .search:hover,
.cut-nav .search:focus {
	background-color: #333;
}

.cut-nav .search.on {
	background: #fff;
	-webkit-transition: width 150ms, background 150ms;
	        transition: width 150ms, background 150ms;
	width: 30rem;
}

.cut-nav .search .text-query {
	border: none;
	border-radius: 4px;
	display: none;
	height: 3rem;
	margin: 0;
	padding: 1rem;
	width: -webkit-calc(100% - 4.4rem);
	width: calc(100% - 4.4rem);
}

.cut-nav .search .text-query::-webkit-input-placeholder,
.cut-nav .search .text-query::-moz-input-placeholder,
.cut-nav .search .text-query::-ms-input-placeholder,
.cut-nav .search .text-query::input-placeholder {
	font-family: Arial, sans-serif;
}

.cut-nav .search .search-icon {
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	height: 1.15rem;
	padding: 0;
	position: absolute;
	right: .95rem;
	top: .95rem;
	width: 1.15rem;
}

.cut-nav .search .search-close {
	display: none;
}

.cut-nav .search-icon svg {
	cursor: pointer;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.cut-nav .searchtext {
	color: #fff;
	display: inline-block;
	float: left;
	font-family: 'MillerHeadline Light', Georgia, Times, 'Times New Roman', serif;
	font-size: 1rem;
	font-style: italic;
	font-weight: 300;
	letter-spacing: .2em;
	margin: .85rem;
	text-transform: uppercase;
}

.cut-nav .dropdown,
.cut-nav .nav-mobile {
	display: none;
}

/* NAV CALLOUT FOR PROMOTED MICROBLOGS - COMMENT OUT WHEN NOT IN USE */

/*
.cut-nav .cut-nav-inner {
  height: 10rem !important;
}
.cut-nav .logo {
  top: 1rem !important;
  z-index: 1;
}
.cut-nav .promoCallOut {
  background-image: url(/media/callout-bg.png);
  bottom: 0;
  display: block;
  font-family: arial;
  font-size: 1.2rem;
  padding: 0.75rem 0;
  position: absolute;
  text-align: right;
  right: -2.25%;
  width: 104.5%;
  z-index: 0;
}
.cut-nav .promoCallOut .promoLink {
  color: #ffcc00;
  font-style: italic;
  margin-right: 2rem;
}
.cut-nav .promoCallOut .promoLink:hover {
  border-bottom: 1px solid #ccc;
}
*/

/* END NAV CALLOUT FOR PROMOTED MICROBLOGS */

.story .episode-recap {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	top: 60rem;
	left: -17.5rem;
	padding: .8rem 0 1.2rem;
	position: absolute;
	text-align: center;
	width: 11rem;
}

.story .episode-recap a {
	color: #1782a9;
	text-decoration: none;
}

.story .episode-recap dl {
	margin: 0;
}

.story .episode-recap dt {
	display: block;
}

.story .episode-recap dd {
	display: block;
	margin: 0;
}

/* Recap Image */

.story .episode-recap img {
	height: 8rem;
	width: 8rem;
}

/* Show Title */

.story .episode-recap .show {
	border-bottom-color: #ddd;
	border-bottom-style: dotted;
	border-bottom-width: .2rem;
	padding: 0 .6rem .9rem;
}

.story .episode-recap .show dt {
	display: none;
}

.story .episode-recap .show dd,
.story .episode-recap .show dd a {
	display: block;
	font-family: Georgia, serif;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2;
	text-transform: capitalize;
}

/* Episode Title */

.story .episode-recap .title dt {
	display: none;
}

.story .episode-recap .title dd {
	color: #111;
	font-family: Georgia, serif;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.1;
	padding: 1rem 0 .4rem;
}

/* Season and Episode Numbers */

.story .episode-recap .season,
.story .episode-recap .episode {
	color: #999;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	padding: 0 0 .3rem;
}

.story .episode-recap .season {
	padding: 0;
}

.story .episode-recap .season dt,
.story .episode-recap .episode dt,
.story .episode-recap .season dd,
.story .episode-recap .episode dd {
	display: inline;
}

/* Rating */

.story .episode-recap .rating {
	background: #f7f7f7;
	border-radius: 3px;
	margin: .7rem .5rem 1rem;
	padding: .8rem .6rem 1rem;
}

.story .episode-recap .rating dt {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: .9rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: .3rem;
	text-transform: uppercase;
}

.story .episode-recap .rating .score {
	display: none;
}

.story .episode-recap .rating .stars {
	font-size: 0;
	white-space: nowrap;
}

.story .episode-recap .rating .stars svg {
	display: inline-block;
	height: 1.7rem;
	padding: 0;
	margin: 0;
	width: 1.7rem;
}

/* Next and Previous Episodes */

.story .episode-recap nav {
	padding: 0 0.6rem;
}

.story .episode-recap .prev,
.story .episode-recap .next {
	clear: left;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 1rem;
	padding: 0;
	text-align: left;
	width: 50%;
}

.story .episode-recap .next {
	border-left: 2px solid #ccc;
	clear: right;
	float: right;
	text-align: right;
}

.story .episode-recap span.prev,
.story .episode-recap span.next {
	color: #ccc;
}

.story .episode-recap .prev:before,
.story .episode-recap .next:after {
	content: '< ';
	font-family: Elderkin, Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 0;
	position: relative;
	top: 0.1rem;
}

.story .episode-recap .next:after {
	content: ' >';
}

/* Complete Link */

.story .episode-recap .complete {
	clear: both;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
}

.fb-promo {
	border-bottom: 1px dashed #9a9a9a;
	border-top: 1px dashed #9a9a9a;
	display: none;
	margin: -12.5rem auto 4rem;
	opacity: 1;
	overflow: visible;
	padding: 1.5rem 0 2rem;
	text-align: center;
	-webkit-transition: opacity 1s;
	        transition: opacity 1s;
	width: 23.5rem;
}

.fb-promo.first-view-of-session,
.fb-promo.exit {
	display: block;
	opacity: 0;
}

.fb-promo.desktop-on {
	display: block;
	opacity: 1;
}

.fb-promo > svg {
	display: none;
}

.fb-promo .follow a.fb {
	background: none;
}

.fb-promo .follow a:after,
.fb-promo .follow.newsletter a:last-of-type:after {
	display: none;
}

.fb-promo > p { /* Gradient start. 
      Text clip does not work in firefox, so using fallback:
      http://nimbupani.com/using-background-clip-for-text-with-css-fallback.html
  */
	color: #ef4e15;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ed1475), color-stop(100%,#f05a00));
	background: -o-linear-gradient(left, #ed1475 0%,#f05a00 100%);
	-webkit-background-clip: text; /* Gradient end. */
	font-family: MillerHeadlineSemibold, Georgia, serif;
	font-size: 2rem;
	font-weight: normal;
	margin: 0 0 1rem;
}

.fb-promo p:nth-of-type(2),
.fb-promo div:nth-of-type(2) {
	display: none;
}

.fb-promo div {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #3E5C9B;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: .5rem;
	position: relative;
	text-decoration: none;
	width: 16rem;
}

.fb-promo div svg {
	border-right: 1px solid rgba(255,255,255,.15);
	height: 2.5rem;
	padding-right: .3rem;
	width: 3rem;
}

.fb-promo div .follow {
	background-color: transparent;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fb-promo div .follow .fb {
	color: #FFF;
	display: block;
	font-family: arial, sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	margin-left: .8rem;
	margin-right: 0;
	padding: 1rem 0 0 1.3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.follow a {
	cursor: pointer;
}

.follow a.fb,
.follow a.twitter,
.follow a.pinterest {
	background-position: 0 .1rem;
	border: none;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: normal;
	margin: 0 1rem 0 0;
	padding: .2rem 1.2rem .2rem 2rem;
	position: relative;
	text-decoration: none;
}

.follow a.fb {
	background: url(/media/facebook.svg) no-repeat center left;
	background-size: 1.6rem 1.6rem;
}

.follow a:after,
.follow.newsletter a:last-of-type:after {
	color: #ddd;
	content: "|";
	display: inline-block;
	position: absolute;
	right: 0;
}

.newsfeed div article.newsfeed-share {
	padding: 1rem 0;
}

.newsfeed-share em {
	display: inline;
}

.newsfeed-share .follow-button-wrap .fb,
.newsfeed-share .follow-button-wrap .twitter {
	font-size: 1.1rem;
}

.follow a:last-of-type:after {
	display: none;
}

.follow a.twitter {
	background: url(/media/twitter-blue.svg) no-repeat center left;
	background-size: 1.6rem 1.3rem;
}

.footer {
	background: #000;
	padding: 3rem 0;
	text-align: center;
	width: 100%;
}

.footer a {
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
}

.footer a,
.footer p {
	font-family: Arial, sans-serif;
}

.footer .splash-page {
	margin: 0 auto;
	max-width: 55rem;
}

.footer .splash-page a {
	font-size: 1.3rem;
	font-weight: 700;
	padding: 0 0 3rem 2rem;
}

.footer .splash-page a:after,
.footer .connect a:after,
.footer .global-footer-nav a:after {
	content: "|";
}

.footer .connect a:last-of-type:after,
.footer .splash-page a:last-of-type:after,
.footer .global-footer-nav a:last-of-type:after {
	content: " ";
	padding-left: 0;
}

.footer .splash-page a:nth-of-type(4):after {
	color: transparent;
}

.footer .splash-page a:after {
	color: #333;
	padding-left: 2rem;
}

.footer .splash-page a,
.footer .global-footer-nav a,
.footer .global-footer-nav p {
	color: #FFF;
}

.footer .connect {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto 2rem;
	max-width: 102.4rem;
	padding: 1.5rem 0;
	width: 100%;
}

.footer .connect:before {
	content: "connect: ";
	display: inline-block;
	font-size: 1.7rem;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding-right: .3rem;
	text-transform: uppercase;
}

.footer .connect a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.2rem;
	padding-left: 1rem;
}

.footer .connect a:after {
	color: #EEE;
	padding-left: 1rem;
}

.footer .connect svg {
	height: 1.5rem;
	margin-right: .7rem;
	width: 1.5rem;
}

.footer .connect a[href*="twitter"] svg {
	margin-right: .4rem;
	width: 1.8rem;
}

.footer .global-footer-nav {
	font-size: 1.1rem;
	font-weight: 700;
}

.footer .global-footer-nav a {
	color: #c2c2c2;
	display: inline;
	padding-right: .5rem;
	text-transform: none;
}

.footer .global-footer-nav a:after {
	color: #333;
	padding-left: .9rem;
}

.footer p a {
	text-decoration: underline;
}

.footer p,
.footer p a {
	color: #888;
	margin-bottom: 0;
}

.global-footer {
	clear: both;
	display: block;
	margin: 3rem auto 0;
	padding-bottom: 5rem;
	text-align: center;
}

.global-footer span {
	border-left: 1px solid #ccc;
}

.global-footer > a:first-of-type {
	background-image: url(/media/nymag-text.2x.png);
	background-repeat: no-repeat;
	background-size: 6.8rem auto;
	background-position: center bottom;
	border: none;
	color: transparent;
}

.global-footer a {
	border-right: 1px solid #ccc;
	color: #1f638a;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0;
	padding: .1rem .5rem;
	text-decoration: none;
	white-space: nowrap;
}

.global-footer > a:last-of-type,
.global-footer a:last-of-type {
	border: none;
}

.global-footer div a {
	font-weight: normal;
	margin: 2rem 0 0;
}

.global-footer p {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
}

.greatest-hits {
	margin: 1.5rem 0 0;
	position: relative;
}

.greatest-hits > h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: bold;
	left: 2.3rem;
	line-height: 1.1;
	padding: 0 1rem;
	position: absolute;
	top: -1.8rem;
	white-space: nowrap;
	z-index: 2;
}

.greatest-hits article {
	border-top: 1px solid #f1f1f1;
	display: block;
	padding: 2.5rem 3rem;
}

.greatest-hits article:nth-of-type(1) {
	border-top: 1px solid #bbb;
}

.greatest-hits a {
	color: #222;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.greatest-hits a:hover {
	color: #444;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

.greatest-hits div {
	background-repeat: no-repeat;
	background-size: 23.5rem auto;
	height: 15.6rem;
	margin-bottom: 1rem;
	position: relative;
	width: 23.5rem;
}

.greatest-hits a .infographic:after,
.greatest-hits a .video:after {
	background-color: #fa7802;
	background: rgba(50, 224, 189, 0.8) url(/media/icn-video.png) 92% center no-repeat;
	background-size: 1.8rem;
	border-radius: .3rem;
	bottom: .7rem;
	color: #fff;
	content: 'View the infographic';
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 1rem 3.8rem 1rem 1.2rem;
	position: absolute;
	right: .7rem;
	text-align: left;
}

.greatest-hits a .video:after {
	background: rgba(50, 224, 189, 0.8) url(/media/icn-video.png) center center no-repeat;
	background-size: 2.25rem;
	content: '';
	width: 3rem;
	height: 3rem;
}

.greatest-hits a .square.infographic:after,
.greatest-hits a .square.video:after {
	left: .7rem;
	padding: 1rem 0 1rem 1.2rem;
}

.greatest-hits p {
	margin: 0;
}

.greatest-hits .share-feed {
	margin-top: 1rem;
}

.hp-most-popular {
	position: relative;
}

.hp-most-popular h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Elderkin,Arial,sans-serif;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.1;
	margin: .1rem -.1rem;
	margin-left: -.1rem;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 2;
}

.hp-most-popular article {
	border-top: 1px solid #f1f1f1;
	padding-bottom: 1rem;
}

.hp-most-popular article:nth-of-type(1) {
	border-top: none;
	margin-top: -.8rem;
}

.hp-most-popular a {
	background-position: 3.5rem 1.5rem;
	color: #111;
	display: block;
	font-family: Georgia, serif;
	font-size: 1.6rem;
	font-weight: bold;
	left: 0;
	line-height: 1.7;
	margin: 0;
	padding: 1.5rem 1rem 0 3.5rem;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

.hp-most-popular a:before {
	left: 0;
}

.hp-most-popular p {
	margin: 0;
}

.hp-most-popular article p {
	line-height: 1.2;
}

/* Numbers */

.hp-most-popular article a:before {
	display: block;
	font-family: Elderkin,Arial,sans-serif;
	font-size: 3.86rem;
	left: -3.2rem;
	position: absolute;
	text-align: right;
	top: .4rem;
	width: 5rem;
}

.hp-most-popular article:nth-of-type(1) a:before {
	color: #00bbf1;
	content: '1';
}

.hp-most-popular article:nth-of-type(2) a:before {
	color: #00b5f1;
	content: '2';
}

.hp-most-popular article:nth-of-type(3) a:before {
	color: #009ff1;
	content: '3';
}

.hp-most-popular article:nth-of-type(4) a:before {
	color: #0088f1;
	content: '4';
}

.hp-most-popular article:nth-of-type(5) a:before {
	color: #0071f1;
	content: '5';
}

.hp-most-popular article:nth-of-type(6) a:before {
	content: '6';
}

.hp-most-popular article:nth-of-type(7) a:before {
	content: '7';
}

.hp-most-popular article:nth-of-type(8) a:before {
	content: '8';
}

.hp-most-popular article:nth-of-type(9) a:before {
	content: '9';
}

.hp-most-popular article:nth-of-type(10) a:before {
	content: '10';
}

.hp-most-popular .share-feed {
	margin: .8rem 0 .1rem;
	padding: 0 0 1.75rem 3.5rem;
}

.hp-most-popular .share-feed a:before {
	background: none;
	content: '' !important;
}

.hp-most-popular .share-feed h2 {
	color: #ff0042;
}

.hp-most-popular .share-feed h2 em {
	text-transform: none;
}

.leaderboard-promo {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 33.7rem 11.7rem;
	height: 17rem;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 102rem;
}

.leaderboard-promo > a {
	display: block;
	height: 100%;
	margin: 0 auto;
	width: 50%;
}

.leaderboard-promo .sponsor {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 4.4rem;
	position: absolute;
	right: 10%;
	top: 7.6rem;
	width: 12rem;
}

.leaderboard-promo .sponsor:after {
	color: #606060;
	content: "Brought to you by";
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	left: 50%;
	margin-left: -50%;
	position: absolute;
	top: -1.1rem;
	width: 100%;
}

.leaderboard-promo .sponsor a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

/* LEGACY LIGHT BOX CODE TEMPORARY
----------------------------------------------------------------------*/

.light-box.lbPop {
	background: #fff url(/media/loading.gif) center center no-repeat;
	border-radius: .5rem;
	box-shadow: .1rem .1rem .5rem #595959;
	padding: 1rem;
	position: absolute;
}

.light-box.lbPop a.gen-close {
	background: url(/media/lb-close-circle.png) 0 0 no-repeat;
	display: block;
	height: 3.3rem;
	position: absolute;
	right: -1.7rem;
	text-indent: -99999rem;
	top: -1.7rem;
	width: 3.3rem;
	z-index: 9999999999;
}

/* Advertising Overlay
----------------------------------------------------------------------*/

.light-box .lbOverlay {
	background: #f7f7f7;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.light-box .lbOverlay.dark {
	background: #2b2b2b;
}

.light-box .lbOverlay .hp-overlay-container {
	margin: 0 auto;
	width: 98rem;
}

.light-box .lbOverlay .head {
	background: url(/media/hp-overlay-white.gif) bottom center no-repeat;
	height: 11.3rem;
	position: relative;
}

.light-box .lbOverlay.dark .head {
	background: url(/media/hp-overlay-dark.gif) bottom center no-repeat;
}

.light-box .lbOverlay .head h1 {
	margin: 0;
}

.light-box .lbOverlay .head p {
	color: #868686;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	left: 1.2rem;
	line-height: 1.7rem;
	margin: 0;
	position: absolute;
	top: 50%;
}

.light-box .lbOverlay .head a.skip {
	color: #adadad;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.7rem;
	position: absolute;
	right: 1.8rem;
	text-decoration: none;
	top: 50%;
}

.light-box .lbOverlay .ad-container {
	background: url(/media/loading-f7f7f7.gif) no-repeat center center;
	margin: 0 auto;
	padding: 11.3rem 0 0;
	text-align: center;
}

.light-box .lbOverlay.dark .ad-container {
	background: #2b2b2b url(/media/loading-dark.gif) center center no-repeat;
}

.light-box .lbOverlay .ad-container img {
	border: 0;
}

/*-- ad-intercept-overlay ----------------*/

.light-box #ad-intercept-overlay {
	font-family: Arial, sans serif;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99991;
}

.light-box #ad-intercept-wrap {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99992;
}

.light-box #ad-intercept-overlay .gen-close {
	cursor: pointer;
	font-size: 2rem;
	position: absolute;
	right: 0;
	top: -3.3rem;
	z-index: 99993;
}

/* specificying .story .body overides default article styles */

.story .body .list {
	margin: 0 auto;
	margin-top: 6rem;
	position: relative;
	width: 55rem;
}

.story .body .list section {
	border-bottom: 1px solid #ededed;
	min-height: 15rem;
	padding: 0.5rem 0 3.0rem;
	position: relative;
	width: 100%;
}

.story .body .list section:nth-of-type(1) {
	border-top: 1px solid #ededed;
}

/* BEGIN: img component style overrides */

.story .body .list.vertical-layout section figure {
	display: inline-block;
	float: left;
	margin-top: 0;
	margin-right: 1.5rem;
	max-width: 20rem;
}

/* END: img component style overrides */

.story .body .list section .content {
	display: inline-block;
	margin-top: 0;
}

.story .body .list section .blurb {
	margin-bottom: 1.2rem;
	margin-top: 0;
}

.story .body .list section .index {
	background: #fff;
	border: 1px dotted #777;
	border-radius: 50%;
	color: #000;
	float: left;
	font-family: MillerHeadlineLight, Georgia, serif;
	font-size: 2.5rem;
	margin-right: 1rem;
	margin-top: -0.3rem;
	padding: 0.3rem;
	text-align: center;
	width: 4rem;
}

/* Buy button */

.story .body .list .buy {
	padding-bottom: 2rem;
}

.story .body .list.vertical-layout .buy {
	margin-left: 21.5rem;
}

.story .body .list .buy a.button {
	margin-right: 1.3rem;
}

.story .body .list section .related-info {
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	line-height: 1.75rem;
	margin-top: 1rem;
}

.story .body .list section .related-info:before {
	content: '\2022  Also appears in:';
	padding-right: 0.5rem;
}

.story .body .list section div h2 {
	color: #111;
	display: block;
	font-family: MillerHeadlineLight, Georgia, serif;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1;
	margin: 1rem 0;
}

.story .body .list.vertical-layout section div h2 {
	margin-bottom: 1.5rem;
}

.story .body .list p {
	font-size: 1.6rem;
	font-family: Georgia, serif;
	line-height: 2.2rem;
	margin: 0;
	padding: 0.2rem 0 1.3rem 0;
}

.story .body .list .pull-right {
	float: right;
}

.story .body .list .pull-left {
	display: none;
}

.story .body .list .hidden {
	display: none;
}

.story .body .list .filter-widget {
	position: absolute;
	top: 1.3rem;
	-webkit-transform: translateX(-14.2rem);
	    -ms-transform: translateX(-14.2rem);
	        transform: translateX(-14.2rem);
}

.story .body .list .filter-widget ul.hidden-menu {
	display: block; /* do not hide this ever */
}

.story .body .list .filter-widget ul.hidden-menu h1 {
	color: #f85d00;
	font-family: Georgia, sans-serif;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;
	margin-bottom: 1rem;
}

.filter-widget .drop-down {
	display: none;
}

.story .body .list .filter-widget li.filter-item:nth-of-type(1) {
	border-top: 1px dashed #d8d8d8;
}

.story .body .list .filter-widget li.filter-item.filter-selected {
	background-color: #000;
}

.story .body .list .filter-widget li.filter-item.filter-selected a {
	color: #fff;
	font-weight: 600;
}

.story .body .list .filter-widget li.filter-item .show-when-selected {
	display: none;
}

.story .body .list .filter-widget li.filter-item {
	background-clip: content-box;
	line-height: 1.4;
	list-style-type: none;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 1.15rem;
	background-color: #fff;
	width: 10.5rem;
	margin: 0 !important;
	border-bottom: 1px dashed #d8d8d8;
}

.story .body .list .filter-widget li.filter-item:hover {
	background-color: #000;
}

.story .body .list .filter-widget li.filter-item a {
	color: #000;
	display: block;
	padding: 4px;
}

.story .body .list .filter-widget li.filter-item a:hover {
	color: #fff;
}

.story .body .list .filter-widget li.filter-item:before {
	content: "";
	margin-left: 0;
}

.story .body .list .filter-widget li.filter-padding {
	display: none;
}

.story .body .list .fixedsticky {
	height: 1px;
	top: 0;
	width: 1px;
	z-index: 1;
}

.most-popular {
	position: relative;
	margin: 3.5rem 0 0;
}

.most-popular h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: bold;
	left: 2rem;
	line-height: 1.1;
	padding: 0 1rem;
	position: absolute;
	top: -1.8rem;
	white-space: nowrap;
	z-index: 2;
}

.most-popular article {
	border-top: 1px solid #f1f1f1;
	padding-bottom: 2rem;
}

.most-popular article:nth-of-type(1) {
	border-top: 1px solid #bbb;
	padding-top: 1rem;
}

.most-popular a {
	background-position: 3.5rem 1.5rem;
	color: #222;
	display: block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.7;
	left: 0;
	margin: 0;
	padding: 2rem 3rem 0 3.5rem;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

.most-popular a:before {
	left: 0;
}

.most-popular a:hover {
	color: #444;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

.most-popular div.visual {
	background-repeat: no-repeat;
	background-size: 23.5rem auto;
	height: 15.7rem;
	margin-bottom: .5rem;
	width: 23.5rem;
}

.most-popular p {
	margin: 0;
}

.most-popular article p {
	line-height: 1.3;
}

/* Numbers */

.most-popular article a:before {
	background: url(/media/1.png) no-repeat 0 0;
	background-size: auto 2rem;
	content: ' ';
	display: block;
	height: 2rem;
	position: absolute;
	left: 0;
	top: 2.8rem;
	width: 2rem;
}

.most-popular article:nth-of-type(2) a:before {
	background-image: url(/media/2.png);
}

.most-popular article:nth-of-type(3) a:before {
	background-image: url(/media/3.png);
}

.most-popular article:nth-of-type(4) a:before {
	background-image: url(/media/4.png);
}

.most-popular article:nth-of-type(5) a:before {
	background-image: url(/media/5.png);
}

.most-popular article:nth-of-type(6) a:before {
	background-image: url(/media/6.png);
}

.most-popular article:nth-of-type(7) a:before {
	background-image: url(/media/7.png);
}

.most-popular article:nth-of-type(8) a:before {
	background-image: url(/media/8.png);
}

.most-popular article:nth-of-type(9) a:before {
	background-image: url(/media/9.png);
}

.most-popular article:nth-of-type(10) a:before {
	background-image: url(/media/10.png);
}

.most-popular .share-feed {
	margin: .8rem 0 .1rem;
	padding: 0 0 1.75rem 3.5rem;
}

.most-popular .share-feed a:before {
	background: none;
	content: '' !important;
}

.most-popular-ab-test {
	display: none;
	position: relative;
	margin: 3.5rem 0 0;
}

.most-popular-ab-test h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: bold;
	left: 2rem;
	line-height: 1.1;
	padding: 0 1rem;
	position: absolute;
	top: -1.8rem;
	white-space: nowrap;
	z-index: 2;
}

.most-popular-ab-test article {
	border-top: 1px solid #f1f1f1;
	padding-bottom: 2rem;
}

.most-popular-ab-test article:nth-of-type(1) {
	border-top: 1px solid #bbb;
	padding-top: 1rem;
}

.most-popular-ab-test a {
	background-position: 3.5rem 1.5rem;
	color: #222;
	display: block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.7;
	left: 0;
	margin: 0;
	padding: 2rem 3rem 0 3.5rem;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

.most-popular-ab-test a:before {
	left: 0;
}

.most-popular-ab-test a:hover {
	color: #444;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

.most-popular-ab-test div.visual {
	background-repeat: no-repeat;
	background-size: 23.5rem auto;
	height: 15.7rem;
	margin-bottom: .5rem;
	width: 23.5rem;
}

.most-popular-ab-test p {
	margin: 0;
}

.most-popular-ab-test article p {
	line-height: 1.3;
}

/* Numbers */

.most-popular-ab-test article a:before {
	background: url(/media/1.png) no-repeat 0 0;
	background-size: auto 2rem;
	content: ' ';
	display: block;
	height: 2rem;
	position: absolute;
	left: 0;
	top: 2.8rem;
	width: 2rem;
}

.most-popular-ab-test article:nth-of-type(2) a:before {
	background-image: url(/media/2.png);
}

.most-popular-ab-test article:nth-of-type(3) a:before {
	background-image: url(/media/3.png);
}

.most-popular-ab-test article:nth-of-type(4) a:before {
	background-image: url(/media/4.png);
}

.most-popular-ab-test article:nth-of-type(5) a:before {
	background-image: url(/media/5.png);
}

.most-popular-ab-test article:nth-of-type(6) a:before {
	background-image: url(/media/6.png);
}

.most-popular-ab-test article:nth-of-type(7) a:before {
	background-image: url(/media/7.png);
}

.most-popular-ab-test article:nth-of-type(8) a:before {
	background-image: url(/media/8.png);
}

.most-popular-ab-test article:nth-of-type(9) a:before {
	background-image: url(/media/9.png);
}

.most-popular-ab-test article:nth-of-type(10) a:before {
	background-image: url(/media/10.png);
}

.most-popular-ab-test .share-feed {
	margin: .8rem 0 .1rem;
	padding: 0 0 1.75rem 3.5rem;
}

.most-popular-ab-test .share-feed a:before {
	background: none;
	content: '' !important;
}

.next-subnav {
	background-image: url(/media/next.gif);
	background-position: 4.8rem 1.4rem;
	background-repeat: no-repeat;
	background-size: 30rem;
	border-bottom: 1px solid #eee;
	float: left;
	height: 24rem;
	margin-bottom: 3rem;
	position: relative;
	width: 100%;
}

/* Article Page */

.next-subnav.article {
	background-position: 1rem 1.6rem;
	background-size: 23rem;
	border-bottom: 2px solid #32e0bd;
	height: 9.5rem;
}

.next-subnav a {
	text-decoration: none;
}

.next-subnav > a:first-child {
	display: block;
	width: 39.5rem;
}

.next-subnav > a:first-child h1 {
	height: 10.4rem;
	margin: 0;
	text-indent: -999rem;
}

/* Used for Newsletter. TODO: change to <a> tag? */

.next-subnav button {
	background-color: transparent;
	border: none;
	display: block;
	float: left;
	height: 2.3rem;
	margin: 0 .6rem;
	padding: 0;
}

/* Share Buttons */

.next-subnav .share-buttons {
	border-top: 3px solid #32e0bd;
	margin: 0 0 0 1.4rem;
	padding: 1rem 1.4rem 1.4rem;
	position: absolute;
	top: 12.7rem;
	width: 32.8rem;
}

.next-subnav.article .share-buttons {
	border-top: none;
	float: right;
	margin-top: -7.7rem;
	position: relative;
	top: 0;
}

.next-subnav .share-buttons a.newsletter {
	background-image: url(/media/email.2x.png);
	background-position: 0 .1rem;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: normal;
	height: 2.3rem;
	left: 19.7rem;
	margin: 0;
	padding-left: 2.1rem;
	position: absolute;
	top: 1rem;
	width: 12.3rem;
}

.next-subnav .nav-mobile,
.next-subnav .search,
.next-subnav .primary-nav {
	display: none;
}

/* Top stories embed positioning. */

.next-subnav .top-stories {
	left: 41.4rem;
	position: absolute;
	top: 1rem;
}

.next-subnav.article .top-stories {
	display: none;
}

/* Sponsored Messaging. */

.next-subnav .sponsor {
	position: relative;
	top: 5rem;
	width: 36.5rem;
}

.next-subnav .sponsor img {
	display: none;
}

.next-subnav .sponsor h3 {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.next-subnav .sponsor span {
	background: url(/media/coach-logo.png) center center no-repeat;
	background-size: 11rem;
	display: inline-block;
	height: 6rem;
	margin: 0 0 -2rem .6rem;
	width: 11rem;
}

.next-subnav.article .sponsor {
	display: none;
}

/* Logo - for print */

.next-subnav > a > svg {
	display: none;
	height: 8rem;
	margin-left: 1rem;
	margin-top: 1.9rem;
	width: 22.8rem;
}

.package-nav {
	background-color: white;
	border-bottom: 1px solid #ccc;
	height: 8rem;
	margin: 0 auto;
	max-width: 102.4rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.stick {
	box-shadow: 0 5px 8px -5px rgba(0, 0, 0, .35);
	left: 50%;
	position: fixed;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 3;
}

/* clearfix */

.package-nav:before,
.package-nav:after {
	content: '';
	display: table;
}

.package-nav:after {
	clear: both;
}

.package-nav .tags-slider-inner {
	float: left;
	height: 8rem;
	position: relative;
	width: 100%;
}

/*
.package-nav .title {
  background-image: url(/media/beauty-awards.png);
  background-repeat: no-repeat;
  background-size: 95%; 
  height: 100%;
  letter-spacing: 1px;
  line-height: 1.9rem;
  margin: .8rem 0 0 1rem;
  width: 10.4rem;
}
*/

.package-nav .title,
.package-nav .subtitle {
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	font-style: italic;
	text-transform: uppercase;
}

.package-nav .title {
	color: #111;
	display: block;
	margin: 1.5rem 0 0 2rem;
	width: 10rem;
}

.package-nav .subtitle {
	color: #555;
	display: block;
	margin: 0 2rem;
	padding: 0;
}

.package-nav .title span {
	position: absolute;
	top: -100rem;
}

.package-nav .items-wrapper {
	height: 8rem;
	left: 12.4rem;
	position: absolute;
	top: 0;
}

.package-nav .items {
	height: 8rem;
	left: 0;
	position: relative;
	top: 0;
	-webkit-transition: .5s margin-left;
	        transition: .5s margin-left;
}

.package-nav .item {
	float: left;
	height: 8rem;
	position: relative;
	width: 22rem;
}

.package-nav .item:before {
	border-left: 1px solid #ededed;
	content: '';
	height: 7rem;
	left: -.5rem;
	position: absolute;
	top: 1rem;
	width: 1px;
}

.package-nav .item:first-of-type:before {
	border-left: none;
}

.package-nav .item-box-link {
	display: block;
	height: 100%;
	left: 0;
	padding: 1rem 1.4rem 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
}

.package-nav .item-image {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1rem;
	height: 6rem;
	left: .5rem;
	position: absolute;
	width: 6rem;
}

.package-nav .item-title,
.package-nav .item-link {
	float: left;
	font-family: Arial, sans-serif;
	padding: 0;
}

.package-nav .item-title {
	color: #171717;
	font-size: 1.3rem;
	line-height: 1.2;
	margin: .4rem 0 0 5.9rem;
	width: 67%;
}

.package-nav .item-link {
	color: #5f5f5f;
	font-size: 1.1rem;
	margin: .25rem 0 0 5.3rem;
	-webkit-transition: color 350ms ease-out, border 350ms ease-out;
	        transition: color 350ms ease-out, border 350ms ease-out;
}

.package-nav .item-title:hover {
	color: #1782a9;
}

.package-nav .items-wrapper {
	overflow-x: hidden;
	overflow-y: hidden;
	width: -webkit-calc(100% - 22.4rem) !important;
	width: calc(100% - 22.4rem) !important; /* this is set dynamically in markup for smaller viewports */
}

/* prev/next buttons */

.package-nav .buttons {
	display: block;
	position: absolute;
	right: 0;
	top: .8rem;
	width: 10rem;
}

.package-nav .buttons:before {
	border-left: 1px solid #ededed;
	content: '';
	height: 6rem;
	left: 0;
	position: absolute;
	top: 10.5rem;
	width: 1px;
}

.package-nav .prev,
.package-nav .next {
	background: #f5f5f5;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	cursor: pointer;
	float: left;
	height: 6.4rem;
	padding: 2rem 1.3rem;
	position: relative;
	-webkit-transition: background 350ms ease-out, border 350ms ease-out;
	        transition: background 350ms ease-out, border 350ms ease-out;
	width: 4rem;
}

.package-nav .prev svg,
.package-nav .next svg {
	fill: #000 !important;
	height: 2.2rem;
	width: 1.2rem;
}

.package-nav .prev:hover,
.package-nav .next:hover {
	background: #ffe400;
	border: 1px solid #f1d803;
	-webkit-transition: background 200ms ease-out, border 200ms ease-out;
	        transition: background 200ms ease-out, border 200ms ease-out;
}

.package-nav.is-beginning .prev,
.package-nav.is-end .next {
	background: #fcfcfc !important;
	border: 1px solid #f1f1f1 !important;
	cursor: default;
}

.package-nav.is-beginning .prev svg,
.package-nav.is-end .next svg {
	fill: #d7d7d7 !important;
}

.package-nav .next {
	margin-left: 1rem;
}

.package-nav .next svg {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.pagination {
	margin: 0 0 5.5rem;
	text-align: right;
}

.pagination a,
.pagination span {
	color: #000;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	margin: 0 .3rem;
	padding: .5rem;
	text-decoration: none;
}

.pagination a.current {
	background-color: #f7f7f7;
	border-radius: .2rem;
	font-weight: bold;
}

.pagination a.prev,
.pagination a.next {
	background-color: #f7f7f7;
	border: 0;
	border-radius: .3rem;
	color: #CCC;
	cursor: default;
	font-weight: bold;
	height: 3.5rem;
	padding-top: 1rem;
	text-align: center;
	text-decoration: none;
	width: 8rem;
}

.pagination a.next {
	margin-left: 1.5rem;
}

.pagination a.prev {
	margin-right: 1.5rem;
}

.pagination a.next.on,
.pagination a.prev.on {
	background-repeat: no-repeat;
	background-size: 2.8rem;
	border: 1px solid #e0e0e0;
	color: #000;
	cursor: pointer;
	text-align: right;
}

.pagination a.next.on {
	background-image: url(/media/arrow-next.svg);
	background-position: 5.6rem center;
	background-size: 1.2rem;
	padding-right: 2.9rem;
}

.pagination a.prev.on {
	background-image: url(/media/arrow-prev.svg);
	background-position: .9rem center;
	background-size: 1.2rem;
	padding-right: 1.3rem;
}

.pagination a.hide {
	display: none;
}

.partner-stories {
	background: #fff;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	display: block;
	height: 33rem;
	margin: 2rem auto;
	max-width: 102.4rem;
	padding-top: 1rem;
	width: 100%;
}

.partner-stories h2 {
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: normal;
	margin-bottom: .6rem;
	margin-left: 2rem;
	text-transform: uppercase;
}

.partner-stories h3 {
	color: #dd0000;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.partner-stories div {
	background-color: #f7f7f7;
	border-radius: 3px;
	float: left;
	height: 27rem;
	margin-right: 1%;
	padding: 0.05% 2% 1% 2%;
	width: 24%;
}

.partner-stories div.last {
	width: 24%;
	margin-right: 0;
	float: left;
}

.partner-stories div a {
	border-bottom: 1px solid #ddd;
	color: #222;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	line-height: 1.5rem;
	padding: .7rem 0;
	text-decoration: none;
	-webkit-transition: color .25s;
	        transition: color .25s;
}

.partner-stories div a:last-of-type {
	border-bottom: 0;
}

.popular-streaming-promo {
	padding-bottom: 2rem;
}

.popular-streaming-promo a {
	font-weight: normal;
	padding-right: 0;
}

.popular-streaming-promo h1,
.popular-streaming-promo h1 span {
	font-size: 2.4rem;
	margin: 0;
	padding: 0;
}

.popular-streaming-promo h1:before {
	background-size: 3rem;
	height: 3rem;
	top: 2.25rem;
	width: 3rem;
}

.popular-streaming-promo p.more {
	font-size: 1.6rem;
	line-height: 1.1;
	padding-top: .4rem;
}

.related-stories {
	margin-bottom: 0;
	padding-bottom: 1.5rem;
	position: relative;
}

.related-stories h2 {
	background-color: #fff;
	color: #888;
	font-family: Georgia, serif;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.1;
	padding-right: .8rem;
	position: absolute;
	top: -2.4rem;
}

.related-stories a {
	background-position: .2rem 1.5rem;
	background-repeat: no-repeat;
	background-size: 10.7rem auto;
	border-top: 0;
	color: rgb(34, 34, 34);
	display: block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 1.5rem 0 0;
	min-height: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
}

.related-stories a:hover {
	color: #444;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

.runway-cathy-horyn {
	margin-top: -2rem;
}

.runway-cathy-horyn img {
	top: 5.2rem;
}

.runway-cathy-horyn div {
	width: 27rem;
}

.runway-cathy-horyn ul li:last-child {
	border-bottom: none;
}

.runway-cathy-horyn ul li a {
	-webkit-transition: .2s color ease;
	        transition: .2s color ease;
}

.runway-cathy-horyn ul li a:hover {
	color: #381ab1;
}

.runway-cathy-horyn div h2 {
	font-size: 1.3rem;
}

.runway-collection-finder {
	width: 70rem;
}

.runway-collection-finder article:nth-child(3n) {
	padding-right: 0;
}

.runway-collection-finder article {
	display: inline-block;
	text-align: center;
	width: 33%;
}

.runway-collection-finder article div {
	margin-top: -8rem;
}

.runway-collection-finder select {
	width: 90%;
}

.runway-collection-finder article .mobile-primary {
	display: none;
}

.runway-collection-search {
	height: 61.5rem;
	margin-top: -7rem;
}

.runway-collection-search > div {
	height: 12.5rem;
	width: 65rem;
	z-index: 0;
}

.runway-collection-search section > div {
	background: #fff;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	height: 1.2rem;
	margin-top: -0.6rem;
	position: relative;
	width: 68.5rem;
	z-index: 2;
}

.runway-collection-search > div h2 {
	font-size: 4.8rem;
	padding: 0.6rem 0 0 4.4rem;
}

.runway-collection-search section {
	margin-top: -8rem;
}

.runway-collection-search section nav ul li {
	top: .9rem;
}

.runway-collection-search section nav ul li:hover,
.runway-collection-search section span:hover,
.runway-collection-search section nav select:hover {
	color: #381ab1;
	cursor: pointer;
}

.runway-collection-search section .show-list {
	background: -webkit-linear-gradient(270deg, rgba(255,255,255,0.00) 95%, rgba(0,0,0,0.07) 98%);
	background: linear-gradient(-180deg, rgba(255,255,255,0.00) 95%, rgba(0,0,0,0.07) 98%);
	border-top: 1px solid #000;
	border-bottom: 5px solid #000;
	height: 50rem;
	margin-top: -1.2rem;
	overflow-y: scroll;
	padding: 1rem 0 1rem 6rem;
	width: 70rem;
}

.runway-collection-search section .show-list li {
	margin: .3rem 0;
}

.runway-collection-search section .show-list li a {
	-webkit-transition: .2s color ease;
	        transition: .2s color ease;
}

.runway-collection-search section .show-list li a:hover {
	color: #381ab1;
	text-decoration: none;
}

.runway-collection-search section .show-list li header {
	font-size: 3.2rem;
	line-height: .9;
	margin-bottom: 2.5rem;
	width: 32rem;
}

.runway-collection-search section .show-list li span,
.runway-collection-search section .show-list li time {
	border-bottom: 1px dashed #d2d2d2;
	color: #999;
	display: block;
	font-size: 1.3rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
	padding-bottom: 0.5rem;
}

.runway-collection-search aside.silo div {
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	height: 56.4rem;
	left: 15rem;
	margin-top: -57.9rem;
	object-fit: cover;
	position: relative;
	width: 30rem;
}

.runway-collection-search aside span {
	left: 52.7rem;
	top: -7.5rem;
}

.runway-collection-search aside.key {
	float: right;
	left: 13rem;
	margin-top: -49.5rem;
}

.runway-collection-search aside.key a {
	margin: 0.3rem 0;
}

.runway-lede {
	padding-bottom: 5.5rem;
}

.runway-lede .runway-container {
	text-align: left;
}

.runway-lede .runway-lede-headline {
	display: inline-block;
	font-size: 8rem;
	line-height: .9;
	margin-bottom: 0;
	margin-top: 3rem;
}

.runway-lede .runway-lede-header {
	padding: 1rem 2rem;
	text-align: left;
}

.runway-lede .runway-lede-breadcrumbs {
	margin: 1.9rem .5rem 0;
	-moz-text-align-last: auto;
	     text-align-last: auto;
}

.runway-lede .runway-lede-breadcrumb {
	display: inline-block;
}

.runway-lede .runway-lede-collection-name {
	display: inline-block;
	font-size: 1.8rem;
	margin: 0 0 0 1rem;
}

.runway-lede .runway-item:nth-of-type(n+4) {
	display: block;
}

.runway-lede .runway-item {
	min-width: 22.9rem;
}

.runway-lede .runway-item:nth-of-type(3) {
	margin-right: .2rem;
}

.runway-lede .runway-item:nth-of-type(5) {
	margin-right: 0;
}

.runway-lede .runway-lede-navigation {
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	margin: -13rem 0 0;
	max-width: inherit;
}

.runway-lede .runway-lede-navigation-item:not(.runway-lede-social):nth-child(2),
.runway-lede .runway-lede-navigation-item:not(.runway-lede-social):nth-child(4) {
	margin-right: 0;
}

.runway-lede .runway-lede-navigation-item {
	background-color: rgba(255,255,255,.95);
}

.runway-lede .runway-lede-navigation-item.runway-lede-navigation-front-row a {
	padding-top: 2rem;
}

.runway-lede .runway-lede-navigation li {
	border-bottom: none;
	margin-top: 0;
	position: relative;
}

.runway-lede .runway-lede-navigation-beauty:after,
.runway-lede .runway-lede-navigation-details:after,
.runway-lede .runway-lede-navigation-front-row:after {
	background-color: #979797;
	content: '';
	display: block;
	height: 4rem;
	position: absolute;
	right: 0;
	top: 1.3rem;
	width: .1rem;
}

.runway-lede svg {
	right: 2.5rem;
	top: .9rem;
}

.runway-lede .runway-lede-navigation-icon svg {
	top: 2.3rem;
}

.runway-lede .runway-lede-navigation-item,
.runway-lede .runway-lede-navigation-item a {
	width: 100%;
}

.runway-lede .runway-lede-navigation-item a {
	height: 6.8rem;
	padding: 2.7rem 0 1.3rem 2rem;
}

.runway-lede .runway-lede-navigation-collection {
	margin-bottom: 0;
	max-width: 27rem;
}

.runway-lede .runway-lede-navigation-collection a {
	margin-top: 0;
	padding: .9rem 0;
	text-indent: -2.4rem;
	-webkit-transition: background-color .2s ease;
	        transition: background-color .2s ease;
}

.runway-lede .runway-lede-navigation-collection a:hover {
	background-color: black;
	-webkit-transition: background-color .2s ease;
	        transition: background-color .2s ease;
}

.runway-lede .runway-lede-navigation-collection svg {
	right: 3.3rem;
	top: 2.2rem;
}

.runway-lede .runway-lede-navigation-item:nth-child(2),
.runway-lede .runway-lede-navigation-item:nth-child(4) {
	margin-right: 0;
}

.runway-lede .runway-lede-navigation-item {
	max-width: 12rem;
}

.runway-lede .runway-lede-navigation-item a {
	-webkit-transition: color .2s ease;
	        transition: color .2s ease;
}

.runway-lede .runway-lede-navigation-item a:hover {
	color: #381ab1;
	-webkit-transition: color .2s ease;
	        transition: color .2s ease;
}

.runway-lede .runway-lede-navigation-item a svg {
	-webkit-transition: fill .2s ease;
	        transition: fill .2s ease;
}

.runway-lede .runway-lede-navigation-item a:hover svg {
	fill: #381ab1;
	-webkit-transition: fill .2s ease;
	        transition: fill .2s ease;
}

.runway-lede .runway-lede-navigation-item.runway-lede-navigation-front-row {
	max-width: 16rem;
}

.runway-lede .runway-lede-navigation-item.runway-lede-social {
	max-width: 10rem;
	padding-top: 1.5rem;
	text-align: center;
}

.runway-lede .share.horizontal a {
	background: none;
	border: none;
	display: inline-block;
	float: none;
	height: 2.4rem !important;
	margin: .7rem 0 0 0;
	padding: 0;
	width: 2.4rem !important;
}

.runway-lede .share.horizontal a svg {
	height: 100%;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
}

.runway-lede .share a:first-of-type {
	margin-right: .7rem;
}

.runway-lede .share.horizontal {
	border: none;
	margin: 0;
	padding: 0;
}

.runway-lede .runway-lede-list .runway-lede-social .share.horizontal {
	text-align: center !important;
}

.runway-lede .runway-desktop-city {
	overflow: hidden;
}

.runway-lede .runway-lede-nav-trigger {
	-webkit-transition: color .2s ease;
	        transition: color .2s ease;
}

.runway-lede .runway-lede-nav-trigger:hover {
	color: #381ab1;
}

.runway-nav .runway-mobile {
	display: none;
}

.runway-nav .runway-desktop {
	border-bottom: 1px solid black;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	font-family: Arial, sans-serif;
}

.runway-nav-overlay .runway-nav-title {
	font-size: 2.4rem;
}

.runway-nav-overlay {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(0,0,0, .75);
}

.runway-nav-overlay .runway-nav {
	background-color: #222;
	border: 1px solid #494949;
	margin-left: auto;
	margin-right: auto;
	max-width: 72rem;
	padding: 2.5rem 4.5rem 3.8rem 4.5rem;
	position: relative;
	width: 100%;
}

.runway-nav .runway-nav-overlay-close {
	float: none;
	height: 3.2rem;
	margin: 0;
	position: absolute;
	right: 0.9rem;
	top: 0.7rem;
	width: 3.2rem;
}

.runway-nav .runway-desktop-city .runway-desktop-list {
	overflow: hidden;
}

.runway-nav .runway-desktop-list li:hover {
	background-color: #444;
	color: white;
}

.runway-nav .runway-desktop-list li:hover:after,
.runway-nav .runway-item-on:after {
	border-bottom: 14px solid transparent;
	border-top: 15px solid transparent;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: -18px;
	top: 0;
	width: 0;
}

.runway-nav .runway-desktop-list li:hover:after {
	border-left: 18px solid #444;
}

.runway-nav .runway-desktop-collection ul {
	min-height: 45rem;
}

.runway-nav .runway-nav-title span {
	margin-left: 0;
	padding: 0 1rem 0 0;
}

.runway-nav .runway-title span {
	margin-left: 0;
	padding: 0 1rem 0 0;
}

.runway-pagination {
	display: block;
}

.runway-palette:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 2rem solid transparent;
	border-right: 2rem solid transparent;
	border-bottom: 2.8rem solid white;
	top: -2.8rem;
	left: 23%;
}

.runway-palette {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: none;
	margin: 0 0 4rem -2rem;
	max-width: initial;
	padding: 2rem 1rem 1.4rem 2.3rem;
}

.runway-palette .runway-palette-thumbnails:before {
	top: 43%;
	left: 0.3%;
}

.runway-palette .runway-palette-thumbnail {
	height: 5rem;
	width: 5rem;
}

.runway-recirc {
	max-width: 62.4rem;
	overflow: visible;
}

.runway-recirc .runway-lede-list {
	padding: 0;
}

#runway-show-opener .runway-recirc .runway-item a {
	-webkit-transition: color .2s ease;
	        transition: color .2s ease;
}

#runway-show-opener .runway-recirc .runway-item a:hover {
	color: #381ab1;
}

.runway-recirc .runway-recirc-gallery {
	margin: 0 2.5rem;
	overflow: hidden;
}

.runway-recirc .runway-recirc-buttons {
	display: block;
}

.runway-recirc .runway-recirc-prev {
	left: .1rem;
}

.runway-recirc .runway-recirc-next {
	right: .1rem;
}

.search-results {
	margin: 0 auto;
	padding: 0 0 0 3rem;
	position: relative;
	width: 67rem;
}

.search-results button,
.search-results h2 span,
.search-results .sponsored,
.search-results .thumb p + a,
.search-results .thumb .share-feed {
	display: none;
}

.search-results .tag-results,
.search-results > span {
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	margin: -.1rem 0 0 1.4rem;
	padding-bottom: .3rem;
}

.search-results .tag-results {
	margin-left: 1.6rem;
	padding-bottom: .4rem;
}

.search-results .tag-results + h1 {
	font-family: Georgia, serif;
	font-size: 3.5rem;
	margin: 0 0 0 1.6rem;
}

.search-results fieldset {
	border: none;
}

.search-results .text {
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	font-family: Georgia, serif;
	font-size: 2.4rem;
	margin: 0 .2rem 0 -.6rem;
	outline: 0 none;
	padding: .5rem .9rem;
	width: 30rem;
}

.search-results .text + button {
	background: #f8f8f8;
	border: 1px solid #e4e2e2;
	border-radius: 3px;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	height: 3.9rem;
	line-height: 3;
	position: relative;
	top: -.4rem;
	width: 4rem;
}

.search-results form + span {
	color: #7f7f7f;
	padding: 0 0 2.9rem;
}

.search-results h2 span,
.search-results .sponsored {
	display: none;
}

.search-results div > article:first-child {
	text-align: center;
}

.search-results article {
	border-bottom: 1px solid #f1f1f1;
	margin: 0 auto;
	padding: 3.4rem 3rem 3.4rem 1.6rem;
	position: relative;
	width: 100%;
}

.search-results article:after {
	clear: both;
	content: '';
	display: block;
}

.search-results article:first-of-type {
	padding-top: 2.2rem;
}

.search-results article:last-of-type {
	margin-bottom: 2.1rem;
}

.search-results article.thumb a:last-of-type {
	padding-left: 17rem;
}

.search-results article.thumb cite {
	padding-left: 21rem;
}

.search-results article a {
	color: #f85d00;
	display: block;
	text-decoration: none;
}

.search-results article a:hover,
.search-results article a:active {
	color: #333;
	text-decoration: none;
}

.search-results article a:active {
	color: #f85d00;
}

.search-results a.square,
.search-results a.thumb,
.search-results a.horizontal,
.search-results a.large-horizontal {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.search-results a.square,
.search-results a.thumb {
	float: left;
	height: 19rem;
	margin-right: 2rem;
	position: relative;
	width: 19rem;
}

.search-results a.thumb {
	height: 12.6rem;
}

.search-results a.horizontal,
.search-results a.large-horizontal {
	display: block;
	height: 40.8rem;
	margin: 2rem auto;
	width: 100%;
}

.search-results a.infographic:after,
.search-results a.video:after {
	background-color: #00bcf1;
	background: rgba(0, 188, 241, 0.8) url(/media/icn-slideshow-Grub.svg) 49% center no-repeat;
	background-size: 2.7rem;
	border-radius: .3rem;
	bottom: .7rem;
	color: #fff;
	content: '';
	height: 3rem;
	padding: 1rem 3.8rem 1rem 1.2rem;
	position: absolute;
	right: .7rem;
	text-align: left;
	width: 3rem;
}

.search-results a.video:after {
	background: rgba(0, 188, 241, 0.8) url(/media/icn-videoDI-Grub.svg) center center no-repeat;
	background-size: 2.25rem;
	content: '';
	width: 3rem;
	height: 3rem;
}

.search-results a.square.infographic:after,
.search-results a.square.video:after {
	left: .7rem;
	padding: 1rem 0 1rem 1.2rem;
}

.search-results article > div {
	margin-bottom: .5rem;
}

.search-results time,
.search-results time + span {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.search-results time + span {
	color: #000;
	text-transform: uppercase;
}

.search-results .thumb p:after {
	line-height: 3;
}

.search-results time + span:before {
	color: #555;
	content: '\002F';
	padding-left: .3rem;
	padding-right: .6rem;
	vertical-align: top;
}

.search-results h1 {
	font-size: 4rem;
	margin: 0 0 2rem;
}

.search-results h2 {
	color: #333;
	font-family: Georgia, Times, serif;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 2.1rem;
	margin: .2rem 0 0;
}

.search-results > h2 {
	color: #333;
	font-family: Georgia, serif;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.1;
	margin: 5.8rem 0 1rem 0;
}

.search-results > h1 + h2,
.search-results > h2 + h2,
.search-results > span + h2 {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 4rem 0 0 1.6rem;
}

.search-results > .error-msg {
	font-size: 2.4rem;
	font-weight: 400;
	margin: 4rem 0 0 1.2rem;
}

.search-results .error-msg + .error-msg {
	margin: 2rem 0 0 1.2rem;
}

.search-results > h2 a {
	border-bottom: 2px solid #1ccdff;
	color: #333;
	text-decoration: none;
}

.search-results .thumb h2 {
	font-size: 1.7rem;
}

.search-results cite,
.search-results cite a {
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

.search-results p {
	color: #333;
	font-family: Georgia, Times, serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	margin: .5rem 0 0;
	word-wrap: break-word;
}

.search-results .thumb p {
	overflow: hidden;
}

.search-results a.horizontal + p,
.search-results a.large-horizontal + p {
	margin-top: 0;
}

.search-results p + a,
.search-results .horizontal p + a,
.search-results .large-horizontal p + a {
	bottom: auto;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	height: .5rem;
	left: 0;
	line-height: 0;
	margin-top: 2.2rem;
	position: relative;
	text-transform: uppercase;
}

.search-results .square p + a,
.search-results .video p + a,
.search-results .infographic p + a {
	bottom: 3.8rem;
	display: inherit;
	height: inherit;
	left: 22.5rem;
	margin-top: inherit;
	position: absolute;
}

.search-results .share-feed {
	bottom: 2.5rem;
	position: absolute;
	right: 3rem;
}

.search-results .follow a.twitter {
	color: #333;
}

.share-feed,
.greatest-hits .share-feed,
.most-popular .share-feed,
.newsfeed .share-feed {
	height: 1.6rem;
	overflow: hidden;
}

.share-feed  h2,
.greatest-hits .share-feed h2,
.most-popular .share-feed h2,
.newsfeed .share-feed h2 {
	color: #f85d00;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	height: 1.6rem;
	left: 0;
	line-height: 1;
	margin: 0;
	padding: 0 0 .1rem;
	position: relative;
	top: 0;
}

.share-feed  h2 em,
.greatest-hits .share-feed h2 em,
.most-popular .share-feed h2 em,
.newsfeed .share-feed h2 em {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
}

.share-feed a,
.greatest-hits .share-feed a,
.most-popular .share-feed a,
.newsfeed .share-feed a {
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 1.4rem 1.4rem;
	border-bottom: none;
	border-top: none;
	color: #555;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	opacity: .2;
	padding: .1rem 0 .1rem 1.8rem;
	text-decoration: none;
}

.share-feed a.fb,
.greatest-hits .share-feed a.fb,
.most-popular .share-feed a.fb,
.newsfeed .share-feed a.fb {
	background-image: url(/media/facebook.svg);
}

.share-feed a.twit,
.greatest-hits .share-feed a.twit,
.most-popular .share-feed a.twit,
.newsfeed .share-feed a.twit {
	background-image: url(/media/twitter.svg);
}

.share-feed a:hover,
.greatest-hits .share-feed a:hover,
.most-popular .share-feed a:hover,
.newsfeed .share-feed a:hover {
	text-decoration: none;
}

.share-feed a:nth-of-type(1),
.most-popular .share-feed a:nth-of-type(1),
.newsfeed .share-feed a:nth-of-type(1) {
	border-right: 1px solid #dadada;
	margin-right: .8rem;
	padding: .1rem .8rem .1rem 1.8rem;
}

section.share-feed a.fb:before,
article:hover .share-feed h2,
.top-stories div div:hover .share-feed h2 {
	display: none;
}

article:hover .share-feed a,
.greatest-hits article:hover .share-feed a,
.top-stories div div:hover .share-feed a {
	color: #000;
	display: inline-block;
	opacity: 1;
	-webkit-transition: opacity .8s;
	        transition: opacity .8s;
}

/* Components that hide count. */

.share-feed.no-count h2,
a:hover .share-feed.no-count h2,
article:hover .share-feed.no-count h2,
.scienceofus .newsfeed .share-feed h2,
.scienceofus .newsfeed a:hover .share-feed h2,
.scienceofus .newsfeed article:hover .share-feed h2,
.grubstreet .newsfeed .share-feed h2,
.grubstreet .newsfeed a:hover .share-feed h2,
.grubstreet .newsfeed article:hover .share-feed h2 {
	display: none;
}

.skins {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 130rem 30rem;
	display: block;
	height: 30rem;
	left: 50%;
	margin: 0 0 0 -65rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 130rem;
	z-index: 0;
}

.skins:after,
.skins:before {
	background: #fff;
	content: '';
	display: block;
	height: 2.5rem;
	left: -100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.skins:after {
	left: auto;
	right: -100%;
}

.skins a {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.skins div {
	background-color: transparent;
	background-image: url(/media/skin-phantom.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 22.4rem;
	left: 50%;
	margin: 0 0 0 -52.5rem;
	position: absolute;
	top: 18rem;
	width: 105rem;
}

.skins + .global-nav {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18rem;
	position: relative;
	width: 104rem;
}

.slideout {
	background: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	bottom: 0;
	box-shadow: -.1rem 0 .5rem rgba(0, 0, 0, .3);
	padding: 1.5rem;
	position: fixed;
	right: -39rem;
	-webkit-transform: translate(39rem, 0);
	    -ms-transform: translate(39rem, 0);
	        transform: translate(39rem, 0);
	-webkit-transform: translate3d(39rem, 0, 0);
	        transform: translate3d(39rem, 0, 0);
	-webkit-transition: all 0.5s;
	        transition: all 0.5s;
	width: 38.5rem;
	z-index: 9999;
}

.slideout.on {
	right: 0;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.slideout a {
	text-decoration: none;
}

.slideout a.close svg {
	cursor: pointer;
	float: right;
	height: 1.5rem;
	opacity: 1;
	text-indent: 10rem;
	width: 1.5rem;
}

.slideout a.close svg:hover {
	opacity: 0.5;
}

.slideout .article-link {
	background-image: none;
	display: none;
}

.slideout .article-link.on {
	display: block;
}

.slideout .article-link.on span,
.slideout .article-link.on:after {
	color: #999;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: .7rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 .7rem;
	text-transform: uppercase;
	-webkit-transition: color 200ms ease;
	        transition: color 200ms ease;
}

.slideout .article-link.on span {
	font-family: Arial, sans-serif;
	font-size: 1rem;
}

.slideout .article-link.on:after {
	color: #555;
	content: "READ MORE \00BB";
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.slideout .article-link.on:hover:after {
	color: #000;
}

.slideout .article-link.on h3 {
	color: #333;
	font-family: Georgia, serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 123%;
	margin: 0 0 .7rem;
	padding: 0 1.5rem 0 0;
	-webkit-transition: color 200ms ease;
	        transition: color 200ms ease;
}

.slideout .article-link.on h3:hover {
	color: #1782a9;
	text-decoration: none;
}

/* Background Images Variation */

.slideout.with-images .article-link {
	background-repeat: no-repeat;
	background-size: 8.3rem 8.3rem;
	padding-left: 9.4rem;
}

/* general slideshow scaffolding */

.standard-slideshow {
	border-bottom: 1px solid #ddd;
	margin: 0 auto 2rem;
	max-width: 102.4rem;
	padding: 0 0 2rem;
	position: relative;
	width: 100%;
	min-height: 58rem;
}

.standard-slideshow .slideshow-top {
	height: 8rem;
	width: 100%;
}

.standard-slideshow .slideshow-main {
	float: left;
	margin-top: 1rem;
	position: relative;
	width: -webkit-calc(100% - 32.3rem);
	width: calc(100% - 32.3rem);
}

.standard-slideshow .slideshow-sidebar {
	float: right;
	margin-top: 1rem;
	overflow: hidden;
	padding-left: 2.2rem;
	position: relative;
	width: 32.3rem;
	z-index: 1;
}

/* back to article link*/

.standard-slideshow .back-to-article {
	float: left;
	max-width: 56rem;
}

.standard-slideshow .back-to-article a {
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 4.4rem;
	margin-top: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.standard-slideshow .back-to-article a,
.standard-slideshow .back-to-article a:active,
.standard-slideshow .back-to-article a:visited,
.standard-slideshow .back-to-article a:hover {
	color: #000;
	text-decoration: none;
}

.standard-slideshow .back-to-article a:before {
	content: '«';
	display: inline-block;
	font-size: 2rem;
	margin-right: 5px;
}

/* slideshow controls */

.standard-slideshow .slideshow-controls {
	float: right;
	padding-top: 1.6rem;
	width: 30.1rem; /* note: make this 46.4rem when "view all slides" is added back in */
}

.standard-slideshow .view-thumbs {
	background: url(/media/thumbnail-icon.svg) no-repeat left center;
	background-size: 54px auto;
	border: none;
	cursor: pointer;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	height: 4.4rem;
	line-height: 4.4rem;
	margin-right: 3rem;
	padding-left: 4.4rem;
}

.standard-slideshow .prev-slide,
.standard-slideshow .next-slide,
.standard-slideshow .close-slideshow {
	border-radius: 3px;
	float: left;
	font-family: Arial, sans-serif;
	height: 4.4rem;
	line-height: 4rem;
	margin-left: .8rem;
}

.standard-slideshow .prev-slide,
.standard-slideshow .next-slide {
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	border: 1px solid #d1d1d1;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: bold;
	margin-right: .8rem;
	text-transform: uppercase;
	-webkit-transition: .2s background-color ease;
	        transition: .2s background-color ease;
	width: 8rem;
}

.standard-slideshow .prev-slide:hover,
.standard-slideshow .next-slide:hover {
	background-color: #e6e6e6;
	-webkit-transition: .2s background-color ease;
	        transition: .2s background-color ease;
}

.standard-slideshow .prev-slide.pressed,
.standard-slideshow .next-slide.pressed,
.standard-slideshow .prev-slide:active,
.standard-slideshow .next-slide:active {
	background-color: #c7c7c7;
	-webkit-transition: .2s background-color ease;
	        transition: .2s background-color ease;
}

.standard-slideshow .prev-slide {
	background-image: url(/media/left-arrow.svg);
	background-position: 11px center;
	background-size: 11px;
	margin-left: 0;
	padding-left: 2.7rem;
}

.standard-slideshow .prev-slide[disabled] {
	background-color: #f7f7f7;
	background-image: url(/media/left-arrow-disabled.svg);
	border-color: #e2e2e2;
	cursor: default;
	opacity: .5;
}

.standard-slideshow .next-slide {
	background-image: url(/media/right-arrow.svg);
	background-position: 55px center;
	background-size: 11px;
	padding-left: 5px;
	padding-right: 2.4rem;
}

.standard-slideshow .close-slideshow {
	background-color: #fff;
	background-image: url(/media/close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px;
	border: 1px solid #e9e9e9;
	cursor: pointer;
	margin-left: 1.6rem;
	-webkit-transition: .2s background-color ease;
	        transition: .2s background-color ease;
	width: 4.4rem;
}

.standard-slideshow .close-slideshow:hover {
	background-color: #f5f5f5;
	-webkit-transition: .2s background-color ease;
	        transition: .2s background-color ease;
}

.standard-slideshow .slide-count {
	border: none;
	float: left;
	font-family: Arial, sans-serif;
	height: 4.4rem;
	line-height: 4.4rem;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	width: 5.7rem; /* hardcoded, so text won't runneth over */
}

/* slideshow title is hidden on desktop */

.standard-slideshow .mobile-slideshow-title {
	display: none;
}

/* individual slides */

.standard-slideshow .slide {
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}

.standard-slideshow .slide.displayed {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.standard-slideshow .slide-bottom-wrap {
	margin-left: 20%;
	position: relative;
	text-align: left;
	width: 80%;
}

/* another manual clearfix :-/ */

.standard-slideshow .slide:before,
.standard-slideshow .slide:after {
	content: ' ';
	display: table;
}

.standard-slideshow .slide:after {
	clear: both;
}

/* sidebar */

.standard-slideshow .slide-sidebar {
	display: none;
	position: relative;
	width: 100%;
}

.standard-slideshow .slide-sidebar.displayed {
	display: block;
}

.standard-slideshow .slide-sidebar .slide-number {
	float: left;
	line-height: 4.6rem;
	padding: 1.3rem 1.5rem 0 0;
}

.standard-slideshow .slide-sidebar .slide-title {
	padding: .2rem 0 0;
	margin-bottom: .4rem;
}

.standard-slideshow .slide-sidebar .slide-description {
	display: inline;
}

.standard-slideshow .slide-sidebar .slide-description > p:first-of-type {
	margin-top: 0;
}

.standard-slideshow .slide-sidebar .ad {
	clear: both;
}

/* slide numbers */

.standard-slideshow .slide-number {
	font-size: 5.2rem;
	line-height: 5.3rem;
}

/* float the slide number to the left of the main body text */

.standard-slideshow .slide .slide-number {
	left: -13rem;
	padding-right: 1.5rem;
	position: absolute;
	text-align: right;
	top: -.2rem;
	width: 13rem;
}

/* title */

.standard-slideshow .mobile-slide-top {
	display: none;
}

.standard-slideshow .mobile-slide-title {
	display: none;
}

.standard-slideshow .slide-title {
	font-family: Georgia,serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	padding: 1rem 0 .5rem;
}

.standard-slideshow .desktop-slide-number + .slide-title {
	margin-left: 0;
}

.standard-slideshow .slide-bottom-wrap .slide-title {
	display: inline-block;
}

.standard-slideshow .slide .slide-title {
	padding: 0;
}

/* center image and cite (also video) */

.standard-slideshow .slide .img,
.standard-slideshow .slide > .video-embed {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 0;
}

.standard-slideshow .slide > .video-embed {
	min-height: 40rem;
	margin-bottom: 1.6rem;
}

.standard-slideshow .slide .img img {
	margin: 0 auto;
	max-height: 67rem;
	max-width: 67rem;
	width: auto;
}

.standard-slideshow .slide .img figcaption {
	text-align: center;
}

.standard-slideshow .slide .img div {
	margin: 0 auto;
}

/* description */

.standard-slideshow .mobile-slide-description {
	display: none;
}

.standard-slideshow .slide .slide-description p:first-of-type {
	margin-top: .5rem;
}

.standard-slideshow .bottom-caption-controls {
	float: right;
	margin-top: 1.5rem;
}

/* ads */

.standard-slideshow .slideshow-interstitial {
	background-color: #f7f7f7;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: -webkit-calc(100% - 8rem);
	height: calc(100% - 8rem);
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	left: 0;
	min-height: 50rem; /* ad + header + some white space */
	padding: 20px 0 10px;
	position: absolute;
	top: 8rem;
	width: 100%;
	z-index: 3;
}

.standard-slideshow .slideshow-interstitial.displayed {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.standard-slideshow .slideshow-interstitial h4 {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .5px;
	margin: 0 0 14px;
	text-align: center;
}

.standard-slideshow .slideshow-interstitial .ad {
	height: 440px; /* hardcoded ad size */
	width: 700px;
}

/* share tools */

.standard-slideshow .slide-share {
	float: left;
	margin-left: 2rem;
	padding: 2.9rem 0;
}

.standard-slideshow .slide-share a {
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	height: 1.8rem;
	margin: 0;
	padding: 0;
	width: 1.8rem;
}

.standard-slideshow .slide-share a + a {
	border-left: 1px solid #dadada;
	margin-left: 1rem;
	padding-left: 1rem;
	width: 2.8rem;
}

/* share icons */

.standard-slideshow .slide-share a svg {
	height: 1.8rem;
	left: 0;
	position: relative;
	top: 0;
	width: 1.8rem;
}

.standard-slideshow .slide-share a.email svg {
	fill: #000;
	height: 1.7rem;
	left: .1rem;
	top: .15rem;
	width: 1.7rem;
}

/* bottom share tools */

.standard-slideshow .slide .slide-share {
	border: none;
	margin: 2rem 0 2rem 0;
	padding: 1rem 0;
	width: 50%;
}

.standard-slideshow .slide .slide-share a {
	color: #555;
	font-family: Arial,sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8rem;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	width: auto;
}

.standard-slideshow .slide .slide-share a.fb {
	width: 5.2rem;
}

.standard-slideshow .slide .slide-share a.email {
	width: 6rem;
}

.standard-slideshow .slide .slide-share a svg {
	display: block;
	height: 1.8rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.8rem;
}

.standard-slideshow .slide .slide-share a span {
	display: block;
	height: 100%;
	left: 2.3rem;
	line-height: 1.9rem;
	position: absolute;
	top: 0;
}

.standard-slideshow .slide .slide-share a.email svg {
	fill: #000;
	left: 1rem;
	top: .1rem;
}

.standard-slideshow .slide .slide-share a.email span {
	left: 3.2rem;
}

.standard-slideshow .mobile-slideshow-controls-wrapper {
	display: none;
}

/* buy buttons */

.standard-slideshow .mobile-buy-button {
	display: none;
}

.standard-slideshow .desktop-buy-button {
	display: block;
}

.subnav-slider-beauty {
	border-bottom: 1px solid #ccc;
	height: 8rem;
	margin: 0 auto;
	max-width: 102.4rem;
	overflow: hidden;
	width: 100%;
}

/* clearfix */

.subnav-slider-beauty:before,
.subnav-slider-beauty:after {
	content: '';
	display: table;
}

.subnav-slider-beauty:after {
	clear: both;
}

.subnav-slider-beauty-inner {
	float: left;
	height: 8rem;
	position: relative;
	width: 100%;
}

.subnav-slider-beauty .title {
	background-image: url(/media/beauty-awards.png);
	background-repeat: no-repeat;
	background-size: 95%;
	height: 100%;
	letter-spacing: 1px;
	line-height: 1.9rem;
	margin: .8rem 0 0 1rem;
	width: 10.4rem;
}

.subnav-slider-beauty .title span {
	position: absolute;
	top: -100rem;
}

.subnav-slider-beauty .items-wrapper {
	height: 8rem;
	left: 12.4rem;
	position: absolute;
	top: 0;
}

.subnav-slider-beauty .items {
	height: 8rem;
	left: 0;
	position: relative;
	top: 0;
	-webkit-transition: .5s margin-left;
	        transition: .5s margin-left;
}

.subnav-slider-beauty .item {
	float: left;
	height: 8rem;
	position: relative;
	width: 16rem;
}

.subnav-slider-beauty .item:before {
	border-left: 1px solid #ededed;
	content: '';
	height: 7rem;
	left: 0;
	position: absolute;
	top: 1rem;
	width: 1px;
}

.subnav-slider-beauty .item:first-of-type:before {
	border-left: none;
}

.subnav-slider-beauty .item-box-link {
	display: block;
	height: 100%;
	left: 0;
	padding: 1rem 1.4rem 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
}

.subnav-slider-beauty .item-image {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1rem;
	height: 6rem;
	left: .1rem;
	position: absolute;
	width: 6rem;
}

.subnav-slider-beauty .item-title,
.subnav-slider-beauty .item-link {
	float: left;
	font-family: Arial, sans-serif;
	padding: 0;
}

.subnav-slider-beauty .item-title {
	color: #171717;
	font-size: 1.3rem;
	line-height: 1.2;
	margin: .4rem 0 0 5.2rem;
	width: 65%;
}

.subnav-slider-beauty .item-link {
	color: #5f5f5f;
	font-size: 1.1rem;
	margin: .25rem 0 0 5.3rem;
	-webkit-transition: color 350ms ease-out, border 350ms ease-out;
	        transition: color 350ms ease-out, border 350ms ease-out;
}

.subnav-slider-beauty .items-wrapper {
	overflow-x: hidden;
	overflow-y: hidden;
	width: -webkit-calc(100% - 22.4rem) !important;
	width: calc(100% - 22.4rem) !important; /* this is set dynamically in markup for smaller viewports */
}

/* prev/next buttons */

.subnav-slider-beauty .buttons {
	display: block;
	position: absolute;
	right: 0;
	top: .8rem;
	width: 10rem;
}

.subnav-slider-beauty .buttons:before {
	border-left: 1px solid #ededed;
	content: '';
	height: 6rem;
	left: 0;
	position: absolute;
	top: 10.5rem;
	width: 1px;
}

.subnav-slider-beauty .prev,
.subnav-slider-beauty .next {
	background: #f5f5f5;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	cursor: pointer;
	float: left;
	height: 6.4rem;
	padding: 2rem 1.3rem;
	position: relative;
	-webkit-transition: background 350ms ease-out, border 350ms ease-out;
	        transition: background 350ms ease-out, border 350ms ease-out;
	width: 4rem;
}

.subnav-slider-beauty .prev svg,
.subnav-slider-beauty .next svg {
	fill: #000 !important;
	height: 2.2rem;
	width: 1.2rem;
}

.subnav-slider-beauty .prev:hover,
.subnav-slider-beauty .next:hover {
	background: #ffe400;
	border: 1px solid #f1d803;
	-webkit-transition: background 200ms ease-out, border 200ms ease-out;
	        transition: background 200ms ease-out, border 200ms ease-out;
}

.subnav-slider-beauty.is-beginning .prev,
.subnav-slider-beauty.is-end .next {
	background: #fcfcfc !important;
	border: 1px solid #f1f1f1 !important;
	cursor: default;
}

.subnav-slider-beauty.is-beginning .prev svg,
.subnav-slider-beauty.is-end .next svg {
	fill: #d7d7d7 !important;
}

.subnav-slider-beauty .next {
	margin-left: 1rem;
}

.subnav-slider-beauty .next svg {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.trending {
	background: url(/media/arrow.png);
	background-position: 1.5rem 1.7rem;
	background-repeat: no-repeat;
	background-size: 5.6rem auto;
	padding: 3.7rem 0 0;
	position: relative;
}

.trending h2 {
	color: #00b2df;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 1.4rem 1rem 0 4.5rem;
	text-transform: uppercase;
	z-index: 2;
}

.trending a {
	background-position: 4.5rem 1.2rem;
	background-repeat: no-repeat;
	background-size: 23.5rem auto;
	color: #222;
	display: block;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.7;
	margin: 0;
	min-height: 6rem;
	padding: 17.8rem 2rem 2.2rem 4.5rem;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.trending a:hover {
	color: #444;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

.tv-recaps-slider {
	border-top: 1px solid #333;
	height: 100%;
	margin: 2rem 0 0;
	max-width: 102.4rem;
	width: 100%;
}

.tv-recaps-slider h2,
.tv-recaps-slider h2 a {
	background: #fff;
	color: #333;
	display: inline-block;
	font-family: Elderkin,Helvetica,sans-serif;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 700;
	margin: .5rem 0 0;
	padding-right: .5rem;
	text-decoration: none;
	text-transform: uppercase;
}

.tv-recaps-slider a.see-all {
	border-bottom: 1px solid #bbb;
	color: #555;
	font-family: arial,sans-serif;
	font-size: 1.1rem;
	margin: 0 .15rem;
	padding-bottom: .1rem;
	text-decoration: none;
}

.tv-recaps-slider p {
	color: #bbb;
	display: inline-block;
	font-size: 1.4rem;
	margin: 0;
	vertical-align: 42%;
}

.tv-recaps-slider .items-wrapper {
	height: auto;
}

.tv-recaps-slider .items {
	height: auto;
	-webkit-transition: 1s margin-left;
	        transition: 1s margin-left;
}

.tv-recaps-slider .item {
	float: left;
	height: 100%;
	margin-top: 2.5rem;
	position: relative;
	vertical-align: top;
	width: 14.5rem;
}

.tv-recaps-slider .item-box-link {
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

.tv-recaps-slider .item-image {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	height: 11rem;
}

.tv-recaps-slider .item-desc {
	background-color: #fff;
	box-shadow: 0 -5px 13px -4px rgba(0,0,0,.1);
	line-height: 1.2;
	margin-top: -1.7rem;
	padding-top: .6rem;
	text-align: center;
	width: 100%;
}

.tv-recaps-slider .item-title,
.tv-recaps-slider .item-season,
.tv-recaps-slider .item-episode {
	font-family: Arial, sans-serif;
	padding: 0;
}

.tv-recaps-slider .item-title {
	color: #333;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: .5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.tv-recaps-slider .item-season,
.tv-recaps-slider .item-episode {
	color: #8e8e8e;
	font-size: 1rem;
	font-weight: normal;
}

.tv-recaps-slider .item-season {
	border-right: 1px solid #ececec;
	padding-right: .3rem;
}

.tv-recaps-slider .item-episode {
	padding-left: .3rem;
}

.tv-recaps-slider .item-season:before {
	content: 'Season';
	padding-right: .3rem;
}

.tv-recaps-slider .item-episode:before {
	content: 'Episode';
	padding-right: .3rem;
}

.tv-recaps-slider .items-wrapper {
	overflow-x: hidden;
	overflow-y: visible;
	padding-bottom: 2rem;
	width: -webkit-calc(100% - 3.7rem) !important;
	width: calc(100% - 3.7rem) !important;
}

.tv-recaps-slider .next {
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 11px 0 13px -10px #aeaeae;
	cursor: pointer;
	float: left;
	height: 66%;
	padding: 2rem 1.3rem;
	position: absolute;
	right: 1rem;
	top: 7rem;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	z-index: 1;
}

.tv-recaps-slider .next button {
	background: #fff;
	border: none;
	cursor: pointer;
	height: 100%;
	opacity: .4;
	padding: 2rem 1.3rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.tv-recaps-slider .next button:hover {
	opacity: 1;
	-webkit-transition: all 200ms ease-out;
	        transition: all 200ms ease-out;
}

.tv-recaps-slider .next svg {
	fill: #000 !important;
	height: 2.2rem;
	position: absolute;
	right: 1rem;
	top: 8rem;
}

.video-promo a {
	text-decoration: none;
}

.video-promo .video-promo-banner {
	background: #32E0BD;
	padding: 0.1rem 0;
	font-family: PolarisMedium, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: .01rem;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 3.4rem;
}

.video-promo .video-promo-arrow {
	margin-top: -4.3rem;
	float: right;
	margin-right: 3.3rem;
}

.video-promo .thumbnail {
	position: relative;
	overflow: auto;
}

.video-promo .thumbnail img {
	width: 100%;
}

.video-promo .playButton {
	position: absolute;
	height: 6.4rem;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 39%;
	-webkit-filter: drop-shadow(-1px 1px 5px #4d4d4d);
	filter: drop-shadow(-1px 1px 5px #4d4d4d);
}

.video-promo .playButton:hover svg g path {
	fill: #32E0BD;
}

.video-promo .siteName {
	margin-top: -0.4rem;
	margin-bottom: 0.9rem;
	margin-left: 3.4rem;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 2.2rem;
	line-height: 2.2rem;
	letter-spacing: .01rem;
	color: #222;
}

.video-promo .title {
	font-family: Georgia,serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #222;
	margin: 0.5rem;
	margin-left: 3.4rem;
	padding-right: 2rem;
}

.video-promo .viewAll {
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	color: #32E0BD;
	margin-left: 3.4rem;
	text-transform: uppercase;
}

.video-promo .viewAll::after {
	content: ' »';
}

.vulture-nav {
	border-top: 1px solid #e5e5e5;
	height: 9.5rem;
	position: relative;
	width: 100%;
}

.vulture-nav .vulture-nav-inner {
	border-bottom: 1px solid #000;
	height: 9rem;
	margin: 0 auto;
	max-width: 102.4rem;
}

.vulture-nav .vulture-nav-inner:after {
	border-bottom: 1px solid #828282;
	bottom: -4px;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}

/* Logo */

.vulture-nav .logo {
	height: 9.2rem;
	left: -3.3rem;
	margin: 0;
	position: absolute;
	top: -.5rem;
	width: 44.8rem;
}

.vulture-nav .logo svg {
	height: 10.7rem;
	max-width: 100%;
	width: auto;
}

/* Tagline */

.vulture-nav .tagline {
	height: 5rem;
	left: 11.8rem;
	position: absolute;
	text-align: center;
	top: 5.5rem;
	width: 14rem;
	z-index: 100;
}

.vulture-nav .tagline svg {
	height: auto;
	max-width: 100%;
	width: auto;
}

/*remove mobile tagline on desktop & tablet*/

.vulture-nav .tagline-mobile {
	display: none;
}

/* Hot Topics */

.vulture-nav .topics {
	margin-left: 39.5rem;
}

.vulture-nav .topics div {
	display: inline-block;
	left: -.8rem;
	position: relative;
	top: .9rem;
}

.vulture-nav .topics:before {
	color: #666;
	content: 'Hot Topics:';
	font-family: 'Arial', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	padding: 1.1em;
	text-transform: uppercase;
}

.vulture-nav .topics ul {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.vulture-nav .topics li {
	display: inline-block;
}

.vulture-nav .topics li a {
	color: #00bcf1;
	display: inline-block;
	font-family: 'Arial', sans-serif;
	font-size: 1rem;
	-webkit-font-smoothing: auto;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.vulture-nav .topics li:before {
	color: #00bcf1;
	content: '\2022';
	font-weight: bold;
	padding: .3rem;
}

.vulture-nav .topics li:nth-child(1):before {
	content: '';
	padding: 0;
}

.vulture-nav .topics a:hover {
	text-decoration: underline;
}

/* Main Nav */

.vulture-nav .main {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 4.5rem;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	left: 39rem;
	position: relative;
	top: 1.3rem;
	width: -webkit-calc(100% - 60.2rem);
	width: calc(100% - 60.2rem);
}

.vulture-nav .main-item > a {
	color: #000;
	display: inline-block;
	float: left;
	font-family: 'elderkin','Arial Narrow',arial,sans-serif;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: .03em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.vulture-nav .stream {
	margin-left: 3rem;
}

.vulture-nav .main-item:last-of-type a {
	font-size: 1.8rem;
	letter-spacing: 0;
}

.vulture-nav .main-item:last-of-type a:before {
	background-image: url(/media/plus.svg);
	background-repeat: no-repeat;
	background-size: 24%;
	content: '';
	height: 6rem;
	position: absolute;
	right: 3.2rem;
	top: .5rem;
	width: 100%;
}

.vulture-nav .main-item:last-of-type a:after {
	display: none;
}

.vulture-nav .main-item > a:hover {
	color: #00bcf1;
	-webkit-transition: color 200ms;
	        transition: color 200ms;
}

.vulture-nav a[role=menuitem]:after {
	border-right: 1px solid #ddd;
	content: '';
	height: 75%;
	position: absolute;
	right: -1.3rem;
	top: 12%;
}

.vulture-nav .mobile-sections .main-item > a:hover {
	color: #fff !important; /* overwrites all !important color styles */
	-webkit-transition: color 150ms;
	        transition: color 150ms;
}

.vulture-nav .main-submenu {
	background-color: #000;
	border: 1px solid #4f4f4f;
	box-shadow: 1px 1px 10px -2px rgba(0,0,0,.8);
	display: none;
	left: 1.5rem;
	position: absolute;
	top: 75%;
	z-index: 1;
}

.vulture-nav .main-submenu:after,
.vulture-nav .main-submenu:before {
	border: solid transparent;
	bottom: 100%;
	content: ' ';
	height: 0;
	left: 63.2%;
	pointer-events: none;
	position: absolute;
	width: 0;
}

.vulture-nav .main-submenu:after {
	border-bottom-color: #000;
	border-width: 10px;
	margin-left: -10px;
}

.vulture-nav .main-submenu:before {
	border-bottom-color: #4f4f4f;
	border-width: 11px;
	margin-left: -11px;
}

.vulture-nav .main-submenu-item {
	border-top: 1px solid #4f4f4f;
	clear: left;
	display: inline-block;
	float: left;
	font-family: 'MillerHeadlineLight', Georgia, Times, 'Times New Roman', serif;
	font-size: 1.5rem;
	-webkit-font-smoothing: subpixel-antialiased;
	font-style: italic;
	font-weight: 300;
	letter-spacing: .15em;
	padding: 1.2rem 3rem 1.2rem 1.2rem;
	text-transform: uppercase;
	-webkit-transition: color 300ms ease-out;
	        transition: color 300ms ease-out;
	width: 100%;
}

.vulture-nav .main-submenu-item:first-of-type {
	border: none;
}

.vulture-nav .mobile-sections a.main-submenu-item:hover {
	color: #fff !important;
	-webkit-transition: color 150ms;
	        transition: color 150ms;
}

.vulture-nav .search {
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: text;
	display: inline-block;
	height: 3rem;
	outline: none;
	position: absolute;
	right: .8rem;
	top: 2.0rem;
	-webkit-transition: width 300ms ease-out, background 300ms ease-out;
	        transition: width 300ms ease-out, background 300ms ease-out;
	width: 10rem;
	z-index: 10;
}

.vulture-nav .search:hover,
.vulture-nav .search:focus {
	opacity: .8;
}

.vulture-nav .search.on {
	border: 1px solid #ccc;
	height: 3rem;
	-webkit-transition: width 150ms, background 150ms;
	        transition: width 150ms, background 150ms;
	width: 21rem;
}

.vulture-nav .search .text-query {
	border: none;
	border-radius: 4px;
	display: none;
	font-family: 'Arial', sans-serif;
	font-size: 1.2rem;
	margin: .6rem;
	padding-left: .5rem;
	width: -webkit-calc(100% - 4.4rem);
	width: calc(100% - 4.4rem);
}

.vulture-nav .search .search-icon {
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	height: 1.15rem;
	padding: 0;
	position: absolute;
	right: .95rem;
	top: .75rem;
	width: 1.15rem;
}

.vulture-nav .search .search-close {
	display: none;
}

.vulture-nav .search-icon svg {
	cursor: pointer;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.vulture-nav .searchtext {
	color: #959595;
	display: inline-block;
	float: left;
	font-family: 'Arial', sans-serif;
	font-size: 1.2rem;
	line-height: .7rem;
	padding: 1.1rem;
}

.vulture-nav .dropdown,
.vulture-nav .nav-mobile {
	display: none;
}

.di .greatest-hits a {
	font-family: Georgia, serif;
	font-weight: bold;
}

.di .latest-news {
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #bbb;
	margin-top: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;
}

.di .latest-news h2 {
	background-color: #fff;
	color: #333;
	font-family: Georgia, serif;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: bold;
	padding-right: 1rem;
	position: absolute;
	top: -2.8rem;
	white-space: nowrap;
}

.di .latest-news a {
	background-position: .2rem 1.5rem;
	background-repeat: no-repeat;
	background-size: 14.5rem auto;
	border-top: 1px solid #f1f1f1;
	color: #3e3e3e;
	display: block;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 1.9rem;
	line-height: 1.1;
	margin: 1.5rem 0 0;
	min-height: 12.2rem;
	padding: 1.5rem 0 0;
	text-decoration: none;
}

.di .latest-news > a:nth-of-type(1) {
	border-top: none;
}

.di .latest-news a:hover {
	color: #444;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

.di .latest-news a[hidden] {
	display: none;
}

.di .latest-news a p {
	clear: both;
	color: #555;
	display: block;
	font-family: Georgia, serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	margin: .3rem 0 0;
	text-transform: none;
}

.di .latest-news a .title {
	color: #111;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 2rem;
	line-height: 1;
}

.di .latest-news a time {
	clear: both;
	color: #555;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	padding: 0 0 .6rem;
	text-transform: none;
}

.di .latest-news a.latest-news-img {
	padding-left: 16.3rem;
}

.di .latest-news button {
	display: none;
}

.di .latest-news .ad {
	border-top: 1px solid #f1f1f1;
	margin: 1.5rem auto 0;
	padding: 1.5rem 0 0;
	text-align: center;
}

.di ins.adsbygoogle {
	height: 60px;
	margin: 0 3.5rem;
	width: 468px;
}

.di .masthead {
	border-top: 1px solid #bbb;
	font-family: Arial, sans-serif;
	margin-top: 1rem;
	position: relative;
}

.di .masthead h2 {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: bold;
	left: 2rem;
	line-height: 1.1;
	padding: 0 1rem;
	position: absolute;
	top: -1.8rem;
	white-space: nowrap;
	z-index: 2;
}

.di .masthead div:first-of-type {
	border-top: none;
	padding-top: 2.3rem;
}

.di .masthead div {
	border-top: 1px solid #f1f1f1;
	padding: 1.5rem 3rem;
}

.di .masthead div:first-child {
	border-top: none;
}

.di .masthead a,
.di .masthead .tw-follow {
	display: inline-block;
	margin: 0;
	white-space: nowrap;
}

/* Author name */

.di .masthead a {
	color: #222;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	text-transform: capitalize;
}

.di .masthead a:first-child {
	width: 16rem;
}

/* Twitter */

.di .masthead .tw-follow {
	color: #1db3eb;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: normal;
	padding-left: 2rem;
	padding-top: 0;
	text-transform: none;
}

.di .masthead .tw-follow svg {
	height: 1.2rem;
	left: 0;
	position: relative;
	top: .2rem;
	width: 1.6rem;
}

/* Twitter Handle */

.di .masthead .tw-follow::after {
	content: 'Follow';
}

.di .masthead .tw-follow span {
	display: none;
}

.di .newsfeed {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 67rem;
}

.di .newsfeed button,
.di .newsfeed h2 span,
.di .newsfeed .thumb p + a,
.di .newsfeed .thumb cite,
.di .newsfeed .thumb .share-feed {
	display: none;
}

.di .newsfeed article {
	border-bottom: 1px solid #bbb;
	margin: 0 auto;
	padding: 3rem;
	position: relative;
	width: 100%;
}

.di .newsfeed article:first-of-type {
	padding-top: 0;
}

.di .newsfeed article:after {
	clear: both;
	content: '';
	display: block;
}

.di .newsfeed .sponsored {
	border-bottom: none;
	padding: 0;
}

.di .newsfeed .sponsored .ad {
	height: .1rem;
	margin: 0;
	min-height: 0;
	overflow: hidden;
	position: absolute;
}

.di .newsfeed .sponsored.active {
	border-bottom: 1px solid #bbb;
	padding: 3rem;
}

.di .newsfeed .sponsored.active .ad {
	height: inherit;
	margin: inherit;
	min-height: inherit;
	overflow: inherit;
	position: inherit;
}

.di .newsfeed a {
	color: #555;
	text-decoration: none;
}

.di .newsfeed a[href$="#jumpLink"] {
	color: #ec2c00;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 0;
	margin-top: 1rem;
}

.di .newsfeed a:hover h2,
.di .newsfeed a:active h2,
.di .newsfeed cite a:hover,
.di .newsfeed cite a:active {
	color: #111;
	text-decoration: none;
}

.di .newsfeed a:active {
	color: #f85d00;
}

.di .newsfeed a.square,
.di .newsfeed a.thumb,
.di .newsfeed a.horizontal,
.di .newsfeed a.large-horizontal {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.di .newsfeed a.square,
.di .newsfeed a.thumb {
	float: left;
	height: 19rem;
	margin-right: 2rem;
	position: relative;
	width: 19rem;
}

.di .newsfeed a.thumb {
	height: 12.6rem;
}

.di .newsfeed a.horizontal,
.di .newsfeed a.large-horizontal {
	display: block;
	height: 40.8rem;
	margin: 2rem auto;
	width: 100%;
}

.di .newsfeed a.infographic:after,
.di .newsfeed a.slideshow:after,
.di .newsfeed a.video:after {
	border-radius: .3rem;
	bottom: .7rem;
	color: #fff;
	font-family: Arial,sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	left: .7rem;
	padding: 1rem 3.8rem 1rem 1.2rem;
	position: absolute;
	right: .7rem;
	text-align: center;
}

.di .newsfeed a.infographic:after {
	background-color: rgba(236,44,0,.8);
	content: "View the Infographic";
	text-indent: 1.4rem;
	white-space: nowrap;
}

.di .newsfeed a.video:after {
	background: url(/media/icn-videoDI-Grub.svg) 86% center/2.3rem no-repeat rgba(236,44,0,.8);
	content: "Watch the Video";
	text-indent: -0.5rem;
}

.di .newsfeed a.slideshow:after {
	background: url(/media/icn-slideshow-Grub.svg) 91% center/2.3rem no-repeat rgba(236,44,0,.8);
	content: "View the Slideshow";
	text-indent: 0rem;
}

.di .newsfeed article > div {
	margin-bottom: .5rem; /*  line-height: 1.1rem;*/
}

.di .newsfeed time,
.di .newsfeed .rubric,
.di .newsfeed .livefyre-commentcount {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.di .newsfeed .livefyre-commentcount {
	font-weight: 700;
	line-height: 1;
}

.di .newsfeed .livefyre-commentcount:hover {
	text-decoration: none;
}

.di .newsfeed .rubric {
	color: #111;
	text-transform: uppercase;
}

.di .newsfeed .thumb p:after {
	line-height: 3;
}

.di .newsfeed .rubric:before,
.di .newsfeed .livefyre-commentcount:before {
	color: #555;
	content: '\002F';
	padding-left: .3rem;
	padding-right: .6rem;
	vertical-align: top;
}

.di .newsfeed .livefyre-commentcount:before {
	background: transparent url(/media/comment-tout.png) 1.4rem 0 no-repeat;
	font-weight: 400;
	padding-right: 2.7rem;
}

.di .newsfeed h2 {
	color: #111;
	display: inline;
	font-family: Georgia,serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.4rem;
	margin: 0 .5rem 0 0;
}

.di .newsfeed .thumb h2 {
	color: #111;
	font-size: 1.7rem;
	line-height: 2.3rem;
}

.di .newsfeed cite,
.di .newsfeed cite a {
	color: #111;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8rem;
	vertical-align: baseline;
}

.di .newsfeed cite {
	display: block;
	margin: .5rem 1rem 0 0;
}

.di .newsfeed .horizontal cite,
.di .newsfeed .square cite {
	margin: .5rem 1rem 0 0;
}

.di .newsfeed p {
	color: #111;
	font-family: Georgia, Times, serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.3rem;
	margin: .5rem 0 3rem;
	word-wrap: break-word;
}

.di .newsfeed .thumb p {
	display: inline;
}

.di .newsfeed a.horizontal + p,
.di .newsfeed a.large-horizontal + p {
	margin-top: 0;
}

.di .newsfeed p + a,
.di .newsfeed .horizontal p + a,
.di .newsfeed .large-horizontal p + a {
	bottom: auto;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	height: .5rem;
	left: 0;
	line-height: 0;
	margin-top: 2.2rem;
	position: relative;
	text-transform: uppercase;
}

.di .newsfeed .square p + a,
.di .newsfeed .video p + a {
	bottom: 3.4rem;
	display: inherit;
	height: inherit;
	left: 24rem;
	margin-top: inherit;
	position: absolute;
}

.di .newsfeed .share-feed {
	bottom: 2.5rem;
	position: absolute;
	right: 3rem;
}

.di .newsfeed .ad {
	margin-top: 3.5rem;
}

.di .pagination {
	margin: 3rem;
	padding-bottom: 4rem;
}

.di .pagination .prev {
	float: left;
	margin-left: 0;
}

.di .pagination .next {
	float: right;
	margin-right: 0;
}

.di .promo {
	display: none;
}

.di .promo-follow {
	background: #fff;
	border: 2px solid #32e0bd;
	border-radius: .3rem;
	height: 12rem;
	opacity: 0;
	padding: 1.1rem;
	position: absolute;
	right: 2rem;
	text-align: center;
	top: 18rem;
	-webkit-transition: opacity 1.3s ease-in-out, -webkit-transform 1s ease-in-out;
	        transition: opacity 1.3s ease-in-out, transform 1s ease-in-out;
	width: 26.5rem;
	z-index: 1;
}

.di .promo-follow.on {
	opacity: 1;
	-webkit-transform: translateY(-16rem);
	    -ms-transform: translateY(-16rem);
	        transform: translateY(-16rem);
}

.di .promo-follow h2 {
	margin: 0 0 .5rem;
}

.di .promo-follow h2 a {
	background: url(/media/logo.png) no-repeat bottom center / 14rem;
	color: #000;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	height: 5.5rem;
	text-decoration: none;
}

.promo-follow .follow a.fb,
.di .promo-follow .follow a.twitter {
	border-radius: .3rem;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	width: 10.7rem;
}

.promo-follow .follow  a.fb:after,
.di .promo-follow .follow  a.twitter:after {
	content: "";
}

.di .promo-follow .follow a.fb {
	background: url(/media/fb.png) no-repeat #3e5c9a 1rem center;
	margin-right: 0.7rem;
	padding: 1rem 1rem 1rem 3.3rem;
}

.di .promo-follow .follow a.twitter {
	background: url(/media/twitter.png) no-repeat #28aae1 1rem center;
	margin-right: 0;
	padding: 1rem 1rem 1rem 3.3rem;
}

.di .quiz {
	background-color: #ededed;
	display: block;
	margin-bottom: 2rem;
	overflow: hidden;
	padding: 4rem 3rem 3rem;
}

.di #quizMobile {
	display: none;
}

.di .quiz.correct {
	-webkit-animation: QuizFadeIn .35s ease-in;
	        animation: QuizFadeIn .35s ease-in;
	background-color: #7de27a;
}

.di .quiz.wrong {
	-webkit-animation: QuizFadeIn .35s ease-in;
	        animation: QuizFadeIn .35s ease-in;
	background-color: #ec2c00;
}

.di .quiz.block,
.di .quiz .block {
	display: block !important;
}

.di .quiz.none,
.di .quiz .none {
	display: none !important;
}

.di .quiz .visible {
	visibility: visible !important;
}

.di .quiz a,
.di .quiz button {
	cursor: pointer;
}

.di .quiz h2 {
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 100%;
	margin: 0 0 2rem 0;
	text-align: center;
}

.di .quiz.mc-txt h2 {
	border-bottom: 2px solid #111;
	border-top: 2px solid #111;
	font-size: 2.6rem;
	margin: 0 6rem;
	padding: 1rem 0;
}

.di .quiz header img {
	display: none;
	height: auto;
	margin: -3rem -webkit-calc(50% - 6.3rem) 0;
	margin: -3rem calc(50% - 6.3rem) 0;
	width: 12.6rem;
}

.di .quiz.mc-txt header img {
	display: block;
}

.di .quiz .quiz-slide h2 {
	border: none;
	font-family: Georgia, serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.2rem;
	margin: 0 0 2rem;
	padding: 0 1rem;
	text-align: left;
}

.di .quiz.photo .quiz-slide h2 {
	text-align: center;
}

.di .quiz .quiz-slide {
	position: relative;
}

.di .quiz .quiz-slide > a {
	background-color: #fff;
	border: 2px solid #111;
	border-radius: 3px;
	display: block;
	font-family: arial, sans-serif;
	font-size: 1.5rem;
	margin: 1rem auto;
	padding: 1rem 0;
	width: 13rem;
}

.di .quiz .quiz-slide img {
	border-radius: .2rem;
	box-shadow: 0 0 3px 0 rgba(50,50,50,0.25);
	display: block;
	margin-bottom: 2rem;
	-webkit-transition: visibility 300ms;
	        transition: visibility 300ms;
	visibility: 1;
	width: 100%;
}

.di .quiz .quiz-slide img.fadeout {
	visibility: 0;
}

.di .quiz .quiz-slide .reveal {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}

.di .quiz .quiz-slide .current-slide,
.di .quiz .quiz-slide .slide-length {
	display: inline-block;
	font-family: Georgia, serif;
	font-style: italic;
	margin: 2rem 0 0;
}

.di .quiz .quiz-slide .count-top .current-slide,
.di .quiz .quiz-slide .count-top .slide-length {
	font-family: arial, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	margin: 0 0 1rem 0;
	text-transform: uppercase;
}

.di .quiz .quiz-slide .current-slide {
	float: left;
	padding-right: .5rem;
}

.di .quiz .quiz-slide .count-bottom .current-slide {
	text-align: right;
	width: 52%;
}

.di .mc-txt .count-bottom {
	display: none;
}

.di .quiz .quiz-slide .current-slide:after {
	content: "of";
	padding-left: .5rem;
}

.di .quiz .quiz-slide .count-top .current-slide:before {
	content: "question";
	padding-right: .5rem;
}

.di .quiz .quiz-slide .count-top {
	display: none;
	padding: 0 1rem;
}

.di .quiz.mc-txt .quiz-slide .count-top {
	display: block;
}

.di .quiz .quiz-slide .slide-length {
	width: 48%;
}

.di .quiz .option {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.di .quiz .option button {
	-webkit-align-self: stretch;
	    -ms-flex-item-align: stretch;
	        align-self: stretch;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .5rem;
	display: inline-block;
	margin: 0 0 1rem 0;
	min-height: 6rem;
	padding: 0 1.5rem;
	position: relative;
	-webkit-transition: border .15s;
	        transition: border .15s;
	width: 49%;
}

.di .quiz.photo .option button {
	box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.25);
	overflow: hidden;
	padding: 0;
}

.di .quiz.mc-txt .option button {
	min-height: 5rem;
	width: 100%;
}

.di .quiz .option button:nth-of-type(odd) {
	margin-right: 2%;
}

.di .quiz.mc-txt .option button:nth-of-type(odd) {
	margin-right: 0;
}

.di .quiz .option button p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 1rem 0;
	text-align: center;
}

.di .quiz.photo .option button p {
	padding: 1.5rem 0;
}

.di .quiz.mc-txt .option button p {
	font-weight: 400;
	text-align: left;
}

.di .quiz.photo-reveal .option button p {
	visibility: hidden;
}

.di .quiz.photo-img .option button p {
	display: none;
}

.di .quiz .option button img {
	box-shadow: none;
	margin: -0.3rem 0 0 -0.3rem;
	width: 103%;
}

.di .quiz.photo .option button img {
	display: block;
}

.di .quiz.mc .option button img {
	display: none;
}

.di .quiz .option button.disabled {
	border-color: #ddd;
	color: #aaa;
}

.di .quiz .option button.disabled:hover {
	cursor: default;
}

.di .quiz .option button.disabled.correct-answer,
.di .quiz .option button.disabled.correct-answer:hover {
	border-color: #111;
	color: #111;
}

.di .quiz.mc-reveal.wrong .option button.disabled.correct-answer,
.di .quiz.mc-img.wrong .option button.disabled.correct-answer {
	-webkit-animation: QuizTransformAnswer .35s ease-in;
	        animation: QuizTransformAnswer .35s ease-in;
}

/* ////////// BEFORE DISPLAYING COMMENT ////////// */

.di .quiz .option button:hover {
	border-color: #111;
}

.di .quiz .option button.disabled {
	border-color: #ddd;
	color: #aaa;
}

.di .quiz .option button.disabled:hover {
	cursor: default;
}

.di .quiz .option button.disabled.correct-answer,
.di .quiz .option button.disabled.correct-answer:hover {
	border-color: #111;
	color: #111;
}

.di .quiz .quiz-slide .wrap {
	position: relative;
}

.di .mc-txt .quiz-slide .wrap,
.di .photo .quiz-slide .wrap {
	display: none;
}

/* -- CHECK AND X -- */

.di .quiz .checkmark,
.di .quiz .x-icon {
	-webkit-animation: QuizTransform .35s ease-in;
	        animation: QuizTransform .35s ease-in;
	background-color: #fff;
	border: .2rem solid #111;
	border-radius: 50%;
	display: none;
	height: 3rem;
	position: absolute;
	overflow: hidden;
	right: .5rem;
	top: .6rem;
	width: 3rem;
	z-index: 3;
}

.di .quiz .checkmark svg,
.di .quiz .x-icon svg {
	height: 100%;
	padding: 0;
	width: 100%;
}

/* -- CHECK AND X ON IMAGE -- */

.di .quiz .quiz-slide .wrap .checkmark,
.di .quiz .quiz-slide .wrap .x-icon,
.di .quiz.photo.correct button .checkmark,
.di .quiz.photo button .x-icon {
	height: 10rem;
	right: -webkit-calc(50% - 5rem);
	right: calc(50% - 5rem);
	top: -webkit-calc(50% - 5rem);
	top: calc(50% - 5rem);
	width: 10rem;
}

.di .quiz.photo.correct button .checkmark,
.di .quiz.photo button .x-icon {
	top: -webkit-calc(50% - 7rem);
	top: calc(50% - 7rem);
}

.di .quiz .quiz-slide .wrap .checkmark svg,
.di .quiz .quiz-slide .wrap .x-icon svg,
.di .quiz.photo button .checkmark svg,
.di .quiz.photo button .x-icon svg {
	padding: 1.8rem;
}

.di .quiz.correct .quiz-slide .wrap .checkmark,
.di .quiz.photo.correct button .checkmark {
	border: .5rem solid #7de27a;
	display: block;
}

.di .quiz.correct .quiz-slide .wrap .checkmark svg,
.di .quiz.photo.correct button .checkmark {
	fill: #7de27a;
}

.di .quiz.wrong .quiz-slide .wrap .x-icon,
.di .quiz.wrong.photo button .x-icon {
	border: .5rem solid #ec2c00;
	display: block;
}

.di .quiz.wrong .quiz-slide .wrap .x-icon svg,
.di .quiz.wrong.photo button .x-icon svg {
	fill: #ec2c00;
}

/* -- CHECK AND X ON IMAGE SMALL -- */

.di .quiz.correct.mc-reveal .quiz-slide .wrap .checkmark,
.di .quiz.wrong.mc-reveal .quiz-slide .wrap .x-icon {
	height: 6rem;
	right: 1rem;
	top: 1rem;
	width: 6rem;
}

.di .quiz.correct.mc-reveal .quiz-slide .wrap .checkmark svg,
.di .quiz.wrong.mc-reveal .quiz-slide .wrap .x-icon svg {
	padding: 1.1rem;
}

.di .quiz.correct.mc-reveal .quiz-slide .wrap .checkmark {
	border: .3rem solid #7de27a;
	display: block;
}

.di .quiz.wrong.mc-reveal .quiz-slide .wrap .x-icon {
	border: .3rem solid #ec2c00;
	display: block;
}

/* -- CHECK AND X ON BUTTONS -- */

.di .quiz.photo.wrong button .checkmark svg,
.di .quiz.mc button .checkmark svg,
.di .quiz.mc button .x-icon svg {
	padding: .5rem;
}

.di .quiz.wrong.mc button .x-icon {
	border: .2rem solid #ec2c00;
	display: block;
}

.di .quiz.wrong.mc button .x-icon svg {
	fill: #ec2c00;
}

.di .quiz.correct.mc button .checkmark,
.di .quiz.wrong.mc button .checkmark,
.di .quiz.wrong.photo button .checkmark {
	border: .2rem solid #7de27a;
	display: block;
}

.di .quiz.correct.mc button .checkmark svg,
.di .quiz.wrong.mc button .checkmark svg,
.di .quiz.wrong.photo button .checkmark svg {
	fill: #7de27a;
}

.di .quiz.mc.wrong button .x-icon,
.di .quiz.mc.correct button .x-icon,
.di .quiz.mc.correct button .checkmark,
.di .quiz.mc.wrong button .checkmark {
	display: none;
}

.di .quiz.mc.mc-txt.wrong button .x-icon,
.di .quiz.mc.mc-txt.correct button .checkmark,
.di .quiz.mc.mc-txt.wrong button .checkmark {
	display: block;
	top: -webkit-calc(50% - 1.5rem);
	top: calc(50% - 1.5rem);
}

.di .quiz.photo.correct button .checkmark {
	display: block;
}

/* ////////// LAST SLIDE ////////// */

.di .quiz .result-slide {
	display: none;
	position: relative;
}

.di .quiz .result-slide .icon {
	background-image: url(/media/di-icon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 50%;
	display: block;
	height: 5rem;
	left: -webkit-calc(50% - 2.5rem);
	left: calc(50% - 2.5rem);
	position: absolute;
	top: -2.2rem;
	width: 5rem;
}

.di .quiz .result-slide .rank {
	display: none;
}

.di .quiz .result-slide .score-wrap {
	background: #111;
	border: 6px solid #fff;
	border-radius: 50%;
	color: #fff;
	float: left;
	height: 13rem;
	margin: 2rem 0 0 -webkit-calc(50% - 11.5rem);
	margin: 2rem 0 0 calc(50% - 11.5rem);
	position: relative;
	text-align: center;
	width: 13rem;
}

.di .quiz .result-slide .score-wrap:before {
	content: "score";
	font-family: arial,sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	left: 3.7rem;
	letter-spacing: -.05rem;
	position: absolute;
	text-transform: uppercase;
	top: 2.3rem;
}

.di .quiz .result-slide .score-wrap span {
	color: #fff;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: -1px;
}

.di .quiz .result-slide .score-wrap > span {
	display: inline-block;
	margin-top: 5.4rem;
}

.di .quiz .result-slide .score-wrap .total-score {
	text-align: right;
}

.di .quiz .result-slide .score-wrap .total-score:after {
	content: "/";
	font-size: 4rem;
	font-weight: 400;
}

.di .quiz .result-slide .score-wrap .slide-length {
	margin-left: -1rem;
	text-align: left;
}

.di .quiz .result-slide > div:nth-of-type(2) {
	background-color: #fff;
	border: 5px solid #111;
	padding: 2rem;
}

.di .quiz .result-slide div > a:first-of-type {
	background-color: #111;
	border: 6px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 11rem;
	left: -1.5rem;
	position: relative;
	text-transform: uppercase;
	top: 2rem;
	width: 11rem;
}

.di .quiz .result-slide div > a:first-of-type:after {
	bottom: 1.6rem;
	content: "replay";
	font-family: arial,sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	left: 2.7rem;
	position: absolute;
}

.di .quiz .result-slide div > a:first-of-type svg {
	fill: #fff;
	left: 2.3rem;
	position: absolute;
	top: 1rem;
	width: 5rem;
}

.di .quiz .result-slide .comment,
.di .quiz .result-slide h3 {
	clear: both;
	color: #111;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 auto;
	padding: 1.5rem 0;
	text-align: center;
}

.di .quiz .result-slide .comment {
	width: 80%;
}

.di .quiz .result-slide h3 {
	border-top: 1px solid #111;
}

.di .quiz aside {
	margin: 3rem 0 0;
	position: relative;
}

.di .quiz aside:after {
	content: "";
	display: table;
}

.di .quiz aside p {
	background-image: url(/media/daily-intelligencer-wings.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: .5rem 0 2.5rem;
	text-align: center;
}

.di .quiz aside p span {
	background-color: #ededed;
	color: #111;
	display: inline;
	font-family: GeorgiaProCondSemiBold, serif;
	font-size: 2.5rem;
	font-weight: 400;
	padding: 1rem;
	position: relative;
	text-transform: uppercase;
	top: .1rem;
	width: auto;
}

.di .quiz aside svg {
	margin-bottom: 2rem;
	width: 100%;
}

.di .quiz aside a {
	background-color: #fff;
	border: .5rem solid #111;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	padding: 1rem;
	text-decoration: none;
}

.di .quiz aside a:after {
	clear: both;
	content: "";
	display: block;
}

.di .quiz aside span {
	color: #111;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	padding-top: .8rem;
	width: 73%;
}

.di .quiz aside img {
	border: .3rem solid #111;
	border-radius: 50%;
	float: left;
	margin-right: 2rem;
	max-height: 7.5rem;
	max-width: 7.5rem;
	vertical-align: middle;
}

.di .quiz .result-slide .fb-share,
.di .quiz .result-slide .twitter-share {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #29aae1;
	border-radius: .3rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: arial, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	height: 4.3rem;
	padding: 1rem 0;
	position: relative;
	width: 16.8rem;
}

.di .quiz .result-slide .fb-share {
	background-color: #3e5c9a;
	float: left;
	margin: 0 1.3rem 0 -webkit-calc(50% - 17.4rem);
	margin: 0 1.3rem 0 calc(50% - 17.4rem);
}

.di .quiz .result-slide .twitter-share:before {
	content: none;
}

.di .quiz .result-slide .fb-share span,
.di .quiz .result-slide .twitter-share span {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	font-weight: 700;
}

.di .quiz .result-slide .fb-share span {
	padding-left: 2.3rem;
}

.di .quiz .result-slide .twitter-share span {
	padding-left: 3.3rem;
}

.di .quiz .result-slide .fb-share svg {
	fill: #fff;
	width: 4.5rem;
}

.di .quiz .result-slide .twitter-share svg {
	margin-left: .6rem;
	width: 4.2rem;
}

.di .quiz .result-slide .twitter-share svg path:nth-of-type(1) {
	fill: #29aae1;
}

.di .quiz .result-slide .twitter-share svg path:nth-of-type(2) {
	fill: #fff;
}

.di .quiz .result-slide > div:nth-of-type(2),
.di .quiz aside a {
	border-radius: .3rem;
}

/* --- RIGHT COLUMN AD --- */

.di #article #tertiary.adFade {
	margin-top: 3.8rem;
	position: absolute;
	right: 0;
	top: 0;
}

.di .greatest-hits .share-feed a {
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
}

.di .newsfeed .share-feed h2,
.di .newsfeed a:hover .share-feed h2,
.di .newsfeed article:hover .share-feed h2 {
	display: none;
}

.di .newsfeed .share-feed a {
	color: #555;
}

.di .sign-up form {
	text-align: center;
}

.di .sign-up form input[type=email] {
	border: 1px solid #ccc;
	border-radius: .5rem;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: normal;
	height: 3rem;
	padding-left: 1.2rem;
	width: 40%;
	-webkit-appearance: none;
}

.di .sign-up form input[type=email]::-webkit-input-placeholder {
	color: #999;
}

.di .sign-up form input[type=email]:-moz-placeholder {
	color: #999;
}

.di .sign-up form input[type=email]::-moz-placeholder {
	color: #999;
}

.di .sign-up form input[type=email]:-ms-input-placeholder {
	color: #999;
}

.di .sign-up form .submit {
	background-color: #000;
	border: 0 none;
	border-radius: .5rem;
	color: #fff;
	display: inline;
	float: none;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: bold;
	height: 3rem;
	margin-left: .7rem;
	width: 17%;
	-webkit-appearance: none;
}

.di .sign-up form .submit:hover {
	cursor: pointer;
}

.di .sign-up form .return-message {
	color: #e26154;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: normal;
	margin-top: .5rem;
	opacity: 0;
	text-align: center;
}

.di .sign-up form .return-message.on {
	opacity: 1;
	-webkit-transition: opacity .5s;
	        transition: opacity .5s;
}

/* From SoU Nav */

/*  Sign up overlay  */

.di .sign-up + .signup-lightbox {
	background: #323232;
	background: rgba(50, 50, 50, 0.75);
	bottom: 0;
	display: block;
	left: 100%;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity .2s;
	        transition: opacity .2s; /* advertisers will do what they want -- set a very high z-index to overlay ontop of ads */
	z-index: 9000000;
}

.di .sign-up.on + .signup-lightbox {
	left: 0;
	opacity: 1;
}

.di .sign-up.signup-overlay {
	background-color: #fff;
	border: 1px solid #888;
	display: block;
	height: 25.8rem;
	left: 200%;
	margin: -13rem 0 0 -30rem; /* half of height and width */
	opacity: 0;
	overflow: hidden;
	position: fixed;
	text-align: center;
	top: 50%;
	-webkit-transition: opacity .2s;
	        transition: opacity .2s;
	width: 59.6rem; /* advertisers will do what they want -- set a very high z-index to overlay ontop of ads */
	z-index: 9000001;
}

.di .sign-up.signup-overlay.on {
	left: 50%;
	opacity: 1;
}

.di .sign-up.signup-overlay .close {
	background-image: url(/media/sign-up-close.2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	cursor: pointer;
	height: 4rem;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 4rem;
}

.di .sign-up.signup-overlay h2 {
	background-image: url(/media/di-logo.2x.png);
	background-position: 6.5rem 0;
	background-repeat: no-repeat;
	background-size: 19rem;
	border-bottom: 3px solid #ec2c00;
	font-family: Georgia, serif;
	letter-spacing: 1px;
	line-height: 1.6;
	font-size: 1.7rem;
	font-weight: normal;
	height: 6.7rem;
	margin: 5rem auto 2rem;
	padding: 2rem 0 0 27.5rem;
	text-align: left;
	text-transform: uppercase;
	width: 46.5rem;
}

.di .sign-up.signup-overlay p {
	font-family: Georgia, serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: normal;
}

.di .sign-up.signup-overlay input[type=email] {
	border: 1px solid #ccc;
	border-radius: .3rem;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: normal;
	height: 3rem;
	padding-left: 1.2rem;
	width: 24rem;
}

.di .sign-up.signup-overlay .submit {
	background-color: #000;
	border: 0 none;
	border-radius: .3rem;
	color: #FFF;
	display: inline;
	float: none;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: bold;
	height: 3rem;
	width: 8rem;
}

.di .sign-up.signup-overlay form {
	position: relative;
}

.di .sign-up.signup-overlay .return-message {
	color: #e26154;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: normal;
	margin-top: .5rem;
	opacity: 0;
	text-align: center;
}

.di .sign-up.signup-overlay .return-message.on {
	opacity: 1;
	-webkit-transition: opacity .5s;
	        transition: opacity .5s;
}

.di .standard-slideshow .slide-sidebar .slide-number {
	padding: 1.1rem 1.5rem 0 0;
}

.di .subnav {
	height: 25rem;
	box-shadow: 0 -1px 0 0 #ec2c00 inset,0 -2px 0 0 #fff inset,0 -3px 0 0 #ec2c00 inset,0 -4px 0 0 #fff inset,0 -5px 0 0 #ec2c00 inset;
}

.di .subnav svg {
	float: left;
	height: 10.2em;
	position: relative;
	width: 32.5rem;
	margin-left: 1.6rem;
	margin-top: 4.5rem;
}

/* Article Page */

.di .subnav.article {
	background-position: 1rem 1.6rem;
	background-size: 23rem;
	border-bottom: 2px solid #32e0bd;
	height: 9.5rem;
}

.di .subnav a {
	text-decoration: none;
}

/* Used for Newsletter. TODO: change to <a> tag? */

.di .subnav button {
	background-color: transparent;
	border: none;
	display: block;
	float: left;
	height: 2.3rem;
	margin: 0 .6rem;
	padding: 0;
}

/* Share Buttons */

.di .subnav .share-buttons {
	border-top: 1px solid #bbb;
	margin: 0 0 0 1.4rem;
	padding: 1rem 1.4rem 1.4rem;
	position: absolute;
	top: 15rem;
	width: 32.8rem;
}

.di .subnav.article .share-buttons {
	border-top: none;
	float: right;
	margin-top: -7.7rem;
	position: relative;
	top: 0;
}

.di .subnav .share-buttons a.newsletter {
	background-image: url(/media/email.2x.png);
	background-position: 0 .1rem;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: normal;
	height: 2.3rem;
	left: 19.7rem;
	margin: 0;
	padding-left: 2.1rem;
	position: absolute;
	top: 1.2rem;
	width: 12.3rem;
}

.di .subnav .nav-mobile,
.di .subnav .search,
.di .subnav .primary-nav {
	display: none;
}

/* Sponsored Messaging. */

.di .subnav .sponsor {
	height: 3rem;
	margin: 7.2rem 0 0;
	position: relative;
	width: 41.5rem;
}

.di .subnav .sponsor h3 {
	color: #7f7f7f;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.di .subnav .sponsor span {
	background: transparent url(/media/sou-index-sponsor.png) no-repeat center center;
	display: inline-block;
	height: 3rem;
	margin: 0 0 -1.2rem .6rem;
	width: 23rem;
}

.di .subnav.article .sponsor {
	display: none;
}

.di .top-stories {
	left: 39.4rem;
	box-shadow: none;
	overflow: hidden;
	position: absolute;
	top: 2.8rem;
	width: 64rem;
}

.di .top-stories div div {
	float: left;
	margin-left: 1.8rem;
	width: 19.5rem;
}

.di .top-stories div div:first-of-type {
	margin-left: .5rem;
}

.di .top-stories div div:hover .share-feed a {
	color: #111;
	display: inline-block;
	opacity: 1;
	-webkit-transition: opacity .8s;
	        transition: opacity .8s;
}

.di .top-stories:before {
	background: #000;
	color: #fff;
	content: "Top Stories";
	margin-top: 0;
	font-family: Georgia, serif;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: bold;
	left: 0;
	padding: .5rem .8rem;
	position: absolute;
	top: .5rem;
}

.di .top-stories div > a {
	background-repeat: no-repeat;
	background-size: 17.5rem auto;
	display: block;
	width: 17.5rem;
}

.di .top-stories div > a h2 {
	color: #111;
	display: inline-block;
	font-family: Georgia,serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 12rem;
	margin-bottom: .7rem;
}

.di .top-stories-border {
	display: none;
}

}

@media screen and (min-width: 400px) and (max-width: 599.9px) {

#powered_by_livefyre_new a {
	top: .3rem;
}

}

@media screen and (min-width: 600px) and (max-width: 1023.9px) {

.fyre .fyre-comment-replies-indent {
	margin-left: 5rem;
}

.fyre a.fyre-comment-flag-mobile-btn::before,
.fyre a.fyre-comment-flag-mobile-btn::after {
	display: none;
}

.fyre .fyre-comment-actions {
	margin-top: 2.9rem;
}

.fyre .fyre-comment-replies .fyre-comment-footer {
	margin-left: 0;
}

.fyre .fyre-featured-text {
	display: block;
}

.fyre .fyre-comment-tag.fyre-featured br {
	display: none;
}

.fyre-comment-tag.fyre-featured {
	padding: .2rem .6rem .2rem .5rem !important;
}

.fyre .fyre-comment-article .fyre-comment-footer {
	margin: -2rem 0 0;
}

a.fyre-flag-offtopic-link {
	display: block;
	width: 10rem;
}

.fyre .fyre-editor .fyre-editor-toolbar .goog-toolbar .fyre-cancel-button {
	margin-right: .5rem;
	width: 25% !important;
}

.fyre .fyre-editor.fyre-edit-editor .fyre-editor-toolbar .fyre-post-button.fyre-post-button-edit {
	width: 25% !important;
}

.fyre-editor .fyre-editor-toolbar .fyre-button-right.fyre-cancel-button .fyre-button-right-outer-box .fyre-button-right-inner-box {
	line-height: 1.6rem !important;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button .fyre-button-right-outer-box .fyre-button-right-inner-box {
	line-height: 1.5;
}

.fyre .fyre-comment {
	margin-top: .3rem;
}

.fyre-auth + .fyre-editor {
	margin-bottom: -.5rem;
}

.fyre .fyre-editor.fyre-edit-editor .fyre-editor-toolbar .fyre-button-right.fyre-post-button,
.fyre .fyre-editor.fyre-edit-editor .fyre-editor-toolbar .fyre-button-right.fyre-cancel-button {
	border: 1px solid #000 !important;
	border-radius: .5rem !important;
}

.fyre .fyre-editor.fyre-edit-editor .fyre-editor-toolbar .fyre-button-right.fyre-cancel-button {
	border: 1px solid #ddd !important;
}

}

@media screen and (min-width: 1024px) {

.fyre .fyre-box-wrapper a.fyre-user-profile-link {
	padding-bottom: 0;
}

.fyre .fyre-livecount {
	top: -.1rem;
}

.fyre .fyre-stream-livecount {
	font-weight: 400;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button .fyre-button-right-outer-box .fyre-button-right-inner-box {
	line-height: 1.8rem;
}

.fyre.fyre-mobile.fyre-width-medium .fyre-editor .fyre-editor-toolbar .goog-toolbar .fyre-cancel-button,
.fyre.fyre-mobile.fyre-width-medium .goog-inline-block.fyre-button-right.fyre-post-button.fyre-post-button-edit {
	margin-right: .5rem;
	width: 25% !important;
}

.fyre.fyre-mobile.fyre-width-medium .fyre-comment-actions {
	margin-top: 3rem;
}

.fyre.fyre-mobile.fyre-width-medium .fyre-featured-text {
	display: block;
}

.fyre.fyre-mobile.fyre-width-medium .fyre-comment-tag.fyre-featured {
	line-height: .2rem;
	vertical-align: bottom;
}

}

@media screen and (max-width: 1024px) {

.fyre .fyre-flag-menu-item {
	background: none;
	border: none;
	border-top: 1px solid #dededd;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: .1;
	padding: 1.84rem 0;
	text-align: center;
}

.fyre .fyre-flag-menu-item {
	text-align: left;
}

.fyre .fyre-flag-menu-item span {
	background-image: none;
	display: inline;
}

.fyre .fyre-flag-menu-item a {
	cursor: pointer;
}

.fyre .fyre-mobile-menu {
	background: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 0 0 .5rem .5rem;
	border-top: 1px solid #fff;
	box-shadow: -.2rem .7rem 1rem 0 rgba(0, 0, 0, .2);
	box-sizing: border-box;
	height: 15.3rem;
	left: inherit !important;
	margin-top: 1.4rem;
	padding: 0 1.5rem 1.5rem;
	right: -1rem;
	width: 12.3rem;
	z-index: 10;
}

.fyre .fyre-mobile-menu div:first-child,
.fyre .fyre-mobile-menu div:last-child {
	border-bottom: none;
	border-radius: 0;
}

.fyre .fyre-mobile-menu {
	margin-top: .3rem;
}

}

@media screen and (max-width: 399.9px) {

#powered_by_livefyre_new a {
	top: .3rem;
}

}

@media print {

.ad-repeat {
	display: none;
}

.authorfeed {
	display: none;
}

.slideout {
	display: none;
}

.beta-messaging {
	display: none;
}

.buy-button {
	display: none;
}

.closings {
	display: none;
}

.column-subscribe {
	display: none;
}

.comments {
	display: none;
}

/* Hidden */

.cut-nav div > * {
	display: none;
}

.cut-nav {
	border-bottom: 1px solid #000;
	background-color: #fff;
	height: 4.8rem;
	overflow: hidden;
	padding: 0 0 .4rem;
	position: relative;
	width: 100%;
}

.cut-nav > div::before {
	bottom: 0;
	color: #000;
	content: "nymag.com/thecut/";
	display: block;
	font-family: Georgia, serif;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 0;
	padding: 0 0 .3rem;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: lowercase;
}

.cut-nav .cut-nav-inner {
	height: 4rem;
	padding: 0;
	background: none;
}

/* Logo */

.cut-nav .logo {
	display: inline-block;
	height: 4rem;
	left: .5%;
	margin: 0;
	position: relative;
	top: 0;
	width: 20rem;
}

.cut-nav .logo svg {
	fill: #000;
	height: 4rem;
	max-width: 100%;
	width: auto;
}

.cut-nav .logo svg * {
	fill: #000;
}

.episode-recap {
	display: none;
}

.evergreen {
	display: none;
}

.fb-promo {
	display: none;
}

.features {
	display: none;
}

.features-second {
	display: none;
}

.follow {
	display: none;
}

.footer .splash-page,
.footer .connect,
.footer .global-footer-nav {
	display: none;
}

.footer > p {
	padding: 1rem;
}

.global-footer a {
	display: none;
}

.greatest-hits {
	display: none;
}

/* Hidden */

.gs-nav > *,
.gs-nav svg:last-child {
	display: none;
}

.gs-nav {
	border-bottom: 1px solid #000;
	background-color: #fff;
	height: 4.8rem;
	overflow: hidden;
	padding: 0 0 .4rem;
	position: relative;
	width: 100%;
}

.gs-nav > a::before {
	bottom: 0;
	color: #000;
	content: "grubstreet.com";
	display: block;
	font-family: Georgia, serif;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 0;
	padding: 0 0 .3rem;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: lowercase;
}

/* Logo */

.gs-nav > a {
	display: inline-block;
	height: 4rem;
	left: .5%;
	margin: 0;
	position: relative;
	top: 0;
	width: 99%;
}

.gs-nav > a svg:first-child {
	fill: #000;
	height: 14rem;
	max-width: 100%;
	width: auto;
	margin-top: -4rem;
}

.hp-most-popular {
	display: none;
}

.hp-most-popular-mobile {
	display: none;
}

.tv-recaps {
	display: none;
}

.latest-news {
	display: none;
}

.leaderboard-promo {
	display: none;
}

.masthead {
	display: none;
}

.most-popular {
	display: none;
}

.most-popular-ab-test {
	display: none;
}

.most-recent {
	display: none;
}

.most-recent-second {
	display: none;
}

.newsletter-signup {
	display: none;
}

/* Hidden */

.next-subnav > *,
.next-subnav h1 {
	display: none;
}

.next-subnav { /*
  background-image: url(/media/logo.2x.png);
  background-repeat: no-repeat;
  background-size: 15rem;
  background-position: 1.2rem .6rem;
 */
	background-color: #fff;
	border-bottom: 1px solid #000;
	height: 4.8rem;
	overflow: hidden;
	padding: 0 0 .4rem;
	position: relative; /*width: 100%;*/
}

.next-subnav > a::before {
	bottom: 0;
	color: #000;
	content: 'nymag.com/scienceofus/';
	display: block;
	font-family: Georgia, serif;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 0;
	padding: 0 0 .3rem;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: lowercase;
}

/* Logo */

.next-subnav > a {
	display: inline-block;
	height: 4rem;
	position: relative;
	width: 100%;
}

.next-subnav > a svg {
	fill: #000;
	height: 5rem;
	max-width: 100%;
	width: auto;
}

.openings {
	display: none;
}

.package-nav {
	display: none;
}

.pagination {
	display: none;
}

.partner-spotlight {
	display: none;
}

.partner-stories {
	display: none;
}

.power-rankings {
	display: none;
}

.promo {
	display: none;
}

.promo-follow {
	display: none;
}

.pubexchange {
	display: none;
}

.quiz {
	display: none;
}

.quote-quiz {
	display: none;
}

.recaps {
	display: none;
}

.related-stories {
	display: none;
}

.restaurant-search {
	display: none;
}

.section-news {
	display: none;
}

.share-feed {
	display: none;
}

.shows-list {
	display: none;
}

.sign-up {
	display: none;
}

.skins {
	display: none;
}

.slideout {
	display: none;
}

/* Hidden */

.sou-nav > *,
.sou-nav h1 {
	display: none;
}

.sou-nav { /*
  background-image: url(/media/logo.2x.png);
  background-repeat: no-repeat;
  background-size: 15rem;
  background-position: 1.2rem .6rem;
 */
	background-color: #fff;
	border-bottom: 1px solid #000;
	height: 4.8rem;
	overflow: hidden;
	padding: 0 0 .4rem;
	position: relative; /*width: 100%;*/
}

.sou-nav > a::before {
	bottom: 0;
	color: #000;
	content: "nymag.com/scienceofus/";
	display: block;
	font-family: Georgia, serif;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 0;
	padding: 0 0 .3rem;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: lowercase;
}

/* Logo */

.sou-nav > a {
	display: inline-block;
	height: 4rem;
	position: relative;
	width: 100%;
}

.sou-nav > a svg {
	fill: #000;
	height: 5rem;
	max-width: 100%;
	width: auto;
}

/* general slideshow scaffolding */

.standard-slideshow {
	margin: 0 auto;
	max-width: 102.4rem;
	padding: 0;
	position: relative;
	width: 100%;
}

.standard-slideshow .slideshow-top {
	height: auto;
	width: 100%;
}

.standard-slideshow .slideshow-main {
	margin: 1rem auto 0;
	position: relative;
	width: 53.8rem;
}

.standard-slideshow .slideshow-sidebar {
	margin: 1rem auto 0;
	overflow: hidden;
	padding-left: 2.2rem;
	position: relative;
	width: 32.3rem;
}

/* back to article link*/

.standard-slideshow .back-to-article {
	float: left;
	max-width: 56rem;
}

.standard-slideshow .back-to-article a {
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 4.4rem;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.standard-slideshow .back-to-article a,
.standard-slideshow .back-to-article a:active,
.standard-slideshow .back-to-article a:visited,
.standard-slideshow .back-to-article a:hover {
	color: #000;
	text-decoration: none;
}

/* slideshow controls */

.standard-slideshow .slideshow-controls {
	float: right;
}

.standard-slideshow .slide-count {
	border: none;
	float: right;
	height: 4.4rem;
	line-height: 4.4rem;
	margin: 0;
	text-align: center;
	width: 5.7rem; /* hardcoded, so text won't runneth over */
}

/* individual slides */

.standard-slideshow .slide {
	display: none;
	position: relative;
	width: 100%;
}

.standard-slideshow .slide.displayed {
	display: block;
}

/* sidebar */

.standard-slideshow .slide-sidebar {
	display: none;
	position: relative;
	width: 100%;
}

.standard-slideshow .slide-sidebar.displayed {
	display: block;
}

.standard-slideshow .slide-sidebar .slide-number {
	float: left;
	padding: .9rem 1rem 0;
}

.standard-slideshow .slide-sidebar .slide-title {
	padding: 1rem 0 0;
}

.standard-slideshow .slide-sidebar .slide-description {
	display: inline;
}

.standard-slideshow .slide-sidebar .slide-description p:first-of-type {
	margin-top: 1rem;
}

/* slide numbers */

.standard-slideshow .slide-number {
	font-size: 4.7rem;
	line-height: .9;
}

/* float the slide number to the left of the main body text */

.standard-slideshow .slide .slide-number {
	float: left;
	margin-left: -132px;
	padding-right: 15px;
	text-align: right;
	width: 132px;
}

/* title */

.standard-slideshow .slide-title {
	font-family: Georgia,serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	padding: 1rem 0 .5rem;
}

/* center image and cite (also video) */

.standard-slideshow .slide .img,
.standard-slideshow .slide > iframe {
	margin: 0 auto;
	position: relative;
	max-width: 670px;
	width: 670px;
}

.standard-slideshow .slide > iframe {
	height: 40rem;
}

.standard-slideshow .slide .img img {
	display: block;
	margin: 0 auto;
}

.standard-slideshow .slide .img figcaption {
	text-align: center;
}

/* hide stuff */

.standard-slideshow .slide-share,
.standard-slideshow .view-thumbs,
.standard-slideshow .prev-slide,
.standard-slideshow .next-slide,
.standard-slideshow .close-slideshow,
.standard-slideshow .mobile-slide-top,
.standard-slideshow .mobile-slideshow-title,
.standard-slideshow .mobile-slide-title,
.standard-slideshow .mobile-slide-description,
.standard-slideshow .bottom-caption-controls,
.standard-slideshow .slide .slide-share,
.standard-slideshow .ad,
.standard-slideshow .slideshow-interstitial {
	display: none;
}

.streaming {
	display: none;
}

.streaming-beta-messaging {
	display: none;
}

/* Hidden */

.subnav > *,
.subnav h1 {
	display: none;
}

.subnav { /*
  background-image: url(/media/logo.2x.png);
  background-repeat: no-repeat;
  background-size: 15rem;
  background-position: 1.2rem .6rem;
 */
	background-color: #fff;
	border-bottom: 1px solid #000;
	height: 4.8rem;
	overflow: hidden;
	padding: 0 0 .4rem;
	position: relative; /*width: 100%;*/
}

.subnav > a::before {
	bottom: 0;
	color: #000;
	content: "nymag.com/scienceofus/";
	display: block;
	font-family: Georgia, serif;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 0;
	padding: 0 0 .3rem;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: lowercase;
}

/* Logo */

.subnav > a {
	display: inline-block;
	height: 4rem;
	position: relative;
	width: 100%;
}

.subnav > a > svg {
	height: 8rem;
	margin-left: 1rem;
	margin-top: 1.9rem;
	width: 22.8rem;
}

.subnav > a svg {
	fill: #000;
	height: 5rem;
	max-width: 100%;
	width: auto;
}

.subnav-slider {
	display: none;
}

.subnav-slider-beauty {
	display: none;
}

.top-stories {
	display: none;
}

.trending {
	display: none;
}

.tv-recaps {
	display: none;
}

.tv-recaps-slider {
	display: none;
}

.valuable-stars {
	display: none;
}

.vulture-footer .splash-page,
.vulture-footer .connect,
.vulture-footer .global-footer-nav {
	display: none;
}

.vulture-footer > p {
	padding: 1rem;
}

/* Hidden */

.vulture-nav div > * {
	display: none;
}

/*.vulture-nav .main,
.vulture-nav .fashion-dropdown-arrow,
.vulture-nav .main-submenu,
.vulture-nav .search,
.vulture-nav .dropdown,
.vulture-nav .nav-mobile,
.vulture-nav .topics,
.vulture-nav .tagline {
  display: none;
}*/

.vulture-nav {
	background-color: #fff;
	border-bottom: 1px solid #000;
	height: 4.8rem;
	overflow: hidden;
	padding: 0 0 .4rem;
	position: relative;
	width: 100%;
}

.vulture-nav > div::before {
	bottom: 0;
	color: #000;
	content: 'vulture.com';
	display: block;
	font-family: Georgia, serif;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 0;
	padding: 0 0 .3rem;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: lowercase;
}

.vulture-nav .vulture-nav-inner {
	height: 4rem;
	padding: 0;
}

/* Logo */

.vulture-nav .logo {
	display: inline-block;
	position: relative;
	top: 0;
}

.vulture-nav .logo:after {
	content: none !important;
}

.vulture-nav .logo svg {
	fill: #000;
	height: 5rem;
	max-width: 100%;
	width: auto;
}

.vulture-nav .logo svg * {
	fill: #000;
}

.zergnet {
	display: none;
}

}

@-webkit-keyframes DropdownOpen {

0% {
	display: block;
	opacity: 0;
}

100% {
	display: block;
	opacity: 1;
}

}

@keyframes DropdownOpen {

0% {
	display: block;
	opacity: 0;
}

100% {
	display: block;
	opacity: 1;
}

}

@-webkit-keyframes QuizFadeIn {

0% {
	opacity: 0.0;
}

80% {
	opacity: 1;
}

100% {
	opacity: 1;
}

}

@keyframes QuizFadeIn {

0% {
	opacity: 0.0;
}

80% {
	opacity: 1;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes QuizTransform {

0% {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

60% {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

80% {
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
}

100% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@keyframes QuizTransform {

0% {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

60% {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

80% {
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
}

100% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@-webkit-keyframes QuizTransformAnswer {

0% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

60% {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

80% {
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
}

100% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@keyframes QuizTransformAnswer {

0% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

60% {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

80% {
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
}

100% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@keyframes DropdownOpen {

0% {
	display: block;
	opacity: 0;
}

100% {
	display: block;
	opacity: 1;
}

}

