/* 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(--dark-blue);
	font-style: normal;
	font-weight: 700;
	text-transform: capitalize;
}

button {
	background-color: var(--green);
	color: #fff;
}

@media (hover: hover) {
	button:hover {
		background-color: var(--green);
	}
}

a {
	color: var(--dark-green);
}

@media (hover: hover) {
	a:hover {
		color: inherit;
		text-decoration: none; /*reboot.css override*/
	}
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
	margin-bottom: var(--space-3);
	font-family: var(--font-display-agenda);
	font-size: 36px;
	font-weight: 600;
	line-height: 1.167em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
	font-size: 24px;
	line-height: 1.375em;
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
	font-size: 22px;
	line-height: 1.500em;
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
	font-size: 20px;
	line-height: 1.650em;
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
	font-size: 19px;
	line-height: 1.737em;
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
	font-size: 17px;
	line-height: 1.941em;
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
	color: var(--gray);
	margin-bottom: var(--space-5);
	font-family: var(--font-body);
	font-size: var(--text-base);
	line-height: var(--leading-relaxed);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) a {
	color: #326230;
	text-decoration: underline;
	font-weight: 700;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) blockquote {
	margin-bottom: 10px;
	padding: var(--space-6) var(--space-8);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) blockquote > p {
	margin: 0;
	font-size: var(--text-lg);
	font-style: normal;
	line-height: 1.333em;
	color: var(--gray);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table) {
	background: var(--white);
	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) {
	font-family: var(--font-body);
	font-size: var(--text-base);
	line-height: var(--leading-normal);
	padding: var(--space-1) var(--space-2);
	border: 1px solid var(--gray);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tr):nth-of-type(even){
	background: #ffffff;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol) {
	margin-bottom: var(--space-5);
	margin-left: var(--space-10);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
	font-family: var(--font-body);
	font-size: var(--text-base);
	line-height: var(--leading-relaxed);
}

: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);
}

@media (min-width: 40em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size: 43px;
		line-height: 1.209em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size: 30px;
		line-height: 1.400em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tr td, table tr) {
		font-size: 16px;
		line-height: 1.625em;
	}
}

@media (min-width: 64em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size: 50px;
		line-height: 1.220em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size: 35px;
		line-height: 1.200em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
		font-size: 32px;
		line-height: 1.313em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
		font-size: 29px;
		line-height: 1.448em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
		font-size: 26px;
		line-height: 1.615em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
		font-size: 23px;
		line-height: 1.826em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
		font-size: 18px;
		line-height: 1.444em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
		font-size: 18px;
		line-height: 1.444em;
	}
	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table td, table tr) {
		font-size: 18px;
		line-height: 1.444em;
	}
}