/* Core styles can be used any where you need a generic HTML block */

body {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
	color: #221f20;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    text-rendering: optimizeLegibility;
}

ul, ol, dl {
    margin-bottom: 0;
    text-rendering: optimizeLegibility;
}

body, p, button, input, select {
	font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
}

hr {
	height: 2px;
	background-color: var(--gray-300);
}

button {
	border: 1px solid var(--red);
	background-color: var(--red);
	color: var(--white);
	transition:
		color var(--transition-appendix),
		background-color var(--transition-appendix);
}

a {
	color: #221f20;
	text-decoration: underline;
    transition: color var(--transition-appendix);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) > p:not([style="text-align: right;"]) > img,
:is(.core-styles, .contentRender_name_plugins_core_textbox) img[style*="float: left;"] {
	margin-left: 0;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) > p:not([style="text-align: right;"]) > img[style*="float: right"],
:is(.core-styles, .contentRender_name_plugins_core_textbox) img[style*="float: right;"],
:is(.core-styles, .contentRender_name_plugins_core_textbox) > p[style="text-align: right;"] > img {
	margin-right: 0;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
	color: #221f20;
    font-family: var(--font-display);
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 1.194;
    margin-bottom: 0;
    text-transform: uppercase;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
	color: #221f20;
    font-family: var(--font-display-2);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.208;
    margin-bottom: 0;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
	color: #221f20;
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.227;
    margin-bottom: 0;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
	color: #221f20;
    font-family: var(--font-display-3);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.208;
    margin-bottom: 0;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
	color: #221f20;
    font-family: var(--font-display-3);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.250;
    margin-bottom: 0;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
	color: #221f20;
    font-family: var(--font-display-3);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.22;
    margin-bottom: 0;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
	color: #221f20;
    font-family: var(--font-display-3);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33;
    margin-bottom: 0;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) .sv-wrapped-iframe {
	margin-bottom: var(--space-4)
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) a {
	color: #221f20;
	text-decoration: underline;
    transition: color var(--transition-appendix);
}

: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);
	border-collapse: collapse;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tbody tr td, table tr td) {
	border: 1px solid var(--black);
    padding: 5px 8px;
}

: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 tr):nth-of-type(even){
	background-color: var(--gray-light);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol) {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 40px;
}

: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);
	line-height: 1.2;
}

: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-top: 0;
	margin-bottom: 0;
}

: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) sub,
:is(.core-styles, .contentRender_name_plugins_core_textbox) sup {
	position: static;
	line-height: inherit;
	font-size: 15px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) sub {
	vertical-align: sub;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) sup {
	vertical-align: super;
}

.contentRender_name_plugins_core_textbox img {
	--margin-sides: var(--space-6);
	margin-bottom: var(--space-4);
	margin-left: var(--margin-sides);
	margin-right: var(--margin-sides);
	display: inline-block;
	max-width: calc(100% - (var(--margin-sides) * 2));
}

@media (hover: hover) {
	button:hover {
		background-color: var(--white);
		color: var(--red);
	}

	a:hover {
		color: var(--red);
		text-decoration: underline;
	}

	: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;  
	}
}

@media (min-width: 64em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size: 55px;
        line-height: 1.204;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size: 36px;
        line-height: 1.194;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
		font-size: 32px;
        line-height: 1.33;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
		font-size: 30px;
        line-height: 1.2;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
		font-size: 26px;
        line-height: 1.231;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
		font-size: 22px;
        line-height: 1.182;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
		font-size: 18px;
        line-height: 1.556;
	}
}

/*=====================================*/
/*=====----- MICROSITE THEME -----=====*/
/*=====================================*/

.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
	font-family: var(--font-red-hat);
	font-weight: var(--font-weight-black);
	font-size: 31px;
	line-height: calc(38/31);
	color: var(--blue-alt);
	text-transform: uppercase;
}

.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
	color: var(--gray-dark);
    font-family: var(--font-red-hat);
    font-weight: var(--font-weight-bold);
    font-size: 24px;
    line-height: 1.292;
}

.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
	color: var(--gray-dark);
    font-family: var(--font-red-hat);
    font-weight: var(--font-weight-medium);
    font-size: 22px;
    line-height: 1.318;
}

.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
	color: var(--gray-dark);
    font-family: var(--font-red-hat);
    font-weight: var(--font-weight-bold);
    font-size: 24px;
    line-height: 1.292;
}

.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
	color: var(--gray-dark);
    font-family: var(--font-red-hat);
    font-weight: var(--font-weight-medium);
    font-size: 20px;
    line-height: 1.300;
}

.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
	color: var(--gray-dark);
    font-family: var(--font-red-hat);
    font-weight: normal;
    font-size: 18px;
    line-height: 1.278;
}

.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) p {
	color: var(--gray-dark);
    font-family: var(--font-franklin);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33;
}

.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) a {
	color: var(--gray-dark);
	transition: color var(--transition-appendix);
}

@media (hover: hover) {
	.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) a:hover {
		color: var(--red);
	}
}

@media (min-width: 64em) {
	.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size: 54px;
		line-height: 1.315;
	}
	
	.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size: 36px;
		line-height: 1.333;
	}
	
	.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
		font-size: 32px;
		line-height: 1.344;
	}
	
	.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
		font-size: 30px;
		line-height: 1.333;
	}
	
	.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
		font-size: 26px;
		line-height: 1.308;
	}
	
	.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
		font-size: 22px;
		line-height: 1.318;
	}

	.theme-microsite :is(.core-styles, .contentRender_name_plugins_core_textbox) p {
		font-size: 18px;
		line-height: 1.556;
	}
}