/* 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);
}

hr {
	height: 2px;
	background-color: var(--gray-300);
}

button {
	/* TODO - change to site color */
	background-color: var(--sw-button-secondary-bg);
	color: var(--sw-button-secondary-color);
}

a {
	text-decoration: none;
	color: var(--salmon);
    text-decoration: none;
	font-weight: normal;
	scroll-margin-top: 110px;
    scroll-behavior: smooth;
}

: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) :is(h1, h3, h6) {
	translate: -4px 0;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
	font-family: var(--font-burford);
	font-size:  44px;
	font-weight: normal;
	color:var(--red) ; 
	letter-spacing: -0.055em;
	line-height: .8em; 
	margin-bottom: 10px;
	text-transform: lowercase
}

[data-sitename="satpid"] :is(.core-styles, .contentRender_name_plugins_core_textbox) h1,
[data-sitename="satpid"] :is(.core-styles, .contentRender_name_plugins_core_textbox) h3,
[data-sitename="satpid"] :is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
	color: var(--satpid-dark-blue);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
	font-family: var(--font-frutiger-bold);
	font-size:  26px;
	font-weight: 500;
	color:#242222 ; 
	line-height: 1.1em; 
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
	font-family: var(--font-burford);
	font-size:  32px;
	font-weight: normal;
	color:var(--red) ; 
	letter-spacing: -0.055em;
	line-height: .8em; 
	margin-bottom: 10px;
	text-transform: lowercase
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
	font-family: var(--font-frutiger-bold-condensed);
	font-size:  24px;
	font-weight: normal;
	color:#242222 ; 
	   line-height: 1.1em; 
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
	font-family: var(--font-frutiger-bold);
	font-size:  20px;
	font-weight: normal;
	color:#242222 ; 
	   line-height: 1.1em; 
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
	font-family: var(--font-burford);
	font-size:  24px;
	font-weight: normal;
	color:var(--red) ; 
	letter-spacing: -2px;
	   line-height: .8em; 
	margin-bottom: 10px;
	text-transform: lowercase
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
	font-family: var(--font-georgia);
	font-size:  15px;
	font-weight: normal;
	color:#242222 ; 
	line-height: 1.4em; 
	margin-bottom: 20px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p > :is(strong, b) {
	font-family: var(--font-georgia-bold);
	font-weight: normal;
}

: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 {
	text-decoration: none;
	color: var(--salmon);
    text-decoration: none;
	font-weight: 800;
}

[data-sitename="satpid"] :is(.core-styles, .contentRender_name_plugins_core_textbox) a {
	color: var(--satpid-blue);
}

: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: var(--white);
	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 #71696A;
    padding: 5px 8px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
	font-family: var(--font-georgia);
	font-size:  15px;
	font-weight: normal;
	color:#242222 ; 
	line-height: 1.4em; 
	margin-bottom: 20px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tr):nth-of-type(even){
	background-color: #FAF2E8;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol) {
	margin-bottom: var(--space-4);
	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-georgia);
	font-size:  15px;
	font-weight: normal;
	color:#242222 ; 
	line-height: 1.4em; 
}

:is(ul, ol):not([class*="block-grid-"]).double-space li {
	line-height: 2.2rem;
}

: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,
:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(h1, h2, h3, h4, h5, h6) > a {
    color: var(--salmon);
    text-decoration: none;
	font-weight: 800;
}

.contentRender_name_plugins_core_textbox img {
	margin-bottom: var(--space-4);
	display: inline-block;
	max-width: 100%;
}

@media(min-width: 40em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size:  60px;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size:  30px;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
		font-size:  40px;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
		font-size:  30px;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
		font-size:  24px;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
		font-size:  30px;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
		font-size:  16px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
		font-size: 16px;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
		font-size: 16px;
	}

}

@media (hover: hover) {
	button:hover {
		/* TODO - change to site color */
		background-color: var(--sw-button-secondary-bg-hover);
		color: var(--sw-button-secondary-color-hover);
	}

	a:hover {
		color: var(--salmon);
		text-decoration: underline;
		font-weight:800;
	}

	: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 {
		color: var(--salmon);
		text-decoration: underline;
		font-weight:800 ;
	}
}