/* 
 * faq-override.css allows you to overrides default styling to better match current template's designs.
 */

.faq-wrapper {
	margin-bottom: 100px !important;
}
.faq-wrapper h1, 
.faq-wrapper h2, 
.faq-wrapper h3, 
.faq-wrapper h4, 
.faq-wrapper h5, 
.faq-wrapper h6 {
    color: #333333 !important;
    /*text-transform: uppercase !important; /* Capitalizes Every Letter of a Word */
	text-transform: capitalize !important; /* Capitalizes First Letter of a Word */
	/*text-transform: lowercase !important; /* Lowercases First Letter of a Word */
	margin-top:50px !important;
	margin-bottom:20px !important;
}

	.faq-wrapper h1 {
		font-size: 1.75rem !important; 
	}

	.faq-wrapper h2 {
		font-size: 1.75rem !important; 
	}

	.faq-wrapper h3 {
		font-size: 1.75rem !important; 
	}

	.faq-wrapper h4 {
		font-size: 1.75rem !important; 
	}

	.faq-wrapper h5 {
		font-size: 1.75rem !important; 
	}

	.faq-wrapper h6 {
		font-size: 1.75rem !important; 
	}

.faq-wrapper p {
	color: #6c757d !important;
	font-size: 1rem !important;
	margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

.faq-wrapper ul, .faq-wrapper li {
	/*list-style-type: none !important; /* Remove bullets */
	/*list-style-type: circle !important; /* Circle bullets */
	list-style-type: square !important; /* Square bullets */
}

.faq-wrapper ul {
	margin-bottom: 20px !important;
	padding-left: 20px !important;
}

.faq-wrapper ul li {
	color: #6c757d !important;
	font-size: 1rem !important;
}