body {
	font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    background: #eff6ff !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
/* style used on all frontend pages h2 */
.frontend-h1-dark {
font-size: 4em !important;
}
.frontend-h2-dark {
color: #004898; 
font-size: 3em !important; 
line-height: initial;
}
.old-h2-dark {
font-size: 28px; 
line-height: 1.2143; 
color: #004898; 
font-weight: 800;
padding-bottom:0px; 
margin-bottom:0px;
}

.centered {
	margin-left:auto !important;
	margin-right:auto !important;
}

/* alerts */
.alert-success {
	border-color: #43987a !important;
	background-color: #5fe0b2 !important;
	color: #0b3a29 !important;
}
.alert-danger {
	border-color: #960014 !important;
	background-color: #ff909f !important;
	color: #960014 !important;
}
section.feature-large.unpad--bottom.unpad--top.bg--secondary {
    margin-top: 150px;
    margin-bottom: 150px;
}