/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; } 
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }
article,aside,figure,footer,header,hgroup,nav,section { display:block; }

/*-
	SELF-CLEARING FLOATS
*/
.mod:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ie .mod {
	zoom: 1;
}

/*-
	Base styles
*/
body {
	background: #FFF;
	background: hsl(0, 0, 100);
	color: #202020;
	color: hsl(0, 0, 13);
	font: normal 100%/1.5 ff-meta-serif-web-pro, Cambria, Georgia, Times, serif;
}
table {
	font-size: inherit;
	font: 100%;
}
select,
input,
textarea {
	font: 99% sans-serif;
}
hr {
	display: none;
}
.rule {
	display: block;
	height: 2em;
	border: none;
	background: url("/images/bar.png") no-repeat 50% 50%;
}
a {
	color: #A96048;
	color: hsl(15, 57, 65);
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
a:hover,
a:focus {
	color: #d07659;
	color: hsl(15, 57, 85);
	text-decoration: none;
}
abbr[title],
dfn[title] {
	border-bottom: none;
	cursor: help;
}
input.text,
input[type=text],
input[type=search],
textarea {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	border: 1px solid #909090;
	border-color: #909090 #CECECE #E3E3E3;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
	font-family: inherit;
	line-height: inherit;
	padding: 0.2em 0.2em 0;
	-moz-transition: border-color 0.15s linear;
	-ms-transition: border-color 0.15s linear;
	-o-transition: border-color 0.15s linear;
	-webkit-transition: border-color 0.15s linear;
	transition: border-color 0.15s linear;
}
input.text:focus,
input[type=text]:focus,
input[type=search]:focus,
textarea:focus {
	border-color: #E3E3E3 #CECECE #909090;
}
ol,
ul {
	margin: 1em 0;
}
p {
	text-indent: 2em;
}
p:first-child,
.author-bio p:first-of-type,
.hed + p,
blockquote + p,
.figure p,
ul + p,
ol + p,
.note + p,
.flush {
	text-indent: 0;
}
br {
	display: none;
}
.comment-list br,
.verse br {
	display: block;
}

address cite,
.btn input {
	color: inherit;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.btn input {
	color: inherit;
	font-size: 10px;
	font-size: 0.625rem;		/* 12/16 */
	letter-spacing: 0.36em;		/* (300 / 1000) * 12 */
	text-transform: uppercase;
}
a.person {
	font-style: italic;
	font-weight: bold;
}
a.person:hover {
	color: #CCC;
	color: hsl(0, 0, 80);
}
img {
	max-width: 100%;
}
img.bug {
	margin-left: 0.2em;
	max-width: inherit;
	vertical-align: middle;
}
.comment-list time,
.sect,
.top {
	color: #999;
	color: hsl(0, 0, 60);
	font: normal 12px/1 proxima-nova, "Proxima Nova", verdana, arial, sans-serif;
	font-size: 0.75rem;		/* 12/16 */
	text-transform: uppercase;
	letter-spacing: 0.12em;		/* (100 / 1000) * 12 */
}
/* Quotes */
.bquote {
	background: #E5E5E5;
	font-style: italic;
	line-height: 1.58823529;			/* 27/17 */
	margin: 1em -5.64971751%;		/* (40/708) * -1 */
	outline-left: 11px solid #000;
	padding: 1.5em 6.77966102%;		/* 48/708 */
	position: relative;
}
.bquote p + address {
	margin-bottom: 0;
}
.bquote address {
	margin-top: 1em;
}
.excerpt {
	font-style: italic;
	position: relative;
}
.excerpt:before {
	content: " ";
	background: url("/images/quote.png") no-repeat;
	position: absolute;
	width: 52px;
	height: 42px;
	left: -28px;
	top: -1em;
	z-index: -1;
}

.cm-page {
	margin: 0 auto;
	padding-top: 2em;
	position: relative;
	max-width: 72em;
	width: 93.75%;
}

/* Interviews */
.speaker {
	font: bold 1em/1 proxima-nova, "Proxima Nova", verdana, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.12em;		/* (100 / 1000) * 12 */
}

.cm-page {
	margin: 0 auto;
	padding-top: 2em;
	position: relative;
	max-width: 72em;
	width: 90%;
}

/*
	Mast
*/
.mast {
	padding-bottom: 1em;
	border-bottom: 3px solid #000;
	margin-bottom: 2em;
	position: relative;
	width: 100%;
}
.go-nav {
	border-radius: 0 0 6px 6px;
	position: absolute;
	left: 0;
	top: -4em;
	width: 100%;
	background: #000;
	text-indent: 0;
	text-align: right;
}
.go-nav a {
	color: #FFF;
	font: normal 12px/1 proxima-nova, "Proxima Nova Regular", verdana, arial, sans-serif;
	font-size: 0.75rem;		/* 12/16 */
	letter-spacing: 0.24em;	/* (200 / 1000) * 12 */
	display: block;
	padding: 1em;
	text-transform: uppercase;
	text-decoration: none;
}
.go-nav b {
	background: url("/images/nav-arrow.gif") no-repeat 100% 0.5em;
	padding-right: 1.25em;
	font-weight: normal;
}
.cm-logo {
	background: url("/images/logo-vert.png") no-repeat 50% 0;
	margin: 2em auto;
	height: 70px;
	width: 50%;
}
.cm-logo span {
	position: absolute;
	left: -1000em;
}
.cm-logo img {
	margin-bottom: -3.79746835%;
	opacity: 0;
}
.cm-search {
	background: #202020;
	text-align: center;
	clear: both;
	padding: 0.25em 0;
}
.cm-search p {
	background: #FFF;
	border-radius: 4px;
	font-size: 14px;
	width: 50%;
	margin: 1em auto;
	overflow: auto;
	position: relative;
}
.cm-search input {
	border: none;
	box-shadow: none;
	font-size: 12px;
	font-size: 0.75rem;			/* 12/16 */
	line-height: 1;
	padding: 0.2em 0;
	vertical-align: middle;
}
.cm-search input.text {
	background: #FFF;
	border: none;
	display: block;
	line-height: 1.5;
	margin: 0;
	padding: 0.2em 2%;
	width: 66%;
}
.cm-search label {
	position: absolute;
	left: -1000em;
}
.cm-search input.submit {
	-webkit-appearance: none;
	background: #909090;
	color: #FFF;
	float: right;
	font-family: proxima-nova, "Proxima Nova Regular", verdana, arial, sans-serif;
	height: 100%;
	padding: 0.4em 2%;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	width: 26%;
}
.nav {
	font: normal 12px/1 proxima-nova, "Proxima Nova Regular", verdana, arial, sans-serif;
	font-size: 0.75rem;		/* 12/16 */
	letter-spacing: 0.24em;	/* (200 / 1000) * 12 */
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
}
.nav li {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
}
.nav a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}
.nav-primary {
	border: 2px solid #202020;
	border-width: 3px 0;
	padding: 1.25em 0;
	margin: 0;
	text-align: center;
}
.nav-primary a {
	display: block;
	padding: 1.25em 0;
	line-height: 1.25;
}
/* Section-specific active nav states */
.articles .nav-archive,
.about .nav-about,
.contribute .nav-write,
.subscribe .nav-subscribe {
	font-weight: bold;
}
/*
	Headlines
*/
.hed {
	font-family: abril-display, Cambria, Palatino, Times, serif;
	font-weight: normal;
	margin-bottom: 0.2em;
}
.main-title {
	font-size: 32px;
	font-size: 2rem;		/* 40/16 */
	line-height: 1;
}
.hed-section {
	clear: both;
	font-size: 28px;
	font-size: 1.75rem;			/* 28/16 */
	line-height: 1;
}
.hed-section:not(first-child) {
	margin-top: 0.75em;
}
.hed-sub {
	font-style: italic;
}
.hed-sub,
.hed-cat {
	margin-top: 1em;
	margin-bottom: 0;
}
.hed-section + .hed-sub {
	margin-top: 0;
}
.hed-lead {
	font-size: 22px;
	font-size: 1.375rem;		/* 38/16 */
	line-height: 1.15789474;		/* 44/38 */
	text-align: center;
	margin-bottom: 1em;
}
.hed-lead b {
	font-weight: bold;
}
.hed-lead abbr,
.byline abbr {
	border-bottom: none;
}
.hed-inline,
.hed-inline + p {
	display: inline;
}
.sect {
	margin-bottom: 2.5em;
	text-align: center;
}
.hed-speaker {
	font: bold 1em ff-meta-serif-web-pro, Cambria, Georgia, Times, serif;
	margin-top: 1.5em;
}
.hed-cat {
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: lowercase;
}
.main {
	position: relative;
}
.note {
	background: url("/images/bar.png") no-repeat 50% 100%;
	font-style: italic;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

/*
	Home
*/
.highlights,
.mag-intro {
	font-size: 18px;
	font-size: 1.125rem;		/* 24/16 */
	margin: 0 auto 4em;
	width: 85%;
}
/*
	Stories
*/
.story {
	clear: both;
	margin: 0 auto 2em;
	position: relative;
}
.hed a,
.info a {
	color: #000;
	text-decoration: none;
}

.hed a:hover,
.info a:hover {
	color: #666;
}
.story .avatar {
	float: right;
	margin: 0 0 1em 1em;
	width: 25%;
}
.story .title {
	font: normal 24px abril-display, Cambria, Times, serif;
	font-size: 1.5rem;		/* 24 / 16 */
}
.byline {
	font: normal 18px abril-display, Cambria, Times, serif;
	font-size: 1.125rem;	/* 18 / 16 */
	font-style: italic;
}
.byline a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/* Tease variants */
.story-brief,
.featured-story {
	width: 85%;
}
.story-brief .info .sect {
	margin: 0.35em 0 1em;
	text-align: left;
	text-indent: 0;
}
.story-brief .byline {
	margin: 0.25em 0 0.75em;
}
/* Published stories, search results */
.stories-out,
.result-list,
.stories-toc {
	margin-bottom: 3em;
}
/* Forthcoming */
.forthcoming {
	margin: 2em auto 4em;
	text-align: center;
	width: 50%;
}
.forthcoming li {
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
	margin: 0 auto 1.5em;
}
.forthcoming .avatar img {
	display: block;
	margin: 0 auto 1em;
	width: 39.7129187%;		/* 83/209 */
}
.forthcoming i {
	position: absolute;
	left: -1000em;
}
.forthcoming cite {
	display: block;
	font-size: 12px;
	font-size: 0.666666667rem;		/* 12/18 */
	font-style: normal;
	font-weight: bold;
	margin: 0.25em 0 2em;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
.forthcoming .sect {
	display: block;
}
/* Search results */
.result-list .story {
	margin-bottom: 3em;
}
/*
	Article
*/
.article-head {
	background: url("/images/bar.png") no-repeat 50% 100%;
	margin: 0 auto;
	padding-bottom: 2em;
	margin-bottom: 2em;
	text-align: center;
}
.article-head .byline {
	font-size: 22px;
	font-size: 1.375rem;		/* 22/16 */
}
.article-head .byline a {
	margin: 0 0.1em;
}
.article-head .sect {
	margin-bottom: 1em;
}
.article-body {
	line-height: 1.61111111;		/* 29/18 */
	margin: 0 auto 2.5em;
}
.article-body li,
.list li,
.olist li {
	margin-bottom: 0.2em;
	margin-left: 1em;
	padding-left: 0.5em;
}
.article-body ul li,
.list li {
	list-style-image: url("/images/bullet.png");
}
.article-body ol,
.olist {
	list-style-type: decimal;
}
.article-body .figure,
.footer .ad {
	background: #E5E5E5;
	margin: 1em auto;
}
.article-body .figure {
	font-size: 14px;
	font-size: 0.875rem;			/* 14/16 */
	font-style: italic;
	line-height: 1.5;
	padding-bottom: 1em;
}
.author-bio {
	margin-bottom: 4.5em;
	line-height: 1.5;
	float: left;
	width: 100%;
}
.article-body figcaption {
	padding: 0 1em;
}
.author-bio span {
	float: left;
	margin-right: 1em;
	width: 21.25%;				/* 204/960 */
}
.author-bio cite.person {
	font-weight: bold;
	font-size: 1.1em;
}
.article-body .figure img {
	border: 3px solid #202020;
	border-width: 3px 0;
	display: block;
	margin: 0.5em 0 1em;
}
.fig-number {
	font-family: proxima-nova, verdana, arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;			/* 12/16 */
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.24em;		/* (200 / 1000) * 12 */
	text-transform: uppercase;
}
.fig-number abbr {
	border-bottom: none;
}
.article-meta {
	font-style: italic;
	margin: 1.5em 0 0;
}
/* Comments */
#comments {
	clear: both;
	border-top: 18px solid #202020;
	padding-top: 4em;
}
li.comment {
	position: relative;
	margin: 0 auto 2.5em;
}
.comments-title,
.comments-count {
	text-align: center;
}
.comments-title,
.add-comment .hed {
	font: normal 32px/1.08333333 abril-display, Cambria, Times, serif;
	font-size: 2rem;				/* 24/16 */
	margin-bottom: 0.1em;
}
.comments-count {
	font-size: 14px;
	font-size: 0.875rem;		/* 14/16 */
	text-indent: 0;
	font-style: italic;
	margin-bottom: 4em;
}
.perma {
	background: #202020;
	border-radius: 1.3em;
	color: #FFF;
	color: hsl(0, 0, 100);
	font: bold 18px/1 proxima-nova, verdana, arial, sans-serif;
	font-size: 1.125rem;		/* 18/16 */
	left: -1000em;
	padding: 0.5em;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 1em;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.perma:hover,
a:hover .perma {
	background: #CCC;
	background: hsl(0, 0, 80);
	color: #333;
	color: hsl(0, 0, 20);
	text-decoration: none;
}
.perma b {
	position: absolute;
	left: -1000em;
}
/* Footnotes */
.footnotes {
	color: #666;
	font-size: 80%;
}
.fref {
	text-decoration: none;
	color: #666;
	background: #EEE;
	padding: 0 0.5em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;
	-o-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
}
.fref:hover,
.fref:focus {
	background: #666;
	color: #EEE;
}
.comment .avatar {
	background: none;
	border-radius: 0;
	display: block;
	margin: 0 auto 0.5em;
	min-width: 2em;
	padding: 0;
	position: static;
	text-align: center;
	width: 12%;
}
.comment .avatar:hover {
	opacity: 0.8;
}
.comment a:hover .avatar. {
	background: none;
}
.comment-meta {
	font-size: 14px;
	font-size: 0.875rem;		/* 14/16 */
	font-style: italic;
	margin-bottom: 1em;
	text-indent: 0;
	text-align: center;
}
.comment-meta a {
	text-decoration: none;
}
.comment-meta b {
	display: none;
}
.comment-meta time {
	display: block;
	margin-bottom: 0.5em;
}
/* Replies */
.sub-comments {
	margin-left: 2em;
	margin-right: 2em;
}
.sub-comments .comment {
	margin-bottom: 2em;
}
.sub-comments .comment-msg {
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	font-size: 0.875rem;
	padding-bottom: 2em;
}
/* Comments tools */
.comment-tools {
	text-indent: 0;
	margin: 1em 0;
	text-align: right;
}
/* Comment form */
.add-comment {
	margin: 0 auto 2.5em;
}
.add-comment .hed {
	text-align: center;
	margin-bottom: 1em;
}
.add-comment fieldset {
	margin-bottom: 1.5em;
}
.add-comment p {
	margin-bottom: 2em;
}
.add-comment label {
	position: absolute;
	left: -1000em;
}
.add-comment input[type=text],
.add-comment input.text,
.add-comment textarea {
	display: block;
	width: 98%;
}
.add-comment .btn {
	display: block;
	margin: 0 auto;
	width: 25%;		/* 126/708 */
}
.btn input {
	background: #202020;
	border-radius: 4px;
	border: none;
	color: #FFF;
	display: block;
	margin: 0 auto;
	padding: 0.75em 0;
	text-align: center;
	width: 100%;
}
.add-comment textarea {
	min-height: 11.25em;
}

.pages {
	color: #999;
	line-height: 2.2;
	margin-bottom: 3em;
	padding: 0 5em;
	position: relative;
	text-align: center;
}
.pages li {
	display: inline;
	margin: 0 0.35em;
}
.pages li.prev,
.pages li.next {
	position: absolute;
	top: 0;
}
.pages li.prev {
	left: 0;
	margin-right: 1.5em;
}
.pages li.next {
	right: 0;
	margin-left: 1.5em;
}
.pages a {
	border: 1px solid #CCC;
	color: #999;
	font: normal 12px proxima-nova, "Proxima Nova", verdana, arial, sans-serif;
	padding: 0.5em 1em;
	text-decoration: none;
	text-transform: uppercase;
}
.pages a:hover {
	background: #EEE;
	border-color: #999;
	color: #777;
}
.pages b {
	font-weight: normal;
	position: absolute;
	left: -1000em;
}

/*
	Profile
*/
.lead-bio {
	margin-bottom: 4em;
	margin-left: 13.125%;		/* 126/960 */
	width: 60.625%;			/* 582/960 */
}
.lead-bio .person {
	font: normal 2em/0.5 abril-display, Cambria, Times, serif;
	font-style: normal;
}
.lead-bio div {
	padding-top: 1em;
}
.lead-bio .avatar {
	float: right;
	width: 20.1030928%;			/* 117/582 */
	margin-right: -28.3505155%;	/* 165/582 */
}
/*
	Connections (TOC)
*/
.title-connect,
.connections li {
	margin-bottom: 1em;
	border-bottom: 1px solid #CCC;
	padding-bottom: 1em;
}
.title-connect {
	font: normal 1.1em/1 proxima-nova, "Proxima Nova", verdana, arial, sans-serif;
}
.story-connect {
	font-style: italic;
}
.story-connect a {
	font-weight: bold;
}
.connections li.last {
	border-bottom: 0;
	padding-bottom: 0;
}
.connections blockquote {
	font: normal 14px/1.7 proxima-nova, "Proxima Nova", verdana, arial, sans-serif;	
}

/*
	Subscribe
*/
.f-subscribe {
	margin: 1em auto;
	max-width: 20em;
	text-align: center;
}
.f-subscribe .hed,
.f-subscribe p {
	margin-bottom: 0.5em;
	text-indent: 0;
}
.f-subscribe .text {
	display: block;
	margin: 0 auto;
	padding: 0.5em 0;
	text-align: center;
	width: 95%;
}
.f-subscribe .btn {
	font: bold 14px proxima-nova, "Proxima Nova", verdana, arial, sans-serif;
	text-transform: uppercase;
	padding: 1em;
}

/*
	Footer
*/
.footer {
	clear: both;
	line-height: 1.5;
	padding: 2em;		/* 78/960 */
	text-align: center;
}
.footer p {
	text-indent: 0;
}
.footer .main {
	margin-bottom: 2em;
}
.footer .ad {
	font: normal 12px proxima-nova, "Proxima Nova", verdana, arial, sans-serif;
	padding: 1em;
	text-align: center;
	margin: 0 auto;
	max-width: 25em;
}
.footer .ad h2 {
	letter-spacing: 0.2em;
	font-weight: normal;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.footer .ad a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
.footer .ad img {
	margin-bottom: 1em;
}
.footer .ad p {
	text-transform: none;
	letter-spacing: 0.024em;		/* (20 / 1000) * 12 */
	margin-bottom: 1em;
	margin-top: 2em;
}
.footer .nav {
	line-height: 1.5;
}
.footer h1 {
	margin: 0 auto 1em;
	width: 50%;
}
.site-license {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 3em;
	text-transform: none;
	letter-spacing: 0;
}
.top {
	clear: both;
	margin: 2em 0;
}
.top a {
	color: #202020;
	font-weight: bold;
	text-decoration: none;
}

/*-
	Queries
*/
/* Disable iOS/WinMobile font size changes */
@media screen and (max-device-width: 480px) {
	html {
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
}

@media screen and (min-width: 37.5em) {
	.info .avatar {
		width: 18.2017544%;			/* 83 / 456 */
	}
	.main-title {
		font-size: 48px;
		font-size: 3rem;		/* 48/16 */
	}
	.article-body,
	.hed-lead {
		margin-left: auto;
		margin-right: auto;
		width: 73.75%;
	}
	.hed-sub {
		font-size: 18px;
		font-size: 1.125rem;		/* 18/16 */
	}
	.article-body {
		width: 85%;
		margin-bottom: 4.5em;
	}
	.article-body .figure {
		background: none;
		float: left;
		margin-bottom: 1.5em;
		margin-top: 0.5em;
		margin-left: -17.7966102%;		/* (126/708) * -1 */
		margin-right: 6.77966102%;		/* 48/708 */
		width: 64.4067797%;				/* 456/708 */
		padding-bottom: 0;
	}
	.article-body figcaption {
		padding: 0;
	}
	.article-body .fig-alt {
		float: right;
		margin-left: 6.77966102%;		/* 48/708 */
		margin-right: -17.7966102%;		/* (126/708) * -1 */
	}
	.article-body .figure p {
		margin-left: 16.2280702%;		/* 74/456 */
	}
	.bquote {
		font-size: 17px;
		font-size: 1.0625rem;			/* 17/16 */
	}
	.bquote:after {
		background: #000;
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 11px;
		height: 100%;
	}
	li.comment {
		width: 85%;
	}
	.add-comment {
		width: 80%;
	}
	.mag-intro {
		width: 47.5%;			/* 456/960 */
	}
}
@media screen and (min-width: 48em) {
	.mast {
		margin-bottom: 5em;
		padding-bottom: 0;
		border-bottom: none;
	}
	.cm-page {
		width: 80%;
	}
	.cm-logo {
		background: none;
		height: auto;
		margin: 0 0 0 3.75%;		/* 36/960 */
		width: 26.6666667%;		/* 256/960 */
	}
	.cm-logo img {
		margin-bottom: -3.79746835%;
		opacity: 1;
	}
	.story-brief,
		.stories-toc .bquote {
		width: 73.75%;				/* 708 / 960 */
	}
	.stories-toc .bquote {
		margin: 3em auto;
	}
	.go-nav {
		left: -1000em;
	}
	#site-nav {
		position: absolute;
		top: -5em;
		width: 100%;
		z-index: 5;
	}
	.cm-search {
		background: #FFF;
		border-bottom: 1px solid #CECECE;
		clear: none;
		margin-top: -1.25em;
		padding: 0;
		position: absolute;
		right: 0;
		top: -2em;
		width: 26.25%;				/* 252/960 */
		z-index: 100;
	}
	.cm-search p {
		background: inherit;
		border-radius: 0;
		font-size: 1em;
		width: auto;
		margin: 0;
		overflow: visible;
	}
	.cm-search input {
		background: none;
		border: none;
		display: block;
	}
	.cm-search input.text {
		font-size: 14px;
		font-size: 0.875rem;		/* 14/16 */
	}
	.featured-story {
		margin-bottom: 3em;
		width: 47.5%;			/* 456/960 */
	}
	.featured-story .avatar {
		width: 30%;
	}
	.featured-story .title {
		font-size: 1.875rem;
		font-size: 30px;
	}
	.featured-story .byline,
	.featured-story .excerpt {
		font-size: 1.125rem;
		font-size: 18px;
	}
	.featured-story .title {
		padding-top: 0.3em;
	}
	.featured-story .info {
		margin-bottom: 1em;
	}
	.lead-bio .person {
		font-size: 61px;
		font-size: 3.8125rem;		/* 61/16 */
	}
	.nav,
	.nav li,
	.nav a {
		float: none;
	}
	.nav li,
	.nav a {
		display: inline;
	}
	.nav {
		width: auto;
	}
	.nav li:after {
		content: "\20\00B7\20";
	}
	.nav li:last-child:after {
		content: "";
	}
	.nav a {
		text-align: center;
	}
	.nav-primary,
	.nav-primary a {
		padding: 0;
	}
	.nav-primary {
		border: none;
		line-height: 1;
		margin-left: 13.125%;	/* 126/960 */
		position: static;
		text-align: left;
	}
	.forthcoming {
		width: 78.75%;			/* 756/960 */
	}
	.forthcoming li {
		float: left;
		margin: 0 3.17460317%;	/* 24/756 */
		width: 26.984127%;		/* 204/756 */
	}
	.main-title {
		font-size: 60px;		/* 52/48 */
		font-size: 3.75rem;		/* 60/16 */
	}
	.article-intro {
		font-size: 23px;
		font-size: 1.4375rem;		/* 23/16 */
		line-height: 1.34782609;		/* 31/23 */
	}
	.article-intro p {
		margin-bottom: 0.5em;
	}
	.author-bio span {
		margin-right: 0;
		margin-top: -1em;
	}
	.author-bio img {
		display: block;
		margin: 0 auto;
		width: 57.8431373%;			/* 118/ 204 */
	}
	.author-bio p {
		font-size: 14px;
		font-size: 0.875rem;		/* 14/16 */
		margin-left: 21.25%;		/* 204/960 */
		text-indent: 0;
		width: 53.3333333%;			/* 512/960 */
	}
	li.comment {
		margin: 0;
		margin-bottom: 4.25em;
		width: 100%;
	}
	.comments-title,
	.comments-count {
		text-align: left;
		margin-left: 13.125%;		/* 126/960 */
	}
	.comments-title {
		font-size: 48px;			/* 52/48 */
		font-size: 3rem;
		margin-bottom: 0.1em;
	}
	.perma {
		left: 6.5625%;				/* 63/960 */
		margin-bottom: 0;
		margin-left: -1.66666667%;	/* (16/960) * -1 */
	}
	.result-list .perma {
		top: 0;
		left: -6.77966102%;			/* (48/708) * -1 (.story is the context) */
		margin-left: -1em;
	}
	/* Author's avatar replaces the number label on comments */
	.comment .avatar {
		text-align: left;
		margin-bottom: 0;
		position: absolute;
		width: 6%;
		min-width: 1em;
	}
	.comment .avatar img {
		margin-left: -0.75em;
	}
	.sub-comments .avatar img {
		margin-left: -2em;
	}
	.comment-meta {
		margin-left: 13.125%;		/* 126/630 */
		text-align: left;
	}
	.comment-msg {
		margin-left: 13.125%;		/* 126/960 */
		width: 65.625%;			/* 630/960 */
	}
	/* Replies */
	.sub-comments {
		border-top: none;
		padding-top: 0;
		margin: 2em 0;
	}
	.sub-comments .comment {
		margin-bottom: 3em;
	}
	.sub-comments .comment-msg {
		padding-bottom: 3em;
	}
	.sub-comments .comment-meta,
	.sub-comments .comment-msg {
		margin-left: 26.25%;		/* 252/960 */
		width: 52.5%;				/* 504/960 */
	}
	.sub-comments time {
		float: right;
		margin-top: 0.25em;
		text-align: right;
	}
	.sub-comments .perma {
		font-size: 1.1em;
		left: 21.25%;				/* 204/960 */
	}
	.add-comment {
		margin-bottom: 4em;
		width: 73.75%;				/* 708/960 */
	}
	.add-comment .hed,
	.hed-lead {
		font-size: 38px;
		font-size: 2.375rem;		/* 38/16 */
	}
	.compose-comment {
		float: left;
		width: 64.4067797%;		/* 456/708 */
	}
	.my-info {
		float: right;
		width: 28.8135593%;		/* 204/708 */
	}
	.add-comment .btn {
		clear: both;
		float: right;
		width: 17.7966102%;		/* 126/708 */
	}
	.add-comment p {
		margin-bottom: 2em;
	}
	.group {
		float: left;
	}
	.group-alt {
		float: right;
	}
	.p-eq {
		width: 47.3958333%;		/* 455/960 */
	}
	.quote-intro span {
		float: left;
		margin: -2em 0 1em;
		margin-right: 5.26315789%;		/* 24/456 */
		text-align: center;
		width: 22.3684211%;				/* 102/456 */
	}
	.pages {
		padding: 0;
		line-height: auto;
	}
	.pages b,
	.pages li.prev,
	.pages li.next {
		position: static;
	}
	.footer {
		border-top: 20px solid #202020;
	}
	.footer {
		padding: 2em 8.125% 2em 13.125%;		/* 78/960; 126/960 */
		text-align: left;
	}
	.footer .main {
		float: left;
		line-height: 1.33333333;		/* 16/12 */
		margin-bottom: 1em;
		width: 56.5920398%;			/* 455/804 */
	}
	.footer h1 {
		margin-bottom: 0;
		margin-left: -11.4285714%;	/* (7/455) * -1 */
		width: 33.6263736%;			/* 153/455 */
	}
	.footer .ad {
		background: none;
		padding: 0;
		float: right;
		text-align: left;
		width: 34.3283582%;
	}
	.footer .ad img {
		margin-right: 15px;
		margin-bottom: 0;
		float: left;
	}
	.footer .ad p {
		clear: left;
	}
	.top {
		margin-top: 0;
	}
}
@media screen and (min-width: 60em) {
	.story .avatar {
		float: left;
		margin: 0;
	}
	.featured-story .avatar {
		width: 18.2017544%;			/* 83 / 456 */
	}
	.story-brief .info .sect {
		margin: 2.25em 0 0;
	}
	.story-brief .avatar {
		margin-left: -32.4242424%;	/* (107 / 330) * -1 */
		margin-top: -.75em;         /* fix for mysterious icon saggage */
		width: 25.1515152%;			/* 83 / 330 */
	}
	.initial,
	.story-brief .info,
	.story-brief .excerpt,
	.story-brief .summary,
	.connections {
		width: 46.6101695%;			/* 330/708 */
	}
	.initial,
	.story-brief .info {
		float: left;
		position: relative;
	}
	.initial .info,
	.initial .summary {
		float: none;
		width: auto;
	}
	.stories-toc .summary {
		clear: left;
		float: left;
	}
	.story-brief .excerpt,
	.connections {
		float: right;
	}
	.featured-story .avatar {
		margin-left: -23.4649123%;	/* (107 / 456) * -1 */
		margin-top: -0.3em;
	}
	.article-head {
		width: 83.75%;
	}
	.article-body {
		margin-bottom: 4.5em;
		width: 73.75%;							/* 708/960 */
	}
	.article-body li,
	.list li,
	.olist li {
		margin-bottom: 0.2em;
		margin-left: -0.5em;
	}
	.highlights .content {
		clear: both;
		-moz-column-count: 2;
		-moz-column-gap: 5.10416667%;	/* 49/960 */
		-webkit-column-count: 2;
		-webkit-column-gap: 5.10416667%;
		column-count: 2;
		column-gap: 5.10416667%;
	}
	.result-list .perma {
		left: -13.559322%;			/* (96/708) * -1 (.story is the context) */
	}
	.footer .ad p {
		clear: none;
	}
}
@media screen and (min-width: 65em) {
	.article-body {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.75;
	}
	.article-intro {
		font-size: 25px;
		line-height: 1.5;
	}
	.article-intro p {
		margin-bottom: 0.2em;
	}
}
@media screen and (min-width: 85em) {
	.perma {
		margin-left: 0;
	}
}
