.lead {
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
	font-size: 1.375rem !important;
	font-weight: 700 !important;
	line-height: 1.875rem !important;
	color: #5AAD49 !important;
}

blockquote {
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
	font-size: 1.375rem !important;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	line-height: 1.875rem !important;	
	color: #5AAD49 !important;
}

.backgroundcolor-secondary-dark {
    background-color: #89C075;
}

.backgroundcolor-secondary-dark > h2 {
    color: #ffffff !important;
}

.backgroundcolor-secondary-light {
    background-color: #CDE0BA !important;
}

h1 {
    margin-bottom: 16px;
    font-size: 2.625rem;
    color: #0e0048;
    line-height: 1.1em;
    text-transform: uppercase;
    padding-bottom: .3rem;
    border-bottom: 5px solid #5AAD49;
    width: fit-content;
    display: inline-block
}

.h2, h2 {
	color: #37672d;
}

.h3, h3, .h4, h4, .h5, h5, .h6, h6 {
	color: #5AAD49;
	margin-top: 32px !important;
	margin-bottom: 12px !important;	
}

.button {
	background-color: #5AAD49;
	border-color: #5AAD49;
}

p {
	margin-bottom: 12px !important;
	color: #1d1d1d;
}

figure {
	margin-top:32px;
}

figcaption {
	font-style: italic !important;;
	margin-bottom: 16px !important;
}