/* Core styles can be used any where you need a generic HTML block */

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #000000;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Termina', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	text-transform: capitalize;
	letter-spacing: 5px;
	font-weight: 600;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4,
.sitemap h4 {
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	text-transform: capitalize;
	letter-spacing: 3px;
	font-weight: 400;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 600;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #000000;
	font-size: 14px;
    line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a,
.sitemap a {
	color: #000;
    font-weight: bold;
    transition: color 0.3s ease;
}

.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover,
.sitemap a:hover {
	color: #000;
	text-decoration: underline;
}

.sitemap ul {
	margin-bottom: 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,
.sitemap ul li {
	color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-rendering: optimizeLegibility;
}

.core-styles strong, .contentRender_name_plugins_core_textbox strong,
.core-styles b, .contentRender_name_plugins_core_textbox b {
	font-weight: 700;
}

.core-styles em, .contentRender_name_plugins_core_textbox em,
.core-styles i:not(.fas):not(.fa):not(.fab):not(.far), .contentRender_name_plugins_core_textbox i:not(.fas):not(.fa):not(.fab) {
	font-style: italic;
}

.sitemap > ul {
	-webkit-column-count: 1;
	   -moz-column-count: 1;
			column-count: 1;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
			column-gap: 15px;
}

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: 641px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: calc(24px + (50 - 24) * ((100vw - 641px) / (1024 - 641)));
		line-height: calc(34px + (70 - 34) * ((100vw - 641px) / (1024 - 641)));
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: calc(18px + (30 - 18) * ((100vw - 641px) / (1024 - 641)));
		line-height: calc(24px + (42 - 24) * ((100vw - 641px) / (1024 - 641)));
	}
	
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: calc(16px + (24 - 16) * ((100vw - 641px) / (1024 - 641)));
		line-height: calc(24px + (36 - 24) * ((100vw - 641px) / (1024 - 641)));
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4,
	.sitemap h4 {
		font-size: calc(14px + (22 - 14) * ((100vw - 641px) / (1024 - 641)));
		line-height: calc(22px + (34 - 22) * ((100vw - 641px) / (1024 - 641)));
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: calc(14px + (18 - 14) * ((100vw - 641px) / (1024 - 641)));
		line-height: calc(22px + (28 - 22) * ((100vw - 641px) / (1024 - 641)));
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: calc(14px + (16 - 14) * ((100vw - 641px) / (1024 - 641)));
		line-height: calc(22px + (24 - 22) * ((100vw - 641px) / (1024 - 641)));
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p,
	.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: calc(14px + (16 - 14) * ((100vw - 641px) / (1024 - 641)));
		line-height: calc(22px + (24 - 22) * ((100vw - 641px) / (1024 - 641)));
	}
	
	.core-styles a:hover,
	.contentRender_name_plugins_core_textbox a:hover {
		text-decoration: underline;
	}

	.sitemap > ul {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2;
	}
}


@media (min-width: 1025px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 50px;
		line-height: 70px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 30px;
		line-height: 42px;
	}
	
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 24px;
    	line-height: 36px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4,
	.sitemap h4 {
		font-size: 22px;
    	line-height: 34px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 18px;
    	line-height: 28px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 16px;
    	line-height: 24px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p, 
	.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: 16px;
		line-height: 24px;
	}

	.core-styles a:hover,
	.contentRender_name_plugins_core_textbox a:hover {
		text-decoration: underline;
	}

	.sitemap > ul {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
				column-count: 3;
    }
}
    