/* 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);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	color: var(--off-black);
}

h2 {
	color: var(--grey-6f);
}

button {
	font-family: var(--font-museo-cond-900);
	background-color: var(--burnt-sienna);
	color: var(--white);
}

@media (hover: hover) {
	button:hover {
		text-decoration: underline;
	}
}

a {
	color: var(--off-black);
	font-family: var(--font-museo-900);
}

@media (hover: hover) {
	a:hover {
		text-decoration: underline; /*reboot.css override*/
	}
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
	margin-bottom: var(--space-4);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.125em;
	text-transform: capitalize;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
	margin-bottom: var(--space-3);
	font-family: var(--font-museo-500);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.421em;
	text-transform: capitalize;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
	margin-bottom: var(--space-3);
	font-family: var(--font-museo-900);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.444em;
	text-transform: uppercase;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
	margin-bottom: var(--space-3);
	font-family: var(--font-museo-900);
	font-size: 17px;
	font-weight: 700;
    line-height: 1.529em;
	text-transform: uppercase;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
	margin-bottom: var(--space-3);
	font-family: var(--font-museo-900);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625em;
	text-transform: uppercase;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
	margin-bottom: var(--space-3);
	font-family: var(--font-museo-900);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.733em;
	text-transform: uppercase;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
	margin-bottom: var(--space-7);
	font-family: var(--font-body);
	font-size: 15px;
	line-height: 1.467em;
	color: var(--off-black);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p > strong,
:is(.core-styles, .contentRender_name_plugins_core_textbox) p > b {
	font-family: var(--font-museo-900);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) a {
	font-family: var(--font-museo-900);
}

: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(--salmon);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) blockquote > p {
	margin: 0;
	font-family: var(--font-georgia);
	font-size: 25px;
	font-style: italic;
	line-height:1.4em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table) {
	background: #fff;
	margin-bottom: var(--space-5);
	table-layout: auto;
	padding: var(--space-2);
	border-collapse: collapse;
}

: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) {
	font-family: var(--font-museo-500);
	font-size: 15px;
	line-height: 1.467em;
	padding: var(--space-2);
	border: 1px solid var(--grey-6f);
	color: var(--off-black);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol) {
	margin-bottom: var(--space-4);
	margin-left: var(--space-5);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
	font-family: var(--font-museo-500);
	font-size: 15px;
	line-height: 1.467em;
	color: var(--off-black);
}

: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(ul li ul, ul li ol, ol li ol) {
	margin-left: var(--space-5);
}

:is(h1, h2, h3, h4, h5, h6) > a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

.contentRender_name_plugins_core_textbox img {
	margin-bottom: var(--space-4);
	margin-left: var(--space-6);
	margin-right: var(--space-6);
	display: inline-block;
}

@media screen and (min-width: 40em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size: 57px;
		line-height: 1.316em;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size: 21px;
        line-height: 1.905em;
	}
}

@media screen and (min-width: 64em) {
    :is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
        font-size: 74px;
        line-height: 1.000em;
        margin-bottom: 20px;
    }

    :is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
        font-size: 23px;
        line-height: 1.739em;
        margin-bottom: 20px;
    }

    :is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
        font-size: 22px;
        line-height: 1.455em;
        margin-bottom: 20px;
    }

    :is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
        font-size: 21px;
        line-height: 1.524em;
        margin-bottom: 20px;
    }

    :is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
        font-size: 20px;
        line-height: 1.600em;
        margin-bottom: 20px;
    }

    :is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
        font-size: 19px;
        line-height: 1.684em;
        margin-bottom: 20px;
    }

	:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
        font-size: 19px;
        line-height: 1.579em;
        margin-bottom: 30px;
		font-weight: 400;
    }
	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
		font-size: 19px;
		line-height: 1.579em;
	}
	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
		font-size: 19px;
		line-height: 1.579em;
	}
	:is(.core-styles, .contentRender_name_plugins_core_textbox) a {
        font-size: 19px;
    }
	:is(.core-styles, .contentRender_name_plugins_core_textbox) blockquote > p {
		font-size: 35px;
		line-height: 1.286em;
	}
}