/* Core styles can be used any where you need a generic HTML block */

body {
	color: var(--black);
	font-size: 14px;
	line-height: 1.5;
}

body, h1, h2, h3, h4, h5, h6, p, button, input, select {
	/* TODO - change to site paragraph font */
	font-family: var(--font-body);
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h4, h5, h6 {
	font-family: var(--font-display);
	margin: 0;
	text-rendering: optimizeLegibility;
	color: var(--blue);
	font-style: normal;
	font-weight: 700;
	margin-bottom: 10px;
}

h3{
	color: #f9a01b;
}

h4{
	color: #c51f30
}

button {
	/* TODO - change to site color */
	background-color: var(--primary-color-100);
	color: var(--primary-color-900);
}

@media (hover: hover) {
	button:hover {
		/* TODO - change to site color */
		background-color: var(--primary-color-200);
	}
}

a {
	color: var(--primary-color-700);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
	font-size: 32px;
	font-weight: 900;
	line-height: 1em;
	text-transform: uppercase;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
	font-family: var(--roboto);
	font-size: 23px;
	font-weight: 400;
	line-height: 1.217em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
	font-size: 23px;
	line-height: 1.086em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
	font-size: 20px;
	line-height: 1.21em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
	font-size: 18px;
	line-height: 1.176em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
	font-size: 16px;
	line-height: 1.187em;
	text-transform: uppercase;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
	color: var(--black);
	font-style: normal;
	font-weight: 400;
	margin-bottom: 30px;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.5em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) a {
	color: #4670A0;
	font-weight: bold;
	transition: color ease 0.4s;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) a:hover {
	color: var(--yellow);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table) {
	border-collapse: collapse;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tbody tr td, table tr td) {
	display: table-cell;
	border: 1px solid var(--black);
	padding: 5px 8px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tr):nth-of-type(even){
	background: var(--light-gray);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol) {
	margin: 0;
	padding: 0;
	padding-left: 40px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol, dl) {
	margin-bottom: 20px;
	text-rendering: optimizeLegibility;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol, dl):not([class*="block-grid-"]) li {
	color: var(--black);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

: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,
:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(h1, h2, h3, h4, h5, h6) > a {
	font: inherit;
	color: inherit; 
	text-decoration: none;  
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(h1, h2, h3, h4, h5, h6) > a {
	color: var(--blue);
	text-decoration: underline;
}

@media (hover: hover) {
	:is(h1, h2, h3, h4, h5, h6) > a:hover,
	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(h1, h2, h3, h4, h5, h6) > a:hover {
		font: inherit;
		color: inherit; 
		text-decoration: none;  
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(h1, h2, h3, h4, h5, h6) > a:hover {
		color: #f9a01b;
		text-decoration: underline;
	}
}

.contentRender_name_plugins_core_textbox img {
	max-width: calc(100% - var(--space-12));
	margin-bottom: var(--space-4);
	margin-left: var(--space-6);
	margin-right: var(--space-6);
	display: inline-block;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) hr {
	border: 0;
	height: 1px;
	background: var(--mid-gray);
	background-image: linear-gradient(to right, var(--light-gray), var(--mid-gray), var(--light-gray));
}

@media (min-width: 40em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size: 40px;
		line-height: 1em;
	}
}

@media (min-width: 64em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size: 67px;
		line-height: 1em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size: 38px;
		line-height: 1em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
		font-size: 32px;
		line-height: 1.09em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
		font-size: 26px;
		line-height: 1.16em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
		font-size: 22px;
		line-height: 1.18em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
		font-size: 20px;
		line-height: 1.2em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
		font-size: 18px;
		line-height: 1.555em;
	}
}
