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

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

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

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: 14px;
	line-height: 22px;
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
	padding-top: 70px;
}

#main-wrapper h1 {
	width: 800px;
	margin: -0.5em auto 0.5em auto;
	color: white;
}

#main-wrapper #page_meta_container {
	color: #7D848B;
	width: 100%;
	padding: 3em 1em 1em 1em;
}

#main-wrapper #page-meta {
	max-width: 600px;
	margin: 0 auto;
}

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

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

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

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

.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:72%;
}

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

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

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

.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: 0 2em;
	float: left;
	margin: 2em 0;
}

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

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

.panel#p0 #cover-text {
	font-family: "BebasNeue", Helvetica, sans-serif;
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	padding: 0 6em;
}

.panel#p0 #cover-text h1 {
	position: relative;
	/*font-size: 6em;*/
	line-height: 1em;
	font-weight: 100;
	margin-bottom: 0;
	color: white;
	/*margin-top: 4em;*/
	top: -50px;
}

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

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

.panel h2 {
	font-family: "BebasNeue", Helvetica, sans-serif;
	margin-top: 0;
	display: none;
	font-size: 2.3em;
	line-height: 1em;
}

#main-wrapper .right-block {
	float:right;
	width: 28%;
	/*margin-top: 30px;*/
}

#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 #bylines {
	margin-top: 2em;
}

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

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

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

#main-wrapper .right-block p span.bylabel {
	color:#777;
}

#main-wrapper .right-block p.fact-style {
	color: #8F8F8F;
	font-size: .9em;
	line-height: 1.5em;
	font-family: Helvetica, sans-serif;
	font-weight: 40;
	margin: 0em 0 1em 0;
	width: 100%;

}

.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:first-of-type {
	margin-bottom: 20px;
}

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

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

.mobile-show{
	display:none;
}

.graphic-subhed h3{
	font-family: "BebasNeue", Helvetica, sans-serif;
	font-size: 19px;
	-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;
}

@media (max-width: 620px) {
	#main-wrapper #page-meta {
		margin: 0 10px;
	}
}

@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) {
	#main-wrapper .right-block {
		margin-top: 0;
	}

	#main-wrapper .right-block.chart {
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		padding: 1em 0;
		margin-bottom: 1em;
	}

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

	#main-wrapper .textbox {
		float: right;
	}

	.panel#p0 {
		position: relative;
		height: auto;
		padding-top: 0;
	}
	
	.panel#p0 #cover-text {
		position: relative;
		top: 2em;
		color: black;
		font-size: 0.8em;
		margin-bottom: 1em;
		padding: 0 4em;
		height: auto;
	}

	.panel#p0 #cover-text h1 {
		color: black;
		margin-top: 0 !important;
		top: 0;
		text-shadow: none;
		line-height: 1em;
	}

	.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 .right-block {
		width: 100%;
		/*margin:1em auto;*/
	}

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

		margin: 2em auto;
		max-width: 620px;
	}
	
	.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;
	}
}


@media (max-width: 480px) {

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

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