/*<meta conditions="" />*/

@font-face 
{
	font-family: 'Sage Text';
	src: url('https://fonts.sage.com/Sage_Text-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Sage Headline';
	src: url('https://fonts.sage.com/Sage_Headline-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

:root
{
	--ia-dark-grey: #404040;
	/*rebrand*/
	--ia-aquamarine: #66C8AD;
	--ia-callout: rgb(206, 0, 88);
	/*#CE0058 */
	--ia-azul: rgb(0, 75, 135);
	--ia-plum: rgb(130, 70, 175);
	--ia-amethyst: rgb(37, 14, 98);
	--ia-green: #00A65C;
	/*#007345 = product green, #00A65C = Jade green - rebrand*/
	--ia-sage-green: #00d639;
	/*rebrand*/
	--ia-slate: rgb(0, 51, 73);
	--ia-orange: #fd9829;
	--ia-link: #0077c8;
	--ia-main-grey: #f2f5f6;
	--ia-callout-light: rgba(206, 0, 88, 0.3);
	--ia-azul-light: rgba(0, 75, 135, 0.3);
	--ia-plum-light: rgba(130, 70, 175, 0.3);
	--ia-amethyst-light: rgba(37, 14, 98, 0.3);
	--ia-green-light: rgba(65,169,64, 0.3);
	--ia-callout-medium: rgba(206, 0, 88, 0.6);
	--ia-azul-medium: rgba(0, 75, 135, 0.6);
	--ia-plum-medium: rgba(130, 70, 175, 0.6);
	--ia-amethyst-medium: rgba(37, 14, 98, 0.6);
	--ia-green-medium: rgba(65,169,64, 0.6);
	--ia-azul-dark: #073460;
}

/*--- Need these styles for Flare native search ----*/

.search-bar._Skins_HomeSearchBar.mc-component
{
	width: auto;
}

.search-bar._Skins_HomeSearchBar.mc-component .search-field
{
	border: 2px solid #d3d3d3;
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 1em;
	height: 40px;
	padding: 0 0 0 10px;
	width: 100%;
	border-radius: 30px;
	border-color: white;
}

.search-bar.search-bar-container._Skins_HomeSearchBar.mc-component .search-submit
{
	background-image: none;
	background-color: #00d639;
	border-top: 2px solid #00d639;
	border-right: 2px solid #00d639;
	border-bottom: 2px solid #00d639;
	border-left: 0;
	font-size: 1rem;
	font-weight: 900;
	height: 40px;
	padding: 7px 0 0 0;
	text-align: center;
	width: 60px;
	color: #ffffff;
}

.search-bar.search-bar-container._Skins_HomeSearchBar.mc-component .search-submit:hover
{
	color: #00d639;
	background-color: #fff;
	border-top: 2px solid #d3d3d3;
	border-right: 2px solid #d3d3d3;
	border-bottom: 2px solid #d3d3d3;
}

.search-bar._Skins_HomeSearchBar.mc-component .search-submit:before
{
	font-family: 'Font Awesome 5 Pro';
	content: "\f002";
}

._Skins_Search.mc-component #pagination a:hover
{
	background: #F7F7F7;
}

