.ak_category_of_access .control-label,
.ak_category_of_access .text-muted,
.ak_non_commercial_use .control-label,
.ak_non_commercial_use .text-muted,
.ak_commercial_use .control-label,
.ak_commercial_use .text-muted,
.ak_newsletter_subscribe label.control-label{
	display: none;
}

.checkmark i.fa{
	transition: all 0.3s;
	opacity: 0;
	font-size: 20px;
	color: green;
}

.checkmark.done i.fa{
	opacity: 1;
}

.step_counter{
	font-family: monospace;
	color: #ccc;
	font-size: 16px;
}

.step_header strong{
	font-size: 16px;
    margin: 15px 0;
    display: block;
}

.page_sections{
	opacity: 0;
	transition: all 0.4s;
}

.page_sections.done{
	opacity: 1;
}