@import url(font-awesome.min.css);

/*
	Slate by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/


:root
{
	
}




/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
	border: 0;
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

/* Box Model */

*, *::before, *::after 
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}




/* Basic */

body
{
	-webkit-text-size-adjust: none;
}

@media screen and (max-width: 480px)
{

	html, body
	{
		min-width: 320px;
	}

}

body
{
	background: #fff;
}
	
		

body.is-loading *, body.is-loading *::before, body.is-loading *::after
{
	animation: none !important;
	transition: none !important;
}

/* Type */

html
{
	font-size: 21px;
	font-weight: 400;
	line-height: 1.65em;
	background-color: #fff;
	color: #444;

	font-family: "Open Sans", Helvetica, sans-serif;
}


body
{
	background-color: #fff;
	color: #444;

	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.65em;
}

@media screen and (max-width: 1680px)
{
	html,body
	{
		font-size: 18px;
	}
}


body.page-videos{background:#ffffff url(descend.jpg) no-repeat scroll 10px 300px;background-size: 100% auto;} 
	

:focus
{
	outline-color:inherit;
	outline-style:dotted;
	outline-width:0.095238rem;
}

div:focus
{
	outline:none;
}
@media screen
{
	a
	{
		transition:background-color 0.3s,color 0.3s,text-decoration-color 0.3s,opacity 0.3s,background-image 0.3s,border 0.3s,filter 0.3s;
	}	
}

a,a:link,a:visited
{
	color:currentColor;
	text-decoration:underline dotted;
	text-decoration-color:#666;
	text-decoration-skip:ink;
	text-underline-offset:0.2em;
	text-decoration-thickness:max(1px,0.047619em);
}

a:focus,a:hover,a:active
{
	color:currentColor;
	text-decoration:underline;
	text-decoration-color:currentColor;
	text-decoration-skip:ink;
	text-underline-offset:0.2em;
	text-decoration-thickness:max(1px,0.047619em);
}
	
	
	
strong, b {
	font-weight: 600;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 2em;
}

p.condensed
{
	margin-bottom:1.5em;
}

h1
{
	color:#444;
	font-family:"Raleway", Helvetica, sans-serif;
	font-size:1.666667rem;
	font-weight:500;
	line-height: 1;
	margin: 0 0 1.5em 0;
	padding-bottom:1.25em;
	position: relative;
}

	
h1 a,h1 a:link,h1 a:visited,h1 a:focus,h1 a:hover,h1 a:active
{
	color: currentColor;
	text-decoration: none;
}

h1 span
{
	padding-left:2em;
}


h2
{
	color: #444;
	font-family: "Raleway", Helvetica, sans-serif;
	font-weight:800;
	font-size: 1.857143rem;
	line-height: 1.25;
	margin: 0 0 0.7em 0;
	padding-bottom: 0.75em;
	position: relative;
}

@media screen and (max-width: 1280px)
{
	h2
	{
		font-size: 1.5rem;
	}
}

	
h2.border::after
{
	border-bottom: solid 1px;
	bottom: 0;
	content: '';
	display: inline-block;
	left: 0;
	position: absolute;
	width: 3rem;
}

h2 a,h2 a:link,h2 a:visited,h2 a:focus,h2 a:hover,h2 a:active
{
	color: currentColor;
	text-decoration: none;
}

h2.alt
{
	text-transform:uppercase;
	font-size: 1.238095rem;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	padding-bottom: 1.25em;
	font-weight:700;
}



h3
{
	color: #444;
	font-family: "Raleway", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.238095rem;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	padding-bottom: 1.25em;
	position: relative;
}

h3.border::after
{
	border-bottom: solid 1px;
	bottom: 0;
	content: '';
	display: inline-block;
	left: 0;
	position: absolute;
	width: 3rem;
}

h3 a
{
	border-bottom: 0;
	color: inherit;
	text-decoration: none;
}

.post h3
{
	font-size: 1.047619rem;
	line-height: 1.25;
	text-transform:uppercase;
}	


h4
{
	font-size:1rem;
	font-weight:600;
	margin:0;
	padding:0;
	font-family: "Open Sans", Helvetica, sans-serif;
}

hr {
border: 0;
border-bottom: solid 1px #e6e6e6;
margin: 2em 0;
}

a {
	color: #444;
}

strong, b {
	color: #444;
}

/* Button */

.button {
	appearance: none;
	border: 0;
	border-radius: 0;
	box-shadow: inset 0 0 0 1px #444;
	cursor: pointer;
	display: inline-block;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size:0.833333rem;
	font-weight: 700;
	height: 2.75em;
	line-height: 2.75em;
	padding: 0 1.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
	
.button,.button:link,.button:visited
{
	background-color:#fff;
	color:#444;
	text-decoration:underline;
	text-decoration-color:rgba(255,255,255,0);
}

.button:focus,.button:hover,.button:active
{
	background-color:#f2f2f2;
	color:black;
	text-decoration:underline;
	text-decoration-color:currentColor;
}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}


		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */



	ul {
		list-style-type:none;
		margin: 0 0 2em;
		padding-left: 1em;
	}

	ul>li
	{
		padding:0 0 0 1rem;
		position:relative;
	}
	
	ul>li::before
	{
		content:'\2022';
		position:absolute;
		top:0;
		left:0;
	}

	



/* Post */

	.post {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		margin-bottom: 2em;
	}

		.post .image {
			display: block;
			margin-bottom: 1em;
			width: 100%;
			-ms-flex: 0 0 auto;
		}

			.post .image img {
				width: 100%;
			}

		.post .content {
			padding: 2.5em 2.5em 0.5em 2.5em ;
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
		}

		@media screen and (max-width: 1280px) {

			.post .content {
				padding: 2em 2em 0.1em 2em ;
			}

		}

		@media screen and (max-width: 736px) {

			.post {
				display: block;
			}

				.post .content {
					padding: 2em 1.5em 0.1em 1.5em ;
				}

		}

	.post .content {
		background-color: transparent;
		border: solid 1px #e6e6e6;
	}

/* Posts */

	.posts {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
	}

		.posts .post {
			width: calc(33.33333333% - 1.25em);
		}

		@media screen and (max-width: 1280px) {

			.posts .post {
				width: calc(50% - 1em);
			}

		}

		@media screen and (max-width: 736px) {

			.posts {
				display: block;
			}

				.posts .post {
					width: 100%;
				}

		}

/* Section/Article */

	section.special, article.special
	{
		text-align: center;
	}

	header.major
	{
		padding: 0 0 6rem;
		margin:0 0 2rem;
		border-bottom:1px solid #e6e6e6;
	}
	
	@media screen and (max-width: 1280px)
	{
		header.major
		{
			padding-bottom: 4em;
		}
	}

	@media screen and (max-width: 736px)
	{
		header.major
		{
			padding-bottom: 2.5em;
		}
	}
	
	header.major h2,header.major p
	{
		margin-bottom:0;
	}





/* Wrapper */

	.wrapper {
		padding: 4em 0 2em 0 ;
		position: relative;
	}

		.wrapper > .inner {
			margin: 0 auto;
			max-width: 74.285714rem;
			width: 90%;
		}

		.wrapper.major-pad {
			padding: 6em 0 4em 0 ;
		}


			
		

		.wrapper.style2 {
			background-color: #f6f6f6;
			color: #444;
			border-top: 0;
		}


			.wrapper.style2 a {
				color: #444;
			}

			.wrapper.style2 strong, .wrapper.style2 b {
				color: #444;
			}

			.wrapper.style2 h2, .wrapper.style2 h3 {
				color: #444;
			}

			.wrapper.style2 hr {
				border-bottom-color: #e6e6e6;
			}

			.wrapper.style2 .post .content {
				background-color: #fff;
				border: 0;
			}

			
		


		

		@media screen and (max-width: 1280px) {

			.wrapper {
				padding: 3em 0 1em 0 ;
			}

				.wrapper > .inner {
					width: 100%;
					padding: 0 3em;
				}

				.wrapper.major-pad {
					padding: 4em 0 2em 0 ;
				}

		}

		@media screen and (max-width: 980px) {

			.wrapper > .inner > * {
				width: 100%;
				padding-left: 0 !important;
			}






		}

		@media screen and (max-width: 736px) {

			.wrapper {
				padding: 2.5em 0 0.5em 0;
			}

				.wrapper > .inner {
					padding: 0 1.5em;
				}

				.wrapper.major-pad {
					padding: 2.5em 0 0.5em 0;
				}

		}

/* Header */

	body {
		padding-top: 3.5em;
	}

	@-moz-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	#header {
		background-color: #fff;
		box-shadow: 0 0 0.125em 0 rgba(0, 0, 0, 0.35);
		font-family: "Raleway", Helvetica, sans-serif;
		font-weight: 500;
		height: 3.5em;
		left: 0;
		line-height: 3.5em;
		position: fixed;
		text-transform: uppercase;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			height: inherit;
			left: 1.5em;
			line-height: inherit;
			margin: 0;
			padding-bottom: 0;
			position: relative;
			text-transform:none;
		}

			
			#header h1 a {
				color: inherit;
			}


		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 1.5em;
			top: 0;
			font-size:0.833333rem;
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#header nav > ul > li {
					display: inline-block;
					margin-left: 2em;
					padding: 0;
				}
				
				#header nav li::before
				{
					content:'';
					display:none;
				}

					#header nav > ul > li > ul {
						display: none;
					}

					#header nav > ul > li a {
						text-decoration: none;
						border-bottom: 0;
					}

						#header nav > ul > li a::before {
							-moz-osx-font-smoothing: grayscale;
							-webkit-font-smoothing: antialiased;
							font-family: FontAwesome;
							font-style: normal;
							font-weight: normal;
							text-transform: none !important;
						}

						#header nav > ul > li a::before {
							margin-right: 0.75em;
						}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

		#header .navPanelToggle {
			text-decoration: none;
			border: 0;
			height: 4em;
			position: absolute;
			right: 0;
			top: 0;
			width: 5em;
			display: none;
		}

			#header .navPanelToggle::before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#header .navPanelToggle::before {
				content: '\f0c9';
				width: 3em;
				height: 3em;
				display: block;
				position: absolute;
				right: 0;
				top: 0;
				text-align: center;
			}

		#header + #banner {
			margin-top: -3.5em;
		}

		#header.reveal {
			-moz-animation: reveal-header 0.5s ease;
			-webkit-animation: reveal-header 0.5s ease;
			-ms-animation: reveal-header 0.5s ease;
			animation: reveal-header 0.5s ease;
		}

		#header.alt {
			background-color: #444;
			color: #fff;
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background-color: transparent;
			box-shadow: none;
			overflow: hidden;
			position: absolute;
			top: 1.5em;
		}

			

			#header.alt a {
				color: #fff;
			}

			#header.alt strong, #header.alt b {
				color: #fff;
			}

			#header.alt h1, #header.alt h2, #header.alt h3 {
				color: #fff;
			}

			#header.alt hr {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			#header.alt h1 {
				left: 2.5em;
			}

			#header.alt nav {
				right: 2.5em;
			}

		@media screen and (max-width: 1280px) {

			#header.alt
			{
				top: 0.75em;
			}

				#header.alt h1
				{
					left: 1.5em;
				}

				#header.alt nav
				{
					right: 1.5em;
				}

		}

		@media screen and (max-width: 980px) {

			#header.alt
			{
				top: 0;
			}

			#header nav
			{
				display: none;
			}

			#header .navPanelToggle
			{
				display: block;
			}

		}

		@media screen and (max-width: 736px) {

			#header
			{
				height: 3em;
				line-height: 3em;
			}

				#header h1
				{
					left: 1em !important;
				}


		}

	.dropotron {
		list-style: none;
		padding: 0;
		background: #fff;
		color: #444;
		min-width: 13em;
		padding: 0.75em;
		margin-top: -0.5em;
		font-family: "Raleway", Helvetica, sans-serif;
		font-weight: 500;
		text-transform: uppercase;
		box-shadow: 0 0 0.125em 0 rgba(0, 0, 0, 0.35);
	}

		.dropotron li {
			box-shadow: inset 0 1px 0 0 #e6e6e6;
			padding:0;
		}
		
		.dropotron li::before
		{
			content:'';
			display:none;
		}

			.dropotron li:first-child {
				box-shadow: none;
			}

		.dropotron a {
			color: inherit;
			text-decoration: none;
			letter-spacing: 0.05em;
			font-size: 0.666667rem;
			display: block;
			line-height: 3em;
			border: 0;
		}

		.dropotron.level-0 {
			margin-top: 0;
		}

			.dropotron.level-0::before {
				content: '';
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				border-bottom: solid 0.5em #fff;
				display: block;
				position: absolute;
				top: -0.45em;
				left: 50%;
				margin-left: -0.25em;
			}

/* Banner */

	#banner {
		background-color: #444;
		color: #fff;
		min-height: 40em;
		height: 75vh;
		position: relative;
	}

		
		#banner a {
			color: #fff;
		}

		#banner strong, #banner b {
			color: #fff;
		}

		#banner h1, #banner h2, #banner h3
		{
			color: #fff;
		}

		#banner hr {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#banner::after {
			pointer-events: none;
			transition: opacity 1.5s ease-in-out, visibility 1.5s;
			background: #000511;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 2;
		}

		
		#banner > article {
			transition: opacity 1.5s ease, visibility 1.5s;
			background-attachment: fixed;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			text-align: center;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 0;
		}

			#banner > article::before {
				content: '';
				display: inline-block;
				height: 100%;
				vertical-align: middle;
			}

			#banner > article::after {
				content: '';
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background: #000;
				opacity: 0.35;
			}

			#banner > article .inner {
				position: relative;
				display: inline-block;
				vertical-align: middle;
				z-index: 1;
			}

				#banner > article .inner > :last-child {
					margin-bottom: 0;
				}

			

			#banner > article img {
				display: none;
			}

			#banner > article.visible {
				opacity: 1;
				visibility: visible;
			}

			#banner > article.top {
				z-index: 1;
			}

			#banner > article.instant {
				transition: none !important;
			}

		body.is-loading #banner::after {
			opacity: 1.0;
			visibility: visible;
		}

		@media screen and (max-width: 1280px) {

			#banner {
				min-height: 35em;
				height: 60vh;
			}

			

		}

		@media screen and (max-width: 980px) {

			#banner {
				min-height: 50em;
				height: 75vh;
			}

				#banner > article {
					background-attachment: scroll;
				}

		}

		@media screen and (max-width: 736px) {

			#banner {
				min-height: 25em;
			}

				#banner > article .inner {
					width: 90%;
				}


		}

		body.is-mobile #banner > article {
			background-attachment: scroll;
		}

/* Main */

	#main
	{
		padding: 6em 0 4em 0 ;
	}

	

		@media screen and (max-width: 1280px)
		{

			#main
			{
				padding: 4em 0 2em 0 ;
			}

		}

		@media screen and (max-width: 736px)
		{

			#main
			{
				padding: 2.5em 0 0.5em 0 ;
			}


		}

/* Footer */

	#footer
	{
		padding: 4em 0 2em 0 ;
		border-top: solid 1px #e6e6e6;
		position: relative;
	}

		#footer > .inner
		{
			margin: 0 auto;
			max-width: 74.285714rem;
			position: relative;
			width: 90%;
		}

		#footer p
		{
			color: #bbb;
			font-size: 0.75rem;
		}


		@media screen and (max-width: 1280px)
		{

			#footer
			{
				padding: 3em 0 1em 0 ;
				text-align: center;
			}

				#footer p
				{
					margin: 0 0 1em 0;
				}


		}


/* Navigation Panel */

	#navPanel
	{
		transform: translateX(20em);
		transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		background-color: #fff;
		box-shadow: none;
		display: none;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 20em;
		z-index: 10002;
		font-family: "Raleway", Helvetica, sans-serif;
		font-weight: 500;
		text-transform: uppercase;
	}

		#navPanel nav
		{
			padding: 3em 2em;
		}

		#navPanel .link
		{
			border: 0;
			border-top: solid 1px #e6e6e6;
			color: inherit !important;
			display: block;
			font-size: 0.75rem;
			padding: 0.75em 0;
		}

			#navPanel .link:first-child
			{
				border-top: 0;
			}

			#navPanel .link.depth-0
			{
				font-weight: 700;
				color: inherit !important;
			}

			#navPanel .link .indent-1
			{
				display: inline-block;
				width: 1.25em;
			}

			#navPanel .link .indent-2
			{
				display: inline-block;
				width: 2.5em;
			}

			#navPanel .link .indent-3
			{
				display: inline-block;
				width: 3.75em;
			}

			#navPanel .link .indent-4
			{
				display: inline-block;
				width: 5em;
			}

			#navPanel .link .indent-5
			{
				display: inline-block;
				width: 6.25em;
			}

		#navPanel .close
		{
			text-decoration: none;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: transparent;
			border: 0;
			color: #444;
			cursor: pointer;
			display: block;
			height: 4em;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 5em;
		}

			#navPanel .close::before
			{
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#navPanel .close::before
			{
				content: '\f00d';
				width: 3em;
				height: 3em;
				line-height: 3em;
				display: block;
				position: absolute;
				right: 0;
				top: 0;
				text-align: center;
			}

			#navPanel .close:hover
			{
				color: inherit;
			}

			@media screen and (max-width: 736px)
			{

				#navPanel .close
				{
					height: 4em;
					line-height: 4em;
				}

			}

		#navPanel.visible
		{
			transform: translateX(0);
			box-shadow: 0 0 0.125em 0 rgba(0, 0, 0, 0.35);
			visibility: visible;
		}

		@media screen and (max-width: 980px)
		{

			#navPanel {
				display: block;
			}

		}

		@media screen and (max-width: 736px)
		{

			#navPanel
			{
				display: block;
			}

				#navPanel nav
				{
					padding: 2.25em 1.25em;
				}

		}
		
		
		
		
		
.clear
{
	content:'';
	display:block;
	clear:both;
}

.md
{
	color:#c86384;
}

.cap
{
	font-size:1.4em;
	font-weight:400;
}

.source
{
	font-size:0.833333rem;
	opacity:80%;
}
.source::before
{
	content:'\2013\a0';
}

.subdued
{
	font-size:0.833333rem;
	opacity:80%;
}

h3.work-title
{
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size:1.428571rem;
	font-weight:500;
	line-height:1.4em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	padding-bottom:none;
	margin-bottom:none;
	padding-top:4em;
}

.numero
{
	font-weight:500;
	max-width:18em;
	text-align:center;
	padding-top:1.5rem;
}
.work-title+.numero
{
	padding-top:0;
}

.essays-reviews-list
{
	padding:0 0 5rem 2.142857rem;
	margin:0;
	max-width:42.857143rem;
}
.essays-reviews-list li
{
	display:grid;
	grid-column-gap:1.5rem;
	column-gap:1.5rem;
	grid-template-columns:100px 1fr;
	padding:0 0 1.5rem;
	margin:0;
}
.essays-reviews-list li::before
{
	content:'';
	display:none;
}
.essays-reviews-list li figure
{
	display:block;
	margin:0;
	padding:0;
}
.essays-reviews-list li figure img
{
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.essays-reviews-list li p
{
	margin:0;
	padding:0;
}
		
figure
{
	width:100%;
	margin:0 0 1.5rem;
	padding:0;
}

figure>img
{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	height:auto;
}
figcaption
{
	font-size:0.833333rem;
	font-style:italic;
	text-align:center;
	color:#333;
	margin:1rem 0 0;
}



a.arrow
{
}

a.arrow::before
{
	color:#c86384;
	content:'\2799\A0\A0';
	font-size:1.2em;
}

p.arrow-green
{
	
}

p.arrow-green::before
{
	content:'\2191';
	font-weight:600;
	color:green;
	font-size:2em;
	display:block;
	padding:0 0 0.5rem;
}

@media screen and (min-width:728px)
{
	p.arrow-green::before
	{
		content:'\2190';
	}
}

.two-columns
{
	display:grid;
	grid-column-gap:1.5rem;
	column-gap:1.5rem;
	grid-template-columns:1fr;
	grid-template-areas:"col1" "col2";
}

@media screen and (min-width:728px)
{
	.two-columns
	{
		grid-template-columns:repeat(5,1fr);
		grid-template-areas:"col1 col1 col2 col2 col2";
	}
	
	.two-columns.alt-3-2
	{
		grid-template-areas:"col1 col1 col1 col2 col2";
	}
	
	.two-columns.alt-1-3
	{
		grid-template-areas:"col1 col2 col2 col2 .";
	}
	
	.two-columns.alt-2-2
	{
		grid-template-areas:"col1 col1 col2 col2 .";
	}
	
	.two-columns.alt-1-2
	{
		grid-template-areas:"col1 col2 col2 . .";
	}
	
	.two-columns.book
	{
		grid-template-columns:repeat(4,1fr);
		grid-template-areas:"col1 col2 col2 col2";
	}
}

.two-columns>.col1
{
	grid-area:col1;
}
.two-columns>.col2
{
	grid-area:col2;
}

img.shadow
{
	box-shadow:0.333333rem 0.333333rem 0.5rem rgba(0,0,0,0.3);
}

.indented
{
	padding-left:3rem;
}
.indented-small
{
	padding-left:1.5rem;
}

blockquote
{
	margin:0 0 2em;
	padding:0;
}
blockquote:not(.plain) p:last-of-type
{
	margin:0;
	padding:0;
}
blockquote footer
{
	color:#999;
	display:block;
	margin:0;
	padding:0;
}
blockquote footer::before
{
	content:'\2013\a0';
}
blockquote.plain footer
{
	text-align:right;
}



blockquote.feature
{
	margin:0 0 2em 3rem;
}
blockquote.feature p,
p.feature
{
	color:dodgerblue;
}

.video
{
	margin:0 0 2rem;
	width:100%;
}

.video-small
{
	max-width:360px;
}
.video iframe
{
	aspect-ratio:16 / 9;
	height: 100%;
	width: 100%;
}

.rotated-left
{
	transform:rotate(-12deg);transform-origin:center center;
}

.rotated-right
{
	transform:rotate(12deg);transform-origin:center center;
}

.video-small.rotated-left,
.video-small.rotated-right
{
	margin-bottom:2rem;
}

.light
{
	font-weight:300;
}