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

}

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

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

.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.contain {
	padding: 0px 12% 40px 12%;
}

.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 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 Pro', 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 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 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: 100000;
}

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

.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: 10px;
		right: 5%;
		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;
}

.essay p.essartcred {
		bottom: 20px;
		right: 15%;
} 

.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 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: #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 {
	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 .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 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: #999999;
	 width: 100vw;
	 left: 50%;
	 right: 50%;
	 margin-left: -50vw;
	 margin-right: -50vw;
	 position: relative;
 }
 
 .videos > ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
 }
 
 .videos > ul > li {
	 display: grid;
	 grid-template-columns: .4fr .6fr;
	 grid-template-rows: auto;
	 grid-template-areas: 
	   "vidmeta vidvid";
	 grid-gap: 0px;
	 margin: 0;
	 padding: 0;
 }
 
 .videos li .vidmeta {
	 grid-area: vidmeta;
	 text-align: left;
	 overflow: auto;
	 padding-bottom: 80%;
	 position: relative;
	 box-sizing: border-box;
 }
 
.vidmeta .vidmetcon {
	position: absolute;
	left: 0;
	top: 0;
	padding: 40px 45px 70px 45px;
	overflow: auto;
}
 
 .videos li .vidvid {
	 grid-area: vidvid;
	 padding-bottom: 56.25%;
	 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 900 37px/1 'Source Sans Pro', sans-serif;
	 margin: 0 0 10px 0;
 }
  
  .videos li .vidmeta h6 {
	  font:  normal 400 32px/1 'Source Sans Pro', sans-serif;
	  margin: 0 0 10px 0;
  }
 
 .videos li .vidmeta p {
	 font:  normal 400 27px/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 20px/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;
 }
 
 
 
 @media only screen and (max-width: 1000px) {
  
  	.cardsarray .card {
	  	width: 97%;
	  	margin: 1.5%;
	  	background-size: cover;
	  	background-position: center center;
	  	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;
	}
	
	.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 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: 33.3%;
	 }
	 
	 #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;
	 }
	 
	  
}


 
 
@media only screen and (max-width: 520px) {
	
	.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;
	}
	
	.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;
	}
	
	.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 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: auto;
	 }
	 
	 header .stickycontain h1 span {
		 width: 220px;
	 }
	 
	 header .share img {
	 padding-right: 0;
	}
	
	header .share > div {
		margin: 0 2px;
	}
	
	.mcs-item img {
		height: 100%;
	}
	
	.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;
	 }
	
}

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