/* Core styles can be used any where you need a generic HTML block */

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #242f44;
    font-family: 'ITC Caslon No. 224 W01';
    font-weight: 700;
    font-style: normal;
	font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #242f44;
    font-family: 'ITC Caslon No. 224 W01';
    font-weight: 700;
    font-style: normal;
	font-size: 31px;
    line-height: 31px;
    margin-bottom: 20px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #242f44;
    font-family: 'ITC Caslon No. 224 W01';
    font-weight: 700;
    font-style: normal;
    font-size: 29px;
    line-height: 29px;
    margin-bottom: 15px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4,
.sitemap h4 {
	color: #242f44;
    font-family: 'ITC Caslon No. 224 W01';
    font-weight: 700;
    font-style: normal;
	font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #242f44;
    font-family: 'ITC Caslon No. 224 W01';
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 10px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #242f44;
    font-family: 'ITC Caslon No. 224 W01';
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 10px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #242f44;
	font-family: urw-din, sans-serif;
    font-style: normal;
	text-rendering: optimizeLegibility;
	font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #242f44;
    font-family: urw-din, sans-serif;
    font-weight: 700;
    text-decoration-line: underline;
    text-underline-position: under;
}

.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;
	list-style-position: inside;
}

.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: #242f44;
    font-family: urw-din, sans-serif;
    font-style: normal;
	text-rendering: optimizeLegibility;
	font-size: 16px;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #242f44;
    font-family: urw-din, sans-serif;
    font-style: normal;
	text-rendering: optimizeLegibility;
	font-size: 16px;
}

.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, .contentRender_name_plugins_core_textbox i {
	line-height: inherit;
}

::selection {
	background-color: #242f44;
	color: white;
}

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: 70px;
		line-height: 70px;
		margin-bottom: 30px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 62px;
		line-height: 62px;
		margin-bottom: 30px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 54px;
    	line-height: 54px;
		margin-bottom: 30px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4,
	.sitemap h4 {
		font-size: 46px;
    	line-height: 46px;
		margin-bottom: 30px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 30px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 17px;
		line-height: 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{
		font-size: 17px;
	}

	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
		font-size: 17px;
	}
}

@media (min-width: 64em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 80px;
		line-height: 80px;
		margin-bottom: 40px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 64px;
    	line-height: 64px;
	}
}