/* 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(--font-body);
}

button {
	background-color: var(--orange);
	color: var(--white);
}

@media (hover: hover) {
	button:hover {
		background-color: var(--dark-orange);
	}
}

a {
	color: var(--dark-orange);
}

@media (hover: hover) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) a:hover {
		color: var(--dark-orange);
		text-decoration: underline;
	}
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
	color: var(--black);
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.205em;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.44px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
	color: var(--black);
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.300em;
    margin-bottom: 10px;
    text-transform: lowercase;
    letter-spacing: 0.6px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
	color: var(--black);
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.346em;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.52px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
	color: var(--black);
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.458em;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.48px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
	color: var(--black);
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.591em;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.44px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
	color: var(--black);
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.750em;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
	color: var(--black);
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.588em;
    margin-bottom: 20px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) a {
	font-family: europa, sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 1.588em;
	color: var(--dark-orange);
    text-decoration: none;
    font-weight: 700;
    transition: all ease 0.4s;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) blockquote {
	margin: var(--space-12) 0;
	padding: var(--space-6) var(--space-8);
	border-left: 4px solid var(--primary-color-500);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) blockquote > p {
	margin: 0;
	font-size: var(--text-2xl);
	font-style: italic;
	line-height: var(--leading-snug);
	color: var(--gray-600);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table) {
	border-collapse: collapse;
	margin-bottom: var(--space-5);
	table-layout: auto;
	padding: var(--space-2);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tbody tr td, table tr td) {
	display: table-cell;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
	color: var(--black);
	font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.588em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td) {
	border: 1px solid #000000;
    padding: 5px 8px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tr):nth-of-type(even){
	background: #f2f2f2;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol) {
	margin-bottom: var(--space-4);
	margin-left: 38px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
	color: var(--black);
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.588em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul) {
	list-style-type: disc;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ol) {
	list-style-type: decimal;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul li ul) {
	list-style-type: circle;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul ul ul) {
	list-style-type: square;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(sub, sup) {
	font-size: smaller;
}

:is(h1, h2, h3, h4, h5, h6) > a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

.contentRender_name_plugins_core_textbox img {
	display: inline;
	margin-bottom: var(--space-4);
	margin-left: var(--space-6);
	margin-right: var(--space-6);
}

.contentRender_name_plugins_core_textbox hr {
	border-width: 1px;
	border-color: var(--gray);
}

@media (min-width: 40em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size: 48px;
    	line-height: 1.250em;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size: 32px;
		line-height: 1.344em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
		font-size: 17px;
    	line-height: 1.588em;
	}
}

@media (min-width: 64em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size: 52px;
		line-height: 1.192em;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size: 36px;
    	line-height: 1.194em;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
		font-size: 30px;
		line-height: 1.433em;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
		font-size: 28px;
		line-height: 1.536em;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
		font-size: 26px;
    	line-height: 1.654em;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
		font-size: 24px;
    	line-height: 1.792em;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) a,
	:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
		font-size: 19px;
    	line-height: 1.526em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
		font-size: 19px;
		line-height: 1.526em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
		font-size: 19px;
		line-height: 1.526em;
	}
}
