@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;
}

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

@font-face {
  font-family: "GastromondItalic";
  src: url('../fonts/GastromondItalic/font.woff2') format('woff2'), url('../fonts/GastromondItalic/font.woff') format('woff');
}
@font-face {
  font-family: "Gastromond";
  src: url('../fonts/Gastromond/font.woff2') format('woff2'), url('../fonts/Gastromond/font.woff') format('woff');
}

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

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

img {
	display: inline;
}

/* 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;
	margin-top: 60px;
	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;
}

#page.fixed {
	padding-top: 130px;
}

.archive.tax-podcast-series article {
	display: block !important;
}

.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 3', 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 3', 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 3', 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 3', sans-serif;
	color: #ca0263;
	bottom: -4px;
	position: relative;
}

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


/* header */ 

header {
	background-color: #fff;
}

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

header h2, header h1 {
	display: inline-block;
	margin: 0;
	text-indent: -10000px;
	line-height: 0;
}

header h2 span, header h1 span {
	display: block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

header h2 {
	grid-area: mslogo;
}

header h1 {
	grid-area: evelogo;
	justify-self: center;
}

header .stickycontain h2 {
	width: 190px;
}

header .stickycontain h1 {
	width: 300px;
}

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: 'shrikhandregular', 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 3', 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 3', 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 3', 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 3', 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 3', 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 {
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: auto;
	margin: 0 auto 4rem auto;
}

.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;
}

.services-wrap p, .podcastmeta h3 {
	padding: 25px 0 20px 0;
	font:  normal 700 13px/1.3 'Source Sans 3', sans-serif;
	letter-spacing: .0625em;
	margin: 0;
}

ul.series {
	padding-top: 20px;
	font:  normal 600 1.4em/1.3 'Source Sans 3', 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 3', sans-serif;
	margin: 0 0 .25em 0;
}

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

.textmeta h5 {
	font:  normal 400 4.7em/1.1 'Source Sans 3', 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 3', 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 3', sans-serif;
	margin: 0 0 40px 0;
	text-transform: none;
}

.textmeta h2, .richmeta p {
	font:  normal 600 2.3em/1.3 'Source Sans 3', 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 3', 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 3', 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 3', 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 3', 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 3', 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 3', 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 3', sans-serif;
	margin: 0 0 0px 0;
	color: #000;
}

.moreps p {
	font:  normal 400 15px/1.2 'Source Sans 3', 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 3', sans-serif;
}
 
.pcarchiveshowinfo .taxonomy-description {
	color: #fff;
	font:  normal 400 20px/1.5 'Source Sans 3', 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 600 24px/1.5 'Source Sans 3', sans-serif;
	margin: 0 150px .5em 150px;
	text-align: left;
}
 
.fulltext h3 {
	color: #fce6d4;
	font:  normal 400 11em/1.3 "Gastromond", serif;
	margin: 0 150px .25em 150px;
	text-align: center;
}

.fulltext h3 em {
	font-family: "GastromondItalic", serif;
}

.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 {
	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 45px/1 'Source Sans 3', sans-serif;
	text-align: center;
	color: #fff;
	padding: 80px 0 40px 0;
	  width: 100vw;
	  position: relative;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  background-color: #962469;
	  margin-right: -50vw;
}

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

.contrib ul li {
	width: 25%;
	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: flex;
	align-items: end;
	justify-content: center;
	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 3', sans-serif;
	margin: 0;
	position: relative;
	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: 12.6%;
	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;
}

.excon .backtoshow {
	text-align: left;	
}

.page-template-template-studios .shows h4, .swiper .show h4, .excon .backtoshow h4  {
	color: #000;
	font:  normal 600 3.5em/1.3 'Source Sans 3', sans-serif;
	margin: 0;
	text-align: left;
}


.page-template-template-studios .shows h5, .page-template-template-studios .shows p, .swiper .show h5, .swiper .show p, .excon .backtoshow h5, .excon .backtoshow p {
	color: #000;
	font:  normal 400 2.7em/1.3 'Source Sans 3', sans-serif;
	margin: 0;
	text-align: left;
}

.excon .backtoshow h5, .excon .backtoshow p {
	font-weight: 600;
}


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


.excon .backtoshow h6 {
	border-top: 4px solid #ff3366;
	margin-top: 10px;
	display: inline-block;
	color: #000;
	padding-top: 10px;
}

.excon .backtoshow h6 span {
	color: #ff3366;
	font-weight: 900;
}

.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 3', sans-serif;
	margin: 0;
}

.prev, .next {
	position: absolute;
	top: 40%;
	z-index: 11000;
}

.prev::before, .next::after {
	font-size: 50px;
	line-height: 1;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.16);
}

.prev {
	left: 30px;
}

.prev::before {
	content: '\3008';
}

.next {
	right: 30px;
}

.next::after {
	content: '\3009';
}



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

.introessay h2 {
	font:  normal 900 6.3em/1 'Source Sans 3', 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 3', sans-serif;
	color: #000;
	margin: 0 0 1.5em 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 900 2.5em/1.3 'Source Sans 3', sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 0px 0;
}

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

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

.introessay .note p {
	font:  italic 400 2.2em/1.6 'Source Sans 3', 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 #menu-studios {
	grid-area: nav;
}


header nav#stickynav.fixed {
	position: fixed;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.878);
	width: 100vw;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	  top: 0;
	  z-index: 10000;
}

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 3', 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: 1000;
}

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

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

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

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

header .trigger #menu-studios ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

header .trigger #menu-studios ul.sub-menu li a {
	padding-left: 12px;
}

header .trigger #menu-studios ul.sub-menu li {
	text-transform: none !important;
}

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 #menu-studios: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 #menu-studios, header .share:focus .social-panel, header .trigger:focus #menu-studios {
	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 3', sans-serif;
	text-transform: uppercase;
}

header .credit a {
	color: #fff;
}

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

header .trigger a {
	color: #bcbec0;
}

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 3', 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 {
		font:  normal 300 15px/1.3 'Source Sans 3', 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 3', 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 3', sans-serif;
	color: var(--hl-color);
	margin-bottom: 10px;
}

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

.sumcoll.amounts > div {
	font:  normal 900 27px/1.2 'Source Sans 3', 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 3', 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 3', 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 3', sans-serif;
	margin: 4px 0 0 0;
	color: #000;
}

.calrows > div:first-of-type .calcol > span {
	font:  normal 700 31px/1 'Source Sans 3', 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 3', sans-serif;
	display: inline-block;
	padding: 2px 8px 4px;
	color: var(--hl-color);
	background-color: #fff;
}

.calcolsum {
	font:  normal 700 24px/1 'Source Sans 3', 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 3', 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 3', sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
}

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




/* footer */

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

footer .contain {
	padding: 80px 0 30px 0;
	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 3', sans-serif;
	margin: 0;
}

.contact p a {
	color: #fff;
}

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





/* essays */

#series {
	background: rgb(214,148,242);
	background: -moz-linear-gradient(270deg, rgba(214,148,242,1) 0%, rgba(187,208,236,1) 51%, rgba(114,188,226,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(214,148,242,1) 0%, rgba(187,208,236,1) 51%, rgba(114,188,226,1) 100%);
	background: linear-gradient(270deg, rgba(214,148,242,1) 0%, rgba(187,208,236,1) 51%, rgba(114,188,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d694f2",endColorstr="#72bce2",GradientType=1);
}

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

#series .contain > div > a {
	padding: 55px 50px;
	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";
	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";
}

#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 3', 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);
}

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

#series .author {
	display: grid;
	grid-template-columns: 40px 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
	  "essayport essayname";
	grid-gap: 5px;	
	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 3', 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: 10px;
		right: 12%;
		font: normal 100 13px/1.5 'Source Sans 3', sans-serif;
		text-transform: uppercase;
		letter-spacing: .125em;
		text-align: right;
		color: #fff;
		z-index: 40000;
		display: inline-block;
		padding: 2px 8px;
		background-color: rgba(0,0,0,.4);
		margin-bottom: 0;
}

.essartcred a {
	color: #fff;
}



/* haiku */

#haiku .contain {
}

#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;
}

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

#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 3', 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 3', sans-serif;
	text-transform: uppercase;
}

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

#haiku .haikusubmit a:hover {
	background-color: rgba(53, 53, 89, 0.85);
}

#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;
}

.quotes .prev {
	height: 40%;
	width: 30px;
	background: url(../images/quoteback.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 10px;
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  z-index: 10000;
	  text-indent: -10000px;
}

.quotes .next {
	height: 40%;
	width: 30px;
	background: url(../images/quotenext.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 10px;
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
		z-index: 10000;
		text-indent: -10000px;
}

#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 .contain {
	padding: 60px 80px;
	box-sizing: border-box;
}

.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 3', 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 3', 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 3', 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 2.2em/1.3 'Source Sans 3', sans-serif;
	 letter-spacing: .125em;
	 white-space: break-spaces;
	 font-weight: 400;
	 text-transform: uppercase;
	 margin: 0px 0 60px 0;
 }
 
 h5.cccredit a {
	 color: #000;
	 border-bottom: 0;
	 padding-bottom: 0;
	 margin-right: 30px;
 }
 
 .podcast {
	 margin: 20px 0 0px 0;
	 padding: 0 40px;
	 box-sizing: border-box;
 }
 
 .podcast .contain, .moreepisodes .contain {
	 max-width: none;
 }
 
 img.studiologo {
	 max-width: 50%;
	 margin: 0 0 20px 0;
	 display: block;
 }
 
 .podcast ul, .podcast ul li {
	 list-style: none;
	 margin: 0;
	 padding: 0;
 }
 
 .podcast li {
	 display: grid;
	 grid-template-columns: .5fr .5fr;
	 grid-template-rows: auto;
	 grid-template-areas: 
	  "pcimg pcmeta";
	 grid-gap: 30px;
 }
 
 .podcast li .pcimg {
	 grid-area: pcimg;
 }
 
 .podcast li .pcimg img {
	 max-width: 100%;
	 height: auto;
 }
 
 .podcast li .pcmeta {
	 grid-area: pcmeta;
 }
 
 #mep_0 {
	 width: auto !important;
	 min-width: auto !important;
	 height: auto !important;
 }
 
 #podcast .contain {
	 padding: 60px 40px;
 }
 
 #podcast .pcmeta h4 {
	 font:  normal 900 2.2em/1 'Source Sans 3', sans-serif;
	 color: #000;
	 display: inline-block;
	 padding-bottom: 2px;
	 border-bottom: 1.5px solid var(--hl-color);
	 margin: 0 0 0px 0;
	 text-transform: uppercase;
	 letter-spacing: .125em;
 }
 
 #podcast .pcmeta h5 {
	 font:  normal 700 3.6em/1.3 'Source Sans 3', sans-serif;
	 color: #000;
	 margin: 10px 0;
 }
 
 
 
 .quotes {
	 background-color: #AF056A;
	 position: relative;
	 padding: 40px 0;
 }
 
 .quote::before {
	 content: '\201C';
	 display: block;
	 text-align: center;
	 font-size: 17em;
	 line-height: 1;
	 font-family: 'Source Sans 3', sans-serif;
	 color: var(--hl-color);
 }
 
 .quotes .slide {
	 width: 100%;
	 padding: 0 90px 45px 90px; 
 }
 
 .quotes .slide p.quotetext {
	 font:  normal 400 4em/1.4 'Arsenal', sans-serif;
	 line-height: 1.3;
	 color: #fff;
	 margin: 10px 0;
	 text-align: center;
 }
 
 .quotes .slide p.quotetext::after {
	 content: '\201D';
 }
 
 .quotes .slide p.quotecredit {
	 font:  normal 600 2.6em/1.3 'Source Sans 3', 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: 20px;
	/* margin-top: -15%; */
 }
  


.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;
}
 
 div.videos {
	 width: 100vw;
	 position: relative;
	 left: 50%;
	 right: 50%;
	 margin-left: -50vw;
	 margin-right: -50vw;
 }
 
ul.videos {
	 background-color: #999999;
	 list-style: none;
	 margin: 0;
	 padding: 0;
 }
 
ul.videos li {
	 display: grid;
	 grid-template-columns: .4fr .6fr;
	 grid-template-rows: auto;
	 grid-template-areas: 
	   "vidmeta vidvid";
	 grid-gap: 0px;
	 margin: 0;
	 padding: 0;
	 text-align: left;
 }
 
ul.videos li .vidmeta {
	 grid-area: vidmeta;
	 padding: 70px 45px;
 }
 
ul.videos li .vidvid {
	 grid-area: vidvid;
	 padding-bottom: 56.25%;
	 position: relative
 }
 
 ul.videos .vidvid iframe {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 left: 0;
	 top: 0;
 }
 
ul.videos li .vidmeta p, .videos li .vidmeta h4 {
	 color: #fff;
 }
 
 ul.videos li .vidmeta h4 {
	 font:  normal 600 3.5em/1 'Source Sans 3', sans-serif;
	 margin: 0 0 10px 0;
 }
 
  ul.videos li .vidmeta h5 {
	 font:  normal 400 13px/1.4 'Source Sans 3', sans-serif;
	 margin: 0 0 10px 0;
  }
  
 ul.videos li .vidmeta .divider {
	 height: 5px;
	 width: 29%;
	 margin: 10px 0;
 }
 
ul.videos li .vidmeta p {
	 font:  normal 400 3em/1.3 'Source Sans 3', sans-serif;
	 margin: 0px;
 }
 
 ul.videos li .vidmeta p span::after {
	 content: ' and ';
 }
 
 ul.videos li .vidmeta p span:last-of-type::after {
	 content: none;
 }
 
 footer {
	 font-family: "Open Sans", "Source Sans 3", sans-serif;
	 line-height: 2.6rem;
	 font-size: 1.6rem;
 }
 
 .playlist {
	 padding: 0 10%;
 }
 
 .podcastbanner {
	 width: 100vw;
	   position: relative;
	   left: 50%;
	   right: 50%;
	   margin-left: -50vw;
	   margin-right: -50vw;
 }
 
.podcastbanner > div {
		background-size: cover;
		background-position: center center;
 }
 
 .podcastdescription {
	  width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		background-color: #ca0263;
		padding: 80px 200px;
		box-sizing: border-box;
 }
 
.podcastdescription h2 {
	text-align: center;
	color: #fce6d4;
	font:  normal 400 65px/1.1 "Gastromond", serif;
	margin: 0 auto 20px;
}

.podcastdescription h2 em {
	font-family: "GastromondItalic", serif;
}
 
.podcastdescription p {
	text-align: left;
	color: #fff;
	font:  normal 400 20px/1.5 'Source Sans 3', sans-serif;
	margin: 0 auto 0px;
}

.single-ms-podcast .hentry {
	margin-top: 0
}

.episodedetails {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	grid-template-areas: 
	  "epmedia epmeta";
	grid-gap: 50px;
	padding: 60px 0 0 0;
}

.episodedetails .podcastmeta {
	grid-area: epmeta;
	text-align: left;
}

.podcastmeta h3 {
	padding-bottom: 5px;
	text-transform: uppercase;
}

.episodedetails .podcastmeta h2 {
	font:  normal 900 35px/1.2 'Source Sans 3', sans-serif;
	margin: 0 0 15px 0;
}

.episodedetails.tax .podcastmeta > h2 {
	font:  normal 900 45px/1.2 'Source Sans 3', sans-serif;
	margin: 0 0 0px 0;
	color: #0f1442;
}

.episodedetails.tax .podcastmeta > h3 {
	font:  normal 400 30px/1.1 'Source Sans 3', sans-serif;
	margin: 0 0 15px 0;
	text-transform: none;
	padding-top: 10px;
}

.podcastmeta p.date {
	padding: 0px 0 20px 0;
	font:  normal 200 13px/1.3 'Source Sans 3', sans-serif;
	letter-spacing: .0625em;
	margin: 0 0 15px 0;
}

.podcastmeta p.date::before {
	display: block;
	content: '\00A0';
	width: 100px;
	border-top: 3px solid #ff3366;
	height: 10px;
}

.podcastmeta .guest-list h2 {
	font:  normal 600 13px/1.3 'Source Sans 3', sans-serif;
	letter-spacing: .0625em;
	margin: 0;
	text-transform: uppercase;
}

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

.podcastmeta .guest-list ul li {
	margin: 0 0 10px 0;
	padding: 0;
	font:  normal 400 20px/1.3 'Source Sans 3', sans-serif;
}

.episodedetails .podcastmedia {
	grid-area: epmedia;
}

.episodedetails .podcastmedia figure {
	padding-top: 30px;
}

.episodedetails .podcastmedia img {
	max-width: 100%;
	height: auto;
}

.podcastextended {
	text-align: left;
	padding-bottom: 60px;
}

.podcastextended h2 {
	font:  normal 700 13px/1.3 'Source Sans 3', sans-serif;
	letter-spacing: .0625em;
	margin: 30px 0 15px 0;
	text-transform: uppercase;
}

.podcastextended p, .podcastextended li, .guest-list p {
	margin: 0 0 10px 0;
	padding: 0;
	font:  normal 400 20px/1.5 'Source Sans 3', sans-serif;
}

.podcastextended [data-readmore-toggle] {
	font: normal 900 17px/1.3 'Source Sans 3', sans-serif;
	color: var(--hl-color);
	margin: 10px 0 0em 0;
	display: inline-block;
}

.bsplaylist {
	padding: 0 10% 60px 10%;
}

.rmopen::after {
	padding: 5px 3.5px;
	margin-left: 4px;
	content: '\2304';
	color: #fff;
	bottom: -4px;
	position: relative;
	background-color: var(--hl-color);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: super;
	font-size: 20px;
	line-height: 0;
	text-align: center;
	
}

.rmclose::after {
	padding: 5px 2.5px;
	margin-left: 4px;
	content: '\2303';
	color: #fff;
	bottom: -4px;
	position: relative;
	background-color: var(--hl-color);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: bottom;
	font-size: 20px;
	text-align: center;
	
}

.fullimg {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}
 
.fullimg .contain {
	background-size: cover;
	background-position: center center;
	margin: 0;
	max-width: none;
}

.excon {
	display: grid;
	grid-template-columns: 140px 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
	  "exconback exconext";
	grid-gap: 60px;
}

.excon .backtoshow {
	grid-area: exconback;
	padding-top: 30px;
}

.excon .podcastextended {
	grid-area: exconext;
}

.excon .backtoshow .thumb {
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
	margin-bottom: 10px;
}


.moreepisodes h3 a {
	font: normal 900 17px/1.3 'Source Sans 3', sans-serif;
	text-transform: uppercase;
	padding-left: 40px;
}

.moreepisodes h3 a::after {
	padding: 5px 3.5px;
	margin-left: 4px;
	content: '\2304';
	color: #fff;
	position: relative;
	background-color: var(--hl-color);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 0;
	text-align: center;	
}
 
 
@media only screen and (max-width: 800px) {
	header .stickycontain h2 {
		width: 140px;
	}
	
	header .stickycontain h1 {
		width: 360px;
	}
	
	.hentry {
		margin-top: 120px;
	}
	
	.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 {
		   display: none;
	   }
	
	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 3', sans-serif;
		padding: 2px 5px 4px;
	}
	
	.calrows > div:first-of-type .calcol > a {
		font: normal 100 21px/1 'Source Sans 3', sans-serif;
		padding: 2px 4px 4px;
	}
	
	.sumcoll.amounts > div {
		font: normal 900 16px/1.2 'Source Sans 3', sans-serif;
	}
	
	.sumcoll > div.sumcolltitle {
		font: normal 900 17px/1.1 'Source Sans 3', sans-serif;
	}
	
	.calrow .calcol h4 {
		font: normal 900 15px/1.1 'Source Sans 3', sans-serif;
	}
	
	.calcolsum {
		font: normal 700 18px/1 'Source Sans 3', 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;
	 }
	 
	 #thanks h3.sectiontitle {
		 line-height: 1.1;
	 }
	 
	 .page-template-template-studios .shows .show {
		 width: 29%;
	 }
	 
	 .fulltext h3 {
		 font: normal 400 9em/1.1 "Gastromond", serif;
	 }
	 
	 .fulltext h3 em {
		 font-family: "GastromondItalic", serif;
	 }
	 
	 ul.videos li {
		 grid-template-columns: 1fr;
		 grid-template-areas:
			 "vidmeta"
			 "vidvid";
	 }
	 
	 .contrib ul li {
		 width: 33.3%;
	 }
	 
	 #page > div, #page header, #page footer {
		 padding: 0 0px;
	 }
	 
	 .moreepisodes {
		 padding: 50px 30px;
	 }
	 
	 header .stickycontain h1 {
		 width: 300px;
	 }
	 
	 .hentry {
		 padding: 0 50px;
	 }
	 
	  
}



 
 
@media only screen and (max-width: 520px) {
	
	header .stickycontain h1 {
		grid-area: mslogo;
	}
	
	.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;
	}
	
	.story h3 {
		line-height: 1.1;
	}
	
	p.more {
		padding-top: 25px;
	}
	
	.hentry {
		margin-top: 60px;
	}
	
	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;
	}
	
	.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"
		"meta";
	}
	
	#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 3', 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 3', 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 3', sans-serif;
		text-align: center;
		padding: 20px 0 10px 0;
	}
	
	.calrows h5 {
		font: normal 400 10px/1.3 'Source Sans 3', sans-serif;
	}
	
	.calrow .calcol {
		padding: 15px 7px;
	}
	
	.calcolsum {
		font: normal 700 12px/1 'Source Sans 3', sans-serif;
	}
	
	.calrows > div:last-of-type .calcol div:last-of-type {
		font: normal 400 11px/1.3 'Source Sans 3', 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 3', 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;
	}
	
	ul.videos {
		flex-wrap: wrap;
	}
	
	ul.videos li {
		width: 100%;
	}
	
	#podcast .contain {
		padding: 40px 0;
	}
	
	
	 
	 #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 {
		 margin: 0 40px 0.25em 40px;
	 }
	 
	 .fulltext p, .fulltext li {
		 margin: 0 60px 0.5em 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: 200px;
	 }
	 
	 #page.fixed {
		 padding-top: 60px;
	 }
	 
	 .pcarchiveshowinfo .contain {
		 padding: 0 30px;
	 }
	 
	 .pcarchiveshowinfo h1 {
		 font: normal 900 7em/1.15 'Source Sans 3', sans-serif;
	 }
	 
	 .pcarchiveshowinfo .taxonomy-description {
		 margin: 0 0 0.5em 0;
	 }
	 
	 .hentry {
		 padding: 0 30px;
	 }
	 
	 .episodemeta {
		 grid-template-columns: 1fr;
		 grid-template-areas:
			 "richmeta"
			 "textmeta";
	 }
	 
	 header .contain {
		 padding: 0px 20px 0px 20px;
		 position: relative;
	 }
	 
	 .episodedetails {
		 grid-template-columns: 100%;
		 grid-template-areas:
			 "epmedia"
			 "epmeta";
		 grid-gap: 10px;
	 }
	 
	 .podcastdescription {
		 padding: 40px 40px;
	 }
	 
	 .podcastdescription h2 {
		 font-size: 45px;
	 }
	 
	 .episodedetails {
		 padding-top: 0;
	 }
	 
	 .page-template-template-studios .podcast {
	 	padding: 40px 0;
 	}
	 
	 .page-template-template-studios .shows .show {
		 width: 100%;
		 padding-top: 20px;
	 }
	 
	 .moreepisodes {
		 padding-left: 0;
		 padding-right: 0;
	 }
	 
	 .podcast .moreepisodes .contain {
		 padding: 0;
	 }
	 
	 .indimoreep {
		 width: 100%;
		 margin: 5% 0;
	 }
	 
	 .fulltext h3 {
		 font-size: 6.5em;
		 margin-bottom: .75em;
	 }
}

