/* 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(--poppins);
}

button {
	color: #fff;
	background-color: transparent;
}

button:hover {
	color: #fff;
	background-color: transparent;
}

button:focus {
	outline: 1px solid var(--blue-gray);
}

a, a:hover, a:visited, a:active {
	line-height: inherit;
	text-decoration: none;
	color: var(--terracotta);
}

.core-styles sup,
.contentRender_name_plugins_core_textbox sup {
	font-size: 51%;
	top: -1.1em;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	font-size: 29px;
    line-height: 32px;
    color: var(--blue-gray);
    font-family: var(--knockout-49);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	font-size: 27px;
    line-height: 28px;
    color: var(--muted-green);
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	font-size: 22px;
    line-height: 24px;
    color: var(--muted-green);
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	font-size: 50px;
    line-height: 53px;
    color: var(--blue-gray);
    font-family: var(--knockout-48);
    font-style: normal;
	text-transform: uppercase;
    margin-bottom: 15px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	font-size: 20px;
    line-height: 24px;
    color: var(--muted-brown);
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 900;
    margin-bottom: 15px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	font-size: 19px;
    line-height: 22px;
    color: var(--muted-green);
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	font-size: 17px;
    line-height: 29px;
	color: #333;
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
    line-height: inherit;
	text-decoration: none;
	color: var(--terracotta);
}

.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;
    line-height: 29px;
    color: #333;
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	font-size: 17px;
    line-height: 29px;
	color: #333;
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 400;
    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; }

@media screen and (min-width: 40em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 32px;
		line-height: 36px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 60px;
    	line-height: 63px;
	}
}

@media screen and (min-width: 64em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 25px;
		line-height: 33px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 70px;
		line-height: 46px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 30px;
		line-height: 32px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 25px;
		line-height: 27px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 18px;
		line-height: 35px;
	}

	.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;
		line-height: 35px;
	}

	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
		font-size: 18px;
		line-height: 35px;
	}

}