.siteMapList{
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    width: 100%;
    list-style: none;
    margin: 10px 0 20px 0;
    padding: 0;
}

.siteMapList i.external {
    margin: 0 0 0 10px;
}

.siteMapListItem{
	position: relative;
	box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
    border-bottom: 1px dotted rgb(178, 178, 178);
}

.siteMapListItem:before{
	content: '\f138';
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #e02d8f;
}

.siteMapListItem a{
	position: relative;
    left: 16px;
    color: #565656;
}

.siteMapListItem.iconNone:before{
	content: none;
}

.siteMapListChild{
	overflow: hidden;
	margin-top: 10px;
	margin-left: 30px;
}

.siteMapListChildItem{
	position: relative;
	box-sizing: border-box;
	float: left;
	display: block;
    width: 47%;
    margin-right: 4%;
    margin-bottom: 10px;
    line-height: 1.3;
}

.siteMapListChildItem:nth-child(even){
	margin-right: 0;
}

.siteMapListChildItem:before{
	content: '\f105';
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #e02d8f;
}

.siteMapListChildItem a{
	position: relative;
    left: 11px;
    color: #565656;
}

@media screen and (max-width:767px){
	.siteMapListItem{
		padding-right: 2%;
		padding-left: 2%;
	}
	.siteMapListItem:before{
		left: 2%;
	}
	.siteMapListChild{
		margin-left: 10px;
	}
}
