/* 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);
	font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-body);
	color: var(--black)
}

h1, h5 {
	font-family: var(--font-display);
}

hr {
	height: 1px;
	background-color: var(--black);
}

button {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    line-height: var(--leading-none);
    letter-spacing: var(--tracking-wide);
    color: white;
    text-decoration: none;
	padding: var(--space-5) 22px;
    background-color: var(--gray);
    border-radius: 6px;
    cursor: pointer;
    transition: background-color ease 0.2s;
}

@media (hover: hover) {
	button:hover {
		background-color: var(--black);
		text-decoration: underline;
	}
}

a {
	color: var(--black);
	font-weight: 700;
	text-decoration: underline;
	transition: color ease 0.4s, text-decoration ease 0.4s;
}

@media (hover: hover) {
	a:hover {
		color: var(--teal);
	}
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
	font-size: 40px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.125;
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.17;
	letter-spacing: var(--tracking-wider);
	text-transform: uppercase;
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: var(--tracking-wider);
	text-transform: uppercase;
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: var(--leading-tight);
	letter-spacing: var(--tracking-wider);
	text-transform: uppercase;
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	line-height: var(--leading-tight);
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
	font-size: 20px;
	font-weight: 600;
	line-height: var(--leading-tight);
	letter-spacing: var(--tracking-wider);
	text-transform: uppercase;
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 400;
	line-height: var(--leading-normal);
	color: var(--black);
	margin-bottom: 15px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) a {
	font-weight: 700;
	color: var(--black);
	transition: color ease 0.4s, text-decoration ease 0.4s;
	text-decoration: underline;
}

@media (hover: hover) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) a:hover {
		color: var(--teal);
	}
}

@media (min-width: 40em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size: 45px;
		line-height: 1.11;
		margin-bottom: 15px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size: 33px;
		line-height: 1.15;
		letter-spacing: 0.075em;
		margin-bottom: 15px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
		font-size: 30px;
		line-height: 1.16;
		letter-spacing: 0.075em;
		margin-bottom: 15px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
		font-size: 25px;
		line-height: 1.2;
		letter-spacing: 0.075em;
		margin-bottom: 15px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
		font-size: 25px;
		line-height: 1.2;
		margin-bottom: 15px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
		font-size: 17px;
		line-height: 1.42;
		letter-spacing: 0.075em;
		margin-bottom: 15px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
		font-size: 17px;
		line-height: 1.41;
	}
}

@media (min-width: 64em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size: 65px;
		line-height: 1.15;
		margin-bottom: 20px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size: 35px;
		line-height: 1.29;
		letter-spacing: var(--tracking-widest);
		margin-bottom: 20px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
		font-size: 30px;
		line-height: 1.33;
		letter-spacing: var(--tracking-widest);
		margin-bottom: 20px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
		line-height: 1.4;
		letter-spacing: var(--tracking-widest);
		margin-bottom: 20px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
		line-height: 1.4;
		margin-bottom: 20px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
		font-size: 21px;
		line-height: 1.14;
		letter-spacing: var(--tracking-widest);
		margin-bottom: 20px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
		font-size: 19px;
		line-height: var(--leading-normal);
	}
}

: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(--black);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) blockquote > p {
	font-family: var(--font-body);
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.46;
	color: var(--black);
	margin-bottom: 15px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table) {
	background: #fff;
	margin-bottom: 15px;
	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-body);
	font-size: 15px;
	font-weight: 400;
	line-height: var(--leading-normal);
	color: var(--black);
	padding: 5px 8px;
	border: 1px solid var(--black);
}

@media (min-width: 40em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
		font-size: 17px;
		line-height: 1.41;
	}
}

@media (min-width: 64em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
		font-size: 19px;
		line-height: var(--leading-normal);
	}
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tr):nth-of-type(even){
	background: #f3f1f0;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol) {
	color: var(--black);
	text-rendering: optimizeLegibility;
	margin-bottom: 15px;
	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: 15px;
	font-weight: 400;
	line-height: var(--leading-normal);
}

@media (min-width: 40em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
		font-size: 17px;
		line-height: 1.41;
	}
}

@media (min-width: 64em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
		font-size: 19px;
		line-height: var(--leading-normal);
	}
}

: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-10);
}

: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;
}

.contentRender_name_plugins_core_textbox img {
	margin-bottom: var(--space-4);
	display: inline-block;
}
.contentRender_name_plugins_core_textbox iframe {
	max-width: 100%;
}
