

.ac-custom {
	padding: 0;
	margin: 0 auto;
}

.ac-custom h2 {
	font-weight: 300;
	padding: 0 0 0.5em;
	margin: 0 0 30px;
}

.ac-custom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac-custom li {
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: 10px;
}

.ac-custom label {
	display: inline-block;
	padding: 0 0 0 38px;
	vertical-align: top;
	color: #6D6B81;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 3px;
	line-height: 18px;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	margin-top: -15px;
	position: absolute;
	cursor: pointer;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
	opacity: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
}

.ac-custom label::before {
	content: '';
	border: 2px dashed #6D6B81;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.ac-radio label::before {
	border-radius: 50%;
}

.ac-custom input[type="checkbox"]:checked + label,
.ac-custom input[type="radio"]:checked + label {
	color: #4ED069;
} 

.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
	opacity: 0.8;
}

/* General SVG and path styles */

.ac-custom svg {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -11px;
	left: 4px;
	pointer-events: none;
}

.ac-custom svg path {
	stroke: #E859DA;
	stroke-width: 9px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

