/*---- 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;
}
*//*
.sIFR-active h1 {
	visibility: hidden;
	font-size: 42px;
}

.sIFR-active  h2 {
	visibility: hidden;
	font-size: 30px;
}
/*
.sIFR-active h2.index-rhs {
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 15px;
}
.sIFR-active .team-card h2 { 
	margin-bottom: -10px;
}
.sIFR-active h2.cat-ser-green {
	margin-bottom: -10px;
	margin-top: 0;
	background: green;
}
.sIFR-active h3 {
	visibility: hidden;
	font-size: 20px;
}
.sIFR-active h3.blog-h3 {
	margin-top: 0;
	margin-bottom: -10px;
	padding-bottom: 0;
}*/