html, body {
	--space--global: var(--wp--style--global--content-size);	/* 20px (custom) */
	--space--20: 20px;													/* 20px (custom) */
	--space--30: var(--wp--preset--spacing--30);					/* 30px - 40px */
	--space--40: var(--wp--preset--spacing--40);					/* 36px - 60px */
	--space--50: var(--wp--preset--spacing--50);					/* 50px - 90px */
	--space--60: var(--wp--preset--spacing--60);					/* 75px - 140px */
	--space--max: var(--wp--style--global--content-size);		/* 1160px */

	--wp--preset--font-size--small: 0.8rem;
	--wp--preset--font-size--medium: 1rem;
	--wp--preset--font-size--normal: 1rem;
	--wp--preset--font-size--large: 1.15rem;
	--wp--preset--font-size--x-large: 1.5em;
	--wp--preset--font-size--xx-large: 2.7em;

	--font--small: var(--wp--preset--font-size--small);
	--font--medium: var(--wp--preset--font-size--medium);
	--font--normal: var(--wp--preset--font-size--normal);		/* Fallback, should use --font--medium */
	--font--large: var(--wp--preset--font-size--large);
	--font--l: var(--wp--preset--font-size--large);
	--font--xl: var(--wp--preset--font-size--x-large);
	--font--xxl: var(--wp--preset--font-size--xx-large);

	--color--1: var(--wp--preset--color--primary);				/* #002446 : Dark Night, 1st Accent */
	--color--2: var(--wp--preset--color--secondary);			/* #D4F203 : Chartreuse, 2nd Accent */
	--color--3: var(--wp--preset--color--tertiary);				/* #F4F5F5 : Light Gray, 2nd background */
	--color--4: var(--wp--preset--color--custom-fresh-moss);	/* #007377 : Fresh Moss, links on light bg */
	--color--5: var(--wp--preset--color--custom-aqua);			/* #51c2b9 : Aqua, hover & links on dark bg */
	--color--base: var(--wp--preset--color--base);				/* #FFFFFF : White, main background */
	--color--bg: var(--wp--preset--color--base);				/* #FFFFFF : White, main background */
	--color--text: var(--wp--preset--color--contrast);			/* #2f3c3b : Cool grey, base text */
	--color--contrast: var(--wp--preset--color--contrast);		/* #2f3c3b : Cool grey, base text */
	--color--link: var(--color--4);

	--drop-shadow:  0 5px 14px 0 rgba(0,0,0,.1);

	scroll-behavior: smooth;
}


/* fallback */
@font-face {
  font-family: 'Material Symbols Sharp';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/google/symbols-sharp.woff2) format('woff2');
}
.material-symbols-sharp {
	font-family: 'Material Symbols Sharp';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}

/*
@font-face {font-family: "Material Symbols Outlined"; src: url("fonts/google/symbols.woff2") format("woff2");}
@font-face {font-family: "Flavor"; src: url("cooper-black.ttf");}

.material-symbols-outlined, .material-filled, .material-symbol {
	display: inline-block; white-space: nowrap; word-wrap: normal;
	font-weight: normal; font-style: normal; font-size: var(--color-normal);
	line-height: 1; letter-spacing: normal; text-transform: none; direction: ltr;
	-webkit-font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
}
.material-filled, .material-symbol.filled {font-variation-settings: "FILL" 1;}

.material-symbol, .material-filled, .material-symbols-outlined	{font-weight: 400; font-family: "Material Symbols Outlined";}



.has-base-background-color
.has-custom-fresh-moss-color
.has-global-padding		{
	padding-right: var(--wp--style--root--padding-right);
	padding-left: var(--wp--style--root--padding-left);
}
.is-layout-constrained	{
	max-width: var(--wp--style--global--content-size); (1160px)
	margin-left: auto !important;
	margin-right: auto !important;
}
.wp-block-group-is-layout-flex
*/


/*** MAIN ELEMENTS *******************/
#header-search          {position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: +100; display: none; transition-duration: 0.5s;}
#header-search::before  {
	content: ''; width: 100%; height: 100%; position: fixed; z-index: -1;
	background: var(--color--1); opacity: 0.8; left: 0; right: 0; top: 0; bottom: 0;
}

#header-search.show         {display: block; opacity: 0; animation: fadeIn 1s ease-in-out 0s forwards;}

#header-search-bar          {position: absolute; width: 100%;}
#header-search-bar input[type=submit]   {border: 1px solid #fff; background: #ffffff99;}
#header-search-bar input[type=submit]:hover {opacity: 0.8; background: transparent;}
#header-search-bar input[type=search]   {padding-left: 2rem !important; border: 1px solid #fff; background: #ffffffcc; border-radius: 0.5rem !important;}
#header-search-bar .searchwp-form-input-container           {position: relative;}
#header-search-bar .searchwp-form-input-container::before   {
	display: inline-block; white-space: nowrap; transform: translateY(0.15em);
	font-family: 'Material Symbols Sharp'; font-weight: normal; font-style: normal;
	line-height: 1; letter-spacing: normal;
	text-transform: none; word-wrap: normal; direction: ltr;
	-moz-font-feature-settings: 'liga';

	position: absolute;
	top: 0.25rem;
	left: 0.5rem;

	/*
	content: '\e8b6'; font-size: 1.25rem; opacity: 0.5;
	margin-right: 0.5em; transform: translateY(0.33rem);
	width: 25px; height: 25px;
	*/
	content: ' '; font-size: 1.25rem;
	background: url(/wp-content/uploads/2024/01/icon_search_black.svg);
	margin-right: 0.5em; transform: translateY(0.33rem); /*margin-top: -0.33rem;*/
	width: 25px; height: 25px; opacity: 0.5;
}
/* searchwp-form-input-container swp-items-stretch */


#header-search-toggler          {cursor: pointer;}
#header-search-toggler:hover    {opacity: 0.8;}
#header-search-toggler.material.search::before  {
	content: ' '; font-size: 1.25rem;
	background: url(/wp-content/uploads/2024/01/icon_search_white.svg);
	transform: translateY(0.33rem); margin-top: -0.33rem;
	width: 25px; height: 25px; margin-right: 0em;
}
.is-pinned #header-search-toggler.material.search::before  {
	background: url(/wp-content/uploads/2024/01/icon_search_black.svg);
}

/*
has-text-align-left has-secondary-color has-primary-background-color  has-background has-link-color wp-elements-3b8f1cc431b632279d92fd0e9bc23052
*/
.has-primary-background-color:where(:not(.has-text-color)), .has-primary-background-color h1, .has-primary-background-color ul	{color: var(--color--base) !important;}

.has-primary-background-color, .has-primary-background-color h2				{color: var(--color--base);}
.has-primary-background-color a:where(:not(.wp-element-button))				{color: var(--color--5);}
.has-primary-background-color a:where(:not(.wp-element-button)):hover	{color: var(--color--4);}

.has-contrast-background-color, .has-contrast-background-color h2	{color: var(--color--base);}
.has-contrast-background-color a:where(:not(.wp-element-button))	{color: var(--color--5);}

.has-custom-fresh-moss-background-color, .has-custom-fresh-moss-background-color h2	{color: var(--color--base);}
.has-custom-fresh-moss-background-color a:where(:not(.wp-element-button))	{color: var(--color--base);}
.has-custom-fresh-moss-background-color:hover a:where(:not(.wp-element-button))	{color: var(--color--2);}

.has-large-font-size, .has-x-large-font-size, .has-xx-large-font-size	{line-height: 1em;}

/*
.has-carousel::after, .has-carousel::before	{content: '*'; height: 100%; width: 50px; position: absolute;}
.has-carousel::before		{left: 0; background: linear-gradient(90deg, rgba(255,255,0,0) 0%, rgba(255,255,0,1) 100%);}
.has-carousel::after		{right: 0; background: linear-gradient(90deg, rgba(255,255,0,1) 0%, rgba(255,255,0,0) 100%);}
*/

.hero.standard .wp-block-cover	{min-height: 485px;}
/*.hero.compact img		{min-height: 485px;}*/
.hero.graded		{background: rgb(0,36,70); background: linear-gradient(180deg, rgba(0,36,70,1) 0%, rgba(32,99,116,1) 100%);}
.hero.empty .wp-block-cover	{min-height: unset;}
.hero.empty img					{margin-top: 0px;}


/*** GENERAL CLASSES *****************/
header .right .wp-block-search__button:hover	{/*color: var(--color--2);*/ opacity: 0.8; background: transparent;}
header .right a:where(:not(.wp-element-button)):hover {/*color: var(--color--2);*/ opacity: 0.8;}
header .right a:where(.wp-element-button)		{white-space: nowrap;}
.header-mainnavs p		{flex-shrink: 0;}

.header-subnavs		{
	/*background-image: url(imgs/commons/header_subnav_bg.png);*/
	background-position: right center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.header-subnavs::before	{
	content: ''; width: 100%; height: 100%; position: fixed; z-index: -1;
	background: var(--color--1); opacity: 0.8; pointer-events: none; left: 0;
}

/*
#header-search::before	{
	content: ''; width: 100%; height: 100%; position: fixed; z-index: -1;
	background: var(--color--1); opacity: 0.8; left: 0; right: 0; top: 0; bottom: 0;
}
#header-search.show			{display: block; opacity: 0; animation: fadeIn 1s ease-in-out 0s forwards;}
#header-search-bar			{position: absolute; width: 100%;}
#header-search-bar input[type=search]	{border: 1px solid #fff; background: #ffffffcc; border-radius: 0.5rem !important;}
#header-search-bar input[type=submit]	{border: 1px solid #fff; background: #ffffff99;}
#header-search-bar input[type=submit]:hover	{opacity: 0.8; background: transparent;}
#header-search-toggler	{cursor: pointer;}
#header-search-toggler:hover	{opacity: 0.8;}
#header-search-toggler.material.search::before  {
	content: ' '; font-size: 1.25rem;
	background: url(/wp-content/uploads/2024/01/icon_search_white.svg);
	margin-right: 0.5em; transform: translateY(0.33rem); margin-top: -0.33rem;
  width: 31px; height: 31px;
}
.is-pinned #header-search-toggler.material.search::before  {
	background: url(/wp-content/uploads/2024/01/icon_search_black.svg);
}
*/

header .header-mobilemenu		{display: none; cursor: pointer;}
header .header-subnav-menu p	{display: block !important; cursor: pointer;}
header .header-subnavs a		{text-decoration: none;}

.material.close::before    		{content: '\e8b6'; margin-right: 0;}
.material.link.login a::before  {
	content: ' ';
	/*font-size: 1.25rem;*/
	margin-right: 0.5em; transform: translateY(0.33rem); margin-top: -0.33rem;
	background: url(/wp-content/uploads/2023/08/icon_login_white.svg);
	width: 25px; height: 25px;
}
.is-pinned .material.link.login a::before  {
	background: url(/wp-content/uploads/2023/08/icon_login_black.svg);
}

h6								{margin-top: 0; margin-block-start: 0 !important; padding-bottom: 0.25em; color: var(--color--text); line-height: 1.2em;}

article li, article p, .article li, .article p			{padding-bottom: 0.75em;}
article blockquote, .article blockquote {
	color: var(--color--1); background: var(--color--3);
	padding: var(--space--30); margin-bottom: 0.75rem;
}
article blockquote p, .article blockquote p {
	margin: 0px; padding-bottom: 5px;
}
article blockquote cite, .article blockquote cite {
	color: var(--color--text);
}

ul.arrows, .single-post ul		{padding-top: 0.25em; list-style-type: none; position: relative;}
.arrows li, .single-post li		{padding-bottom: 1em; position: relative;}
.arrows li:last-of-type			{padding-bottom: 0;}
.arrows li::before, .single-post ul li::before, .header-mainnavs p.has-child::before {
	content: url(../imgs/commons/bullet.svg);
	font-size: 1em; color: var(--color--2);
	width: 0.4em; height: 0.4em; /*margin: 0px 0px 0px -0.5em;*/
	position: absolute; left: -1em; top: -0.1em; display: inline-block;
}
/* .wp-block-post-title a:hover { */
.compact > li, .compact.arrows > li			{padding-bottom: 0.6em;}
.compacted, .compacted.arrows				{padding-left: 1em;}
.compacted > li, .compacted.arrows > li		{padding-bottom: 0.2em;}
/* ul.compacted li::before, ul.compacted.arrows li::before	{left: -0.75em;} */

form		{margin: 0px; padding: 0px;}
/*.form input[type="date"], .form input[type="email"], .form input[type="phone"], .form input[type="tel"], .form input[type="text"], .form select, .form option, .form textarea {*/
.form input, .form select, .form option, .form textarea, .searchwp-form input[type="search"] {
	max-width: calc(100% - 1em); max-height: 150px; padding: 0.5em;
	border: none; font-size: var(--font--small); 
	
	background-color: var(--color--3);
	color: var(--color--text);
	font-family: 'Calibre',Arial,Helvetica,sans-serif;
	border-radius: 0.5em;
}

.form textarea {min-height: 100px;}
.has-primary-background-color .form input, .has-primary-background-color .form select, .has-primary-background-color .form option, .has-primary-background-color .form textarea {
	color: var(--color--bg);
	background: rgba(255,255,255,0.2);
}

.form input[type="submit"], .form button, .swp-result-item--button, .swp-button {
	margin: 0;
	border-radius: 0.5em !important;
	color: var(--color--text);
	background: var(--color--2);
	font-family: 'Calibre';
	font-weight: 600 !important;
	/*font-size: var(--font--medium);*/
	padding: 0.7em 1.3em;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}

label								{cursor: pointer;}
label.required::after				{content: '*'; color: #c00; padding-left: 5px;}

.form_marketing td					{width: 50%; padding: 0px 0px 10px 0px;}
.form_marketing td .error			{float: right;}
.form_marketing.position_top label	{display: block; padding-bottom: 4px;}
.form_marketing .align_top td		{width: 100%;}
.form_marketing .type_textarea		{vertical-align: top;}

.form_marketing span				{display: none;}
.form_marketing .error span			{color: #99000099; float: right; display: inline-block;}
.form_marketing .error .form-input	{background: #FF000033 !important;}



.circled {
	height: 3em; width: 3em; /*display: inline-block;*/ position: relative;
	margin: 0 auto 0.75rem auto !important; /* left: 50%; transform: translateX(-50%); */
	display: flex; justify-content: center; flex-direction: column;
	font-size: 2.25em; font-weight: 600; color: var(--color--base); line-height: 1;
	background: var(--color--1); border: 0.25em solid var(--color--2); border-radius: 10em;
}
/*
.circled::after {
	content: " ";
	position: absolute; top: -0.25em; left: -0.25em;
	width: 100%; height: 100%;
	color: var(--color--1);
	border: 0.25em solid #FFFFFF99;
	border-radius: 10em;
	border-color: #FFFFFF99 #FFFFFF99 transparent transparent;
	transform: rotate(45deg);
}
*/
.rounded				{
	padding: 1.5em; border-radius: 500px;
	display: flex; align-items: center; justify-content: center;
}
.cornered			{border-radius: 0.5rem; overflow: hidden;}
.drop-shadow	{box-shadow: var(--drop-shadow);}

.block_25, .block_33, .block_50, .block_66, .block_75, .block_100	{display: inline-block; vertical-align: top; padding: 0px; margin: 0px;}
.block_25			{width: 25%;}
.block_33			{width: 33%;}
.block_50			{width: 50%;}
.block_66			{width: 66%;}
.block_75			{width: 75%;}
.block_100			{width: 100%;}

.block_pad			{padding: 0px 20px 0px 20px; line-height: 1.6em;}
.block_pad img		{max-width: 100%; height: auto;}
.block_pad.left		{padding: 0px 40px 0px 0px;}
.block_pad.right	{padding: 0px 0px 0px 40px;}

.fadeIn     {opacity: 0; animation: fadeIn 1s ease-in-out 0s forwards;}
@keyframes fadeIn {
	0%   {opacity: 0;}
	100% {opacity: 1;}
}

.fadeLoop   {opacity: 0; animation: fadeLoop 3s ease-in-out 0s infinite;}
@keyframes fadeLoop {
	0%   {opacity: 0.25;}
	50%  {opacity: 1;}
	100% {opacity: 0.25;}
}

@keyframes scrollIn {
	0%   {opacity: 0; transform: translateX(-100px);}
	100% {opacity: 1; transform: translateX(0);}
}

@keyframes zoomIn {
	0%   {opacity: 0; transform: scale(.85);}
	100% {opacity: 1; transform: scale(1);}
}


/*** BLOCKS **************************/

/*** BLOCKS - WISTIA *****************/
.interface-interface-skeleton__sidebar .acf-label		{width: 75px; display: inline-block;}
.interface-interface-skeleton__sidebar .acf-input		{width: 150px; display: inline-block;}
.wistia_block, .wistia_block > *	{position: relative; max-width: 100% !important;}
.wistia_image			{width: auto; height: auto;}
.wistia_button		{background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAABRCAYAAAD7G3lVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATFJREFUeNrs22FtwkAYx+F2QcAkMAfgYBKQwBxMQh1MwiRQB+CgEoaDzkG5S1a+E5IF+n+e5D4ve3+7N0s4mgYAAAAAAAAAAAAA7jFN06cp5MavjuWsTSMzfjWWszORzPizQzmvJpMZ3xYIj28LiG8LpMeffdsCufGrn3LeTS0z/uzLFsiNbwuEx7cFxL9ugY1pZsafdSaaG78abIHc+LaA+MvbAi/+XG5Sww9L2QLtEm/+P/2oUzkfbduexc+LX51L/DdrP09fzvaZf4GVhjf7/Vv3vVFk/bfvMUhg/PoAZG+6efE9Aw+MP/oCSGZ8tz0wvtseGn9w2zPjdyaXF99n9aHx3fbA+G57aHy3PTC+N/mh8b3DD4zvtofGd9tD47vtAAAAAAAAAAAAADymiwADAOSj1JBfF8xMAAAAAElFTkSuQmCC') 0px 0px / 127px 81px no-repeat; cursor: pointer; display: block; height: 81px; outline: none; position: absolute; width: 127px; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0.9; pointer-events: none;}
.wistia_block:hover .wistia_button	{opacity: 1;}


/*** CUSTOM **************************/

/*** CUSTOM - TILES ******************/
.blog.tile, .resources.tiles .wp-block-column	{border-radius: 0.5rem;}
.blog.tile, .resources.tiles .tile	{
	position: relative; overflow: hidden; min-height: 350px;
	padding-bottom: 3em; border-radius: 0.5rem; transition-duration: 0.25s;

}
/*
.resources.tiles .tile							{width: calc(33% - 15px); display: inline-block; vertical-align: top; margin: 0px 0px 15px 15px; background: var(--color--3) !important;}
.resources.tiles .tile .content				{display: none;}

*/
/*.resources.tiles .wp-block-column:hover	{transform: scale(1.05);}*/
/*.resources.tiles .wp-block-column:hover img	{width: 110%; max-width: 110%; margin: 0 auto;}*/
.resources.tiles .image					{
	width: 100%; height: 180px;
	/*background-color: var(--color--1);*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blog.tile figure, .resources.tiles figure				{margin: 0 !important; width: 100% !important; overflow: hidden;}
.resources.tiles img			{width: 100%; height: 180px; object-fit: cover;}
.resources.tiles div			{position: relative;}
.resources.tiles .title, .resources.tiles .content, .resources.tiles .cta		{padding: 1.5rem; line-height: 1em;}
.resources.tiles .title		{padding-bottom: 0.5rem; font-weight: 600;}
.resources.tiles .content	{padding-top:0;}

/*.resources.tiles div div		{padding-bottom: 3em;}*/
.blog.tile .cta, .resources.tiles .cta, .resources.tiles p:last-of-type		{position: absolute; bottom: 0; right: 0;}
.blog.tile:hover, .resources.tiles .wp-block-column:hover						{background-color: #f8f8f8 !important;}
.blog.tile:hover figure, .resources.tiles .wp-block-column:hover figure		{background-color: var(--color--1);}
.blog.tile:hover img, .resources.tiles .tile:hover img, .resources.tiles .tile:hover .image		{opacity: 0.6;}
/*
.resources.tiles .tile:hover .image::before		{
	content: ''; width: 100%; height: 100%; display: block;
	background-color: var(--color--1); position: absolute;
}
$sHtml .= ".tile.featured::before	{content: ''; width: 100%; height: 100%; background: var(--color--1); position: absolute;}";
*/
.resources.tiles .tile:hover::before		{
	content: ''; width: 100%; height: 180px; background: var(--color--1); position: absolute;
}

.resources.tiles .tile.compact			{min-height: 300px;}
.resources.tiles .tile.compact img, .resources.tiles .tile.compact .image, .resources.tiles .tile.compact:hover::before		{height: 150px;}

/*** CUSTOM - TOGGLER ****************/
.toggler-buttons			{overflow: hidden;}
.toggler-button				{padding: .5em 1.5em !important; cursor: pointer;}
/*
.toggler-button:hover, .toggler-button.selected		{
	background-color: #7f7f7f66;
}


*/
/*.toggler-button				{background: rgba(127,127,127,0.25);}*/
.toggler-button:hover		{background: rgba(127,127,127,0.3);}
.toggler-button.selected	{background: rgba(127,127,127,0.4); font-weight: 600;}

.toggler-pannel .wp-block-cover__inner-container		{position: relative;}

.quotes .toggler-button						{padding: 0 !important; background: transparent !important; opacity: 0.25; transition-duration: 0.5s;}
.quotes .toggler-button:hover			{opacity: 0.5;}
.quotes .toggler-next							{float: right;}
.quotes .toggler-pannel						{flex-direction: column; justify-content: center;}
.quotes .toggler-pannel blockquote, .quotes .toggler-pannel p			{width: 100%;}
.quotes .toggler-pannel.selected	{display: flex !important;}

.quotes .wp-block-column:first-of-type		{flex-basis: 100px;}

/*
layer toggler quotes
*/

/*** CUSTOM - TOGGLER - FAQ **********/
.faq_toggler_question				{cursor: pointer;}
.faq_toggler_question:hover		{color: var(--color--4);}
/* Fait. */
.faq_toggler_question::before {
	content: '+';
	color: var(--color--4); font-weight: 300; width: 25px; position: relative; top: 1px;
	font-size: 1.25em; line-height: 1.25em; margin-left: -0.5em; display: inline-block;
}
.faq_toggler_question.selected::before {content: '-';}

.accordion .toggler-button, .accordion .faq_toggler_question		{
	padding: 1em 2em; margin-bottom: 10px;
	background-color: #00244666; color: var(--color--1); border-radius: 5rem;
	opacity: 0.8; transition-duration: 0.5s;
}
.accordion .toggler-button *, .accordion .faq_toggler_question *				{pointer-events: none;}
.accordion .toggler-button:hover, .accordion .faq_toggler_question:hover	{opacity: 1;}
.accordion .toggler-button.selected, .accordion .faq_toggler_question.selected	{opacity: 1; background-color: var(--color--1); color: var(--color--base);}
.accordion .toggler-pannel, .accordion .faq_toggler_answer						{padding: 1rem 2rem 2rem 2rem;}

.accordion .toggler-button				{color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.2); padding: .75em 1.5em .75em 1em !important;}
.accordion .toggler-button:hover		{color: rgba(255,255,255,1); background: rgba(255,255,255,0.2) !important;}
.accordion .toggler-button.selected	{color: rgba(255,255,255,1); background: rgba(255,255,255,0.4) !important;}


/*** FIXES ***************************/

/*** FIXES - SEARCHWP ****************/
#searchwp-form-1 .swp-input, #searchwp-form-1 .swp-select		{border: 1px solid #d4f203; border-radius: 5px;}
#searchwp-form-1 .searchwp-form-input-container .swp-select		{border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0;}
#searchwp-form-1 .searchwp-form-input-container .swp-select + .swp-input {border-top-left-radius: 0; border-bottom-left-radius: 0;}
#searchwp-form-1 input[type=submit]								{border-radius: 5px; font-size: 18px;}
#searchwp-form-1 .swp-toggle-checkbox:checked + .swp-toggle-switch, #searchwp-form-1 .swp-toggle-switch--checked  {background: #d4f203;}

/*
.swp-flex .swp-result-item {}

:hover a:where(:not(.wp-element-button))	{color: var(--color--2);}
.swp-result-item--button, .swp-button

.pardot-form input[type="text"], .pardot-form input[type="tel"], .pardot-form input[type="email"], .pardot-form textarea {
  width: 100%; max-width: 100%; max-height: 125px; padding: 8px 8px 8px 10px;
  border: none;
  font-size: var(--font--small);
  background-color: #F4F5F5;
  color: #2f3c3b;
  font-family: 'Calibre',Arial,Helvetica,sans-serif;
  border-radius: 0.5em;
}
.pardot-form .submit {margin: 0.5em 0 0 104px;}
.pardot-form input[type="submit"] {
	margin: 0;
	border-radius: 0.5em !important;
	color: #2f3c3b !important;
	background: #D4F203 !important;
	font-weight: 600;
	font-size: clamp(0.875em, -0.009em + 0.875rem + 0.045vw, 0.9em);
	padding: 0.7em 1.3em;
	border: none;
	cursor: pointer;
}
.pardot-form input[type="submit"]:hover	{transform: scale(1.05);}
.pardot-form label, .pardot-form label b {
	font-size: var(--font--small);
	font-weight: 300;
	min-width: 100px;
}
*/


@media (max-width: 1090px) {
    .material.link.login a::before  {display: none;}
}

@media (max-width: 600px) {
	#header-search-toggler	{display: none;}
}