.knowledgecard.knowledge-purple h2,
.knowledgecard.knowledge-purple h3 {
	font-weight: 600;
	color: #642f70;
}

/* Header */
.knowledgecard .header {
	position: relative;
	margin-top: 30px;
}
.knowledgecard .header .breadcrumb {
	background: #7c388c;
	padding-left: 100px;
}
.knowledgecard .header .breadcrumb li {
	color: #ffffff;
}
.knowledgecard .header .breadcrumb li.active {
	font-weight: bold;
}
.knowledgecard .header .knowledgecard-group {
	position: absolute;
	top: -20px; left: 10px;
	background: #7c388c;
	display: block;
	width: 80px; height: 80px;
	border-radius: 40px;
	color: #ffffff;
	text-align: center;
}
.knowledgecard .header .knowledgecard-vink img {
	position: absolute;
	top: -20px; right: 100px;
	height: 50px; width: 50px;
}

.knowledgecard .header .knowledgecard-qr {
	position: absolute;
	top: -20px; right: 10px;
	background: #ffffff;
	display: block;
	width: 80px; height: 80px;
	text-align: center;
	padding-left: 10px;
}



/* checklist */
.checkbox-list li {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 22px;
	line-height: 34px;
}
.checkbox-list li .box {
	position: absolute;
	left: -30px; top: 9px;
	display:block;
	width: 15px; height: 15px;
	border: 1px solid;
}

.knowledgecard.knowledge-purple .checkbox-list li .box {
	border-color: #642f70;
}