
.show-mobile-up {
	display:none;
	visibility:hidden;
}

.follow-banner {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
	background-color: #f1f4f7;
	text-align: center;
}
.follow-content-wrap {
	position: absolute;
	top: 130px;
	width: 100%;
}
.follow-content {
	margin: 0px 120px;
}
.follow-breadcrumbs {
	padding: 0;
	border-bottom: 1px solid #003366;
	clear: left;
	overflow: hidden;
	zoom: 1;
	_overflow: visible;
	margin-bottom:20px;
}
.follow-breadcrumbs p {
	color: #666;
	float: left;
	width: auto;
	padding-top:8px;
}
.follow-breadcrumbs a, .follow-breadcrumbs a:link {
	color: #003366;
}
.follow-search {
	float: right;
	width: auto;
	height:44px;
}
.follow-search input.f-input {
	color: #666;
	padding: 8px;
	width: 220px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: none;
}
.follow-search input.f-search {
	background: #fff url(/_resources/themes/simple/images/search.png);
	width:34px;
	height:34px;
	display: inline-block;
	border-radius: 0;
	padding: 4px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	float: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: none;
}
.follow-content-wrap h1 {
	text-align:left;
	padding-bottom:0;
}
.follow-content-wrap p {
	text-align:left;
	color:#666;
}
.overlay-content p.mybutton {
	border-left: 1px solid #003366;
	padding-left: 30px;
	padding-top: 16px;
}
.footer-promo {
	border-top:1px solid #003366;
	text-align:center;
}
.footer-button a.btn-center {
	float:none;
	margin-top:0;
}

table.tbl-performance {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 18px;
}
table.tbl-performance td {
	border: 1px solid #4C8AB3;
	padding: 5px 5px 5px 10px;
}
table.tbl-performance td.td-header {
	background: #4C8AB3;
	color: #FFF;
}
table.tbl-performance td.td-header-teal {
	background: #009999;
	color: #FFF;
}
table.tbl-chart {
	margin-bottom: 0;
	float: left;
	width: auto
}
table.tbl-chart td {
	border: none;
	padding: 0;
}
table.tbl-chart td a, table.tbl-chart td a:link {
	color: #009999;
}
.tbl-margin {
	margin-right: 14px;
}

@media all and (max-width: 1024px) {

.hide-mobile-up {
	display:none;
	visibility:hidden;
}
.show-mobile-up {
	display:inherit;
	visibility:visible;
}
}

@media (max-width: 800px) {
.highcharts-input-group{
	visibility:hidden !important;
}
}
