/* Core styles can be used any where you need a generic HTML block */

body,
h1, h2, h3, h4, h5, h6, p, button, input, select {
	font-family: var(--font-body, calibri), sans-serif;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; /* Foundation overwrite of top/bottom margins, so only bottom needs to be added where wanted */
	line-height: 1.11em;
	margin-bottom: 1rem;
}

button {
	background-color: #0b467e;  /* TODO - change to site color */
}

a,
a:hover {
	color:var(--fuschia, #002b49);
	text-decoration: none;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color:var(--fuschia, #002b49);
	font-size: 27.5px;
	font-family: var(--font-display, Georgia), 'Times New Roman', Times, serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 1.25rem;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color:var(--fuschia, #002b49);
	font-size: 26px;
	font-family: var(--font-display, Georgia), 'Times New Roman', Times, serif;
	font-weight: 700;
	font-style: normal;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: var(--fuschia, #002b49);
	font-size: 24px;
	font-family: var(--font-display, Georgia), 'Times New Roman', Times, serif;
	font-weight: 700;
	font-style: normal;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: var(--fuschia, #002b49);
	font-size: 21px;
	font-family: var(--font-display, Georgia), 'Times New Roman', Times, serif;
	font-weight: 700;
	font-style: normal;
}

.core-styles h5,
h5.core-styles,
.contentRender_name_plugins_core_textbox h5 {
	color:var(--fuschia, #002b49);
	font-size: 18px;
	font-family: var(--font-display, Georgia), 'Times New Roman', Times, serif;
	font-weight: 700;
	font-style: normal;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color:var(--fuschia, #002b49);
	font-size: 15px;
	font-family: var(--font-display, Georgia), 'Times New Roman', Times, serif;
	font-weight: 700;
	font-style: normal;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p,
.contentRender_name_plugins_core_textbox table tr th,
.contentRender_name_plugins_core_textbox table tr td {
	color: #000;
	font-size: 19px;
	font-family: var(--font-body, calibri), sans-serif;
	font-style: normal;
	line-height: 1.4em;
	margin-bottom: 1.5rem;
	text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color:var(--fuschia, #002b49);
	text-decoration: underline;
}

.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	text-decoration: none;
	color: var(--fuschia, #ce4c06);
}

.core-styles blockquote,
.contentRender_name_plugins_core_textbox blockquote {

}

.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: var(--black, #002b49);
	font-size: 19px;
	font-family: var(--font-body, calibri), sans-serif;
	line-height: 30px;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #000;
	font-size: 20px;
	font-family: var(--font-body, calibri), sans-serif;
	font-style: normal;
	line-height: 30px;
	margin-bottom: 30px;
	text-rendering: optimizeLegibility;
}

.core-styles ul,
.contentRender_name_plugins_core_textbox ul {
	margin-left:35px;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

span.registered {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

h1 span.registered {
	top: -1.5em;
	font-size: 35%;
}

h2 span.registered {
	top: -1em;
	font-size: 45%;
}

h3 span.registered {
	top: -1em;
	font-size: 40%;
}

h4 span.registered {
	top: -.6em;
	font-size: 50%;
	line-height: 0;
}

.core-callout-tiles h4 span.registered {
	top: -.28em;	
	font-size: 70%;
}

.top-info h4 span.registered {
	top: -1em;
	font-size: 45%;
}

h5 span.registered {
	top: -.8em;
	font-size: 50%;
	line-height: 0;
}

h6 span.registered {
	top: -.8em;
	font-size: 50%;
	line-height: 0;
}

h1 sup {
	top: 0;
	font-size: 100%;
}


.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; }


.contentRender_name_plugins_common_embed + .contentRender_name_plugins_core_textbox { margin-top: 22px; }

.core-list .list_title,
.blog_title,
.side-by-side-title {
	font-size: 36px;
}

@media screen and (min-width: 40em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
			font-size: 42px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 36px;
		margin-bottom: 1.25rem;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 30px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 22px;
	}
	.core-styles ul,
	.contentRender_name_plugins_core_textbox ul {
		margin-left:45px;
	}
}

@media screen and (min-width: 64em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
			font-size: 55px;
	}
}