@font-face {
	font-family: 'verlagblack';
	src: url('../fonts/verlag-black-webfont.woff2') format('woff2'),
		 url('../fonts/verlag-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

:root {
	  --hl-color: #ff3366;
}

h1,h2,h3,h4,h5,h6 {
	color: #000000;
}

img {
	display: inline !important;
}

/* defaults */

body {
	font-size: 62.5%;
	font-family: 'Vollkorn', serif;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: var(--hl-color);
}

.contain {
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
}

.hide {
	display: none;
}


/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}



.hentry {
	margin-bottom: 0;
	padding: 0 100px;
}

.archive article.hentry {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.page-template-template-tubman article.htentry {
	margin-bottom: 0;
}

#page > div, #page header, #page footer {
	max-width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	text-align: center;
}

#page header {
	padding: 0;
	margin-bottom: 10px;
}

.plaintextblock .contain {
	padding: 60px 150px;
}

.plaintextblock .contain h2 {
	font:  italic 300 40px/1.3 'Vollkorn', serif;
	color: #000;
	margin: 0 0 12px 0;
}

.plaintextblock h6.authormeta {
	font:  normal 500 15px/1.3 'Source Sans Pro', sans-serif;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.plaintextblock h6.authormeta strong {
	font-size: 130%;
	color: var(--hl-color);
	text-transform: none;
}

.plaintextblock p {
	font:  normal 500 17px/26px 'Source Sans Pro', sans-serif;
	color: #000;
	margin: 0 0 17px 0;
}

.plaintextblock.intropara p:first-of-type {
	font:  italic 900 18px/1.3 'Vollkorn', serif;
	color: #000;
	margin: 0 0 18px 0;
}

.plaintextblock a.rmopen, .plaintextblock a.rmclose {
	color: #000;
}

.readmore {
	overflow: hidden;
}

[data-readmore-toggle] {
	font: normal 400 13px/1.4 'Source Sans Pro', serif;
	color: #ca0263;
	margin: 15px 0 0em 0;
	display: block;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .15em
}

.rmopen::after {
	padding-left: 5px;
	content: '+';
	font:  normal 100 35px/.7 'Source Sans Pro', sans-serif;
	color: #ca0263;
	bottom: -4px;
	position: relative;
}

.rmclose::after {
	padding-left: 5px;
	content: '-';
	font:  normal 100 35px/.7 'Source Sans Pro', sans-serif;
	color: #ca0263;
	bottom: -4px;
	position: relative;
}


/* header */

header {
	background-color: #fff;
}

header .contain {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-template-areas:
	  "nav";
	grid-gap: 20px;
	letter-spacing: .25em;
	padding: 50px 40px 15px 40px;
	box-sizing: border-box;
	background-size: cover;
	background-position: center top;
}

header nav {
	grid-area: nav;
}

header nav#stickynav .stickycontain {
	display: grid;
	grid-template-columns: 450px 1fr auto;
	grid-template-rows: 1fr;
	grid-template-areas:
	"branding headerpartners headerlinks";
	grid-gap: 20px;
	align-items: center;
}

header .partners {
	grid-area: headerpartners;
	justify-self: right;
}

.partners ul {
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
	display: flex;
	justify-content: right;
}

.partners ul li {
	margin: 0 15px;
	padding: 0;
}

.partners ul li img {
	max-height: 50px;
	width: auto;
	max-width: 150px;
	height: auto;
}

header nav#stickynav.fixed {
	position: fixed;
	background-color:#0057;
	background-color: rgba(0, 0, 86, .5);
	width: 100vw;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	  top: 0;
	  z-index: 100000;
}

header nav#stickynav.fixed .stickycontain {
	max-width: 1300px;
	margin: 0 auto;
	  box-sizing: border-box;
	  padding: 60px 40px 30px 40px;
}


header .rmopen, header .rmclose {
	color: #fff;
}
header .rmopen::after, header .rmclose::after  {
	color: #fff;
	padding-left: 15px;
}

header h1 {
	grid-area: branding;
	line-height: 0;
}

header .links {
	grid-area: headerlinks;
	display: flex;
	justify-content: right;
}

header .share {
	position: relative;
}

header .share .social-panel {
	display: none;
	position: absolute;
	left: -5px;
	top: 30px;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	z-index: 30000;
}

header .trigger #nav {
	display: none;
	position: absolute;
	right: -5px;
	top: 30px;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	list-style: none;
	margin: 0;
	z-index: 30000;
}

header .trigger #nav li {
	padding: 0;
	margin: 0;
	font:  normal 100 15px/1 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
}

header .trigger #nav li a {
	color: #000;
	padding: 3px;
	display: block;
}

header .trigger #nav li:hover {
	font-weight: 900;
}

header .share .social-panel:after {
	top: -7px;
	right: 40%;
	bottom: auto;
	left: auto;
	border-width: 0 7px 7px;
	border-color: #fff transparent;
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}

header .trigger #nav:after {
	top: -7px;
	right: 10px;
	bottom: auto;
	left: auto;
	border-width: 0 7px 7px;
	border-color: #fff transparent;
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}

header .share .social-panel > div {
	margin-top: 10px;
}

header .share:hover .social-panel, header .trigger:hover #nav, header .share:focus .social-panel, header .trigger:focus #nav {
	display: block;
}

header .share img {
	height: 25px;
	width: auto;
	padding-right: 20px;
	position: relative;
	top: -3px;
}

header .credit {
	grid-area: credit;
	color: #fff;
	text-align: right;
	font:  normal 100 15px/1 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
}

header .credit a {
	color: #fff;
}

header .trigger {
	font:  normal 100 30px/.7 'Source Sans Pro', sans-serif;
	position: relative;
}

header .trigger a {
	color: #ff3366;
}

header .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-bottom: 15%;
	background: RGBA(0, 0, 86, 0);
	background: linear-gradient(180deg, rgba(0, 0, 86, .5) 39%, rgba(0, 0, 95, 0) 89%);
	z-index: -1;
	mix-blend-mode: multiply;
}

header h1 {
	margin: 0;
}

header h1 > span:last-of-type {
	width: 342px;
	display: inline-block;
	text-indent: -10000px;
	margin-right: 20px;
}

header h1 > span:last-of-type span {
	padding-bottom: 15.17%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/h1_crr.svg);
}

header h1 > span:first-of-type {
	width: 400px;
	display: inline-block;
	text-indent: -10000px;
	margin-right: 50px;
}

header h1 > span:first-of-type span {
	padding-bottom: 13.74%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/wadlogo.png);
	opacity: 1;
	transition: all .3s;
}
header h1 > span:first-of-type:hover span {
	opacity: .6;
}

#headerlightbox {
	text-align: center;
}

#headerlightbox p {
	margin: 30px 0 0 0;
}




article .gallery {
	margin-bottom: 0;
}

.story {
	background-size: cover;
	background-position: center center;
}

.story .contain {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: .35fr .65fr;
	grid-template-rows: auto;
	grid-template-areas:
	  "storytext storytext";
	grid-gap: 65px;
}

.story.twocol .contain {
	padding: 84px 100px;
}

.story.twocol.left .contain {
	grid-template-areas:
	  "storyside storytext";
}

.story.twocol.right .contain {
	grid-template-columns: .65fr .35fr;
	grid-template-areas:
	  "storytext storyside";
}

.story .storytext {
	grid-area: storytext;
	padding: 84px 20%;
}

.story .storysidebar {
	grid-area: storyside;
}

.story h3 {
	font-family: "Shrikhand", serif;
	font-size: 7.5em;
	line-height: 1.3;
	color: #ff3366;
	margin: 3px 0;
}

.story h4 {
	font-family: 'Arsenal', sans-serif;
	font-weight: 700;
	font-size: 3em;
	line-height: 1.3;
	color: #000;
	margin: 3px 0;
}

.story .intro p, .story .intro ul {
	font-family: 'Arsenal', sans-serif;
	font-weight: 400;
	font-size: 2.8em;
	line-height: 1.4;
	color: #000;
	letter-spacing: .0215em;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 1.25em;
}

.story .intro p:first-of-type {
	text-indent: 0em;
}

.story .intro {
	padding-top: 30px;
}

.story .storysidebar img {
	max-width: 100%;
	height: auto;
}

.story .remainder {
	display: none;
	padding-top: 20px;
}

p.more button {
	font: normal 600 2.3em/1 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	padding: 0;
	border: 0;
	background-color: transparent;
	box-shadow: none;
	text-shadow: none;
	letter-spacing: .125em;
}

p.more button::after {
	content: '\002B';
	font-weight: 400;
	color: var(--hl-color);
	font-size: 240%;
	padding-left: 5px;
	bottom: -4px;
	position: relative;
	line-height: 0;
}

.story .remainder p, .story .remainder ul {
	font-family: 'Arsenal', sans-serif;
	font-weight: 400;
	font-size: 2.4em;
	line-height: 1.55;
	color: #000;
	letter-spacing: .0215em;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 1.25em;
}

.story p.storybutton {
	margin: 0;
	padding-top: 30px;
	font:  normal 600 2.3em/1 'Source Sans Pro', sans-serif;
	letter-spacing: .0625em;
	text-align: center;
}

.story p.storybutton a {
	display: inline-block;
	border: 1px solid #000;
	padding: 15px 19px;
	color: #000;
	text-transform: uppercase;
	margin: 0 auto;
}

.story p.storybutton a::after {
	content: '\002B';
	font-weight: 400;
	color: var(--hl-color);
	font-size: 240%;
	padding-left: 5px;
	bottom: -4px;
	position: relative;
	line-height: 0;
}

.story p.introauthor {
	margin: 0;
	padding-top: 20px;
	font:  normal 600 2.6em/1 'Source Sans Pro', sans-serif;
	color: var(--hl-color);
	letter-spacing: .125em;
	text-align: right;
	text-transform: uppercase;
}

.story p.introauthor::before {
	content: '\2014';
	padding-right: 4px;
	color: var(--hl-color);
}


.call_to_action {
	background-color: var(--hl-color);
}

.call_to_action p {
	text-align: center;
	font:  normal 400 4em/1.3 'Source Sans Pro', sans-serif;
	padding: 60px;
	box-sizing: border-box;
	text-transform: uppercase;
	letter-spacing: .125em;
}

.call_to_action p a {
	color: #fff;
}

.call_to_action p a::after {
	content: '\002B';
	font-weight: 400;
	color: #f9b098;
	font-size: 240%;
	padding-left: 5px;
	bottom: -4px;
	position: relative;
	line-height: 0;
}


div.pp_default .pp_description {
	font:  normal 400 2em/1.8 'Source Sans Pro', sans-serif !important;
}



.indipodcastheader {
	background-color: #ddd;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
	text-align: center;
}

.indipodcastheader .contain {
	padding-bottom: 28%;
	background-color: #cdcdcd;
}

.content-area {
	width: 100%;
	margin: 0;
}

.episodemeta {
	display: grid;
	grid-template-columns: .45fr .55fr;
	grid-template-rows: auto;
	grid-template-areas:
	  "richmeta textmeta";
	grid-gap: 50px;
	align-items: start;
}

.episodemeta .richmeta {
	grid-area: richmeta;
	text-align: center;
}

.episodemeta .textmeta {
	grid-area: textmeta;
	text-align: left;
}

.episodemeta .richmeta img {
	max-width: 100%;
}

.services-wrap ul.pod-services a, .services-wrap ul.pod-services img {
	width: 5.5rem;
	height: 5.5rem;
}

.services-wrap ul.pod-services {
	height: 5.5rem;
}

.services-wrap ul.pod-services li {
	margin-right: 1.8rem;
}

ul.series {
	padding-top: 20px;
	font:  normal 600 1.4em/1.3 'Source Sans Pro', sans-serif;
	letter-spacing: .125em;
	margin: 0 0 .25em 0;
}

ul.series a {
	color: #000;
}

.textmeta h1 {
	font:  normal 900 5.7em/1.2 'Source Sans Pro', sans-serif;
	margin: 0 0 .25em 0;
}

.textmeta h6 {
	font:  normal 900 6.7em/1.2 'Source Sans Pro', sans-serif;
	margin: 0 0 .25em 0;
}

.textmeta h5 {
	font:  normal 400 4.7em/1.1 'Source Sans Pro', sans-serif;
	margin: 0 0 .25em 0;
}

.textmeta h5 a {
	color: #000;
}

.textmeta h1::after, .textmeta h5::after {
	content: '\00A0';
	display: block;
	width: 20%;
	height: 4.5px;
	background-color: #ff3366;
	margin-bottom: 15px;
	margin-top: 15px;
}

.textmeta div.entry-meta span.date {
	padding-top: 20px;
	font:  normal 300 2.5em/1.3 'Source Sans Pro', sans-serif;
	margin: 0 0 40px 0;
}

.archive .textmeta div.entry-meta span.date {
	display: block;
	padding-top: 0;
	font:  normal 300 13px/1.4 'Source Sans Pro', sans-serif;
	margin: 0 0 40px 0;
	text-transform: none;
}

.textmeta h2, .richmeta p {
	font:  normal 600 2.3em/1.3 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
	margin: 0 0 15px 0;
}

.textmeta .guest-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.textmeta .guest-list p, .textmeta .guest-list li {
	margin: 0 0 .5em 0;
	padding: 0;
	font:  normal 400 3em/1.5 'Source Sans Pro', sans-serif;
}

.in-this-episode, .in-this-episode + .entry-content {
	text-align: left;
}

.in-this-episode + .entry-content {
	margin-bottom: 80px;
}

.entry-content > * {
  max-width: 100%;
}


.in-this-episode h2, .in-this-episode + .entry-content h2 {
	font:  normal 600 2.3em/1.3 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
	margin: 50px 0 15px 0;
}

.in-this-episode + .entry-content p, .in-this-episode + .entry-content li, .in-this-episode p, .in-this-episode li {
	margin: 0 0 .5em 0;
	padding: 0;
	font:  normal 400 3em/1.5 'Source Sans Pro', sans-serif;
}

.swp_social_panel {
	display: none !important;
}

.moreepisodes {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
	background-color: #eee;
	padding-top: 50px;
}

.moreepisodes h3, h3.pcltitle {
	font:  normal 900 7.7em/1.2 'Source Sans Pro', sans-serif;
	margin: 0 2% 25px 2%;
	color: #000;
}

h3.pcltitle {
	margin: 0 2% 15px 2%;
}

p.pcldesc {
	font:  normal 400 20px/1.5 'Source Sans Pro', sans-serif;
	margin: 0 2% 0px 2%;
	color: #000;
	text-align: left;
}

.moreps {
	display: flex;
	padding-bottom: 50px;
}

.indimoreep {
	width: 29%;
	margin: 0 2%;
}

.indimoreep a {
	display: block;
}

.thumbinner {
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center center;
}

.moreps h4 {
	font:  normal 700 2.3em/1.3 'Source Sans Pro', sans-serif;
	margin: 0 0 12px 0;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .125em;
}

.moreps h5 {
	font:  normal 600 3.3em/1.1 'Source Sans Pro', sans-serif;
	margin: 0 0 0px 0;
	color: #000;
}

.moreps p {
	font:  normal 400 15px/1.2 'Source Sans Pro', sans-serif;
	margin: 0 0 0px 0;
	color: #000;
}

.moreps h5::after {
	content: '\00A0';
	display: block;
	width: 30%;
	height: 4.5px;
	background-color: #ff3366;
	margin-bottom: 15px;
	margin-top: 15px;
}

.moreepisodes .thumb {
	margin-bottom: 25px;
}

.pcarchiveshowinfo {
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
	background-color: #ca0263;
	padding: 60px 0;
 }

 .pcarchiveshowinfo .contain {
	 text-align: center;
 }

.pcarchiveshowinfo h1 {
	color: #fce6d4;
	font:  normal 900 8em/1.3 'Source Sans Pro', sans-serif;
}

.pcarchiveshowinfo .taxonomy-description {
	color: #fff;
	font:  normal 400 20px/1.5 'Source Sans Pro', sans-serif;
	margin: 0 150px .5em 150px;
}



.fulltext {
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
	padding: 60px 0 70px 0;
}

.fulltext p, .fulltext li {
	color: #fff;
	font:  normal 400 20px/1.5 'Source Sans Pro', sans-serif;
	margin: 0 150px .5em 150px;
	text-align: left;
}

.fulltext h3 {
	color: #fce6d4;
	font:  normal 900 11em/1.1 'Source Sans Pro', sans-serif;
	margin: 0 150px .25em 150px;
	text-align: center;
	text-transform: uppercase;
}

.calltoaction {
	padding-top: 10px;
}

.calltoaction p {
	font-weight: 700;
	text-align: center;
	text-wrap: balance;
}

.calltoaction .ctabutton {
	text-align: center;
}

.calltoaction a {
	display: inline-block;
	width: auto;
	padding: 10px 15px;
	border-radius: 8px;
	margin: 20px auto 0 auto;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}

.calltoaction a:hover {
	color: #fff8d1 !important;
}

.page-id-386391 .fulltext h3 {
	text-align: left;
}

.majorvideo {
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
}

.page-template-template-studios article.hentry {
	margin-top: 0;
}

.page-template-template-studios .majorvideo video, .page-id-359799 .majorvideo video {
	margin-bottom: 0;
}


.contrib {
	background-color: #ccc;
	 width: 100vw;
	 position: relative;
	 left: 50%;
	 right: 50%;
	 margin-left: -50vw;
	 margin-right: -50vw;
}

.contrib > h3 {
	font:  normal 900 75px/1 'Source Sans Pro', sans-serif;
	text-align: center;
	color: #fff;
	padding: 130px 0 50px 0;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	background-color: #a3076b;
	margin-right: -50vw;
	text-transform: uppercase;
}

.contrib ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.contrib ul li {
	padding: 0;
	margin: 0;
	position: relative;
}

.photobox {
	padding-bottom: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.contrib ul li a {
	display: block;
	background-color: #3f0a3b;
	background-color: rgba(63, 10, 59,.77);
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 100%;
	transition: all .3s;
}

.contrib ul li:hover a, .contrib ul li:focus a {
	margin-top: 0;
}

.contrib ul li a p {
	color: #fff;
	text-align: center;
	font:  normal 400 15px/1.5 'Source Sans Pro', sans-serif;
	margin: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	white-space: normal;
}

.contrib ul li a p strong {
	font-weight: 400;
	font-size: 130%;
}

.page-template-template-studios .moreepisodes {
	background-color: transparent;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	position: relative;
	right: auto;
	width: auto;
	padding-top: 30px;
}

.page-template-template-studios .shows {
	  width: 100vw;
	  position: relative;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
}

.page-template-template-studios .shows .contain {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.page-template-template-studios .shows .show {
	width: 16%;
	margin: 2%;
	text-align: left;
}

.page-template-template-studios .shows .show .thumb {
	padding-bottom: 100%;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
}


.page-template-template-studios .shows h4 {
	color: #000;
	font:  normal 600 3.5em/1.3 'Source Sans Pro', sans-serif;
	margin: 0;
}


.page-template-template-studios .shows h5, .page-template-template-studios .shows p {
	color: #000;
	font:  normal 400 2.7em/1.3 'Source Sans Pro', sans-serif;
	margin: 0;
}


.page-template-template-studios .shows h6 {
	color: #000;
	font:  normal 600 2.3em/1.3 'Source Sans Pro', sans-serif;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: .125em;
}

.show .showextras::before {
	content: '\00A0';
	display: block;
	width: 50%;
	height: 4.5px;
	background-color: #ff3366;
	margin-bottom: 10px;
	margin-top: 8px;
}


.showextras .shows p {
	color: #000;
	font:  normal 100 2.5em/1.3 'Source Sans Pro', sans-serif;
	margin: 0;
}





 .introessay {
	   width: 100vw;
	   position: relative;
	   left: 50%;
	   right: 50%;
	   margin: 0 -50vw;
	   background-size: cover;
	   background-position: center center;
	   padding-top: 50%;
	   padding-bottom: 50px;
 }

.introessay.contain {
	padding: 0px 12% 40px 12%;
}

.introessay .introreadmore {
	max-width: 60%;
	margin: 0 auto;
}

.introessay .introreadmore p {
	color: #fff;
	font: normal 300 40px/1.2 'Vollkorn', serif;
}

.introessay h2 {
	font:  normal 900 6.3em/1 'Source Sans Pro', sans-serif;
	color: #ff3366;
	margin: 0 0 35px 0;
	text-transform: uppercase;
	letter-spacing: .0625em;
}

.introessay p {
	font:  normal 400 2.6em/1.8 'Source Sans Pro', sans-serif;
	color: #000;
	margin: 0 0 5px 0;
}

.series h3.sectiontitle, #podcast h3.sectiontitle, #videos h3.sectiontitle, #thanks h3.sectiontitle {
	font:  normal 900 4em/.8 'verlagblack', sans-serif;
	color: #fff;
	background-color: var(--hl-color);
	display: inline-block;
	margin: 0 0 0px 45px;
	text-transform: uppercase;
	padding: 10px 20px;
	letter-spacing: .125em;
}

.introessay h6 {
	font:  normal 300 2.5em/1.3 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto;
	max-width: 60%;
}

.introessay h6 strong {
	font-size: 130%;
	text-transform: none;
	color: #fff;
	font-weight: 600;
}

.introessay .note {
	padding-top: 20px
}

.introessay a.readmore {
	max-width: 60%;
	margin: 0 auto;
	font-weight: 300;
	padding-top: 8px;
}

.introessay a.readmore::after {
	padding-left: 8px;
	content: '+';
	font: normal 100 29px / .7 'Source Sans Pro', sans-serif;
	color: #ff3366;
	bottom: -2px;
	position: relative;
}

.introessay .note p {
	font:  italic 400 2.2em/1.6 'Source Sans Pro', sans-serif;
}

.introessay .note span {
	font-size: 85%;
}

.introessay .note p em {
	font-style: normal;
}

.introessay .note p strong {
	font-weight: 900 !important;
}

.introessay .note p a {
	color: var(--hl-color);
	font-size: 120%;
}


.note::before {
	width: 35%;
	display: block;
	border-top: 1px solid var(--hl-color);
	padding-bottom: 20px;
	content: '\00A0';
}

header nav {
	grid-area: nav;
}

header {
	position: fixed;
	z-index: 12000;
	margin: 0;
	width: 100%;
	background-color: transparent;
}

.page-id-398368 header {
	position: relative;
}

header nav#stickynav.fixed {
	position: fixed;
	background-color: rgba(1, 11, 22, .5);
	width: 100vw;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	  top: 0;
	  z-index: 100000;
}

header.fixed .shadow {
	display: none;
}

header nav#stickynav.fixed .stickycontain {
	max-width: 1300px;
	margin: 0 auto;
	  box-sizing: border-box;
	  padding: 30px 40px 30px 40px;
}

#headerlightbox {
	text-align: center;
}

#headerlightbox p {
	margin: 30px 0 0 0;
}





a.readmore {
	font: italic 900 20px/1.3 'Vollkorn', serif;
	color: #fff;
	margin: 15px 0 0em 0;
	display: block;
}

a.readmore::after {
	padding-left: 15px;
	content: '+';
	font: normal 100 19px/.7 'Source Sans Pro', sans-serif;
	color: #fff;
	bottom: -4px;
	position: relative;
}

header .rmopen, header .rmclose {
	color: #fff;
}
header .rmopen::after, header .rmclose::after  {
	color: #fff;
	padding-left: 15px;
}

header .links {
	grid-area: headerlinks;
	display: flex;
	justify-content: right;
}

header .share {
	position: relative;
}

header .share .social-panel {
	display: none;
	position: absolute;
	left: -5px;
	top: 30px;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	z-index: 30000;
}

header .trigger #nav {
	display: none;
	position: absolute;
	right: -5px;
	top: 30px;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	list-style: none;
	margin: 0;
	z-index: 30000;
}

header .trigger #nav li {
	padding: 0;
	margin: 0;
	font:  normal 100 15px/1 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
}

header .trigger #nav li a {
	color: #000;
	padding: 3px;
	display: block;
}

header .trigger #nav li:hover {
	font-weight: 900;
}

header .share .social-panel:after {
	top: -7px;
	right: 40%;
	bottom: auto;
	left: auto;
	border-width: 0 7px 7px;
	border-color: #fff transparent;
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}

header .trigger #nav:after {
	top: -7px;
	right: 10px;
	bottom: auto;
	left: auto;
	border-width: 0 7px 7px;
	border-color: #fff transparent;
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}

header .share .social-panel > div {
	margin-top: 10px;
}

header .share:hover .social-panel, header .trigger:hover #nav, header .share:focus .social-panel, header .trigger:focus #nav {
	display: block;
}

header .share img {
	height: 25px;
	width: auto;
	padding-right: 20px;
	position: relative;
	top: -3px;
}

header .credit {
	grid-area: credit;
	color: #fff;
	text-align: right;
	font:  normal 100 15px/1 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
}

header .credit a {
	color: #fff;
}

header .trigger {
	font:  normal 100 30px/.7 'Source Sans Pro', sans-serif;
	position: relative;
}

header .trigger a {
	color: #ff3366;
}

header h1 {
	margin: 0;
}





/* poem */

.poem {
	background-color: #fff;
}

.poem .contain {
	padding: 30px 0 0 0;
	display: grid;
	grid-template-columns: .33fr .33fr .33fr;
	grid-template-rows: auto;
	grid-template-areas:
	  "poemnotes poem poemill";
	grid-gap: 20px;
	align-items: end;
}

.poem .contain h5 {
	grid-area: poemnotes;
	font: normal 100 16px/1.5 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
}

#poem h5 a {
	color: #000;
}

.poem.poemleft .contain  {
	grid-template-areas:
	  "poemill poem .";
	  justify-items: right;
	  grid-gap: 40px;
	  grid-template-columns: .43fr .33fr .23fr;
}

.poem .poemtext {
	grid-area: poem;
	padding-bottom: 50px;
}

.poem img {
	grid-area: poemill;
	height: 450px;
}

.poem .contain h2 {
	font:  normal 900 40px/1 'Vollkorn', serif;
	color: #000;
	margin: 0 0 12px 0;
}

.poem .contain h2 span {
	font:  italic 900 10px/1.3 'Vollkorn', serif;
	display: block;
	font-size: 45%;
	color: #000;
	margin: 0 0 12px 0;
}

.poem h6.authormeta {
	font:  normal 500 12px/1.3 'Vollkorn', serif;
	color: #000;
	text-transform: uppercase;
	margin: 10px 0 30px 0;
}

.poem h6.authormeta strong {
	font-size: 130%;
	color: var(--hl-color);
	text-transform: none;
}

.poem h4 {
	font:  normal 900 19px/1.3 'Vollkorn', serif;
	color: #000;
	margin: 0 0 17px 0;
}

.poem p {
	font:  normal 300 17px/1.3 'Vollkorn', serif;
	color: #000;
	margin: 0 0 17px 0;
}

.poeminda {
	display: inline-block;
	padding-left: 20px;
}

.poemindb {
	display: inline-block;
	padding-left: 40px;
}

.poemindc {
	display: inline-block;
	padding-left: 60px;
}

#poemnotes {
	padding: 30px 60px;
}

#poemnotes ol {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#poemnotes ol li, #carouselnotes p, #carouselnotes li, #carnotes p, #carnotes li {
		font:  normal 300 15px/1.3 'Source Sans Pro', sans-serif;
		color: #000;
		margin: 0 0 15px 0;
}



/* calculator */

#calculator {
	background-color: #f2f2f2;
	position: relative;
}

#calculator .contain {
	padding: 40px 50px;
	position: relative;
}

#calculator h3 {
	font:  normal 600 26px/1.3 'Source Sans Pro', sans-serif;
	color: #000;
	margin: 0em 0 31px 0;
}

.calcols {
	padding: 20px;
	display: flex;
	justify-content: center;
}

.calcolsum::before {
	content: '$';
}

.wagesums {
	line-height: 1.3;
	padding-bottom: 20px;
}

.sumcoll {
	display: flex;
	align-items: end;
}

.wagesums > div:last-of-type {
	align-items: start;
	padding-top: 10px;
}

.sumcoll > div {
	width: 16%;
	margin: 0 2%;
	text-align: center;
}

.sumcoll > div.sumcolltitle {
	font:  normal 900 22px/1.1 'Source Sans Pro', sans-serif;
	color: var(--hl-color);
	margin-bottom: 10px;
}

.sumcoll > div.sumcolldescription {
	font:  normal 400 14px/1.3 'Source Sans Pro', sans-serif;
	color: #000;
}

.sumcoll.amounts > div {
	font:  normal 900 27px/1.2 'Source Sans Pro', sans-serif;
	padding: 7px;
	color: #000;
	box-sizing: border-box;
	background-color: #ced5d8;
}

.sumcoll.amounts > div::before {
	content: '$';
}

.calrows {
	padding-bottom: 30px;
}

.calrow {
	display: flex;
	align-items: end;
}

.calrow .calcol {
	width: 14.2%;
	text-align: center;
	border-left: 1px solid #d1d1d1;
	padding: 15px;
	box-sizing: border-box;
}

.calrows > div:first-of-type {
	border-bottom: 1px solid #d1d1d1;
}

.calrow > div:first-of-type {
	text-align: right;
	border-left: 0;
}

.calrows h5 {
	font:  normal 400 14px/1.3 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 6px 0;
	color: #000;
	text-transform: uppercase;
}

.calrows > div:last-of-type {
	align-items: start;
}

.calcol img {
	width: 50%;
	height: auto;
	margin: 0 auto 5px auto;
}

.calrow .calcol h4 {
	font:  normal 900 22px/1.1 'Source Sans Pro', sans-serif;
	color: var(--hl-color);
	margin-bottom: 10px;
	margin-top: 0;
}

.calrow .calcol p, .calrows > div:last-of-type .calcol div:last-of-type {
	font:  normal 400 14px/1.3 'Source Sans Pro', sans-serif;
	margin: 4px 0 0 0;
	color: #000;
}

.calrows > div:first-of-type .calcol > span {
	font:  normal 700 31px/1 'Source Sans Pro', sans-serif;
	display: inline-block;
	padding: 2px 10px 4px;
	color: #000;
	background-color: #ffcc00;
}

.calrows > div:first-of-type .calcol > a {
	font:  normal 100 31px/1 'Source Sans Pro', sans-serif;
	display: inline-block;
	padding: 2px 8px 4px;
	color: var(--hl-color);
	background-color: #fff;
}

.calcolsum {
	font:  normal 700 24px/1 'Source Sans Pro', sans-serif;
	display: block;
	padding: 2px 10px 4px;
	color: #000;
	background-color: #CED5D8;
}

#iconcreditlightbox {
	max-width: 400px;
}

a[data-featherlight] {
	padding: 3px 5px;
	border-bottom: 1px dotted var(--hl-color);
	color: var(--hl-color);
	display: inline-block;
	transition: all .3s;
}

a[data-featherlight]:hover {
	color: #fff;
	background-color: var(--hl-color);
}

.poem h5 a[data-featherlight], #calculator .credit a[data-featherlight], header .credit a[data-featherlight] {
	border-bottom: none;
}

.featherlight .featherlight-content #iconcreditlightbox p {
	font:  normal 400 16px/1.5 'Source Sans Pro', sans-serif;
	background-color: #fff;
	margin: 0 0 12px 0;
	color: #333;
	text-align: left;
}

#calculator .credit {
	position: absolute;
	bottom: 7px;
	right: 7px;
	font:  normal 100 16px/1.5 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
}

#calculator .credit a {
	color: #000;
}




/* footer */

footer {
	display: block;
	background-color: #000;
}

footer .contain {
	padding: 80px 40px 30px 40px;
	display: grid;
	grid-template-columns: .5fr .5fr;
	grid-template-rows: auto;
	grid-template-areas:
	  "ownership contact";
	grid-gap: 20px;
	align-items: end;
}

.ownership {
	grid-area: ownership;
}

.ownership p {
	text-align: left;
	font:  italic 400 15px/1.3 'Vollkorn', serif;
	color: #fff;
	margin: 0;
}

.ownership p em {
	font-style: normal;
}

.contact {
	grid-area: contact;
}

.contact p {
	text-transform: uppercase;
	text-align: right;
	font:  normal 900 14px/1.5 'Source Sans Pro', sans-serif;
	margin: 0;
}

.contact p a {
	color: #fff;
}

.contact img {
	width: 19px;
	height: auto;
	margin-left: 10px;
}





/* essays */

.series {
	background: #fff;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
}

.series .contain {
	padding: 43px 100px;
}

.series .contain > div > a {
	padding: 55px 50px 25px;
	box-sizing: border-box;
	background-color: #fff;
	margin: 27px 10%;
	background-size: cover;
	background-position: center center;
	display: grid;
	grid-template-columns: 65px .4fr .6fr;
	grid-template-rows: auto;
	grid-template-areas:
	  "arrow . meta"
	  "essaycred essaycred essaycred";
	grid-gap: 20px;
}

.essay {
	position: relative;
}

.series .contain > div:nth-of-type(odd) a {
	grid-template-columns: .6fr .4fr 65px;
	grid-template-areas:
	  "meta . arrow"
		"essaycred essaycred essaycred";
}

.series .meta {
	grid-area: meta;
	padding: 25px 12px;
	background-color: #fff;
	grid-area: meta;
}

.series .arrow {
	grid-area: arrow;
	background-image: url(../images/essayarrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.series .arrow span {
	display: none;
}

.series h3 {
	font:  normal 900 17px/1 'Source Sans Pro', sans-serif;
	margin: 0 0 10px 5px;
	text-transform: uppercase;
	letter-spacing: .0625em;
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 4.5px solid var(--hl-color);
}

.meta ul.altlang {
	list-style: none;
	padding: 0 0 0 8px;
	margin: 0;
	color: #f93822;
}

.meta ul.altlang li {
	font:  normal 900 17px/1.2 'Source Sans Pro', sans-serif;
	margin: 0 0 5px 0;
}

.meta ul.altlang li a {
	color: #000;
}

.podmeta h3 {
	font:  normal 600 15px/1 'Source Sans Pro', sans-serif;
	margin: 0 0 10px 5px;
	text-transform: uppercase;
	letter-spacing: .125em;
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 2px solid var(--hl-color);
}

.series h2 {
	font:  normal 600 26px/1.2 'Source Sans Pro', sans-serif;
	margin: 0 0 10px 5px;
	padding-left: 5px;
	letter-spacing: -.00625em;
}

.series .author {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	  "essayname";
	grid-gap: 5px;
	padding-left: 10px;
	align-items: start;
}

#podcast .author {
}

#vid1 iframe, #vid2 iframe {
	width: 500px;
	height: 300px;
}

.series .author .portrait {
	grid-area: essayport;
	margin-top: 4px;
}

.series .author .portrait div {
	padding-bottom: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-size: cover;
}

.series .author .name, #podcast .author .name {
	grid-area: essayname;
	font:  normal 600 14px/1.5 'Source Sans Pro', sans-serif;
	margin: 0;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .0625em;
}

.series .author .name strong, #podcast .author .name strong {
	font-size: 150%;
	color: var(--hl-color);
	text-transform: none;
	letter-spacing: 0;
}

p.essartcred {
		position: absolute;
		bottom: 0px;
		right: 0;
		font: normal 100 13px/1.5 'Source Sans Pro', sans-serif;
		text-transform: uppercase;
		letter-spacing: .125em;
		text-align: right;
		color: #fff;
		z-index: 40000;
		display: inline-block;
		background-color: rgba(0,0,0,.4);
		margin-bottom: 0;
	   padding: 3px 5px;
	   box-sizing: border-box;
}

.essay p.essartcred {
	position: relative;
	grid-area: essaycred;
	justify-self: right;

}

.essay p.essartcred span:hover {
	cursor: pointer;
}

.essartcred a {
	color: #fff;
}



/* haiku */

#haiku {
	  width: 100vw;
	  position: relative;
	  left: 50%;
	  right: 50%;
	  margin: 0 -50vw;
}

#haiku .contain {
}

p.haikuphotocredit {
	bottom: 20px;
	left: 5%;
	position: absolute;
	font: normal 100 13px / 1.5 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
	text-align: right;
	color: #fff;
	z-index: 40000;
	display: inline-block;
	background-color: rgba(0, 0, 0, .4);
	margin-bottom: 0;
}

p.haikuphotocredit a {
	color: #fff;
}

p.ftbgimgcredit, p.tsintrobgcredit {
	bottom: 20px;
	right: 5%;
	position: absolute;
	font: normal 100 13px / 1.5 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
	text-align: right;
	color: #fff;
	z-index: 40000;
	display: inline-block;
	background-color: rgba(0, 0, 0, .4);
	margin: 0;
}

p.tlcredit {
	bottom: 20px;
	right: 5%;
	position: absolute;
	font: normal 100 13px / 1.5 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
	text-align: right;
	color: #aaa;
	z-index: 40000;
	display: inline-block;
	background-color: rgba(0, 0, 0, .1);
	margin: 0;
}

p.ftbgimgcredit a, p.tsintrobgcredit a, p.tlcredit a {
	color: #fff;
}

p.tlcredit a {
	color: #aaa;
}

#haiku .slide {
	padding: 70px 50px 50px 50px;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	width: 100%;
	display: grid !important;
	grid-template-columns: .5fr 140px 550px .5fr;
	grid-template-rows: auto;
	grid-template-areas:
	  ". hsubmit haiku .";
	box-sizing: border-box;
	align-items: start;
}

#gform_wrapper_6 label {
	font-size: 2em !important;
}

#haiku .thework {
	grid-area: haiku;
	background-color: #ff3366;
	padding: 70px 60px;
	box-sizing: border-box;
	text-align: left;
}

#haiku .thework .haikutext p {
	color: #fff;
	font:  italic 400 40px/1.1 'Vollkorn', serif;
	margin: 0;
}

#haiku .thework p.haikucredit {
	color: #fff;
	font:  normal 600 18px/1 'Source Sans Pro', sans-serif;
	margin: 10px 0 0 0;
}

#haiku .thework p.haikucredit::before {
	content: '\2013';
	padding-right: 5px;
}

#haiku .haikusubmit {
	grid-area: hsubmit;
	box-sizing: border-box;
	font:  normal 100 16px/1 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
}

#haiku .haikusubmit a {
	color: #ff3366;
	display: block;
	text-align: center;
	padding: 20px 30px 30px 30px;
	background-color: #fff;
	background-color: rgba(255,255,255, 0.669);
	transition: all .3s;
}

#haiku .haikusubmit a:hover {
	background-color: #fff;
}

#haiku .haikusubmit a::before {
	content: '+';
	font-size: 200%;
	top: -5px;
	position: relative;
}

#haikusub {
	padding: 30px;
}

#haikusub p {
	font:  normal 300 15px/1.3 'Vollkorn', serif;
	color: #000;
	margin: 0 0 15px 0;
	text-align: left;
}


#pullquotes {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background-size: cover;
	background-position: center center;
}


.pqflex {
	padding-bottom: 45.25%;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.pqflex .contain {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: none;
}

.pquote {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
}

.pquote blockquote {
	display: block;
	color: #fff;
	margin: 0 0 .5em 0;
	font:  normal 300 40px/1.3 'Vollkorn', serif;
}

.pquote p.pullquoteauthor {
	color: #fff;
	margin: 0 40px 0 0;
	text-align: right;
	font:  normal 600 16px/1.1 'Source Sans Pro', sans-serif;
}

.pquote p.pullquoteauthor::before {
	content: '\2014';
	padding-right: 3px;
}

.pquote blockquote::before {
	content: '\201C';
}

.pquote blockquote::after {
	content: '\201D';
}

p.pullquoteimgcredit {
	bottom: 20px;
	right: 5%;
	position: absolute;
	font: normal 100 13px / 1.5 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
	text-align: right;
	color: #fff;
	z-index: 40000;
	display: inline-block;
	background-color: rgba(0, 0, 0, .4);
	margin-bottom: 0;
	z-index: 4000;
}


.quotes .prev {
	position: absolute;
	left: 0px;
	  top: 45%;
	  z-index: 10000;
}

.quotes .next {
	position: absolute;
	right: 0px;
	  top: 45%;
		z-index: 10000;
}

.quotes .next::after {
	content: '\3009';
	color: #ff3366;
	font-size: 10em;
	line-height: 1;
}

.quotes .prev::before {
	content: '\3008';
	color: #ff3366;
	font-size: 10em;
	line-height: 1;
}

#gform_5 .gform_body, #gform_5 .gform_wrapper .gform_footer input.button, #gform_5 .gform_wrapper .gform_footer input[type=submit] {
	font-size: 14px;
}

#gform_5 h3.gform_title {
	font-size: 20px;
}

#timeline {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

#timeline .contain {
	padding: 60px 80px;
	max-width: 1200px;
	box-sizing: border-box;
}

#timeline ul.timelineshortcuts {
	list-style: none;
	padding: 0;
	margin: 0 0 50px 0;
	display: flex;
	justify-content: center;
}

#timeline .ctl-story {
	scroll-margin-top: 200px;
}

#timeline ul.timelineshortcuts li {
	padding: 0;
	margin: 0;
	font:  normal 600 18px/1.1 'Source Sans Pro', sans-serif;
	color: #000;
	letter-spacing: .125em;
	text-transform: uppercase;
	border-right: 5px solid #aaa;
	text-align: center;
}

#timeline ul.timelineshortcuts li:last-of-type {
	border-right: none;
}

#timeline ul.timelineshortcuts li a {
	color: #ff3366;
	padding: 0 25px;
	display: block;
	text-wrap: balance;
}

.wptl-excerpt {
	font: normal 400 15px/1.4 'Source Sans Pro', sans-serif;
}

.wpextt_templates .hentry {
	padding: 0;
}

.wpextt_templates .hentry h2 {
	display: none;
}

body .exwptl-ftlb-bar {
	display: flex;
	align-items: center;
}

.exwptl-ftlb-bar span {
	border: 0;
	font:  normal 600 14px/1.1 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
	color: #ff3366;
}

.exwptl-ftlb-bar > span {
	border-right: 4px solid #999;
	text-wrap: balance;
	width: 25%;
}

.exwptl-ftlb-bar > span:last-of-type {
	border-right: none;
}

body .wpex.horizontal-timeline.ex-multi-item:not(.wpex-horizontal-8) .ftlb-focus .wpex-timeline-label {
	box-shadow: 0 0 0 2px rgba(255, 51, 102, 0.4);
}

.timeline-post .content-details h2 {

}

.timeline-post .content-details {
	padding-top: 0px !important;
}

.timeline-post .content-details p {
	font:  normal 100 15px/1.5 'Source Sans Pro', sans-serif;
	color: #000;
	margin: 0 0 15px 0;
}

.cool-timeline-horizontal .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post a.ctl_read_more {
	padding: 8px 12px 5px 12px;
}

.timeline-post .content-details {
	max-height: 250px;
	overflow: auto;
}



#thanks .contain {
	 display: grid;
	 grid-template-columns: .45fr .55fr;
	 grid-template-rows: auto;
	 grid-template-areas:
	  "thankslabel thankslist";
	 grid-gap: 30px;
}

#thanks .contain .thankstitle {
	grid-area: thankslabel;
}

#thanks .contain ul {
	grid-area: thankslist;
	list-style: none;
	margin: 0;
	padding: 0;
}

#thanks ul li {
	margin: 0;
	padding: 10px;
	letter-spacing: .125em;
	text-transform: uppercase;
	font-family: 'verlagblack';
	color: #000;
	line-height: 1.5;
	font-size: 3em;
}

#thanks {
	padding-top: 65px;
	padding-bottom: 65px;
	 background: rgb(255,230,208);
	 background: -moz-linear-gradient(90deg, rgba(255,230,208,1) 0%, rgba(254,219,188,1) 45%, rgba(252,196,145,1) 100%);
	 background: -webkit-linear-gradient(90deg, rgba(255,230,208,1) 0%, rgba(254,219,188,1) 45%, rgba(252,196,145,1) 100%);
	 background: linear-gradient(90deg, rgba(255,230,208,1) 0%, rgba(254,219,188,1) 45%, rgba(252,196,145,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe6d0",endColorstr="#fcc491",GradientType=1);
}




body .gform_wrapper .gform_footer input[type=submit] {
	font:  normal 300 17px/1.3 'Vollkorn', serif;
	background: #A05F81;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	color: #fff;
}



body div.ctl-tooltips span {
	font-size: 1.4em;
}



.fullhaikuarchive {
	position: absolute;
	bottom: 10px;
	right: 40px;
	font: normal 100 16px/1.5 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
	text-align: right;
	color: #fff;
	z-index: 40000;
}

.fullhaikuarchive a {
	display: inline-block;
	padding: 2px 8px;
	background-color: rgba(0,0,0,.4);
	color: #fff;
	transition: all .3s;
}

.fullhaikuarchive a:hover {
	background-color: var(--hl-color);
}





/* night sky */

#night {
	height: 550px;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000;
 }





 article#post-258446.hentry {
	 margin-bottom: 0;
 }



 .featherlight .featherlight-content #acks p {
	 font:  normal 300 15px/1.5 'Vollkorn', serif;
	 text-align: left;
	 margin: 0 0 12px 0;
	 color: #000;
 }




  .featherlight .featherlight-content #press li {
	  font:  normal 300 15px/1.5 'Vollkorn', serif;
	  text-align: left;
	  margin-top: 0;
	  margin-bottom: 12px;
	  color: #000;
  }
	 .featherlight .featherlight-content #press h3 {
		 font:  normal 900 20px/1.5 'Vollkorn', serif;
		 text-align: left;
		 margin-top: 0;
		 margin-bottom: 12px;
		 color: var(--hl-color);
	 }


 /* accessibility */

 .social-panel div a span span {
	 text-indent: -10000px;
	 display: block;
 }






 #headcs {
	 height: 500px;
 }

 #headcs .cycle-carousel-wrap > div {
	 margin: 0 4px;
	 height: 500px;
	 width: 29%;
	 vertical-align: top;
	 background-size: cover;
	 background-position: center center;
 }

 #headcs .cycle-carousel-wrap > div > div {
	 height: 246px;
	 padding: 60px 40px;
	 box-sizing: border-box;
	 background-size: cover;
	 background-position: center center;
 }

 #headcs .cycle-carousel-wrap > div > div:first-of-type {
	 margin-bottom: 8px;
 }

 #headcs p {
	 font-family: 'Special Elite', cursive;
	 font-size: 3em;
	 line-height: 1.3;
	 margin: 0 0 3px 0;
	 white-space: break-spaces;
 }

 .squote p {
	 text-indent: -0.5em;
 }

 .squote p::before {
	 content: '\201C';
 }

 .squote p::after {
	 content: '\201D';
 }

 #headcs h6 {
	 font:  normal 400 2.4em/1.3 'Source Sans Pro', sans-serif;
	 letter-spacing: .125em;
	 white-space: break-spaces;
	 font-weight: 400;
	 text-transform: uppercase;
 }

 #headcs h6::before {
	 content: '\2014';
	 padding-right: 4px;
 }

 h5.cccredit {
	 text-align: right;
	 font:  normal 400 15px/1 'Source Sans Pro', sans-serif;
	 letter-spacing: .125em;
	 white-space: break-spaces;
	 font-weight: 400;
	 text-transform: uppercase;
	 margin: -40px 0 12px 0;
	 position: relative;
	 z-index: 3000;
	 width: 100vw;
	   left: 50%;
	   right: 50%;
	   margin-left: -50vw;
	   margin-right: -50vw;
 }

 h5.cccredit a {
	 color: #000;
	 border-bottom: 0;
	 padding-bottom: 0;
	 padding: 5px 8px;
	 background-color: rgba(255,255,255,.3);
	 margin-right: 30px;
 }

 .podcast {
	 margin: 20px 0 0px 0;
	 padding: 70px 40px;
	 box-sizing: border-box;
 }

 .podcast .contain {
	  display: grid;
	  grid-template-columns: .25fr .75fr;
	  grid-template-rows: auto;
	  grid-template-areas:
		"podlogo podmeta";
	  grid-gap: 40px;
 }

 .podlogo {
	 grid-area: podlogo;
 }

 .podmeta {
	 grid-area: podmeta;
 }

 .podmeta > img {
	 display: block !important;
	 max-width: 200px;
	 padding-bottom: 20px;
	 height: auto;
 }

 .podmeta h4 {
		 font:  normal 600 44px/1.2 'Source Sans Pro', sans-serif;
		 margin: 0 0 10px 5px;
		 padding-left: 5px;
		 letter-spacing: -.00625em;
 }

  .podmeta h5 {
		  font:  normal 400 22px/1.2 'Source Sans Pro', sans-serif;
		  margin: 0px 0 10px 5px;
		  padding-left: 5px;
		  letter-spacing: -.00625em;
  }

.podmeta p {
	  font:  normal 400 19px/1.5 'Source Sans Pro', sans-serif;
	  margin: 0 0 45px 5px;
	  padding-left: 5px;
}

.podlogo img {
	max-width: 100%;
	height: auto;
	border: 1px solid #000;
	box-sizing: border-box;
}



 .quotes {
	 background-color: #ca0263;
	 padding: 40px 0;
	 width: 100vw;
	 left: 50%;
	 right: 50%;
	 margin-left: -50vw;
	 margin-right: -50vw;
	 position: relative;
 }

 .quote::before {
	 content: '\201C';
	 display: block;
	 text-align: center;
	 font-size: 17em;
	 line-height: 1;
	 font-family: 'Source Sans Pro', sans-serif;
	 color: var(--hl-color);
 }

 .quotes .slide {
	 width: 100%;
	 padding: 0 90px 45px 90px;
 }

 .quotes .slide p.quotetext {
	 font:  normal 400 20px/1.7 'Source Sans Pro', sans-serif;
	 color: #fff;
	 margin: 10px 0;
	 text-align: center;
 }

 .quotes .slide p.quotetext::after {
	 content: '\201D';
 }

 .quotes .slide p.quotecredit {
	 font:  normal 500 20px/1.3 'Source Sans Pro', sans-serif;
	 line-height: 1.3;
	 color: #fff;
	 margin: 25px 0 0 0;
	 text-transform: uppercase;
	 text-align: center;
	 letter-spacing: .0625em;
 }

 .quotes .slide p.quotecredit::before {
	 content: '\2013';
	 padding-right: 4px;
 }


 .featherlight .featherlight-content {
	 max-width: 70% !important;
 }

 #podcast .pcmeta h4:nth-of-type(2) {
	 margin: 20px 0 50px 0;
	 line-height: 1.3;
	 display: block;
 }

 .essayphotocredslabel, .essayphotocreds {
	 display: none;
 }

 .majorvideo {
	 background-color: #eee;
/*	 max-height: 500px;
	 overflow: hidden; */
 }

.majorvideo video {
	 display: block;
	 width: 100%;
	 height: auto;
	 margin-bottom: 0px;
	/* margin-top: -15%; */
 }

 .fullimg {
	 width: 100vw;
	 position: relative;
	 left: 50%;
	 right: 50%;
	 margin-left: -50vw;
	 margin-right: -50vw;
 }

 .fullimg div {
	 background-size: cover;
	 background-position: center center;
	  position: relative;
 }



.page-template-template-studios .podcast {
  margin: 0px 0 0px 0;
  padding: 70px 0;
  box-sizing: border-box;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}


 .videos {
	 background-color: #000;
	 width: 100vw;
	 left: 50%;
	 right: 50%;
	 margin-left: -50vw;
	 margin-right: -50vw;
	 position: relative;
	 padding: 50px 0;
 }

 .videos .podmeta {
	max-width: 1200px;
	margin: 0 auto;
	 text-align: left;
 }

  .videos .podmeta h3 {
	  margin-bottom: 40px;
	  color: #fff;
	  text-align: left;
  }

 .videos > ul {
	 list-style: none;
	 margin: 0;
	 display: flex;
	 gap: 20px;
	 justify-content: center;
	 flex-wrap: wrap;
 }

 .videos > ul > li {
	 display: grid;
	 grid-template-columns: 1fr;
	 grid-template-rows: auto;
	 grid-template-areas:
	   "vidvid"
	  "vidmeta";
	 grid-gap: 0px;
	 margin: 0;
	 padding: 0;
	 width: calc(20% - 20px);
	 -webkit-border-bottom-right-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	 -moz-border-radius-bottomright: 10px;
	 -moz-border-radius-bottomleft: 10px;
	 border-bottom-right-radius: 10px;
	 border-bottom-left-radius: 10px;
 }

 .videos li .vidmeta {
	 grid-area: vidmeta;
	 text-align: left;
	 overflow: auto;
	 position: relative;
	 box-sizing: border-box;
	 padding: 20px;
 }

.vidmeta .vidmetcon {
}

 .videos li .vidvid {
	 grid-area: vidvid;
	 position: relative;
 }

 .vidvid iframe {
	margin: 0 !important;
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
 }

 .videos li .vidmeta p, .videos li .vidmeta h4, .videos li .vidmeta h6 {
	 color: #fff;
 }

 .videos li .vidmeta h4 {
	 font:  normal 700 20px/1 'Source Sans Pro', sans-serif;
	 margin: 0 0 0px 0;
 }

  .videos li .vidmeta h6 {
	  font:  normal 400 32px/1 'Source Sans Pro', sans-serif;
	  margin: 0 0 10px 0;
  }

  .vidvid video {
	  -webkit-border-top-left-radius: 10px;
	  -webkit-border-top-right-radius: 10px;
	  -moz-border-radius-topleft: 10px;
	  -moz-border-radius-topright: 10px;
	  border-top-left-radius: 10px;
	  border-top-right-radius: 10px;
  }

 .videos li .vidmeta p {
	 font:  normal 400 12px/1.15 'Source Sans Pro', sans-serif;
	 margin: 0px;
 }

  .videos li .vidmeta ul {
	  font:  normal 400 20px/1.15 'Source Sans Pro', sans-serif;
	  color: #fff;
  }

  .videos li .vidmeta ul li {
	  margin-top: 5px;
  }

 .videos li .vidmeta p span::before {
	 content: ', ';
 }

 .videos li .vidmeta p span:last-of-type::before {
	 content: ', and ';
 }

  .videos li .vidmeta p span:first-of-type::before {
	  content: none;
  }

.videos li .vidmeta p.few span:last-of-type::before {
	content: ' and ';
}

 .videos li .vidmeta p.viddescr {
	 font: normal 400 15px/1.5 'Source Sans Pro', sans-serif;
	 margin-top: 14px;
}

 .videos li .vidmeta p a {
	 text-transform: uppercase;
	 letter-spacing: .15em;
	 line-height: 1;
	 display: inline-block;
 }

 .videos li .vidmeta p a::after {
	 content: '\FF0B';
	 padding-left: 3px;
	 font-size: 150%;
 }

.videos li .vidmeta p a.no {
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.15;
  display: inline;
}

.videos li .vidmeta p a.no::after {
  content: none;
  padding-left: 0px;
  font-size: 100%;
}

 #carousel .next {
	 position: absolute;
	 right: 0px;
	 top: 40%;
	 font:  normal 400 50px/1 'Source Sans Pro', sans-serif;
	 color: #fff;
 }

  #carousel .prev {
	  position: absolute;
	  left: 0px;
	  top: 40%;
	  font:  normal 400 50px/1 'Source Sans Pro', sans-serif;
	   color: #fff;
  }

 #carousel .next::before {
	 content: '\3009';
 }

  #carousel .prev::after {
	  content: '\3008';
  }


 .fulltext .progdesc {
	 padding-top: 40px;
 }

 .fulltext .progdesc::before {
	 width: 35%;
	 display: block;
	 border-top: 1px solid #ff3366;
	 content: '\00A0';
	  margin: 0px 150px 0em 150px;
 }

 .fulltext  .progdesc p {
	 font:  italic 400 14px/1.5 'Source Sans Pro', sans-serif;
	 margin: 20px 150px 0em 150px;
 }

 .fulltext  .progdesc em, .fulltext  .progdesc i {
	 font-style: normal;
 }

 .fulltext  .progdesc b, .fulltext  .progdesc strong {
	 font-weight: 900;
 }


 footer {
	 font-family: "Open Sans", "Source Sans Pro", sans-serif;
	 line-height: 2.6rem;
	 font-size: 1.6rem;
 }

 .playlist {
	 padding: 0 10%;
 }

 .mcs-item img {
 }

 .aicarousel {
	  width: 100vw;
	   position: relative;
	   left: 50%;
	   right: 50%;
	   margin-left: -50vw;
	   margin-right: -50vw;
	   z-index: 10000;
 }

 .MagicScroll div a {
	 display: none;
 }

 .mcs-item { width:auto !important; display:inline !important; }




 .cards {
	 width: 100vw;
	 left: 50%;
	 right: 50%;
	 margin-left: -50vw;
	 margin-right: -50vw;
	 position: relative;
	  padding: 60px 0;
 }

  .cards > h3 {
	  font: normal 900 11em/1.1 'Source Sans Pro', sans-serif;
	  color: #0aa5c9;
	  margin-bottom: 30px;
  }

 .cardsarray {
	 max-width: 1300px;
	 padding: 0 90px;
	 box-sizing: border-box;
	 position: relative;
	 display: flex;
	 flex-wrap: wrap;
	 margin: 0 auto;
 }

 .cardsarray .card {
	 width: 47%;
	 margin: 1.5%;
	 background-size: cover;
	 background-position: center center;
	 position: relative;
 }

 .cardsarray .card .cardint {
	 padding-bottom: 94%;
	 position: relative;
	 background: rgb(0,0,0);
	 background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 69%);
	 background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 69%);
	 background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 69%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
 }

 .cardsarray .card .cardint .cardmeta {
	 position: absolute;
	 left: 0;
	 bottom: 20px;
	 width: 100%;
	 box-sizing: border-box;
	 padding: 30px;
 }

 .cardsarray .card p, .cardsarray .card h3, .cardsarray .card h4 {
	 color: #fff;
	 text-align: left;
 }

 .cardsarray .card h3 {
	 font:  normal 900 35px/1 'Source Sans Pro', sans-serif;
	 margin: 0 0 20px 0;
 }

 .cardsarray .card h4 {
	 font:  normal 400 23px/1 'Source Sans Pro', sans-serif;
	 margin: 0 0 15px 0;
 }

 .cardsarray .card p {
	 font:  normal 400 18px/1.4 'Source Sans Pro', sans-serif;
	 margin: 0 0 0px 0;
 }

 .cardsarray .card p a {
	 display: inline-block;
	 padding-left: 20px;
	 font-size: 85%;
	 text-transform: uppercase;
	 line-height: 0;
	 transition: all .3s;
 }

 .cardsarray .card p a:hover {
	 color: #fff !important;
 }

 .cardsarray .card p a::after {
	 content: '\002B';
	 font-size: 32px;
	 padding-left: 3px;
	 bottom: -3px;
	 position: relative;
 }

 .cardsarray .card p.essartcred a::after {
	 content: none;
 }

 .cardsarray .card p.essartcred {
	 font-size: 13px;
 }





 /* podcastarray */

 .paepisodes {
	 list-style: none;
	 padding: 10px 50px;
	 margin: 0;
	 box-sizing: border-box;
 }

 .paepisodes > li {
	 padding: 50px 40px;
	 box-sizing: border-box;
	 margin: 0;
	 border-bottom: 1px solid #6d6e71;
	  display: grid;
	  grid-template-columns: 30% 70%;
	  grid-template-rows: auto;
	  grid-template-areas:
	   "papic patext";
	  grid-gap: 50px;
	  align-items: center;
 }

 .paepisodes > li:last-of-type {
 border-bottom: none;
 }

 .paepisodes > li .featured {
	 grid-area: papic;
 }

 .paepisodes > li .pameta {
	 grid-area: patext;
 }

 .pafeaturedimg {
	 width: 100%;
	 position: relative;
 }

 .pafeaturedimg > div {
	 padding-bottom: 100%;
	 background-size: cover;
	 background-position: center center;
 }

  .pafeaturedimg.wide > div {
	  padding-bottom: 56.25%;
  }

 .pasurvices {
	 list-style: none;
	 padding: 35px 0 0 0;
	 margin: 0;
	 display: flex;
	 justify-content: center;
 }

 .pasurvices li {
	 width: 48px;
	 height: 48px;
	 margin: 0 10px;
 }

 .pameta h4 {
	 font:  normal 600 14px/1.3 'Source Sans Pro', sans-serif;
	 margin: 0 0 15px 0;
	 letter-spacing: .125em;
	 padding-top: 15px;
	 padding-left: 50px;
	 text-transform: uppercase;
	 background-image: url(../images/headphones.svg);
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: left center;
 }

 .pameta h3 {
	 font:  normal 900 42px/1.1 'Source Sans Pro', sans-serif;
	 margin: 0 0 20px 0;
	 letter-spacing: -1px;
 }

 .pameta h6 {
	 text-transform: uppercase;
	 font:  normal 600 14px/1.3 'Source Sans Pro', sans-serif;
	 margin: 0 0 10px 0;
	 letter-spacing: .125em;
 }

 .pameta h6::before {
	 display: block;
	 content: '\00A0';
	 width: 104px;
	 height: 4.5px;
	 background-color: #d75249;
	 margin-bottom: 20px;
 }

 .pameta p {
	 font:  normal 400 24px/1.3 'Source Sans Pro', sans-serif;
	 margin: 0 0 30px 0;
 }

 .pameta p span {
	 font-size: 14px;
	 letter-spacing: .125em;
	 color: #d75249;
	 text-transform: uppercase;
	 font-weight: 600;
 }

 .pameta p span::after {
	 content: '\002B';
	 font-size: 180%;
	 font-weight: 600;
	 vertical-align: baseline;
	 padding-left: 3px;
 }

 .pasurvices li a {
	 display: block;
	 width: 100%;
	 height: 100%;
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: center center;
 }

 .pasurvices li.itunes a {
	 background-image: url(../images/itunes-icon_gr.png);
 }

 .pasurvices li.itunes a:hover {
	 background-image: url(../images/itunes-icon.png);
 }

 .pasurvices li.spotify a {
	 background-image: url(../images/spotify-icon_gr.png);
 }

 .pasurvices li.spotify a:hover {
	 background-image: url(../images/spotify-icon.png);
 }

  .pasurvices li.iheart a {
	  background-image: url(../images/iheartradio-icon_gr.png);
  }

  .pasurvices li.iheart a:hover {
	  background-image: url(../images/iheartradio-icon.png);
  }

.pasurvices li.youtube a {
   background-image: url(../images/youtube-button_gray.png);
}

.pasurvices li.youtube a:hover {
   background-image: url(../images/youtube-button.png);
}




 .podcastsdescription {
	 padding: 60px 90px 0px;
 }

 .podcastsdescription p, .podcastsdescription li {
	 font:  normal 500 20px/30px 'Source Sans Pro', sans-serif;
	 color: #000;
	 margin-bottom: 17px;
	 margin-top: 0;
 }


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

	  .cardsarray .card {
		  width: 97%;
		  margin: 1.5%;
		  background-size: cover;
		  background-position: center center;
		  position: relative;
	  }


	   .paepisodes {
		   padding: 10px 50px;
	   }

	   .pqflex {
		   padding-bottom: 70%;
	   }

	   .pqflex .pquote {
	   max-width: 85%;
		   position: relative;
	   }

}


@media only screen and (max-width: 800px) {
	header .stickycontain h2 {
		width: 140px;
	}

	header .stickycontain h1 {
		width: 360px;
	}

	.hentry {
		margin-top: 0px;
	}

	header nav#stickynav .stickycontain {
		grid-template-columns: auto 1fr auto;
	}

	.podcastsdescription {
		padding: 50px 40px 0px;
	}

   .paepisodes {
	   padding: 10px 0px;
   }

	.story.twocol .contain {
		padding: 54px 60px;
	}

	.story .contain {
	grid-template-columns: .25fr .75fr;
	}

	.story.twocol.right .contain {
		grid-template-columns: .7fr .3fr;
	}

	p.more {
		padding-top: 15px;
	}

	 .essayphotocredslabel, .essayphotocreds {
		 display: block;
	 }

	  p.essayphotocreds span::after {
		  content: ',';
		  padding: 0 5px 0 0;
	  }

	   p.essayphotocreds span:last-of-type::after {
		   content: none;
	   }

	   p.essartcred {
		   bottom: 0;
		   right: 0;
	   }

	header .introessay {
		padding: 200px 8% 0 8%;
	}

	  header .introessay p {
		  font: normal 300 35px/1.2 'Vollkorn', serif;
	  }

	  header h1 > span:first-of-type {
		  width: 100px;
		 }

	 header h1 > span:last-of-type {
		 width: 225px;
		 margin-left: 0px;
	 }

	 #night {
		 height: 400px;
	}

	.poem .contain {
		grid-template-columns: .23fr .43fr .33fr;
	}

	#haiku .slide {
		grid-template-columns: .5fr 120px 450px .5fr;
	}

	.calrows > div:first-of-type .calcol > span {
		font: normal 700 21px/1 'Source Sans Pro', sans-serif;
		padding: 2px 5px 4px;
	}

	.calrows > div:first-of-type .calcol > a {
		font: normal 100 21px/1 'Source Sans Pro', sans-serif;
		padding: 2px 4px 4px;
	}

	.sumcoll.amounts > div {
		font: normal 900 16px/1.2 'Source Sans Pro', sans-serif;
	}

	.sumcoll > div.sumcolltitle {
		font: normal 900 17px/1.1 'Source Sans Pro', sans-serif;
	}

	.calrow .calcol h4 {
		font: normal 900 15px/1.1 'Source Sans Pro', sans-serif;
	}

	.calcolsum {
		font: normal 700 18px/1 'Source Sans Pro', sans-serif;
	}

	.series .contain {
		padding: 43px 20px;
	}

	.series .contain > div a {
		grid-template-columns: 65px .4fr .6fr;
	 }

	 .series .meta {
		 background-color: rgba(255,255,255,.8);
		}

	.series .contain > div a {
		grid-template-columns: 65px .2fr .8fr;
	}

	.series .contain > div:nth-of-type(odd) a {
		grid-template-columns: .8fr .2fr 65px;
	}

	.podcast li {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-template-areas:
		  "pcimg""pcmeta";
		grid-gap: 30px;
	}

	 #headcs p,  #headcs h6 {
		 display: none;
	 }

	 .partners ul li img {
		 height: 30px;
		 width: auto;
	 }

	 .page-id-367145 .partners ul li:nth-of-type(2) img {
		  height: 45px;
		  width: auto;
	  }

	 #thanks h3.sectiontitle {
		 line-height: 1.1;
	 }

	 .page-template-template-studios .shows .show {
		 width: 29%;
	 }

	 .fulltext h3, .cards > h3 {
		 font: normal 900 9em/1.1 'Source Sans Pro', sans-serif;
	 }

	 ul.videos li {
		 grid-template-columns: 1fr;
		 grid-template-areas:
			 "vidmeta"
			 "vidvid";
	 }

	 .contrib ul li {
		 width: calc(30% - 20px);
	 }

	 #page > div, #page header, #page footer {
		 padding: 0 0px;
	 }

	 .moreepisodes {
		 padding: 50px 30px;
	 }

	 header .stickycontain h1 {
		 width: 300px;
	 }

	 .videos li .	 {
		 grid-area: vidmeta;
		 padding: 40px 45px;
		 text-align: left;
		 max-height: 300px;
		 overflow: auto;
	 }

	 .videos li .vidmeta p.viddescr {
		 font-size: 15px;
	 }

	 .videos li .vidmeta h4 {
		 font-size: 27px;
	 }

	 .MagicScroll {
		 height: 300px !important;
	 }

	 .videos > ul > li {
		 width: 31%;
	 }


}




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

	.videos > ul > li {
		width: 95%;
	}

	.introessay .introreadmore {
		max-width: 80%;
	}

	.introessay {
		padding-top: 250%;
	}

	header h1 span:first-of-type {
		flex-grow: 1;
		flex-shrink: 1;
	}

	header h1 span:last-of-type {
		flex-grow: 2;
		flex-shrink: 2;
	}

	.cardsarray {
		 padding: 30px;
	 }

	  .cardsarray .card h3 {
		  font:  normal 900 25px/1 'Source Sans Pro', sans-serif;
		  margin: 0 0 10px 0;
	  }

	  .cardsarray .card h4 {
		  font:  normal 400 18px/1 'Source Sans Pro', sans-serif;
		  margin: 0 0 7px 0;
	  }

	  .cardsarray .card p {
		  font:  normal 400 12px/1.3 'Source Sans Pro', sans-serif;
		  margin: 0 0 0px 0;
	  }

	   .cardsarray .card p a::after {
		   font-size: 22px;
	   }

	header .stickycontain h1 {
		grid-area: mslogo;
	}



	 .pameta h3 {
		 font: normal 900 32px / 1.1 'Source Sans Pro', sans-serif;
	 }



	.podcastsdescription {
		padding: 50 0px 0px;
	}

	.story .contain {
		grid-template-columns: 1fr;
		grid-template-areas: "storytext";
	}

	.story.twocol.left .contain, .story.twocol.right .contain {
		grid-template-areas:
		"storytext"
		"storyside";
	}

	header .stickycontain {
		display: grid;
		grid-template-columns: auto 1fr auto;
		grid-template-rows: 1fr;
		grid-template-areas:
			"mslogo""headerlinks";
		grid-gap: 20px;
		padding: 0px 40px 15px 40px;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
	}

	.story h3 {
		line-height: 1.1;
	}

	p.more {
		padding-top: 25px;
	}

	.hentry {
		margin-top: 0px;
	}

	header h1 > span:first-of-type {
		width: 250px;
	}

	header h1 > span:last-of-type {
		width: 85px;
		margin-left: 20px;
	}

	header .introessay p {
		font: normal 300 25px/1.3 'Vollkorn', serif;
	}

	header .links {
		justify-content: center;
		align-self: end;
		column-gap: 20px;
	}

	header .shadow {
		padding-bottom: 40%;
	}

	.pquote {
		padding: 100px 30px 75px;
	}

	#timeline .contain {
	padding: 60px 10px;
}

	.poem .contain {
		padding: 30px 30px 10px 30px;
		grid-template-columns: .6fr .4fr;
		grid-template-areas:
			"poem poemill"
			"poemnotes poemnotes";
	}

	header nav#stickynav.fixed {
		left: 0;
		right: 0;
		margin-left: 0;
		margin-right: 0;
	}

	header nav#stickynav.fixed .stickycontain {
		padding: 30px 20px 20px 20px;
	}

	#haiku .slide {
		grid-template-columns: 30px 1fr 30px;
		grid-template-areas: ". haiku ." ". hsubmit .";
	}

	#haiku .thework .haikutext p {
		font: italic 400 30px/1.1 'Vollkorn', serif;
	}

	#haiku .thework {
		padding: 40px;
	}

	.plaintextblock .contain {
		padding: 60px 50px;
	}

	.series .contain > div a, .series .contain > div:nth-of-type(odd) a {
		grid-template-columns: 1fr;
		grid-template-areas:
		"arrow"
		"essaycred"
		"meta";
		grid-gap: 0;
	}

	.series a {
		background-image: none !important;
	}

	.series .arrow {
		display: block;
		width: 100%;
		padding-bottom: 60%;
		position: relative;
	}

	.series .arrow span {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-size: cover;
		background-position: center center;
	}

	.series .contain > div a {
		padding: 0 0;
	}

	.sumcoll > div.sumcolldescription {
		font: normal 400 12px/1.3 'Source Sans Pro', sans-serif;
	}

	.calrows .calrow {
		flex-wrap: wrap;
	}

	.calrows .calrow > div:first-of-type {
		display: none;
	}

	.calrow .calcol {
		width: 16.2%;
	}

	.calrows > div:first-of-type::before {
		content: 'Hours/day - Working "Sunup until sundown" (est. 12 hours/day)';
		display: block;
		width: 100%;
		font: normal 900 15px/1.1 'Source Sans Pro', sans-serif;
		text-align: center;
	}

	.calrows > div:last-of-type::before {
		content: 'Wages/day';
		display: block;
		width: 100%;
		font: normal 900 15px/1.1 'Source Sans Pro', sans-serif;
		text-align: center;
		padding: 20px 0 10px 0;
	}

	.calrows h5 {
		font: normal 400 10px/1.3 'Source Sans Pro', sans-serif;
	}

	.calrow .calcol {
		padding: 15px 7px;
	}

	.calcolsum {
		font: normal 700 12px/1 'Source Sans Pro', sans-serif;
	}

	.calrows > div:last-of-type .calcol div:last-of-type {
		font: normal 400 11px/1.3 'Source Sans Pro', sans-serif;
	}

	.calrow > div:nth-of-type(2) {
		border-left: 0;
	}

	.calrows > div:first-of-type .calcol > a, .calrows > div:first-of-type .calcol > span {
		display: block;
	}

	.sumcoll.amounts > div {
		font: normal 900 10px/1.2 'Source Sans Pro', sans-serif;
	}

	#calculator .contain {
		padding: 40px 20px;
	}

	header h1 {
		text-align: left;
	}


	header h1 > span:first-of-type {
		width: 60px;
		vertical-align: bottom;
	}
	header h1 > span:first-of-type {
		margin-right: 10px;
	}

	header h1 > span:last-of-type {
		width: 300px;
		margin-left: 0px;
		vertical-align: bottom;
	}

	header .introessay {
		padding: 200px 20px 0 20px;
	}

	header .contain {
		padding: 50px 20px 15px 20px;
	}

	.videos ul {
		flex-wrap: wrap;
	}

	.videos ul li {
		width: 100%;
		grid-template-columns: 1fr;
		grid-template-areas:
			"vidmeta"
			"vidvid";
	}

	.contrib > h3 {
		font-size: 40px;
		padding-top: 60px;
	}

	.podcast {
		padding: 70px 0px;
	}

	.podcast .contain {
		padding: 40px 0;
	}

	.podcast .contain {
		grid-template-columns: 1fr;
		grid-template-areas:
			"podlogo"
			"podmeta";
	}

	header nav#stickynav .stickycontain {
		grid-template-columns: .5fr .5fr;
		grid-template-areas:
			"mslogo headerlinks"
			"headerpartners headerpartners";
		padding: 0 0 15px 0;
	}



	.page-id-367145 header nav#stickynav .stickycontain {
		grid-template-columns: 1fr auto auto;
		grid-template-areas:
			"mslogo headerpartners headerlinks";
		padding: 15px;
		align-items: center;
	}

	 #headcs .cycle-carousel-wrap > div, #headcs {
		 height: 300px;
	 }

	 #headcs .cycle-carousel-wrap > div > div {
		 height: 146px;
	 }

	#videos {
		padding: 50px 20px;
	}



	 #thanks h3.sectiontitle {
		 margin: 0;
	 }

	 #thanks .contain {
		 display: grid;
		 grid-template-columns: 1fr;
		 grid-template-rows: auto;
		 grid-template-areas:
			 "thankslabel"
			 "thankslist";
		 grid-gap: 30px;
		 padding: 0 30px;
		 text-align: center;
	 }

	 #podcast h3.sectiontitle {
		 margin-left: 20px;
	 }

	 .quotes .slide p.quotetext {
		 font: normal 400 3em/1.4 'Arsenal', sans-serif;
	 }

	 .fulltext h3, .cards > h3 {
		 margin: 0 40px 0.25em 40px;
		 font-size: 7em;
	 }

	 .fulltext p, .fulltext li {
		 margin: 0 60px 0.5em 60px;
	 }

	  .fulltext  .progdesc p {
		  font:  italic 400 14px/1.5 'Source Sans Pro', sans-serif;
		  margin: 20px 60px 0em 60px;
	  }

	   .fulltext .progdesc::before {
			margin: 0px 60px 0em 60px;
	   }

	 .podcast .contain {
		 padding: 0 40px;
	 }

	 .page-template-template-studios .shows .show {
		 width: 60%;
	 }

	 .moreps {
		 flex-wrap: wrap;
	 }

	 .indimoreep {
		 width: 42%;
		 margin: 6% 4%;
	 }

	 .contrib ul li {
		 width: 50%;
	 }

	 header .stickycontain h1 {
		 width: 300px;
	 }

	 .pcarchiveshowinfo .contain {
		 padding: 0 30px;
	 }

	 .pcarchiveshowinfo h1 {
		 font: normal 900 7em/1.15 'Source Sans Pro', sans-serif;
	 }

	 .pcarchiveshowinfo .taxonomy-description {
		 margin: 0 0 0.5em 0;
	 }

	 .hentry {
		 padding: 0 50px;
	 }

	 .episodemeta {
		 grid-template-columns: 1fr;
		 grid-template-areas:
			 "richmeta"
			 "textmeta";
	 }

	 header .stickycontain h1 {
		 width: 90%;
	 }

	 header .stickycontain h1 span {
		 width: 220px;
	 }

	 #timeline ul.timelineshortcuts {
		 margin: 0 0 40px 0;
	 }

	 header .share img {
	 padding-right: 0;
	}

	header .share > div {
		margin: 0 2px;
	}

	.mcs-item img {
		height: 100%;
	}

	#timeline .contain {
		max-width: 85%;
	}

	.page-id-367145 header .stickynav h1 {
		/* padding: 15px 0 0 15px; */
	}

	.page-id-367145 header .stickynav h1 a span {
		background-image: url(https://msmagazine.com/wp-content/uploads/2024/08/WomenDemocracy_mobileNav.png) !important;
		padding-bottom: 34.7%;
	}

	 .page-id-367145 header .stickycontain h1 span {
		 width: 100%;
	 }

	 .page-id-367145 .partners ul li {
		 margin: 0 6px;
	 }

	 .page-id-367145 header .links {
		 align-self: center;
	 }



	  .paepisodes > li {
		  padding: 50px 0px;
		  box-sizing: border-box;
		  margin: 0;
		  border-bottom: 1px solid #6d6e71;
		   display: grid;
		   grid-template-columns: 100%;
		   grid-template-rows: auto;
		   grid-template-areas:
			"papic"
			"patext";
		   grid-gap: 40px;
	  }

	  #timeline ul.timelineshortcuts {
		  flex-wrap: wrap;
	  }

	  #timeline ul.timelineshortcuts li {
		  padding: 15px 0;
		  border-bottom: 2px solid #aaa;
		  border-right: none;
	  }



		 .pqflex {
			 padding-bottom: 150%;
		 }
		 .pqflex .pquote {
			 max-width: 90%;
			 position: relative;
		 }

		 .pquote blockquote {
			 display: block;
			 color: #fff;
			 margin: 0 0 .5em 0;
			 font:  normal 300 25px/1.5 'Vollkorn', serif;
		 }


}

.page-id-367145 .partners ul li:nth-of-type(2) img {
	max-height: 75px;
}

.page-id-369631 .fulltext#secname-intro {
	padding: 0;
	background-color: #f1eddb !important;
}

.page-id-369631 .fulltext#secname-intro .contain {
	padding: 60px 0 70px 0;
	border-left: 40px solid #f1eddb;
	border-right: 40px solid #f1eddb;
	background-color: #000;
}

.page-id-369631 .partners li:first-of-type img {
	max-height: 40px;
	max-width: 130px;
}

.page-id-376498 .fulltext h3 {
	font-family: 'darkmode-on', sans-serif;
	font-weight: 900;
	text-align: left;
	text-transform: none;
	line-height: .95;
	font-size: 10.5em;
	text-wrap: balance;
	margin-bottom: .75em;
}

.page-id-376498 .fulltext p, .page-id-376498 .fulltext li {
	margin-bottom: 1em;
	line-height: 1.35;
}

.page-id-376498 .fulltext .progdesc::before {
	border-top: 1px solid #ffffff;
}

.page-id-376498 .featherlight .featherlight-content p, .page-id-386391 .featherlight .featherlight-content p {
	color: #333;
	font-weight: 400;
	font-size: 16px;
}

.page-id-392371 header .contain {
	padding: 40px 40px 40px 40px;
}

.page-id-392371 #page header {
	margin-bottom: 0;
}

#haiku a.next {
	position: absolute;
	right: 5%;
	bottom: 40px;
	background-image: url(https://msmagazine.com/wp-content/themes/msmagtheme/images/essayarrow.svg);
	height: 114px;
	width: 30px;
	background-size: contain;
	z-index: 4000;
}

#timeline .ctl-story-time {
	line-height: 1.1 !important;
	font-weight: 700 !important;
}

#timeline h2.content-title {
	display: none !important;
}

#timeline .timeline-post {
	border: none !important;
	background: transparent !important;
}

#timeline .cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li.slick-slide.slick-current:after, #timeline .cool-timeline-horizontal.ht-design-2 .clt_carousel_slider ul.slick-slider .slick-list li.slick-slide:after {
	content: none !important;
}

.page-id-398355 #primary {
	padding-top: 108px;
}

.mbblocks {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  position: relative;
}

.mbblocks .block {
	flex-grow: 1;
	flex-shrink: 1;
	padding: 90px 40px 60px 40px;
	position: relative;
	background-size: cover;
}


.mbblocks .block h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: clamp(1rem, 1.5vw, 4rem);
	line-height: 1.1;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	letter-spacing: .125em;
	color: #ffffff;
}

.mbblocks .block h4 {
	font-family: 'verlagblack', sans-serif;
	font-weight: 400;
	font-size: clamp(3rem, 4.5vw, 8rem);
	line-height: 1.1;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.mbblocks .block h6 {
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	font-size: 2.5em;
	line-height: 1.1;
	margin: 0 0 45px 0;
	letter-spacing: .125em;
	font-style: italic;
	text-transform: uppercase;
}

.mbblocks .block > a {
	font-family: verlagblack, sans-serif;
	font-weight: 400;
	font-size: 2em;
	line-height: 1.1;
	margin: 0 0 20px 0;
	letter-spacing: .0625em;
	text-transform: uppercase;
	padding: 10px 25px;
	display: inline-block;
	transition: all .3s;
	color: #fff;
}

.mbblocks .block > a:hover {
	background-color: #ffffff !important;
	color: #ff3366 !important;
}

.mbblocks .block .mbcredit {
	position: absolute;
	bottom: 15px;
	right: 25px;
	margin: 0;
	color: #fff;
	font: normal 100 2.2em/1 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
}

.multiblockheader {
	position: relative;
	background-color: #000;
	z-index: 9000;
	text-align: center;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.multiblockheader .contain {
	margin: 0;
	max-width: none;
}

.multiblockheader .contain .vidcover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.multiblockheader .contain .vidcover div {
	text-align: center;
}
.multiblockheader .contain .vidcover img {
	margin: 0 auto 30px;
}

.multiblockheader h3 {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: clamp(3rem, 3vw, 5rem);
	line-height: 1.1;
	margin: 0 auto 0px;
	text-wrap: balance;
	z-index: 11000;
	position: relative;
	text-shadow: 0px 0px 11px rgba(0,0,0,0.87);
	max-width: 60%;
	text-transform: uppercase;
}

.multiblockheader h4 {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: clamp(2rem, 1.8vw, 6rem);
	line-height: 1.1;
	margin: 20px auto 0px;
	text-wrap: balance;
	z-index: 11000;
	position: relative;
	text-shadow: 0px 0px 11px rgba(0,0,0,0.87);
	max-width: 60%;
}

.textlinks {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	grid-area: headerpartners;
	justify-content: right;
}

.textlinks li {
	font-family: 'verlagblack', sans-serif;
	font-size: clamp(1.2rem, 1vw, 4rem);
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: .0625em;
}

.page header nav#stickynav .stickycontain {
	grid-template-columns: 550px 1fr auto;
}

.textlinks li a {
	padding: 3px 8px;
	color: #ff3366;
	transition: all .3s;
	display: block;
	text-align: center;
}

.textlinks li a:hover, .page-id-398368 .fempage2 a, .page-id-393562 .fempage1 a {
	color: #dec6a5;
}

.page-id-398944 .introessay .introreadmore, .page-id-398944 .introessay a.readmore {
	max-width: 80%;
}

.page-id-398944 .introessay {
	padding-top: 16%;
	padding-bottom: 110px;
}

.page-id-398944 .introessay .introreadmore p {
	font: normal 500 40px / 1.2 'Source Sans Pro', sans-serif;
}

.page-id-398944 .introessay .introreadmore p strong {
	font-weight: 900;
}

.page-id-398944 .introessay .introreadmore p em {
	font-style: italic;
}

.page-id-398944 a.readmore {
	font-style: normal;
	font-family: 'Source Sans Pro', sans-serif;
}

.page-id-398944 .introessay a.readmore::after {
	color: #fff;
	font: normal 100 33px / .7 'Source Sans Pro', sans-serif;
}

.page-id-398944 .swiper.mySwiper {
	width: 100%;
	height: 100%;
	padding: 20px 60px 60px 60px;
}

.podcastcarousel .contain {
	padding-top: 50px;
	padding-bottom: 30px;
}

.podcastcarousel .contain > .podmeta h3 {
	letter-spacing: 0;
	text-transform: none;
	font-size: 20px;
	border-bottom-width: 4px;
}

.podcastcarousel .show h4 {
	font: normal 700 18px / 1.2 'Source Sans Pro', sans-serif;
	margin: 10px 0 5px;
	padding-top: 10px;
	color: #f36;
}

.podcastcarousel .show h3 {
	font: normal 400 22px / 1.2 'Source Sans Pro', sans-serif;
}


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

	.page-id-398355 #primary {
		padding-top: 133px;
	}

	.multiblockheader h3, .multiblockheader h4 {
		max-width: 90%;
	}

	.page-id-398355 header nav#stickynav .stickycontain {
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"branding branding"
			"headerpartners headerlinks";
	}

	.page-id-398355 .textlinks {
		justify-content: left;
	}

	.page-id-398355 h1 {
		justify-self: center;
	}

	header .stickycontain h1 {
		width: 500px;
	}

	header .contain {
		padding: 30px 40px 15px 40px;
	}

	header .partners {
		display: none;
	}

}

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

	header nav#stickynav .stickycontain {
		grid-template-columns: 1fr;
		grid-template-areas:
			"mslogo"
			"headerlinks";
	}

	header .stickycontain h1 {
		justify-self: center;
		width: 80%;
	}

	.textlinks {
		justify-content: center;
		display: none;
	}

	.multiblockheader {
		position: relative;
		background-color: #000;
		  width: 100vw;
		  left: 50%;
		  right: 50%;
		  margin-left: -50vw;
		  margin-right: -50vw;
	}

	.mbblocks {
	  width: 100vw;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	  display: flex;
	  position: relative;
	  flex-wrap: wrap;
	}

	.mbblocks .block {
		flex-grow: 1;
		flex-shrink: 1;
		padding: 275px 30px 60px 30px;
		position: relative;
		background-size: cover;
		width: 100%;
	}

	.mbblocks .block h4 {
		font-weight: 400;
		line-height: 1.1;
		margin: 0 0 5px 0;
	}

	.mbblocks .block h5 {
		font-size: 3em;
	}

	footer .contain {
		grid-template-columns: 1fr;
		grid-template-areas:         "ownership"        "contact";
	}

	.contact p {
		text-align: left;
	}

	.page-id-398355 header nav#stickynav .stickycontain {
		display: block;
	}

	.page-id-398355 header nav#stickynav .stickycontain h1 {
		display: block;
		max-width: 90%;
	}

	header#header {
		position: relative !important;
	}

	.multiblockheader .contain .vidcover {
		position: relative;
		padding: 30px 30px 100px 30px;
	}

	.page-id-398355 #primary {
		padding-top: 0;
	}

	header nav#stickynav.fixed {
		position: relative;
	}

	#page header {
		margin-bottom: 0;
	}

	.multiblockheader h5.cccredit {
		margin-top: -30px;
		margin-bottom: 0;
	}

}



.page-id-398368 .shadow {
	display: none;
}

.page-id-398368 .fulltext:not(.cta) p, .page-id-398368:not(.cta) .fulltext li {
	font:  normal 400 20px/1.35 'Vollkorn', serif;
	font-size: clamp(2rem, 2vw, 4rem);
}

.page-id-398368 .fulltext:not(.cta) p {
	text-align: center;
}

.page-id-398368 .fulltext:not(.cta) h3 {
	font-size: clamp(3rem, 3vw, 4rem);
	font-weight: 600;
}


#secname-essaytimeline .essay > a {
	padding: 20px 40px;
	display: block;
	display: grid;
	grid-template-columns: .5fr .5fr;
	grid-template-rows: auto;
	grid-template-areas:
	"ecmeta eclabel"
	"eccredit eccredit";
	grid-gap: 20px;
	background-size: cover;
	background-position: center center;
}

#secname-essaytimeline .essay {
	background-size: cover;
	background-position: center center;
	width: 100%;
}

#secname-essaytimeline .essay .arrow {
	display: none;
}

#secname-essaytimeline .essay .meta {
	grid-area: ecmeta;
}

#secname-essaytimeline .essay .essartcred {
	grid-area: eccredit;
}

#secname-essaytimeline .cycle-slideshow {
	width: 100%;
}

#secname-essaytimeline .essay .eclabel {
	grid-area: eclabel;
	justify-self: center;
	align-self: center;
	font-size: clamp(7rem, 12.5vw, 15rem);
	font-weight: 500;
	color: #000;
	color: rgba(255,255,255,.65);
	font-family: 'verlagblack';
	text-shadow: 0px 0px 14px rgba(0,0,0,0.78);
}

.carnav {
	position: absolute;
	top: 170px;
	left: 50px;
	right: 50px;
}

.carnav #ecnext, .carnav #ecprev {
	padding: 0;
	background-color: transparent;
	display: block;
	margin: 0;
	position: absolute;
	z-index: 11900;
}

.carnav #ecnext {
	right: -50px;
}

.carnav #ecnext::after {
	content: '\3009';
	color: #f36;
	font-size: 20em;
	line-height: 1;
	font-weight: 900;
	right: -50px;
}

.carnav #ecprev {
	left: -50px;
}

.carnav #ecprev::before {
	content: '\3008';
	color: #f36;
	font-size: 20em;
	line-height: 1;
	left: -50px;
	font-weight: 900;
}

@media only screen and (max-width: 500px) {
	#secname-essaytimeline .essay > a {
	padding: 20px 20px;
	display: block;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 300px auto auto;
	grid-template-areas:         "eclabel"        "ecmeta"        "eccredit";
	background-size: cover;
	background-position: center center;
	}
}
