/* Core styles can be used any where you need a generic HTML block */

body, h1, h2, h3, h4, h5, h6, p, button, input, select {
	/* TODO - change to site paragraph font */
	font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
}

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: #0e2f5a;

}
sub {
	bottom: -.3em;
}
@media (hover: hover) {
	a:hover {
		color: #e02166;
	}
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
    font-family: 'Red Hat Display', sans-serif;
	font-size: 25px;
	font-weight: 900;
	color: #0e2f5a;
	line-height: 1.080em;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
	color: #8a939f;
    font-family: 'yellowtail', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.200em;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
	color: #333333;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.111em;
    letter-spacing: 0.18px;
    margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
	color: #333333;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.118em;
    letter-spacing: 0.34px;
    margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
	color: #333333;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.133em;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
	color: #333333;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 1.167em;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
	color: #404040;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.375em;
    letter-spacing: 0.28px;
    margin-bottom: 25px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) a {
	text-decoration: underline;
}

@media (min-width: 64em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size: 52px;
		line-height: 0.962em;
		margin-bottom: 20px;
		letter-spacing: 1.04px;
	}
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size: 33px;
		line-height: 1.000em;
		margin-bottom: 15px;
		letter-spacing: 0.33px;
	}
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
		font-size: 26px;
		line-height: 1.077em;
		letter-spacing: 0.52px;
		margin-bottom: 15px;
	}
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
		font-size: 22px;
		line-height: 1.091em;
		letter-spacing: 0.44px;
		margin-bottom: 15px;
	}
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
		font-size: 20px;
		line-height: 1.000em;
		letter-spacing: 0.4px;
		margin-bottom: 15px;
	}
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
		font-size: 16px;
		line-height: 1.000em;
		letter-spacing: 0.32px;
		margin-bottom: 15px;
	}
	:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
		font-size: 17px;
		line-height: 1.647em;
		letter-spacing: 0.34px;
		margin-bottom: var(--space-10);
	}

}

: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(--primary-color-500);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) blockquote > p {
	margin: 0;
	font-size: var(--text-2xl);
	font-style: italic;
	line-height: var(--leading-snug);
	color: var(--gray-600);
}

: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(table tbody tr td, table tr td) {
	display: table-cell;
	border: 1px solid #404040;
    padding: 5px 8px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
	color: #404040;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.375em;
}
@media (min-width: 64em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tbody tr td, table tr td) {
		font-size: 17px;
		line-height: 1.647em;
	}
	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
		font-size: 17px;
		line-height: 1.647em;
	}

}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tr):nth-of-type(even){
	background: #f3f3f3;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol) {
	margin-bottom: 25px;
	margin-left: var(--space-10);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
	color: #404040;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.375em;
}

: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: 0;
	margin-right: 0;
	display: inline-block;
}
