.custom-flow {
	/* Overrides the global border sizing and color hooks used by the flow footer */
	--slds-g-sizing-border-1: 0px !important;
	--slds-g-color-border-1: transparent !important;
}
.custom-flow h1, 
.custom-flow h2,
.custom-flow h3,
.custom-flow h4 {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}
.custom-flow h5 {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 300 !important;
	font-size: 1em !important;
}
.custom-flow .slds-form-element {
	margin-bottom: 0px !important;
}
.custom-flow .slds-form-element__legend {
	margin-top: 20px !important;
}
