/*   
Theme Name: The HTML5 Reset Theme
Theme URI: http://html5reset.org
Description: A style-free theme to get you started on an HTML5-based Wordpress theme of your own.
Author: Monkey Do!
Author URI: http://monkeydo.biz
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

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

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

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-xxxxxwebkit-tap-highlight-color: #ed2e24 /* #fcd700 */;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}



/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

/* #page-wrap {width: 960px; margin: 20px auto;} */

.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* EDIT BELOW HERE! */


/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }




body { font-family: 'Whitney SSm a', 'Whitney SSm b', sans-serif; font-size: 16px; line-height: 24px; background: transparent /* #E6EBEA */; max-width: 100%; 
	
	
  /* Safari 4-5, Chrome 1-9 */
  /* Safari 5.1+, Chrome 10+ */
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */

/*  background: -webkit-gradient(linear, left top, right top, from(#E6EBEA), color-stop(0.5, #fff), to(#E6EBEA));
  
  background: -webkit-linear-gradient(left, #E6EBEA, #fff, #E6EBEA);
  
  background: -moz-linear-gradient(left, #E6EBEA, #fff, #E6EBEA);
  
  background: -ms-linear-gradient(left, #E6EBEA, #fff, #E6EBEA);
  
  background: -o-linear-gradient(left, #E6EBEA, #fff, #E6EBEA);
	*/
	
	
}
p { padding-bottom: 0.75em; }
a { color: #333; text-decoration: none; }
a:hover { color: #ed2e24; }
.entry-title { font-family: 'sentinel SSm a', 'sentinel SSm b', georgia, serif; font-size: 60px; line-height: 70px; letter-spacing: -3px; margin: 0 0 20px 0; }
.transcriptname { font-weight: bold; }
.rightimage { float: right; margin: 5px 0 30px 30px; box-shadow: 0 1px 1px 1px #cfd3d2; max-width: 50% !important; height: auto !important; }

#header {  }


.page-wrap-container { width: 90%; margin: 0 auto; max-width: 960px;}
.page-wrap { width: 100%; margin: 20px auto;}

.footer { width: 100%; background: #333; color: whitesmoke; min-height: 100px; }


.totalwrapper { margin-top: 0px; width: 100%; }

.thumber { width: 100px; height: 100px; box-shadow: 0 1px 1px 1px #cfd3d2; float: left; margin-right: 20px; }



.biocredit { font-family: 'Whitney SSm a', 'Whitney SSm b', helvetica, sans-serif; font-size: 10px; color: #666; text-transform: uppercase; text-align: right; display: block; font-weight: bold; text-decoration: none; border: 0 !important; }
.biocredit:hover { text-decoration: underline; color: #333; }

img { max-width: 100%; }



/* oral history layout */

.entry-content { font-size: 16px /* 20px */; line-height: 28px /* 28px */; font-family: 'Chronicle SSm A', 'Chronicle SSm B', georgia, serif; color: #333; }

.entry-content a { border-bottom: 1px dotted #666; }

.oralwrapper { width: 90%; max-width: 960px; margin: 0 auto;  margin-bottom: 0px; }
.leftcon, .timelineleftcon { width: 63.5% /* 600px */; float: left; margin-bottom: 50px; }
.rightcon, .timelinerightcon { width: 63.5%; float: right; margin-bottom: 50px; }


.leftcon .commentchunklink { width: 50% /* 300px */ !important; float: right; margin-right: -60% /* 360px */; text-align: left; }

.rightcon .commentchunklink { width: 50% /* 300px */ !important; float: left; margin-left: -60% /* 360px */; text-align: right; }

.headline { position: absolute; z-index: 300; background: white; color: #333; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; font-size: 30px; line-height: 38px; }


.commentchunklink span.commentchunklinkmainspan:hover {background: lightgrey; color: #333;}
.commentchunklink span.commentchunklinkmainspan a { text-decoration: none; }
.commentchunklink span.commentchunklinkmainspan:hover a { color: #333; }
.commentchunklink span.commentchunklinkmainspan { font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; font-size: 18px; line-height: 22px; color: #333; background: whitesmoke; padding: 10px 15px; }
.commentchunklink span.commentchunklinkappear { display: none; }
.commentchunklink span.commentchunklinkmainspan:hover .commentchunklinkappear { display: inline; }

.fullwidthwrapper { position: relative; }
.fullwidth { width: 100% !important; height: auto !important; }
.fullwidthcaption { position: absolute; bottom: 9px; right: 0; z-index: 10; background: rgba(0,0,0,0.8); color: whitesmoke; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; font-size: 12px; line-height: 20px; text-transform: none; padding: 3px 15px; }
.fullwidthcaption a, .caption990 a { color: whitesmoke !important; }

.fullwidthwrapper.midchapter { margin-bottom: 50px; }

.dark990holder { width: 100% !important; padding: 50px 0; background: #333; margin-bottom: 50px; }
.wrapper990 { position: relative; width: 990px; margin: -25px auto 50px auto; max-width: 100%; }

.dark990holder .wrapper990 { margin: 0 auto !important; }
.width990 { width: 990px !important; height: auto !important; margin: 0 auto; }
.caption990 { position: absolute; bottom: 9px; right: 0; z-index: 300; background: rgba(0,0,0,0.8); color: whitesmoke; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; font-size: 12px; text-transform: uppercase; padding: 3px 15px; }

.wrapper600 p { font-weight: bold; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; text-transform: uppercase; font-size: 14px; line-height: 18px; border-bottom: 1px solid lightgrey; padding: 10px 0 15px; margin: 0 0 25px; }

.width600 { width: 600px !important; height: auto !important; margin: 0 auto; }

.firstgraf { width: 100% /* 600px */; font-size: 26px; line-height: 36px; padding-top: 50px; padding-bottom: 25px; }

.firstgraf:first-line { font-size: 33px; line-height: 46px; text-transform: uppercase; color: black; }

.oralexcerptwrapper { border-top: 1px solid lightgrey; border-bottom: 1px solid lightgrey; margin: 15px 0 25px 0; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; font-size: 16px; line-height: 26px; color: #746e65; padding: 15px 20px; }
.oralname { font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; font-size: 14px; color: #ed2e24 /* #333 */; margin: 15px 0 5px 0; line-height: 24px; }

#header a, .oralname a { border-bottom: 0; }
.oralname a:hover { color: black !important; }
.oralname img:hover { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); }

.quotewrapper { }

.quotewrapper p:last-child { padding-bottom: 0; }

.leftsideimage { width: 50% /* 300px */ !important; float: left; margin-top: 50px; margin-left: -60% /* 360px */; }

.rightsideimage { width: 50% /* 300px */ !important; float: right; margin-top: 50px; height: auto !important; margin-right: -60% /* 360px */; }

/* MUST STYLE UL AND LI */

.rightpullquote { width: 50% /* 300px */ !important; float: right; margin-top: 50px; margin-right: -60% /* 360px */; font-size: 30px; line-height: 40px; color: #ed2e24; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; font-style: normal; }
.leftpullquote { width: 50% !important; float: left; margin-top: 50px; margin-left: -60% /* 360px */; font-size: 40px; line-height: 50px; color: #ed2e24; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; font-style: normal; }
.fullpullquote { width: 160%; border-top: 1px solid lightgrey; border-bottom: 1px solid lightgrey; padding: 20px 0; font-size: 40px; line-height: 50px; color: #ed2e24; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; font-style: normal; }

.voiceofgod { padding: 15px 0 8px 0; font-size: 20px; line-height: 28px; font-family: 'chronicle ssm a', 'chronicle ssm b', georgia, serif; color: black; }


.rightsidebarbox, .timelinerightsidebarbox { border-top: 1px solid lightgrey; border-bottom: 1px solid lightgrey; width: 50% /* 300px */ !important; float: right; margin-top: 50px; margin-right: -60% /* 360px */; padding: 15px 15px; font-size: 16px; line-height: 24px; color: #333; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif;}
.rightsidebarbox h4 { margin: 10px 0 15px; color: #ed2e24; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; }

.leftsidebarbox, .timelineleftsidebarbox { border-top: 1px solid lightgrey; border-bottom: 1px solid lightgrey; width: 50% /* 300px */ !important; float: left; margin-top: 50px; margin-left: -60% /* 360px */; padding: 15px 15px; font-size: 16px; line-height: 24px; color: #333; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif;}
.leftsidebarbox h4 { margin: 10px 0 15px; color: #ed2e24; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; }



.sidebarinterviewtease { border-top: 1px solid whitesmoke; border-bottom: 1px solid whitesmoke; width: 50% /* 300px */ !important; float: right; margin-right: -60% /* 360px */; padding: 15px 15px; font-size: 16px; line-height: 24px; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; margin-top: 40px; font-size: 14px; line-height: 22px; text-transform: uppercase; letter-spacing: 0; font-weight: bold; font-style: normal; }

.sidebarinterviewtease a { color: #ed2e24; }


.rightsidebarvideoboxwrapper { width: 78.744444% /* 480/610px */; float: right; margin-right: -57.540983606557% /* 351px/610px */; padding: 10px 0 10px 30px; background: white; }

.rightsidebarvideobox { border-top: 0px solid lightgrey; border-bottom: 0px solid lightgrey; margin: 10px 0 30px 0; padding: 15px 15px; font-size: 16px; line-height: 24px; color: #ed2e24; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; background: whitesmoke; }

.rightsidebarvideobox iframe { max-width: 100%; }

.videocaption { color: #333; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; font-size: 14px; line-height: 24px; margin: 10px 0 0 0; }

.oralexcerptwrapper .rightsidebarvideoboxwrapper { width: 84.210526315789% /* 480/570 */; margin-right: -65.087719298246% /* 371/570 */; }





.chart { }
.chartwrapper { border-top: 1px solid lightgrey; border-bottom: 1px solid lightgrey; padding: 15px 0; margin: 15px 0 30px 0; }
.chartcaption { color: #333; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; font-size: 14px; line-height: 24px; margin: 10px 0 0 0; }




.blogposttitle { font-family: 'sentinel ssm a', 'sentinel ssm b', georgia, serif; font-size: 30px; line-height: 38px; margin-bottom: 15px; color: #ED2E24; }




.timeline-header { font-family: 'sentinel ssm a', 'sentinel ssm b', georgia, serif; font-size: 30px; line-height: 38px; margin-bottom: 15px; color: #ED2E24; }
.timeline-year { font-weight: bold; color: #ED2E24; }




blockquote { margin: 20px 20px; padding: 30px; background: whitesmoke; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; }


.narrativenav a { color: white; padding: 2px 5px; text-decoration: none; }
.narrativenav a:hover { color: #333; background: whitesmoke; }

.about-sidebar img { height: auto !important; }



.chapter-headline { width: 90%; max-width: 960px; margin: 50px auto 40px auto; font-size: 58px; line-height: 62px; letter-spacing: -2px; font-family: 'sentinel ssm a', 'sentinel ssm b', georgia; }

.timeline-headline { width: 90%; max-width: 960px; margin: 50px auto 20px auto; font-size: 58px; line-height: 62px; letter-spacing: -2px; font-family: 'sentinel ssm a', 'sentinel ssm b', georgia; }


.chapter-bottomnav ul { text-align: center; }
.chapter-bottomnav li { display: inline-block; list-style-type: none; padding: 0px; margin: 0px; }


a .nextchapter { color: white !important; position: relative; }
a:hover .nextchapter { color: lightgrey !important; }

.nextchapter:after {
	content:"";
	position:absolute;
	top: 0;
	right:-8%;
	width:10%;
	height:100%;
	background: url(https://digitalriptide.org/wp-content/themes/blankershoren/resources/nextchapter-triangle.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size: 50px 100%;
}


.essayleft img { height: auto !important; }

.mobileinterviewtease { display: none; }


.documents-groupheader { font-weight: bold; margin: 20px 0 10px 0; }
.documents-biggroupheader { font-size: 24px; line-height: 32px; font-weight: bold; margin: 20px 0 10px 0; }











/* MEDIA QUERIES ----------- */


@media screen and (max-width : 1066px) { /* larger than iPad landscape */
	.ripfaces-switcher, .ripfaces-mugshotgrid { display: none !important; }
	.ripnames-grid { display: block !important; }
	.ripnames-griditem { width: 44% !important; margin: 10px 3% !important; }
	.ripnames-grid2clear { display: block !important }
	.ripnames-grid3clear { display: none !important }
	.interviews-title, .interviews-title h1 { float: none !important; text-align: center !important; }
}



@media screen and (max-width : 1024px) { /* larger than iPad landscape */
	#header { position: absolute !important; }
}

@media screen and (max-width : 1023px) { /* iPad landscape AND smaller */

	.narrativenav-nosearch, .header2-spare { display: none !important; }
	.rightpullquote, .leftpullquote, .fullpullquote { font-size: 30px !important; line-height: 40px !important; }

	.transcript-relatedsider img, .transcript-promosider img { height: auto !important; }

}


@media screen and (max-width : 800px) { /* iPad portrait, Nexus 7 portrait, or narrower */

	#header, #header2, #header3 { display: none !important; }
	#tabletheader { display: block !important; }
	
	.rightgreybox { display: none !important; }

	.maincpwell { width: 100% !important; padding-top: 0 !important; }
	.entry-content { margin: 0 0 0px /* 50px */ 0 !important; }
	.maincpsider, .maincpkicker { display: none !important; }
	.totalwrapper { margin-top: 0 !important; }
	
	.width600 { width: 100% !important; height: auto !important; }

	.rightpullquote, .leftpullquote, .fullpullquote { display: none; }
	.leftcon, .rightcon { width: 100% !important; }
	
	.rightsidebarvideoboxwrapper { float: none; width: 100% !important; margin-left: 0; margin-right: 0; margin-top: 20px; margin-bottom: 20px; padding: 0 !important; }
	.rightsidebarvideobox iframe { margin: 0 auto; }

	.chart { width: 100% !important; height: auto !important; }

	.rightsidebarbox { margin: 10px 0 20px 0; width: 100% !important; float: none; }
	.sidebarinterviewtease { display: none; }
	.mobileinterviewtease { display: block !important; }
	.rightsideimage { margin-right: 0; margin-left: 10px; }
	
	.transcript-relatedsider, .transcript-cya, .transcript-promosider { display: none !important; }
	.transcript-box { width: 100% !important; }
	
	#footer-left, #footer-middle, #footer-right { float: none !important; width: 100% !important; }
	#footer-right li { float: left; margin-right: 10px; margin-bottom: 10px;}
	#footer-right { margin-bottom: 20px; }
	#footer-inner { padding: 30px 0 !important; }
	#footer-left p:last-child, #footer-middle p:last-child { display: none !important; }
	
	.ripfaces-minigrid { display: none !important; }
	.ripfaces-namealt { display: block !important; }

	.ripfaces-namealt-item { width: 44% !important; margin-left: 3% !important; margin-right: 3% !important; float: left !important; }
	
	.ripfaces-minigrid-description { margin-bottom: 30px !important; }
	.frontpagebutton div { width: 90% !important; float: none !important; margin: 0 0 20px 0 !important; }	
	.front-rightmenulink { font-size: 13px !important;}

	.front-banner { margin-top: -30px !important; width: 100% !important; max-width: 100% !important; padding: 5% !important; font-size: 20px !important; line-height: 30px !important; }
	.frontpage-introtext { margin-top: 30px !important; padding: 10px !important; background: whitesmoke !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; font-size: 22px !important; line-height: 32px !important; }
	.frontpage-introtext .firstgraf { padding-top: 0 !important; font-size: 22px !important; line-height: 32px !important; }
	.frontpage-introtext .firstgraf:first-line { font-size: 26px !important; line-height: 38px !important; }
	
	
	.essayleft, .essayleft img, .essayright { width: 100% !important; float: none !important; }
	.essayleft a { margin-bottom: 0 !important; }
	.essaycontent { margin-bottom: 70px !important; }

}


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

	.blogpostleft, .blogpostright { float: none !important; width: 100% !important; }
	.blogpostright.bloghome { display: none !important; }
}



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

	.ripnames-griditem { width: 100% !important; margin: 20px 0 !important; }
	.ripnames-griditem div { height: auto !important; }
	.ripnames-grid2clear { display: none !important }
	.ripnames-grid3clear { display: none !important }
	.ripfaces-randomspacer { display: none !important; }
	
	.search-submenu { display: none !important; }
	.search-sidebar, .search-mainbar { width: 100% !important; float: none !important; }
	.search-mainbar img { display: none !important; }
	
	.chapter-bottomnav li { display: block !important; }

	.document-embedwrapper div { display: none !important; }
	.document-embedwrapper p { text-align: center; }
	.document-embedwrapper a.document-mobile { margin: 0 0 50px 0; display: block; border: none; text-transform: uppercase; background: #333; color: whitesmoke; padding: 20px 0; font-family: 'Whitney SSm A', 'Whitney SSm B', helvetica, sans-serif; border-radius: 3px; font-weight: bold; }
}




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

	.tabletheader-teaseline { display: none !important; }
}



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

	.nextchapter { border-radius: 0 !important; width: 90% !important; float: none !important; margin-left: auto; margin-right: auto; }
	.nextchapter-title { font-size: 26px !important; line-height: 34px !important; }
	.nextchapter:after { right: -10% !important; }
}




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


	.firstgraf:first-line { font-size: 26px; line-height: 36px; text-transform: uppercase; color: black; }

	.rightimage { width: 100% !important; max-width: 100% !important; height: auto !important; float: none !important; margin: 0 0 20px 0 !important;  }
	xxxxxxxx.transcript-text { padding: 20px !important; }
	.entry-title { font-size: 40px !important; line-height: 46px !important; }
	
	.rightpullquote, .leftpullquote, .fullpullquote { display: none; }
	.leftcon, .rightcon { width: 100% !important; }
	
	.interview-breadcrumbs { display: none !important; }
	
	.about-sidebar { display: none !important; }
	.about-mainbar { width: 100% !important; }
	
	.leftcon { line-height: 24px !important; }
	.firstgraf { font-size: 16px !important; line-height: 24px !important; padding: 20px 0 12px 0 !important; }

	.timelineleftcon, .timelinerightcon, .timelineleftsidebarbox, .timelinerightsidebarbox { width: 100% !important; float: none !important; margin: 0 0 30px 0 !important; }

	.rightsideimage { float: none; width: 100%; }
	
	.commentchunk-title { font-size: 30px !important; line-height: 36px !important; }

	.front-banner { margin-top: -10px !important; padding: 5% !important; font-size: 18px !important; line-height: 26px !important; }
	.frontpage-introtext { margin-top: -80px !important; margin-bottom: 80px !important; padding: 10px !important; background: whitesmoke !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; font-size: 16px !important; line-height: 24px !important; }
	.frontpage-introtext .firstgraf { padding-top: 0 !important; font-size: 16px !important; line-height: 24px !important; }
	.frontpage-introtext .firstgraf:first-line { font-size: 22px !important; line-height: 30px !important; }
	.front-banner-wrapper { padding: 10px 0 !important; }
	.front-middle-wrapper { padding: 10px 0 !important; }
	.front-bottom-wrapper { padding: 10px 0 !important; }
	.front-leftintro, .front-rightintro { float: none !important; width: 100% !important; border: 0 !important; text-align: center; }
	.front-leftintro div { width: 100% !important; margin-right: 0 !important; }
	.front-leftintro { margin-top: 0 !important; }
	.frontpagebutton div { width: 100% !important; float: none !important; margin: 0 0 20px 0 !important; }	
	
	.essayright h1 { font-size: 28px !important; line-height: 34px !important; letter-spacing: -1px !important; }
	.essayright span { font-size: 16px !important; line-height: 24px !important; }
	
	
	.ripfaces-minigrid-description { margin-bottom: 30px !important; }

	.ripfaces-minigrid { display: none !important; }
	.ripfaces-namealt { display: block !important; }
	.ripfaces-minigrid-name { font-size: 22px !important; line-height: 36px !important; }

	.ripfaces-namealt-item { width: 100% !important; float: none !important; }


	.chapter-headline { font-size: 30px !important; line-height: 36px !important; padding: 0 5% !important; margin: 20px auto 20px auto !important; }
	.timeline-headline { font-size: 30px !important; line-height: 36px !important; }

	.chapter-bottomnav { width: 100% !important; float: none !important; }

	.oralexcerptwrapper .rightsidebarvideoboxwrapper, .rightsidebarvideoboxwrapper { float: none !important; width: 111.1111111111% !important; margin: 10px 0 10px -5.5555555555555% !important; padding: 0 !important; }

	.fullwidthcaption, .caption990 { position: relative !important; line-height: 18px !important; padding: 10px 15px !important; }
	.oralexcerptwrapper { padding: 5px 5px !important; }
	
	.oralname span { line-height: 20px !important; display: block !important; }
	.oralname img { max-width: 30%; height: auto !important; }
	xxxxxxxxxxx.page-wrap { display: none !important; }

	.maincpwell { padding-top: 0 !important; }
	.chapter-headline span { line-height: 40px !important; }
	.leftcon { margin-bottom: 15px !important; }
	.wrapper990 { margin: 0 auto 15px auto !important; }
	.dark990holder { padding: 0 !important; background: transparent !important; }
}



