:root {
	--cc-btn-primary-bg: #5f6e1e;
	--cc-btn-primary-hover-bg: #5f6e1e;
	--cc-overlay-bg: #000000;
	--cc-overlay-opacity: 0.95;
}

.cc_div .cc-link {
	font-size: 1em;
	line-height: 1.5em;
	vertical-align: baseline;
	min-height: 0;
	padding: 0;
	border: none;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:focus {
	background: transparent;
	color: inherit;
	text-decoration: underline;
}

.cc_div .p {
	font-weight: inherit;
}

.cc_div .c-bn {
	border: none;
}

.cc_div .b-tl {
	border: none;
	white-space: normal;
	color: inherit;
	text-align: left;
}

.cc_div .b-tl:hover,
.cc_div .b-tl:focus {
	color: inherit;
}