/* Core styles can be used any where you need a generic HTML block */
@font-face {
    font-family: "Publico Text Semibold Italic";
    src: url("/includes/public/fonts/PublicoText-SemiboldItalic-Web.otf");
	font-display: swap;
}

@font-face {
    font-family: "Marine Bold";
    src: url("/includes/public/fonts/Marine-UPBold.otf");
	font-display: swap;
}

@font-face {
    font-family: "Carlito Bold";
    src: url("/includes/public/fonts/Carlito-Bold.ttf");
	font-display: swap;
}

@font-face {
    font-family: "Carlito Regular";
    src: url("/includes/public/fonts/Carlito-Regular.ttf");
	font-display: swap;
}

@font-face {
    font-family: "Carnac Bold";
    src: url("/includes/public/fonts/Carnac-Bold.woff");
}

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);
}

hr {
	height: 2px;
	background-color: var(--gray-300);
}

button {
	background-color: var(--sw-button-secondary-bg);
	color: var(--sw-button-secondary-color);
}

a,
a:not([href]):not([class]) {
	color: var(--sw-link-color);
	cursor: pointer;
}

: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: #004157 ;
    font-family: "Carnac Bold", sans-serif ;
    font-style: normal ; 
    font-weight: 400 ; 
    font-size: 35px ; 
    line-height: 1.15em ; 
	text-transform: uppercase;
    margin-bottom: 10px ;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
	color: #004157 ;
    font-family: "Publico Text Semibold Italic", serif ;
    font-style: normal ; 
    font-weight: 400 ; 
    font-size: 28px ; 
    line-height: 1.25em ; 
    margin-bottom: 10px ;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
	color: #004157;
    font-family: "Carnac Bold", sans-serif ;
    font-style: normal ; 
    font-weight: 400 ; 
    font-size: 30px ; 
    line-height: 1.15em ; 
	text-transform: uppercase;
    margin-bottom: 10px ;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
    color: #3F3939;
    font-family: "Carnac Bold", sans-serif ;
    font-style: normal ; 
    font-weight: 400 ; 
    font-size: 15px ; 
    line-height: 1.25em ; 
	text-transform: uppercase;
    margin-bottom: 10px ;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
    color: #3F3939;
    font-family: "Carnac Bold", sans-serif ;
    font-style: normal ; 
    font-weight: 400 ; 
    font-size: 35px ; 
    line-height: 1.15em ; 
	text-transform: uppercase;
    margin-bottom: 10px ;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
	color: #3F3939 ;
	font-family: "Carlito Bold", sans-serif ;		
	font-style: normal ; 
	font-weight: 400 ; 
	font-size: 16px ; 
	line-height: 1.25em ; 
	margin-bottom: 10px ;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
	color: #3F3939;
    font-family: "Carlito Regular", sans-serif ;
    font-style: normal ; 
    font-weight: 400 ; 
    font-size: 16px ; 
    line-height: 1.5em; 
    margin-bottom: 10px ;
}

: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,
:is(.core-styles, .contentRender_name_plugins_core_textbox) a:not([href]):not([class]) {
	color: #3F3939;
    font-family: "Carlito Bold", sans-serif ;
    text-decoration: underline ;
    font-weight: 400 ; /* only needed if different from paragraph font */
    transition: all ease 0.4s; /* only affects color changes */
}

: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(--sw-key-color);
}

: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);
	margin-bottom: 10px ;
    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) {
	color: #3F3939;
    font-family: "Carlito Regular", sans-serif ;
    font-style: normal ; 
    font-weight: 400 ; 
    font-size: 16px ; 
    line-height: 1.5em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td) {
	border: 1px solid #012621;
    padding: 5px 8px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tr):nth-of-type(even){
	background-color: #F8F6F1;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol) {
	margin-left: 20px;
	margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
    color: #3F3939;
    font-family: "Carlito Regular", sans-serif ;
    font-style: normal ; 
    font-weight: 400 ; 
    font-size: 16px ; 
    line-height: 1.5em; 
}

: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 {
	font: inherit;
	color: inherit; 
	text-decoration: none;  
}

.contentRender_name_plugins_core_textbox img {
	--margin-sides: 0;
	
	margin-bottom: var(--space-4);
	margin-left: var(--margin-sides);
	margin-right: var(--margin-sides);
	display: inline-block;
	max-width: 100%;
}

@media (hover: hover) {
	button:hover {
		background-color: var(--sw-button-secondary-bg-hover);
		color: var(--sw-button-secondary-color-hover);
	}

	a:hover,
	a:not([href]):not([class]):hover {
		color: #C86128;
		text-decoration: none; /*reboot.css override*/
	}

	: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: 70px ; 
		line-height: 1.15em ; 
		margin-bottom: 10px ;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size: 35px ; 
		line-height: 1.25em ; 
		margin-bottom: 10px ;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
		font-size: 35px ; 
		line-height: 1.15em ; 
		margin-bottom: 10px ;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
		font-size: 22px ; 
		line-height: 1.25em ; 
		margin-bottom: 10px ;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
		font-size: 45px ; 
		line-height: 1.15em ; 
		margin-bottom: 10px ;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
		font-size: 22px ; 
		line-height: 1.25em ; 
		margin-bottom: 8px ;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
		font-size: 18px ; 
		line-height: 1.5em ; 
		margin-bottom: 10px ;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
		font-size: 18px;
        line-height: 1.5em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
		font-size: 18px;
        line-height: 1.5em ;
	}
}