/* 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);
}

button {
	/* TODO - change to site color */
	background-color: var(--green-a6);
	color: var(--purple-3e);
}

@media (hover: hover) {
	button:hover {
		/* TODO - change to site color */
		/* background-color: var(--primary-color-200); */
	}
}

a {
	color: var(--purple-7e);
	text-decoration: none;
	font-weight: 700;
	transition: text-decoration ease 0.4s;
}

@media (hover: hover) {
	a:hover {
		/* TODO - change to site color */
		font-weight:700;
		text-decoration: underline; /*reboot.css override*/
	}
}

:is(.core-styles, .contentRender_name_plugins_core_textbox)  h1 {
	margin-bottom: var(--space-3);
	font-size: 40px;
	font-family: var(--font-display);
	font-style: normal;
	font-weight: 600;
	line-height: 1.075em;
	letter-spacing: 0.032em;
	text-transform: capitalize;
	color: var(--black-15);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
	margin-bottom: var(--space-3);
	font-family: var(--font-viva);
	font-size: 32px;
	font-weight: normal;
	line-height: 1.156em;
	text-transform: capitalize;
	color: var(--purple-7e);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
	margin-bottom: var(--space-3);
	font-family: var(--font-display);
	font-size: 28px;
	font-weight: 600;
	line-height: 1.179em;
	letter-spacing: 0.032em;
	color: var(--black-15);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
	font-family: var(--font-display);
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.269em;
    margin-bottom: var(--space-3);
    letter-spacing: 0.032em;
	color: var(--black-15);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
	font-family: var(--font-viva);
    font-weight: normal;
    font-size: 26px;
    line-height: 1.231em;
    margin-bottom: var(--space-3);
	color: var(--green-68);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
	font-family: var(--font-viva);
    font-weight: normal;
    font-size: 24px;
    line-height: 1.250em;
    margin-bottom: var(--space-3);
	color: var(--black-37);

}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
	font-family: var(--font-body);
    font-style: normal;
    font-weight: 500;
    font-size: var(--text-base);
    line-height: 1.500em;
    margin-bottom: 18px;
	color: var(--black-37);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) hr {
	height: 2px;
	background-color: #373737;
}

: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: 18px;
	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: 5px var(--space-2);
	border: 1px solid #000000;
	color: var(--black-37);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tr):nth-of-type(even){
	background-color: #f5eef5;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol) {
	margin-bottom: var(--text-base);
	margin-left: var(--space-5);
}

: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);
	font-weight: 500;
	line-height: var(--leading-normal);
	color: var(--black-37);
}

: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;  
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(h1, h2, h3, h4, h5, h6) > a {
    color: var(--purple-7e);
	text-decoration: none;  
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(h1, h2, h3, h4, h5, h6) > a:hover {
	text-decoration: underline;  
}

.contentRender_name_plugins_core_textbox img {
	margin-bottom: var(--space-4);
	margin-left: var(--space-6);
	margin-right: var(--space-6);
	display: inline-block;
}

@media screen and (min-width: 40em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
        font-size: 58px;
        line-height: 1.069em;
    }

    :is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
        font-size: 47px;
        line-height: 1.170em;
    }
}

@media screen and (min-width: 64em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
        font-size: 76px;
        line-height: 1.066em;
    }

    :is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
        font-size: 61px;
        line-height: 1.197em;
    }

    :is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
        font-size: 46px;
        line-height: 1.065em;
    }

    :is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
        font-size: 38px;
        line-height: 1.079em;
    }

    :is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
        font-size: 32px;
        line-height: 1.438em;
    }

    :is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
        font-size: 26px;
        line-height: 1.538em;
    }

    :is(.core-styles, .contentRender_name_plugins_core_textbox) p {
        font-size: 18px;
        line-height: 1.556em;
    }

	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul li, ol li) {
		font-size: var(--text-lg);
		line-height: 1.556em;
	}
}