/* 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: 'acumin-pro', 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 */
}

button {
	background-color: #1a2e37;
}

a,
a:hover {
	color: #1a2e37;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
    color: #1a2e37;
    font-size: 40px;
    line-height: 50px;
    font-family: "acumin-pro", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: #1a2e37;
    font-size: 24px;
    font-family: "acumin-pro", sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
    color: #1a2e37;
    font-size: 22px;
    font-family: "pragmatica-slabserif", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
    color: #1a2e37;
    font-size: 20px;
    font-family: "acumin-pro", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: .9px;
    margin-bottom: 15px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #1a2e37;
    font-size: 18px;
    font-family: "acumin-pro", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: .5px;
    margin-bottom: 15px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
    color: #1a2e37;
    font-size: 18px;
    font-family: "pragmatica-slabserif", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: .5px;
    margin-bottom: 15px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #1a2e37;
    font-size: 18px;
    font-family: "acumin-pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
    color: #1a2e37;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: #d6ae29;
}

.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 {
    font-size: 18px;
    font-family: "acumin-pro", sans-serif;
    line-height: 28px;
}

.core-styles table,
.contentRender_name_plugins_core_textbox table {
	border-collapse: separate;
    border-spacing: 2px;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
    color: #1a2e37;
    font-size: 18px;
    font-family: "acumin-pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;
}

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; }

strong, b,
.core-styles strong a,
.contentRender_name_plugins_core_textbox strong a {
    font-weight: 600;
}

@media screen and (min-width: 40em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 45px;
		line-height: 50px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 36px;
		line-height: 42px;
	}
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 30px;
		line-height: 36px;
	}
}

