/**
 * HTML sitemap (primary nav) styles
 */

.acwc-sitemap {
	margin: 8px 0 40px;
}

.acwc-sitemap__heading {
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #803380;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}

.acwc-sitemap__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.acwc-sitemap__list--root > .acwc-sitemap__item {
	margin: 0 0 14px;
	padding: 12px 0 4px;
	border-bottom: 1px solid #eee;
}

.acwc-sitemap__list--root > .acwc-sitemap__item:last-child {
	border-bottom: 0;
}

.acwc-sitemap__item--depth-0 > .acwc-sitemap__link,
.acwc-sitemap__item--depth-0 > .acwc-sitemap__label {
	font-size: 18px;
	font-weight: 700;
	color: #803380;
}

.acwc-sitemap__link {
	color: #333;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.4;
}

.acwc-sitemap__link:hover,
.acwc-sitemap__link:focus {
	color: #803380;
	text-decoration: underline;
}

.acwc-sitemap__label {
	color: #555;
	font-weight: 600;
}

.acwc-sitemap__list--depth-0,
.acwc-sitemap__list--depth-1,
.acwc-sitemap__list--depth-2 {
	margin: 8px 0 4px;
	padding-left: 18px;
	border-left: 3px solid #e8d8ec;
}

.acwc-sitemap__item--depth-1,
.acwc-sitemap__item--depth-2,
.acwc-sitemap__item--depth-3 {
	margin: 0 0 6px;
	padding: 0;
	border: 0;
}

.acwc-sitemap__item--depth-1 > .acwc-sitemap__link,
.acwc-sitemap__item--depth-1 > .acwc-sitemap__label {
	font-size: 15px;
	font-weight: 600;
	color: #333;
}

.acwc-sitemap__item--depth-2 > .acwc-sitemap__link,
.acwc-sitemap__item--depth-2 > .acwc-sitemap__label {
	font-size: 14px;
	font-weight: 500;
	color: #555;
}

.acwc-sitemap__empty {
	margin: 16px 0;
	padding: 14px 16px;
	background: #faf7fb;
	border-left: 4px solid #803380;
	color: #666;
}

@media (max-width: 575px) {
	.acwc-sitemap__list--depth-0,
	.acwc-sitemap__list--depth-1,
	.acwc-sitemap__list--depth-2 {
		padding-left: 12px;
	}
}
