/*@mixin sub-heading {
	color: $base-heading-color;
	text-transform: uppercase;
	font-family: $font-custom;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	padding: 15px 0;
	margin: 0;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid $base-border-color;
}*/
/******************************************************************
					Sitemap Page Styles
*******************************************************************/
#sitemap #center_column .sitemap_block .page-subheading {
  margin-bottom: 16px;
}
#sitemap #center_column .sitemap_block li {
  line-height: 16px;
  padding-bottom: 11px;
}
#sitemap #center_column .sitemap_block li a:before {
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  padding-right: 10px;
}
#sitemap #center_column .sitemap_block li a:hover {
  font-weight: bold;
}

#center_column #listpage_content div.tree_top {
  padding: 5px 0 0 27px;
}
#center_column #listpage_content div.tree_top a:before {
  content: "\f015";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #202020;
}
#center_column #listpage_content div.tree_top a:hover:before {
  color: #505050;
}

#center_column ul.tree {
  padding-left: 24px;
}
#center_column ul.tree li {
  margin: 0 0 0 18px;
  padding: 5px 0 0 10px;
  border-left: 1px solid #dbdbdb;
  background: url(../img/sitemap-horizontal.png) no-repeat left 15px transparent;
}
#center_column ul.tree li a:hover {
  font-weight: bold;
}
#center_column ul.tree > li {
  margin: 0 0 0 11px;
}
#center_column ul.tree li.last {
  border: medium none;
  background: url(../img/sitemap-last.png) no-repeat 0px -4px transparent;
}
