/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
  Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element.
*/

.sIFR-replaced > div {
  display: none !important;
}

/*---- quote styling ---*/



.sIFR-hasFlash .far-quote-green {
	visibility: hidden;
	font-size: 18px;
	line-height: 1em;
}

.sIFR-hasFlash .far-quote-blue {
	visibility: hidden;
	font-size:18px;
	line-height: 1em;
}

.sIFR-hasFlash .far-quote-orange {
	visibility: hidden;
	font-size:18px;
	line-height: 1em;
}

.sIFR-hasFlash .far-quote-purple {
	visibility: hidden;
	font-size:18px;
	line-height: 1em;
}

.sIFR-active h1, .sIFR-active h2.far-title {
	visibility: hidden;
	font-size:40px;
	line-height: 1em;
	height:1em;
	color:#005AFF;
}
.sIFR-active h3.far-title {
	visibility: hidden;
	font-size:24px!important;
	line-height: 1em;
	height:1em;
}
.sIFR-active h3.far-sector-title {
	visibility: hidden;
	font-size:18px!important;
	line-height: 1em;
	min-height:2em;
}
.sIFR-active h3.far-ten-year-overview-title {
	visibility: hidden;
	font-size:14px!important;
	line-height: 1em;
	height:1em;
}

