/* 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(--acumin-pro);
}

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: var(--blue-dark); 
}

a,
a:hover {
	color: #127FAA;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #282828;
	font-size: 45px;
    line-height: 51px;
	font-family: var(--vanguard-cf);
	font-style: normal;
	font-weight: 600;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #282828;
    font-size: 31px;
    line-height: 1.2em;
    font-family: var(--vanguard-cf);
    font-style: normal;
    font-weight: 400;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #282828;
    font-size: 29px;
    line-height: 1.2em;
    font-family: var(--vanguard-cf);
    font-style: normal;
    font-weight: 400;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #282828;
    font-size: 27px;
    line-height: 1.2em;
    font-family: var(--vanguard-cf);
    font-style: normal;
    font-weight: 400;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #282828;
    font-size: 25px;
    line-height: 30px;
    font-family: var(--acumin-pro);
    font-style: normal;
    font-weight: 400;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #282828;
    font-size: 23px;
    line-height: 27px;
    font-family: var(--acumin-pro);
    font-style: normal;
    font-weight: 400;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p,
.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: var(--gray);
    font-size: 18px;
    line-height: 27px;
    font-family: var(--acumin-pro);
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p{
    margin-bottom: 1.25rem;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #127FAA;
    font-weight: bold;
}

.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(--gray);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--acumin-pro);

}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {

}

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; }

@media (min-width: 40em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 52px;
    	line-height: 60px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 37px;
		line-height: 45px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 33px;
		line-height: 39px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 29px;
		line-height: 34px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 22px;
	}
}

@media (min-width: 64em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 80px;
		line-height: 84px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p,
	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
		font-size: 20px;
		line-height: 29px;
	}

	.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 {

	}
}