/* 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:"gill-sans-nova";
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.contentRender_name_plugins_core_textbox ul, 
.contentRender_name_plugins_core_textbox ol, 
.contentRender_name_plugins_core_textbox dl {
	color: #231f20;
	font-family: 'gill-sans-nova',sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: var(--space-4);
	margin-left: var(--space-5);
}

.contentRender_name_plugins_core_textbox ul {
	list-style-type: disc;
}

.contentRender_name_plugins_core_textbox ol {
	list-style-type: decimal;
}

.contentRender_name_plugins_core_textbox ul li, 
.contentRender_name_plugins_core_textbox ol li, 
.contentRender_name_plugins_core_textbox dl li {
	color: #231f20;
	font-family: 'gill-sans-nova',sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.contentRender_name_plugins_core_textbox ul li ul {
	list-style-type: circle;
}

.contentRender_name_plugins_core_textbox ul ul ul {
	list-style-type: square;
}

.contentRender_name_plugins_core_textbox ul li ul,
.contentRender_name_plugins_core_textbox ol li ol,
.contentRender_name_plugins_core_textbox dl li dl {
	margin-left: var(--space-5);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table) {
	background: #fff;
	margin-bottom: var(--space-5);
	table-layout: auto;
	padding: var(--space-2);
}

: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-2);
	border: 1px solid var(--gray-500);
}

: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(table tr):nth-of-type(even) {
	background: var(--gray-200);
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #231f20;
	font-family: 'gill-sans-nova', san-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.077em;
	margin-bottom: 20px;
	letter-spacing: 0.26px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #231f20;
	font-family: 'gill-sans-nova', san-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.09em;
	margin-bottom: 15px;
	letter-spacing: 0.24px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #231f20;
	font-family: 'gill-sans-nova', san-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.1em;
	margin-bottom: 15px;
	letter-spacing: 0.22px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #231f20;
	font-family: 'gill-sans-nova', san-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.11em;
	margin-bottom: 15px;
	letter-spacing: 0.20px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #231f20;
	font-family: 'adobe-caslon-pro', serif;
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.11em;
	margin-bottom: 12px;
	letter-spacing: 0.22px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #231f20;
	font-family: 'adobe-caslon-pro', serif;
	font-style: italic;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.11em;
	margin-bottom: 12px;
	letter-spacing: 0.20px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #231f20;
	font-family: 'gill-sans-nova',sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.375em;
	margin-bottom: 30px;
	letter-spacing: 0.32px;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #231f20;
	text-decoration: underline;
	transition: all ease 0.4s;
}

.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	color: #4aafbc;
	text-decoration: none;
}

@media (min-width: 40.063em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 35px;
		line-height: 1.077em;
		margin-bottom: 25px;
		letter-spacing: 0.35px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 25px;
		line-height: 1.077em;
		margin-bottom: 20px;
		letter-spacing: 0.25px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 23px;
		line-height: 1.077em;
		margin-bottom: 20px;
		letter-spacing: 0.23px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 21px;
		line-height: 1.077em;
		margin-bottom: 18px;
		letter-spacing: 0.21px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 23px;
		line-height: 1.11em;
		margin-bottom: 16px;
		letter-spacing: 0.23px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 20px;
		line-height: 1.11em;
		margin-bottom: 16px;
		letter-spacing: 0.20px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 17px;
		line-height: 1.45em;
		letter-spacing: 0.34px;
	}
}

@media (min-width: 64.063em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 45px;
		line-height: 1.044em;
		margin-bottom: 30px;
		letter-spacing: 0.045px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 28px;
		line-height: 1.071em;
		margin-bottom: 25px;
		letter-spacing: 0.28px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 26px;
		line-height: 1.0769em;
		margin-bottom: 25px;
		letter-spacing: 0.26px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 24px;
		line-height: 1.083em;
		margin-bottom: 23px;
		letter-spacing: 0.24px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 25px;
		line-height: 1.08em;
		margin-bottom: 20px;
		letter-spacing: 0.25px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 22px;
		line-height: 1.091em;
		margin-bottom: 20px;
		letter-spacing: 0.22px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 18px;
		line-height: 1.5em;
	}
}

button {
	/* TODO - change to site color */
	background-color: var(--primary-color-100);
	color: var(--primary-color-900);
}

.contentRender_name_plugins_core_textbox img {
	margin-bottom: var(--space-4);
	margin-left: var(--space-6);
	margin-right: var(--space-6);
}
