.uc_rounded_subtle_accordion {
}
.uc_rounded_subtle_accordion .uc_item {
	margin: 0 0 20px;
	padding: 0px;
}
.uc_rounded_subtle_accordion .uc_title::before {
	content: "\f067";
	position: absolute;
	top: 6px;
	left: 10px;
	padding: 0px;
	height: 29px;
	width: 43px;
	border-radius: 20px;
	font: 600 12px FontAwesome;
	color: #fff;
	line-height: 29px;
	letter-spacing: 0.5px;
	text-align: center;
}
.uc_rounded_subtle_accordion .uc_title.uc_active:before {
	content: "\f068";
}
.uc_rounded_subtle_accordion .uc_title {
	position: relative;
	margin: 0;
	padding: 10px 0 10px 70px;
	border-radius: 20px;
	font: 600 16px Raleway;
	color: #fff;
	line-height: 20px;
	letter-spacing: 0.5px;
	cursor: pointer;
  	background-color:rgba(255,255,255,0.2);
}
.uc_rounded_subtle_accordion .uc_content {
	margin: 0 0 10px 0;
	padding: 0;
	font: 14px "PT Sans";
	color: #6f6f6f;
	line-height: 26px;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
}
.uc_rounded_subtle_accordion .uc_panel {
	display: none;
	padding: 20px 40px 0 80px;
	overflow: hidden;
}