  
 .site-map-wrapper {
 display: flex;
 width: 100%;
}
.mail-link a {
	font-weight: bold;
}
.second-label-links a {
	font-weight: normal;
}
.third-label-links-outer li a {
	font-style: italic;
}
.site-map-outer:last-child {
	border-right: none;
}
.site-map-outer {
	width: 20%;
	flex-grow: 2;
	flex-wrap: wrap;
	padding: 0 15px;
	border-right: 1px dashed #000;
}
.site-map-outer .main-links-outer {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0px;
	width:100%;
}
.site-map-outer .main-links-outer li.mail-link:after {
	background: rgba(0, 0, 0, 0);
	border: 1px solid rgb(0, 0, 0);
	border-radius: 100%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 11px;
	width: 6px;
}
.site-map-outer .main-links-outer li {
	position: relative;
	padding: 0 0 0px 15px;
	font-size:15px;
}
.site-map-outer .main-links-outer li a {
	color: #000;
	display: inline-block;
	margin: 3px 0;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.main-links-outer .second-label-links-outer .second-label-links:after {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	border: medium none;
	border-radius: 100%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 11px;
	width: 6px;
}
.main-links-outer .second-label-links-outer {
	list-style:  none;
	margin: 0;
	padding: 0px 0 0 15px;
}
.main-links-outer .third-label-links-outer .third-label-links:after {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	content: "";
	height: 6px;
	left: 0px;
	position: absolute;
	top: 10px;
	width: 6px;
}
.main-links-outer .third-label-links-outer {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 15px;
}
.site-map-outer .mail-link.first-lavel {
	padding-bottom: 0;
}
.site-map-outer .second-label-links.second-lavel {
	padding-bottom: 0;
}

@media(max-width:767px) {
.site-map-wrapper {
    flex-wrap: wrap;
}
.site-map-outer{
	width: 100%;
    border-right: none;
}
}