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

.faq-wrapper {
	margin-bottom: 50px !important;
}
.faq-wrapper h1, 
.faq-wrapper h2, 
.faq-wrapper h3, 
.faq-wrapper h4, 
.faq-wrapper h5, 
.faq-wrapper h6 {
    color: #e31c25 !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: 23px !important; 
	}

	.faq-wrapper h2 {
		/* color: #333 !important; */
		font-size: 24px !important; 
	}

	.faq-wrapper h3 {
		font-size: 30px !important; 
	}

	.faq-wrapper h4 {
		font-size: 30px !important; 
	}

	.faq-wrapper h5 {
		font-size: 30px !important; 
	}

	.faq-wrapper h6 {
		font-size: 30px !important; 
	}

.faq-wrapper p {
	/* color: #011f39 !important; */
	font-size: 16px !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: #011f39 !important; */
	font-size: 16px !important;
}