
/*	Plugin specific CSS	*/



/* RESET - Basic, specific css reset for plugin elements */
.cfaq,
.cfaq div,
.cfaq .cfaq-section-heading, /*h3*/
.cfaq .cfaq-q, /*h4*/
.cfaq .cfaq-section-description, /*p*/
.cfaq .cfaq-sections-toc, .cfaq .cfaq-section-questions, /*ULs*/
.cfaq .cfaq-sections, .cfaq .cfaq-question, .cfaq .cfaq-sections-toc-item, /*LIs*/
.cfaq a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 130% !important;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
.cfaq .cfaq-sections-toc,
.cfaq .cfaq-section-questions,
.cfaq .cfaq-section {
	list-style-type: none;
	margin: 0;
	padding: 0;
}



/* Wrapper */
.cfaq {
	padding: 15px 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
/*Section Heading, h3*/
.cfaq .cfaq-section-heading {
	padding-right: 65px; /*allows room for the back to top*/
}
.cfaq .cfaq-section-heading {
	padding-bottom: 5px;
	font-size: 130%;
}
/*list item*/
.cfaq .cfaq-question {
	padding-bottom: 5px;
}
/*Question Title, h4*/
.cfaq .cfaq-q {
	padding-bottom: 5px;
}

/*Section Heading and Question Titles*/
.cfaq .cfaq-section-heading,
.cfaq .cfaq-q {
	font-weight: bold;	
}

/*Section Wrapper*/
.cfaq .cfaq-section-questions {
	padding-left: 30px;
	list-style-type: disc;
}
// used within a widget
.widget .cfaq .cfaq-section-questions {
	padding-left: 10px;
}
/*Section Description*/
.cfaq .cfaq-section-description { 
	padding-bottom: 15px;
}
.cfaq .cfaq-expanded {
	list-style-type: circle;
}

/*Answers*/
.cfaq .cfaq-a {
	display: block; 
}

/*General Link Styles*/
.cfaq a,
.cfaq a:hover {
	text-decoration: none;
	cursor:pointer;
}
.cfaq a:hover { 
	opacity: .7;
 }
.cfaq .cfaq-q a:active,
.cfaq .cfaq-sections-toc a:active { 
	position: relative;
 	top: 1px;
 }

/*Sections Table of Contents*/
.cfaq .cfaq-sections-toc { 
	margin-bottom: 30px; 
}
/*Links in Sections Table of Contents*/
.cfaq .cfaq-sections-toc a { 
	font-weight:bold; 
	padding-bottom: 5px;
	display: inline-block;
}
/*Each Section LI*/
.cfaq .cfaq-section { 
	margin-bottom: 25px; 
	position: relative;
}
/*Back to top section hover */
.cfaq .cfaq-section:hover .cfaq-top {
	display: inline;
}
/* Back to top/TOC link*/
.cfaq .cfaq-top {
	display: none;
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 60%;
	text-transform:uppercase;
}

