@media print, screen and (min-width: 769px) {
header.local {
	background: url(../img/company/local_header.png) top center no-repeat;
}
header.local section div:first-child {
	color:#FFF;
}
.sitemap-list {
}
.sitemap-list dt {
	border-bottom:#CCC 1px dotted;
	padding-bottom:4px;
	margin-bottom:4px;
	font-weight:bold;
}
.sitemap-list dd {
	border-bottom:#CCC 1px dotted;
	padding-bottom:4px;
	padding-left:1em;
	margin-bottom:8px;
}
.sitemap-list dd:before {
	content:"\f105";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:6px;
	color:#999;
}
.sitemap-list dd:last-child {

}
}