h1.bx_services_sitemap_title {
	margin-bottom: 14px;
}

h1.bx_services_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.sections_tabs {
	display: table;
	width: 100%;
	margin-top: 20px;
}

.sections_tabs .tabs .tab a {
	color: #259ae1;
	border-bottom: 1px dashed;
}

.sections_tabs .tabs .tab.active a {
	color: #0d397a;
	border: none;

}

.sections_tabs ul.tabs {
	margin: 0 !important;
	padding: 0;
	float: left;
	list-style: none;
	height: 60px;
	width: 100%;
	display: table-row;
	clear: left;
	position: relative;
	text-align: center;
}

.sections_tabs ul.tabs li {
	float: left;
	margin: 0 !important;
	height: 60px;
	border: none;
	margin-bottom: -1px;
	background: #f7f7f7;
	overflow: hidden;
	position: relative;
	display: table-cell;
	float: none;
	padding: 0 25px 0 25px;
	vertical-align: middle;
}

.sections_tabs ul.tabs li a {
	text-decoration: none;
	color: #000;
/*	line-height: 25px;*/
	font-size: 23px;
	font-weight: bold;
	margin: 0;
	outline: none;
	max-height: 60px;
}

.sections_tabs ul.tabs li:hover {
	background: transparent url("images/article_background.gif") repeat scroll left top;
	cursor: pointer;
}



.sections_tabs  ul.tabs li.active {
	background: transparent url("images/article_background.gif") repeat scroll left top;
}

.sections_tabs  ul.tabs li.active a:hover  {
}

.sections_tabs .tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: transparent url("images/article_background.gif") repeat scroll left top;
	box-sizing: border-box;
}

.sections_tabs .tab_content {
	padding: 19px 20px 10px;
}

.sections_tabs .tab_description {
	margin-bottom: 15px;
}
