/* Core styles can be used any where you need a generic HTML block */

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #505050;
    font-size: 35px;
    line-height: 39px;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 20px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #bc341c;
    font-size: 23px;
    line-height: 27px;
    font-family: open-sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #505050;
    font-size: 27px;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #e54b26;
    font-size: 25px;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 300;
    line-height: 43px;
    margin-bottom: 15px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #bc341c;
    font-size: 25px;
    font-family: open-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 20px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #8e7959;
    font-size: 17px;
    font-family: open-sans-condensed, sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.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: #333;
    font-size: 17px;
    line-height: 26px;
    font-family: open-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #e06938;
    font-weight: 600;
}

.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: #333;
    font-size: 17px;
    line-height: 26px;
    font-family: open-sans, sans-serif;
    font-weight: 300;
}

.core-styles strong, .contentRender_name_plugins_core_textbox strong,
.core-styles b, .contentRender_name_plugins_core_textbox b {
	font-weight: bold;
    line-height: inherit;
}

.core-styles em, .contentRender_name_plugins_core_textbox em,
.core-styles i:not(.fas):not(.fab):not(.far):not(.fa), .contentRender_name_plugins_core_textbox i {
	font-style: italic;
    line-height: inherit;
}

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: 43px;
    	line-height: 49px;
	}

}

@media (min-width: 40em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 63px;
    	line-height: 64px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 26px;
    	line-height: 29px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 27px;
    	line-height: 29px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 25px;
    	line-height: 43px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 25px;
    	line-height: 26px;
	}

	.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: 21px;
	    line-height: 43px;
	}

    .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: #333;
        font-size: 21px;
        line-height: 43px;
        font-family: open-sans, sans-serif;
        font-weight: 300;
    }
}