@charset "utf-8";
/* CSS Document Custom Menu - v1 */
/* changing page styles*/

	/* ============ Customizing the H1 and p color ============================================================ */

	h1, h2, h3, h4, h5 {
		color: black;
		text-decoration: none;
	}
	
	.bsc-text-block h2 {
    border-bottom: 0px dotted;
    border-bottom: 0.0rem dotted;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
}
	.bsc-text-block p {
		color: black;
	}

	#section .row.bsc-text-block p {
		color: black;
	}
	
	.bsc-text-block ol, .bsc-text-block ul {
		color: black;
	}
	
		.bsc-imageContentCallout p {
		color: black;
	}


