h1, .h1 {
	font-size: 36px;
	font-weight: 700;
	--bs-heading-color: #0D1B4B;
}

h2, .h2 {
	font-size: 28px;
	font-weight: 700;
	--bs-heading-color: #0D1B4B;
}

h3, .h3 {
	font-size: 22px;
	font-weight: 600;
	--bs-heading-color: #1E3A5F;
}

h4, .h4 {
	font-size: 18px;
	font-weight: 600;
	--bs-heading-color: #1E3A5F;
}

p {
	font-size: 15px;
	font-weight: 400;
	color: #4B5563;
	line-height: 1.7;
}

small {
	font-size: 13px;
	font-weight: 400;
	color: #9CA3AF;
}


@media (min-width: 576px) {
	h1, .h1 {	font-size: 42px;	}
	h2, .h2 {	font-size: 30px;	}
	h3, .h3 {	font-size: 23px;	}
	h4, .h4 {	font-size: 19px;	}
	p {	font-size: 16px;	}
}

@media (min-width: 992px) {
	h1, .h1 {	font-size: 48px;	}
	h2, .h2 {	font-size: 32px;	}
	h3, .h3 {	font-size: 24px;	}
	h4, .h4 {	font-size: 20px;	}	
}
.container {
	--quote-pad: 16px;
}
.quote-accent, .quote-dark {
	background-color: var(--color-lgray);
	border-left: 4px solid #003F95;
	padding-left: var(--quote-pad);
	padding-top: var(--quote-pad);
	padding-bottom: var(--quote-pad);
}

.quote-pullout {
	
	border: 2px solid #003F95;
	border-left: 0;
	border-right: 0;
	text-align: center;
	padding-top: var(--quote-pad);
	padding-bottom: var(--quote-pad);
}

.quote-dark {
	color: white;
	background: var(--color-main-lighter);
	border-color: #0074db;
}