.-m-cms-cont-cd-accordion .cd_checkboxes {
	margin-bottom:1.6em;
}

.cd_acc > .-handle {
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
	-webkit-tap-highlight-color: transparent;
	border-top:1px solid #e5e5e5;
	padding:.5em 0;
	background-image::url(/qg/cms.layout.custom.6/pub/img/open.svg);
	background-repeat:no-repeat;
	background-position:100% 50%;
	background-position:top 12px right 8px;
	background-size:24px 20px;
	padding-right:40px;
	position:relative;
}
.cd_acc > .-handle.-video:after {
	content:'';
	display:inline-block;
	margin-left:10px;
	width:24px;
	height:12px;
	background:url(/qg/cms.layout.custom.6/pub/img/video.svg) center;
	background-size:cover;
}

.cd_acc > .-handle:focus {
	outline:none;
}
.cd_acc > .-handle.-active {
	background-image:url(/qg/cms.layout.custom.6/pub/img/close.svg);
	color:#af0071;
}
.cd_acc > .-content {
	display:none;
}

.cd_acc > .-handle::-moz-selection { color:inherit; background: rgba(51, 143, 255,.2); }
.cd_acc > .-handle::selection      { color:inherit; background: rgba(51, 143, 255,.2); }

.-m-cms-cont-cd-accordion .cd_cols_2,
.-m-cms-cont-cd-accordion .cd_cols_3 {
	margin: 1em 0 2em 0;
}
