/*
font-weight: 100;
font-size: 16px;
line-height: 26px;
*/

p.tarbell-error {
	color: red;
}

.video-js .vjs-tech {
	position: relative !important;
}

.vjs-loading-spinner {
	display: none !important;
}

.box-content{
	float:left !important;
}

a.anchor{
	display: block; 
	position: relative; 
	top: -60px; 
	visibility: hidden;
}

.ajmint-sourceline {
	float: left;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

audio {
	display: none;
}

#audio-div {
	display: none;
}

/*for document cloud*/
img[width="1"] { 
	display: none;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body #main-wrapper {
	color: black;
	 -webkit-overflow-scrolling: touch;
	background-color: white;
}

img {
	border-style:none;
}

.button {
	float: left;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin: 3em 0 0 0;
	color: black;
}

.button span {
	background: #D99C2C;
    font-family: "BebasNeue", helvetica, arial, sans-serif;
    font-size:1.2em;
    padding:10px;
    line-height:1.4em;
    cursor:pointer;
    margin-right: 1em;
}

.button span:hover {
    background:#E4BA6B;
}

#header a {
	color: white;
}

#header a:hover {
	color: #D99C2C;
}

#header .button {
	margin-top: 0;
}

#header .button span {
	padding: 5px 10px;
	font-size: 1em;
}

#header .button.on span:after {
	content: " on";
}

#header .button.off span:after {
	content: " off";
}


#main-wrapper a {
	color: #D99C2C;
	text-decoration: none;
}

#main-wrapper a:hover {
	text-decoration: underline;
}

* {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* MAIN LAYOUT ELEMENTS */
#main-wrapper{
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	float:left;
	box-sizing: padding-box;
	font-size: 16px;
	line-height: 26px;
	width: 100%;
	margin-bottom: 50px;
	padding-top: 50px;
	overflow: hidden;
}

#main-wrapper p {
	font-family: Helvetica, sans-serif;
	margin: 0em 0 1em 0;
	width: 100%;
	color: #3f4245;
	font-weight: 100;
}

#main-wrapper .panel.first-panel .textbox p:first-child:first-letter { 
	float: left; 
	color: #D99C2C; 
	font-size: 93px; 
	line-height: 65px; 
	padding-top: 4px; 
	padding-right: 10px; 
	padding-left: 3px; 
	font-family: "BebasNeue", Helvetica, sans-serif; 
}

.panel {
	width:100%;
	max-width: 600px;
	margin: 0 auto;
	display: block;
	position: relative;
	clear: both;
}

.panel#p0 {
	max-width: inherit;
	width: 100%;
	text-align: center;
	padding: 50px 0 0 0;
	float: left;
	position: absolute;
	height: 100%;
	margin-bottom: 3em;
}

.full-image {
	float: left;
	width: 100%;
	position: relative;
}

.full-image.third {
	float: left;
	width: 33.33333333%;
	position: relative;
	margin-top: 10px;
}

.full-image.third.left {
	padding-right: 6.6666666666px;
}

.full-image.third.middle {
	padding-left: 3.333333333px;
	padding-right: 3.333333333px;
}

.full-image.third.right {
	padding-left: 6.6666666666px;
}

.full-image.half {
	float: left;
	width: 50%;
	position: relative;
	margin-top: 10px;
}

.full-image.half.left {
	padding-right: 5px;
}

.full-image.half.right {
	padding-left: 5px;
}

.full-image.bottom {
	padding-top: 10px;
	padding-bottom: 10px;
}

.full-image.slider {
	margin-bottom: 40px;
	overflow: hidden;
	height: 300px;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

.full-image img,
.full-image video {
	width: 100%;
	float: left;
}

.caption {
	font-family: Helvetica, Arial, sans-serif;
	color: #3f4245;
	font-size: 0.9em;
	line-height: 1.25em;
	padding: 0;
	float: left;
	margin: .25em 0 2em 0;
	width: 100%;
}

.textbox {
	position: relative;
	/*float: left;*/
	width: 100%;
	/*padding-right: 10px;*/
}

.textbox.center {
	margin: 0 auto;
	/*float: none;*/
}

.textbox-block {
	width: 100%;
	max-width: 620px;
	padding: 2em 0;
}

.textbox.center .textbox-block {
	margin: 0 auto;
}

.right-block {
	float: right;
	width: 50%;
	padding-left: 20px;
}

.right-block .textbox-block {
	padding: 2em 0;
}

.right-block .textbox-block#continuous-top {
	padding: 1em 0 2em 0;
}

/* for no padding at top (when you need right block) */
.textbox-block.continuous-top {
	padding-top: 0;
}

/* for no padding at bottom (when you need right block) */
.textbox-block.continuous-bottom {
	padding-bottom: 0;
}

/* for subheads */
.textbox-block.subhead h3 {
	margin-bottom: 0;
	font-family: "BebasNeue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	line-height: 1em;
	color: #D99C2C;
	margin-top: -1em;
}

.pullquote {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 9;
	padding: 2em 2em;
	float: left;
	margin: 2em 0;
	border-top: 1px solid #D99C2C;
	border-bottom: 1px solid #D99C2C;
}

.pullquote-quote {
	position: relative;
	font-size: 3em;
	font-weight: 100;
	line-height: 1em;
	font-family: "BebasNeue", Helvetica, sans-serif;
	color: #797F85;
}

.pullquote-source {
	position: relative;
	color: #D99C2C;
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: Helvetica, sans-serif;
	margin-top: 1em;
}

/* styles inline because of variables */
/*.panel#p0 #cover-text {
	font-family: "BebasNeue", Helvetica, sans-serif;
	position: absolute;
	top: 0;
	text-align: center; 
	width: 60%;
	padding: 0 6em;
}

.panel#p0 .head-align-left#cover-text {
	text-align: left;
	padding-left: 2em;
	left: 0;
}

.panel#p0 .head-align-right#cover-text {
	text-align: right;
	padding-right: 2em;
	right: 0
}*/

.panel#p0 #cover-text h3.subhead-hidden {
	display: none;
}

.panel#p0 #cover-text .subhead-displayed {
	margin-top: -2.2em;
}

.panel#p0 #cover-text .subhead-displayed span {
	position: relative;
	line-height: 1.4em;
	font-weight: 100;
	background: #D99C2C;;
	padding: 0.1em 6px;
	color: white;
	margin: 0 -3px;
	display: inline-block;
	font-size: 2vw;
}

.panel#p0 #cover-text .subhead-displayed span:first-child {
	padding-left: 8px;
}

.panel#p0 #cover-text .subhead-displayed span:last-child {
	padding-right: 8px;
}

#main-wrapper .bylines-top-bottom,
.top-photo-caption {
	width: 100%;
	float: left;
	margin: 0 auto;
}

#main-wrapper .top-photo-caption .caption {
	margin: -1.5em auto 3em auto;
	max-width: 600px;
	float: none;
}

#main-wrapper .bylines-top-bottom {
	width: 100%;
	float: left;
}

#main-wrapper .bylines-top-bottom p,
.top-photo-caption .caption {
	color:#777;
}

#main-wrapper .bylines-top-bottom p {
	margin-bottom: 0.5em;
}

#main-wrapper .full-image.top-full-image {
	margin-bottom: 3em;
}

#main-wrapper .bylines-top-bottom .bylines-top-bottom-content {
	margin: 0 auto;
	max-width: 600px;
}

#main-wrapper .bylines-top-bottom.bylines-bottom .bylines-top-bottom-content {
	border-top: 1px solid #CCC;
	padding-top: 2em;
}

#main-wrapper .bylines-top-bottom.bylines-bottom {
	margin: 3em 0;
}

.panel#p1 .textbox {
	float: right;
}

.panel#p1 .right-block {
	float: right;
	margin-top: 1em;
}

/* .panel.right-first is when you want the right panel to show up above textbox for narrower widths */
.panel.right-first .right-block {
	float: right;
}

.panel.right-first .textbox {
	float: right;
}

#main-wrapper .right-block h3 {
	margin: 0;
}

#main-wrapper .right-block p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1em;
	line-height:1.3em;
	margin-bottom:1em;
	color:#3f4245;
}

#main-wrapper .right-block .series-block {
	margin-top: 2em;
}

#main-wrapper .bylines-top-bottom p.direction {
	font-weight: 800;
}

.panel#p1 .right-block .series-block p.direction {
	font-weight: 800;
	margin-top: 3em;
}

#main-wrapper .bylines-top-bottom p,
#main-wrapper .right-block .series-block p {
	font-weight: 100;
}

#main-wrapper .bylines-top-bottom p a,
#main-wrapper .right-block .series-block p a {
	color:black;
	white-space: nowrap;
}

.bylines-top-bottom p span.bylabel,
#main-wrapper .right-block p span.bylabel {
	color: #A1A5A9;
	font-size: 0.9em;
	font-weight: 400;
}

.bylines-top-bottom p span.bylabel.ajmint-mobile {
	display: none;
}

#main-wrapper .right-block .series-block {
	border-top: 1px solid #E4BA6B;
	border-bottom: 1px solid #E4BA6B;
    padding-top: 1em;
    margin-bottom: 2em;	
}

#main-wrapper .right-block .series-block h3#about-project-label {
	text-transform: uppercase;
	color: #ECCE96;
	font-size: 0.8em;
	float: left;
	clear: both;
	width: 100%;
}

#main-wrapper .right-block .series-block #series-title {
	font-family: "BebasNeue", Helvetica, sans-serif;	
	color: #D99C2C;
	font-size: 1.5em;
	line-height: 1.8em;
}

#main-wrapper .right-block .series-block p#about-project-text {
}

#main-wrapper .right-block .series-block ul {
	padding: 0;
}

#main-wrapper .right-block .series-block ul a li {
	color: black;
}

#main-wrapper .right-block .series-block ul a:hover {
	text-decoration: none;
}

#main-wrapper .right-block .series-block ul li {
	list-style-type: none;
	padding: 5px 10px;
}

#main-wrapper .right-block .series-block ul li.active,
#main-wrapper .right-block .series-block ul li:hover {
	background: #F1F2F3;
}

#main-wrapper .right-block .series-block ul li .series-number {
	font-family: "BebasNeue", Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1em;
	margin-right: 10px;
	width: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

#main-wrapper .right-block .series-block ul li .series-number,
#main-wrapper .right-block .series-block ul li .chapter-name { // no link
	text-decoration: none;
	color: #BEBEBE;
	position: relative;
}

/* for coming soon transition for stories in series that are coming soon */
#main-wrapper .right-block .series-block ul > li .chapter-name:after {
	content: "";
	position: absolute;
	left: 0;
	background: transparent;
	width: 100%;
	color: #F1F2F3;
	white-space: nowrap;
	top: -0.25em;
}

#main-wrapper .right-block .series-block ul > li:hover .chapter-name:after {
	content: "Coming soon";
	position: absolute;
	background: #F1F2F3;
	color: #BEBEBE;
	-webkit-transition: background 100ms linear;
	-moz-transition: background 100ms linear;
	-o-transition: background 100ms linear;
	transition: background 100ms linear;

	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	transition: color 500ms linear;
}

#main-wrapper .right-block .series-block ul > li:hover .chapter-name {
	color: #F1F2F3;
}




#main-wrapper .right-block .series-block ul a li .series-number{
	color: #D99C2C;
}


#main-wrapper .right-block .series-block ul a li .chapter-name {
	text-decoration: none;
	color: #797F85;
}


.flex-viewport {
	cursor: pointer;
}

.flexslider a {
	color: white !important;
}

.flexslider .caption {
	margin-bottom: 3em;
}

.flexslider .label-text {
	font-family: Helvetica, sans-serif;
}

.flex-control-paging li a{
	background: rgba(0, 0, 0, 0.20);
}

.flex-control-paging li a.flex-active{
	background: rgba(0, 0, 0, 0.66);
}

.graphic,
.header-panel {
	position: relative;
	clear: both;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.header-panel .graphic-subhed {
	margin-top: 1em;
	float: left;
}

.header-panel h1 {
	font-family: "BebasNeue", Helvetica, sans-serif;
}

.header-panel.active .flex-viewport {
	cursor: auto;
}

.header-panel h5 {
	margin-top: -40px;
}


#ajmint-header .ajmint-inline.ajmint-social {
	margin-left: 20px;
}

.ajmint-inline.audio {
	-webkit-font-smoothing: antialiased;
	font-size: 1.5em;
	margin-top: 13px;
}

.ajmint-inline.audio li {
	cursor: pointer;
}

#audio-text {
	font-family: "BebasNeue", Helvetica, sans-serif;
	font-size: 0.8em;
}

.ajmint-inline.audio li {
	width: 14ex;
	float: left;
}

.ajmint-inline.audio li.audio-on #audio-text:after {
	content: " off";
} 

.ajmint-inline.audio li.audio-off #audio-text:after {
	content: " on";
} 

/* turn off audio div for mobile */
.mobile ul.ajmint-inline.audio,
.mobile ul.ajmint-inline.audio > *,
.mobile #header ul.ajmint-inline.audio>li, 
.mobile #header ol.ajmint-inline.audio>li {
	display: none !important;
}

.mobile #header #dropdown .menuitem { 
	width: auto;
}

/* Custom audio player css */

.soundcite {
	margin-bottom: 0 !important;
}

.soundcite-image-wrapper {
	line-height: 0;
}

.soundcite.big.soundcite-pause:before {
    content: '\e903' !important;
}

.soundcite-play:before {
	border-left: 0.75em solid #D99C2C; !important;
}

.soundcite-pause:before {
	border-left: 0.75em double #D99C2C !important;
}

/* Image expansion */
.mfp-wrap {
	margin-top: 50px !important;
}

.mfp-close {
	cursor: pointer !important;
}

.expand-image {
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;
}

img.ajmint-unveil {
	opacity: 0;
	-webkit-transition: opacity 500ms cubic-bezier(0, 0, 0.2, 1);
	-moz-transition: opacity 500ms cubic-bezier(0, 0, 0.2, 1);
	-o-transition: opacity 500ms cubic-bezier(0, 0, 0.2, 1);
	-ms-transition: opacity 500ms cubic-bezier(0, 0, 0.2, 1);
	transition: opacity 500ms cubic-bezier(0, 0, 0.2, 1);
}

.sourceline{
	color: #8b8b8b;
	font-size: 12px;
	font-style: italic;
}

.mobile-show{
	display:none;
}

.graphic-subhed h3{
	font-family: "BebasNeue", Helvetica, sans-serif;
	font-size: 24px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 10px 0;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #D99C2C;
}

#ajmint-comments-wrapper {
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
	display: block;
	position: relative;
	clear: both;
}

#ajmint-comments {
	border-top: 1px solid #B0B0B0;
	padding-top: 3em;
	width: 100%;
	margin-top: 3em;
	float: left;
}

#ajmint-comments h3 {
	width: 500px;
	margin: 1em auto;
	clear: both;
	font-size: 2em;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	color: #D99C2C;
	font-family: "BebasNeue", Helvetica, sans-serif;
}

#ajmint-comments #commentsDiv {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 4em;
}


/* DOCUMENT CLOUD STYLES */
.DC-note {
	border-top: 1px solid #D99C2C !important;
	border-bottom: 1px solid #D99C2C !important;
	border-left: 0 solid #D99C2C !important;
	border-right: 0 solid #D99C2C !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 30px 10px !important;
}

/* LIST STYLE */
.textbox-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #3f4245;
	clear: both;
}

.textbox-block li {
	padding-left: 2em;
	text-indent: -.7em;
	clear: both;
}

.textbox-block li:before {
	content: "■ ";
	color: #D99C2C;
	float: left;
	margin-right: .8em;
}



@media (max-width: 920px) {

	.graphic {
		padding: 0 2em;
	}

	.right-block .graphic {
		padding: 0;
	}

	.caption {
		margin: .25em 0 2em 0;
	}

	.full-bleed{
		margin-left: 10px;
	}
}

@media (max-width: 767px) {
	.panel,
	.bylines-top-bottom,
	.ajmint-drawer-wrapper {
		padding: 0 2em;
	}

	#main-wrapper .right-block {
		margin-top: 0;
	}

	#main-wrapper .right-block .textbox-block {
		max-width: 767px;
	}

	.panel#p0 {
		position: relative;
		height: auto;
		padding-top: 0;
	}


	.panel#p0 #cover-text .subhead-displayed {
		position: relative;
		padding: inherit;
		bottom: auto;
		margin-top: 1em;
	}

	.panel#p0 #cover-text .subhead-displayed span {
		font-size: 18px;
	}

	#main-wrapper .bylines-top-bottom {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		float: none;
	}

	#main-wrapper .bylines-top-bottom.bylines-bottom {
		margin: 0;
	}

	#main-wrapper .bylines-top-bottom.bylines-top .bylines-top-bottom-content {
		margin-bottom: 2em;
	}

	#main-wrapper .bylines-top-bottom.bylines-bottom .bylines-top-bottom-content {
		float: left;
		width: 100%;
  		margin: 3em 0;
	}	

	.top-photo-caption {
		display: none;
	}

	#main-wrapper .full-image.top-full-image {
		margin-bottom: 0;
	}

	#main-wrapper .right-block {
		width: 100%;
		padding: 0;
	}

	#main-wrapper .right-block .series-block {
		/*padding: 2em;*/
		margin: 0 auto 3em 0;
		width: 100%;
		text-align: left;
		float: none;

		/*margin: 2em auto;*/
		max-width: 620px;
	}

	#main-wrapper .right-block .series-block ul {
		display: none;
	}
	
	.textbox {
		width: 100%;
	}

	.textbox-block {
		float: none;
		margin: 0 auto;
		padding: 0 0 2em 0;;
	}

	.header-panel {
		font-size: 0.8em;
	}

}

@media (max-width: 560px) {
	#header ul.inline.audio {
		position: absolute;
		top: 10px;
		right: 30px;
		width: 146px;
		display: block !important;
	}

	#header .inline.social {
		float: right;
		text-align: right;
		display: none;
	}

	#header .expanded .inline.social {
		float: right;
		text-align: right;
		display: block;
	}

	#narrow-test{
		display: none;
	}

	.textbox-block.subhead h3 {
		margin-top: 0em;
		margin-bottom: 0.5em;
	}

	#ajmint-comments {
		padding: 0 2em;
	}
}


@media (max-width: 480px) {

	.panel#p0 #cover-text .subhead-displayed {
		font-size: 1em;
		overflow: hidden;
		width: 100%;
		display: inline-block;
		padding: 0 2em;
	}

	.panel#p0 #cover-text .subhead-displayed span {
		font-size: 1.6em;
		line-height: 1.6em;
	}

	.pullquote-quote {
		font-size: 1.6em;
	}

	.pullquote-source {
		font-size: 1em;
	}

	.full-image.slider {
		height: auto;
	}

	.header-panel .flex-viewport {
		cursor: auto;
	}

	.panel h2 {
		display: block;
	}

	.caption{
		margin-top: 0;
		padding: 0.5em;
	}
}


@media (max-width: 420px) {
	#audio-text {
		display: none;
	}

	.ajmint-icon-volume-off:before, .ajmint-icon-volume-up:before {
		margin-left: 4.2em !important;
	}
}

@media print {
	.footer {
		display: none;
	}
}