@import url('https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url("fontawesome-all.min.css");

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

body {
		background: #fff;
		color: #2e282a;
		font-size: 20px;
		line-height: 1.85em;
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
		width: 100%;
	}



/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 3; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #0b1d51;
  color: #eff1ed;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px; 
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
	cursor: pointer;
}

/* The sidebar links */
.sidebar a {
  padding: 15px 15px 0px 30px;
  text-decoration: none;
  font-size: 13px;
  color: #eff1ed;
  display: block;
  transition: 0.3s;
  line-height: 20px;
}
.sidebar a.current {
	opacity: 0.5;
}
.sidebar p {
  padding: 15px 15px 15px 30px;
  font-size: 13px;
  color: #eff1ed;
  display: block;
  transition: 0.3s;
  line-height: 20px;
	margin-bottom: 0;
	margin-top: 0;
}
.sidebar hr {
	margin: 15px 15px 0px 30px;
	transition: 0.3s;
}

.sidebar a i {
	padding-right: 10px;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #CB2F70;
}
.sidebar button {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	background-color: #eff1ed;
	color: #000;
	border-radius: 5px;
	margin-right: 2px;
}
.sidebar button:focus {
	outline: none;
}
.sidebar button:first-of-type, .sidebar button:nth-of-type(3) {
	margin-left: 30px;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#apa, #modifiedapa, #chicago, #mla {
	display: none;
	word-wrap: break-word;
}
#apabtn, #modifiedapabtn, #chicagobtn, #mlabtn {
	display: none;
	margin: auto auto 20px auto;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
#hide {
	height: 0;
	background-color: #fff;
	color: #000;
}

/* The button used to open the sidebar */
#openbtn {
	width: 45px;
	height: 100%;
	background-color: #0b1d51;
	color: #eff1ed;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	transition: margin-left .5s;
}

#openbtn p {
	text-transform: uppercase;
	font-weight: 700;
	transform-origin: 0 0;
  transform: rotate(90deg);
	position: absolute;
	top: 40px;
	left: 45px;
	letter-spacing: 2px;
	height: 24px;
	width: calc(100vh - 40px);
	padding-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.openbtn {
  font-size: 15px;
  font-family: 'Orbitron', sans-serif;  
	cursor: pointer;
  background-color: #0b1d51;
  color: #eff1ed;
  padding: 10px 15px;
	width: 100%;
  border: none;
	text-align: left;
	font-weight: 800;
	top: 0;
}
.openbtn:active, .openbtn:focus {
	border: none;
	outline: none;
}

.openbtn:hover {
  background-color: #CB2F70;
}

#content {
  margin-left: 45px;
}


/* the content */
section {
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
max-width: 1040px;
margin-left: auto;
margin-right: auto;
background-color: #fefefe;
padding-bottom: 80px;
}
.landing {
	background: url(../images/background.jpg) no-repeat center fixed;
	background-size: cover;
	background-color: #fff;
}
.landing section, landing .toc {
	background-color: transparent;
}
.landing header {
	background-color: #fefefe;
	opacity: 0.75;
	padding: 16px;
	border-radius: 8px;
}
.landing .toc .br-left {
	background-color: #fefefe;
	opacity: 0.6;
	color: #0b1d51;
}
.landing .toc .br-left.number {
		font-family: 'Orbitron', sans-serif;
}
.landing header p {
	margin-bottom: 0;
}



h1 {
	font-weight: 900;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	color: #0b1d51;
	margin-top: 0;
}
h1.titlepage {
	font-family: 'Orbitron', sans-serif;
	font-size: 30px;
	line-height: 36px;
}

p, blockquote, ul, ol {	
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	margin-top: 0;
}
blockquote p:first-of-type {
	margin-top: 0;
}
blockquote p:last-of-type {
	margin-bottom: 0;
}
p.ref {
	padding-left: 20px;
	text-indent: -20px;
}
#content a {
	color: #CB2F70;
	font-weight: 600;
	cursor: pointer;
	word-wrap: break-word;
}
#content h1 a {
	text-decoration: none;
		color: #0b1d51;
	font-weight: 900;
}
em, cite, i {
	font-style: italic;
}
i i, h3 i, i cite, cite cite {
	font-style: normal;
}
strong {
	font-weight: 700;
}
h2, p.author {
	font-size: 20px;
	color: #0b1d51;
}
p.author.titlepage {
	font-family: 'Orbitron', sans-serif;
	line-height: 22px;
	font-size: 16px;
}
h2 {
	font-weight: 700;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.landing h2 {
	background-color: #fefefe;
	opacity: 0.85;
	border-radius: 8px;
	padding: 10px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
h3 {
	font-weight: 700;
	font-size: 18px;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
	color: #0b1d51;
}
h4 {
	font-weight: 700;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
	color: #0b1d51;
	line-height: 30px;
}
h3 em {
	font-style: normal;
}
#content ul, #content ol {
	margin-left: 30px;
}

#content ul.podcastlist li {
	list-style-type: none;
	margin-bottom: 10px;
}
#content ul.podcastlist li::before {
	content: "\f3c9";
	font-family:Font Awesome\ 5 Free;
	font-weight: 600;
	padding-right: 10px;
	color: #CB2F70;
	margin-left: -10px;
}
#content iframe {
	display:block;
	align-content:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
#content iframe.download {
	width: 90%;
	height: 500px;
}

sup {
	vertical-align: super;
	font-size: smaller;
}
.imagecolumn {
	margin-bottom: 15px;
	box-sizing: border-box;
	width: 100%;
}
.imagecolumn img {
	width: 100%;
	vertical-align: bottom;
}

blockquote, article.transcript {
	border-left: solid;
	border-width: 10px;
	padding-left: 10px;
	border-color: #0b1d51;
	background-color: #e9edfc;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
article.transcript h2 {
	margin-top: 0;
}
article.transcript blockquote {
	border-width: 5px;
}
article.introduction blockquote, article.transcript blockquote.verahall {
	border-color: #CB2F70;
	border-width: 5px;
	margin-right: 10px;
	border: solid 5px #CB2F70;
	border-radius: 5px;
}
blockquote .blockright {
	text-align: right;
}
article.introduction blockquote::before, article.transcript blockquote.verahall::before {
	content: "\f3c9";
	font-family:Font Awesome\ 5 Free;
	font-weight: 600;
	display: block;
	text-align: left;
	color: #CB2F70;
	font-size: 26px;
	background-color:#e9edfc;
	margin-top: -37px;
	margin-bottom: 12px;
	padding-left: 10px;
	width: 30px;
}
p.stone-time {
	background-color: #f5d6e3;
	font-size: 14px;
	text-align: right;
	padding: 5px;
	font-weight: 700;
	display: inline-block;
	float: right;
}
p.stone-time + p {
	clear: both;
}
article.introduction {
	overflow-y: scroll;
	max-height: 300px;
}

article.introduction h3 span {
	background-color: #f5d6e3;
	font-size: 14px;
	font-style: normal;
	padding: 5px;
	margin-left: 5px;
}
article.transcript.introduction#introduction {
	padding-top:0!important;
}
article.transcript.introduction#introduction::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

article.transcript.introduction#introduction::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

article#introduction div.intro-top {
	position:sticky;
	height:auto;
	background-color:#0b1d51;
	top:0;
	margin-bottom:22px;
	margin-left:-10px;
	margin-right:-10px;
}
#mixBut {
		font-family: 'Raleway', sans-serif;
    	font-size: 12px;
		border-radius: 5px;
		background-color: #0b1d51;
		color: #eff1ed;
		padding: 5px 10px;
		font-weight: bold;
		border-style: none;
		cursor: pointer; 
		margin-left: auto;
		display: block;
		margin-right: 0;
	}
#mixBut:focus {
		outline: none;
	}
.speaking {
	background-color: #f5d6e3;
}
.speaking.unmark {
	background-color: transparent;
}
article.transcript p:last-of-type {
	margin-bottom: 0;
}
article.transcript h3, article.transcript h4, article.transcript h5 {
	font-weight: 700;
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	color: #2e282a;
	margin-top: 0;
	margin-bottom: 0;
}

a.external:after {
	font-family:Font Awesome\ 5 Free;
	content:"\f35d";
	padding-left: 5px;
	text-decoration: none;
}
a.pdf:after {
	font-family:Font Awesome\ 5 Free;
	content:"\f1c1";
	padding-left: 5px;
	text-decoration: none;
}

.footerbox {
	background-color: #0b1d51;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
	padding: 20px;
}
.landing .footerbox {
	background-color: #fefefe;
	opacity: 0.8;
	margin-top: 30px;
}
.landing .footerbox p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 16px;
}
.navbox {
	align-items: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	text-decoration: none;
	width: 100%;
}
.navbox:nth-of-type(2) {
	margin-top: 20px;
}
.flex-row {
	align-items: stretch;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;	
}
.br-left {
	align-items: center;
	background-color: #fefefe;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	box-sizing: border-box;
	color: #0b1d51;
	display: flex;
	flex-direction: column;
	font-family:Font Awesome\ 5 Free;
	font-size: 40px;
	justify-content: center;
	line-height: 19px;
	padding: 16px;
	text-size-adjust: 100%;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	transition: 0.5s;
}
.br-right {
	background-color: #e9edfc;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	justify-content: center;
	padding: 16px;
	text-size-adjust: 100%;
	webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	color: #2e282a;
	font-weight: 700;
	transition: 0.5s;
	width: 100%;
}
.br-right p {
	margin-bottom: 0;
}
.navbox:hover .br-left, .navbox:hover .br-right {
	color: #CB2F70;
}

/* table of contents */
.toc {
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
	padding: 0 20px 20px 20px;
}
.landing .toc {
	padding: 0 0 20px 0;
}
.toc .navbox {
	margin-top: 20px;
}
.toc .br-left {
	background-color: transparent;
	color: #fefefe;
	min-width: 82px;
}

.landing .toc .br-right {
	opacity: 0.9;
}
.landing .toc .navbox:hover .br-right, .landing .toc .navbox:hover .br-left {
	opacity: 1.0;
}
@media screen and (min-width: 550px) {
	p.author.titlepage {
		font-size: 20px;
		line-height: 30px;
	}
	h1.titlepage {
		font-size: 36px;
		line-height: 40px;
	}
	.landing .toc {
		padding: 0 40px 20px 20px;
	}
	.landing h2 {
		text-align: left;
		margin: 20px 40px 20px 20px;
		width: 33%;
	}
	.landing .footerbox {
		margin: 30px 40px 20px 20px;
	}
}
@media screen and (min-width: 736px) {
	.landing .toc {
		padding: 0 100px 20px 20px;
	}
	.landing h2 {
		width: 30%;
	}
	.landing .footerbox {
		margin: 30px 100px 20px 20px;
	}
	p.stone-time {
		max-width: 60%;
	}
}
@media screen and (min-width: 900px) {
	.landing .toc {
		padding: 0 150px 20px 40px;
	}
	.landing h2 {
		margin-left: 40px;
	}
	.landing .footerbox {
		margin: 30px 150px 20px 40px;
	}
}
@media screen and (min-width: 1000px) {
	.landing .toc {
		padding: 0 200px 20px 40px;
	}
	.landing .footerbox {
		margin: 30px 200px 20px 40px;
	}
}

.toc .br-right p {
	font-size: 14px;
	font-weight: normal;
}
.toc .br-right .title {
	font-size: 18px;
	font-variant: small-caps;
	color: #0b1d51;
	font-weight: 700;
}
.toc .navbox:hover .br-right .title {
	color: #CB2F70;
}
.toc .br-right .authorship {
	font-size: 16px;
}

/* audio */
audio {
width: 100%;
margin-bottom: 22px;
margin-top: 22px;
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-box-shadow: 2px 2px 4px 0px #0b1d51;
-webkit-box-shadow:  2px 2px 4px 0px #0b1d51;
box-shadow: 2px 2px 4px 0px #0b1d51;
-moz-border-radius:23px 23px 23px 23px ;
-webkit-border-radius:23px 23px 23px 23px ;
border-radius:23px 23px 23px 23px ; 
display: block;
}
audio:hover {
	-webkit-box-shadow: 15px 15px 20px rgba(11, 29, 81, 0.8);
-moz-box-shadow: 15px 15px 20px rgba(11, 29, 81, 0.8);
box-shadow: 15px 15px 20px rgba(11, 29, 81, 0.8);
}
audio:focus, audio:active {
	border: none;
	outline: none;
}

/* video */
video {
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
margin-bottom: 22px;
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-box-shadow: 2px 2px 4px 0px #0b1d51;
-webkit-box-shadow:  2px 2px 4px 0px #0b1d51;
box-shadow: 2px 2px 4px 0px #0b1d51;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;
border-radius:7px 7px 7px 7px ;	
}
video::cue {
  background-color: #000;
  color: #fff;
  font-size: 16px;
}
video:hover {
	-webkit-box-shadow: 15px 15px 20px rgba(11, 29, 81, 0.8);
-moz-box-shadow: 15px 15px 20px rgba(11, 29, 81, 0.8);
box-shadow: 15px 15px 20px rgba(11, 29, 81, 0.8);
}
video:focus, video:active {
	border: none;
	outline: none;
}

/* tables */

#content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	margin-top: 0;
}
#content td, #content th {
	border: 1px solid #0b1d51;
	padding: 8px;
}
#content th {
	background-color: #0b1d51;
	color: #fff;
	font-weight: bold;
}
#content tr:nth-child(even) {
	background-color: #e9edfc;
}
#content table caption {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	text-align: left;
}

/* internal chapter navigation */

.dropdown {
	position: relative;
	display: block;
	background-color: #0b1d51;
	box-sizing: border-box;
}
.dropbtn {
	background-color: #0b1d51;
	color: #eff1ed;
	padding: 14px 16px;
	border: none;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	outline: none;
	font-family: 'Raleway', sans-serif;
	width: 100%;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #0b1d51;
	z-index: 1;
	width: 100%;
}
#content .dropdown-content a {
	color: #2e282a;
	text-decoration: none;
	display: flex;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	align-items: center;
	flex-direction: row;
	margin-bottom: 3.5px;
	margin-left: 6px;
	margin-right: 6px;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	background-color: #e9edfc;
	box-sizing: border-box;
	border-radius: 8px;
}
#content .dropdown-content a:first-of-type {
	margin-top: 6px;
}
#content .dropdown-content a:last-of-type {
	margin-bottom: 10px;
}
#content .dropdown-content a.current {
	opacity: 0.5;
}
#content .dropdown-content a:hover {background-color:#CB2F70;}

.dropdown:hover .dropdown-content{display:block;}

.dropdown:hover .dropbtn {background-color:#CB2F70;}

.dd-left {
	box-sizing: border-box;
	display: block;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	-webkit-box-direction: normal;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.dd-right {
	border-left-color: #0b1d51;
	border-left-width: 1.75px;
	border-left-style: solid;
	box-sizing: border-box;
	margin-left: 14px;
	padding-left: 14px;
	-webkit-box-direction: normal;
	width: 100%;
	padding-right: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}


/* figures */
figure.full, figure.half {
	width: 100%;
	margin: 0;
}
figure.full img, figure.half img {
	width: 100%;
}
figcaption {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
@media screen and (max-width: 736px) {
	.container {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	overflow: hidden;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

/* footnotes */
.note {
	color: #CB2F70;
	font-weight: 600;
	cursor: pointer;
}
.footnote {
	display: none;
	padding: 15px;
	border-left: solid;
	border-width: 10px;
	padding-left: 10px;
	border-color: #CB2F70;
	background-color: #f5d6e3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.show {
	display: block;
}

/* Back to Top Button */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #0b1d51; /* Set a background color */
    color: #eff1ed; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}
#myBtn:hover {
    background-color: #CB2F70; /* Add a dark-grey background on hover */
}

@media screen and (min-width: 400px) {
	.dropdown-content {
		max-width: 325px;
	}
}
@media screen and (min-width: 550px) {
	section {
		padding-left: 30px;
		padding-right: 30px;
	}
	.sidebar a, .sidebar p {
	font-size: 15px;
}
	.dropdown-content {
		max-width: 445px;
	}
	figure.half {
	float: left;
	width: calc(50% - 30px);
	margin-right: 30px;
	margin-left: 30px;
}
figure.half figcaption {
	padding-left: 0;	
}

p, blockquote, ul, ol {	
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

	
}
@media screen and (min-width: 736px) {
	.dropdown-content {
		max-width: 631px;
	}
}

@media screen and (min-width: 1000px) {
	h1 {font-size: 30px;
	line-height: 36px;}
	h2 {font-size: 24px}
	figure.full {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
figure.full figcaption {
	padding-left: 0;
}
figure.half.alone {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
}
#content table {
	width: 90%;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
}
video {
	align-content: center;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
}
@media screen and (min-width: 1500px) {
	h1 {font-size: 36px;line-height:40px;}
	h2 {font-size: 28px;line-height:32px;}
	h3, article.transcript h3 {font-size: 22px;}
	p, blockquote, ul, ol, table {	
	font-size: 18px;
	line-height: 28px;
}
}


@page {
	margin: 2cm;
}


@media print {
	#myBtn.fas.fa-arrow-up, #mySidebar, #openbtn, .dropdown, .footerbox, #mixBut, .intro-top, iframe {display:none !important;}

	#content {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}
	section{background-color:#ffffff;padding-bottom:0;}
	h1, h2, h3, h4, p.author.titlepage, .toc .br-right .title, .landing .toc .br-left, p.author, article.introduction blockquote:before, #content h1 a, article.transcript blockquote.verahall:before, #content ul.podcastlist li:before {color:#000000;}
	article.transcript, blockquote {background-color:transparent;border-left-color:#000000;}
	article.introduction blockquote:before, article.transcript blockquote.verahall:before, article.introduction h3 span, p.stone-time {background-color: transparent;}

	.footnote {
	display: block;
	border-color: #000000;
	background-color: #ffffff;
}
	.note, #content a {color:#000000;}
	
	.landing, .br-right {
	background-image: none;
	background-color: transparent;
}
	article.transcript.introduction#introduction {
		max-height: none;
		border-top: none;
	}
	article.introduction blockquote, article.transcript blockquote.verahall {border-color: #000;}
}

