body,
h1, h2, h3, h4, h5, h6, p, button, input, select {
	font-family:'Inter', sans-serif; 
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0; /* Foundation overwrite of top/bottom margins, so only bottom needs to be added where wanted */
}

ul, ol, dl {
	margin-bottom: 0; /* Foundation overwrite */
}

button {
	background-color: #1185df; 
}

a,
a:hover {
	color: #1185df; 
	text-decoration: underline;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #373737;
    font-family: var(--font-body);
    margin-top: 4px;
    margin-bottom: 4px;
	font-size: 36px;
    line-height: 1.3em;
	font-weight: 600;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: #373737;
    font-family: var(--font-body);
    margin-bottom: 15px;
	letter-spacing: 2px;
	font-size: 32px;
    line-height: 1.3em;
	font-weight: 600;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #373737;
    font-family: var(--font-body);
    letter-spacing: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 24px;
    line-height: 1.3em;
	font-weight: 600;
}

@media (min-width: 1024px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1,
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		margin-top: 8px;
		margin-bottom: 8px;
	}
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
    color: #373737;
    font-family: var(--font-body);
    margin-bottom: 15px;
	letter-spacing: 2px;
	font-size: 18px;
    line-height: 1.3em;
	font-weight: 600;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #373737;
    font-family: var(--font-body);
    letter-spacing: 2px;
	margin-bottom: 15px;
	font-size: 14px;
    line-height: 1.3em;
	font-weight: 600;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #373737;
	font-family: var(--font-body);
	letter-spacing: 2px;
	margin-bottom: 15px;
	/* text-transform: uppercase; */
	font-size: 14px;
    line-height: 1.3em;
	font-weight: 600;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
    color: #373737;
    font-family: var(--font-body);
    margin-bottom: 16px;
    text-rendering: optimizeLegibility;
	font-size: 14px;
    line-height: 1.3em;
	font-weight: 400;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #0033A1;
	font-weight: normal;
	text-decoration: none;
}

.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	text-decoration: underline;
}

.core-styles ul:not([class*="block-grid-"]),
.core-styles ol:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) {
	margin-bottom: 30px;
} 

.core-styles ul:not([class*="block-grid-"]) li,
.core-styles ol:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {
	color: #373737;
    font-family: 'Inter', sans-serif;
    text-rendering: optimizeLegibility;
	font-size: 16px;
    line-height: 27px;
}

.core-styles table,
.contentRender_name_plugins_core_textbox table {
	margin-bottom: 30px;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #373737;
    font-family: 'Inter', sans-serif;
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;
	font-size: 16px;
    line-height: 27px;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

.core-styles img[align*='right'],
.contentRender_name_plugins_core_textbox img[align*='right'] { margin-left : 15px; margin-bottom: 5px; }
.core-styles img[align*='left'],
.contentRender_name_plugins_core_textbox img[align*='left'] { margin-right : 15px; margin-bottom: 5px; }

.core-faqs .faq-jump-links li,
.core-faqs .answer p {
	font-size:18px;
	line-height: 28px;
}
.core-faqs .faq-jump-links li:hover,
.core-faqs .faq-item .answer a:hover,
.core-faqs .back-to-top a:hover {
	text-decoration: underline;
}
.core-faqs .faq-jump-links a,
.core-faqs .faq-item .answer a,
.core-faqs .back-to-top a {
	color: #0033A1;
	font-weight: normal;
	text-decoration: none;
}
.core-faqs .faq-item .answer {
	padding-bottom: 20px;
}
@media (min-width: 40em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 48px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 40px;
	}
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 32px;
	}
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 24px;
	}
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 16px;
	}
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 16px;
	}
	
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 16px;
	}

	.core-styles ul:not([class*="block-grid-"]) li,
	.core-styles ol:not([class*="block-grid-"]) li,
	.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
	.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {
		font-size: 18px;
		line-height: 28px;
	}
	
	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
		font-size: 18px;
		line-height: 28px;
	}
}