/****************************************************************************************
* Cookie Compliance Layer
*****************************************************************************************/

body													{position: relative;}

/* Colors */

.CookieLayer,
.CookieModal											{color: #272727; background: rgba(255,255,255,1);}

.CookieLayer .Checkmark 								{background-color: #f0f0f0; border: 1px solid #737373;}

.CookieLayer label:hover .Checkmark,
.CookieModal label:hover .Checkmark						{background-color: #4a94d3; border: 1px solid #4a94d3;}

.CookieLayer label input:checked ~ .Checkmark,
.CookieLayer .Checkmark.Checked,							
.CookieLayer .Checkmark.Checked:hover					{background-color: #4a94d3 !important; border: 1px solid #4a94d3 !important;}

.CookieLayer label .Checkmark::after 					{border: solid #fff;}

.CookieLayer a.CookieInfo:hover,
.CookieModal a.CookieModalClose:hover					{color: #4a94d3;}
.CookieModal .h3										{color: #4a94d3;}

.CookieLayer .CookieButtons	.CookieButton01				{width: auto; background-color: #ffffff; border: 1px solid #dfdfdf; color: #737373; padding: .425em .75em .42em .75em;}
.CookieLayer .CookieButtons	.CookieButton02				{width: auto; background-color: #4a94d3; padding: .4775em 1.15em .4225em 1.15em; font-weight: 400; line-height: 1.666;}
.CookieLayer .CookieButtons	.CookieButton02 span		{color: #fff;}
.CookieLayer .CookieButtons	.CookieButton02:hover		{background-color: #4a94d3;}

.CookieLayer a.CookieInfo								{color: #a9a9a9;}
.CookieModal a.CookieLinkMore							{color: #4a94d3;}

.CookieLinkSettings										{background: #fff; color: #272727 !important;}
.CookieLinkSettings:hover								{}

.CookieModal .Checkmark									{background-color: #fff;}


/* Border Radius */

.CookieLayer .Checkmark 								{border-radius: 0px;}
.CookieLayer .CookieButtons button						{border-radius: 0px;}


/************************* Standards ***********************************/

.CookieLayer,
.CookieLinkSettings										{z-index: 10000000000; font-size: 17px; line-height: 1.4;}

.CookieLayer p,
.CookieLinkSettings p									{line-height: 1.4; font-weight: 300;}

.CookieLayer 											{position: fixed; bottom: 0; width: 100%; padding: 20px 0 2px 0;
														-webkit-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.26);
														-moz-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.26);
														box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.26);}										

.CookieLayer .CookieLayerWrap							{width: 100%; text-align: left; padding: 6px 1.25em 8px 1.25em;}
.CookieLayer .CookieLayerWrap .CookieTitle				{display: block; padding-bottom: .5em; font-weight: 600;}	
.CookieLayer .CookieLayerWrap p.CookieText				{margin: 0; padding-right: 5em;}
.CookieLayer .CookieLayerWrap p a						{}

.CookieLayer .CookieCategories							{padding: 20px 9.5em 10px 0; font-weight: 300;}
.CookieLayer .CookieCategories div						{display: inline-block; margin-right: 3em;}
.CookieLayer .CookieCategories div:last-of-type			{margin-right: 0;}
.CookieLayer label 										{display: block; float: left; position: relative; padding-left: 2em; padding-bottom: 2px; margin-right: 10px; margin-bottom: .25em; cursor: pointer; overflow: hidden;}
.CookieLayer label input 								{position: absolute; left: -50px; opacity: 0; cursor: pointer; height: 0; width: 0;}

.CookieLayer .Checkmark 								{position: absolute; top: .0375em; left: 0; height: 1.3em; width: 1.3em;}
.CookieLayer label.CheckboxDisabled						{pointer-events: none; cursor: default;}
.CookieLayer label.CheckboxDisabled input:checked ~ .Checkmark,
.CookieLayer label.CheckboxDisabled .Checkmark.Checked	{opacity: .15; background: #000 !important; border-color: #000 !important;}

.CookieLayer .Checkmark:after 							{content: ""; position: absolute; display: none;}
.CookieLayer label input:checked ~ .Checkmark:after,
.CookieLayer .Checkmark.Checked::after			 		{display: block;}
.CookieLayer label .Checkmark::after 					{left: .45em; top: .065em; width: .3em; height: .7em; border-width: 0 .15em .15em 0;
														-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.CookieLayer .Checkmark.Checked.Alpha50					{opacity: .65;}	
														
														
.CookieLayer a.CookieInfo								{display: block; float: right; width: 1.375em; height: 1.375em; margin-top: 0; font-size: 100%; 
														 -webkit-transition: opacity 1500ms ease; 
														 -moz-transition: opacity 1500ms ease; 
														 -o-transition: opacity 1500ms ease; 
														 transition: all 1500ms ease;}
.CookieLayer a.CookieInfo:hover							{transform: rotate(180deg) scale(1.3);}
													
.CookieLayer .CookieButtons								{text-align: center; padding: 5px 0 10px 0;}
.CookieLayer .CookieButtons button						{padding: .25rem .625em .275rem .625em; width: 13.5em; margin: 0 .575em; white-space: nowrap; font-size: 1em; border: 0;
														cursor: pointer;
														-webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: all 200ms ease}
.CookieLayer .CookieButtons	.CookieButton02				{min-width: 14.2em;}														
.CookieLayer .CookieButtons	.CookieButton01 span		{font-size: 85%; font-weight: 300;}
.CookieLayer .CookieButtons	.CookieButton02 span		{font-size: 95%; font-weight: 600;}

.CookieLayer .CookieButtons	.CookieButton01:hover 		{filter: alpha(opacity = 65); -ms-filter: "alpha(opacity = 65)"; opacity: .65;}
.CookieLayer .CookieButtons	.CookieButton02:hover 		{transform: scale(1.05); opacity: 1;}

.CookieLayer .CookieLinks								{position: absolute; right: 1.5em; bottom: 1.375em; font-size: 90%; white-space: nowrap; color: #737373;}
.CookieLayer .CookieLinks p								{margin-bottom: 0;}
.CookieLayer .CookieLinks a								{text-decoration: underline; color: #737373; display: inline-block; padding: 0 .175em 0 .175em;}
.CookieLayer .CookieLinks a:hover						{filter: alpha(opacity = 65); -ms-filter: "alpha(opacity = 65)"; opacity: .65;}


/* COOKIE MODAL */

.CookieModal											{position: fixed; right: 1.5em; bottom: 13.5em; width: 26em; min-height: 12em; margin: auto; padding: 2em 1.5em 2em 1.5em; z-index: 1; 
														text-align: left; 
														-webkit-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.26);
														-moz-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.26);
														box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.26);}

.CookieModal .h3										{margin-top: 0; margin-bottom: .5em; font-size: 100%; font-family: inherit; font-weight: 600; text-transform: none;}
.CookieModal a.CookieModalClose							{display: block; width: 25px; height: 25px; position: absolute; right: .5em; top: .5em;}
.CookieModal a.CookieModalClose:hover					{transform: scale(1.15);}	
.CookieModal a.CookieModalClose .CookieIconClose		{display: inline-block; width: 100%; height: 100%; margin-top: 1px; 
														 stroke-width: 0; stroke: currentColor; fill: currentColor; font-size: 100%;}

.CookieModal .CookieList								{margin-top: 1em;}
.CookieModal .CookieList .CookieItem					{margin: 0 0 5px 0; padding: .25em .5em; background-color: #f0f0f0; position: relative;}
.CookieModal .CookieList .CookieItem label				{float: none; width: 50%; margin-top: .185em; margin-bottom: .15em; font-weight: 600;}

.CookieModal a.CookieLinkMore							{display: block; float: right; width: 25px; height: 25px; position: absolute; right: 0.25em; top: .375em;}
.CookieModal a.CookieLinkMore:hover,
.CookieModal a.CookieLinkMore.Active					{transform: rotate(90deg);}	
.CookieModal a.CookieLinkMore.Avtive:hover				{transform: rotate(180deg);}
					 
.CookieModal .CookieInfoText							{margin-top: 2px; padding: 1em .5em .25em .5em; border-top: 2px dotted #fff;}
.CookieModal .CookieInfoText p							{margin-bottom: .5em; color: #6a6a6a;}

/* COOKIE LINK */

.CookieLinkSettings										{display: block; width: auto; position: absolute; bottom: 0; left: 0; padding: .375em .825em .35em .375em; text-decoration: none; 
														line-height: 1.6; overflow: hidden; font-size: 70%;
														-webkit-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.26);
														-moz-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.26);
														box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.26);}
														
.CookieLinkSettings	p,
.CookieLinkSettings	ul									{line-height: 1.4;}														
													 
.CookieLinkSettings:hover								{text-decoration: none; padding-bottom: 1em;}
.CookieLinkSettings div									{width: 1.5em; height: 1.5em; display: block; float: left; margin-right: .5em;
														-webkit-transition: opacity 1500ms ease; 
														 -moz-transition: opacity 1500ms ease; 
														 -o-transition: opacity 1500ms ease; 
														 transition: all 1500ms ease;}
.CookieLinkSettings:hover div							{transform: rotate(180deg) scale(1.3);}


@media screen and (min-width : 1750px) {
	.CookieLayer .CookieLayerWrap						{margin-left: 1.5em; padding-bottom: 2px; max-width: 1250px;}
	.CookieLayer .CookieLayerWrap p.CookieText			{padding-right: 0;}
	.CookieLayer .CookieButtons							{position: absolute; top: 3em; right: 2em;}
	.CookieLayer .CookieLinks							{bottom: 1.625em; right: 2.625em;}
	.CookieModal										{bottom: 9em; right: 2.5em;}
}

@media screen and (max-width : 1260px) {	
	.CookieLayer .CookieLayerWrap p.CookieText br		{display: none;}
	.CookieLayer .CookieLayerWrap p.CookieText			{}
}

@media screen and (max-width : 1024px) {
	.CookieLayer .CookieLinks							{bottom: 1.5em;}
	.CookieModal										{bottom: 16em;}
}

@media screen and (min-width : 768px) and (max-width : 1024px) {	
	.CookieLayer,
	.CookieLinkSettings									{font-size: 13px;}
	.CookieLayer .CookieLinks							{bottom: 1.875em;}
}

@media screen and (max-width : 992px) {	
	.CookieLayer										{padding-bottom: 3em;}
	.CookieModal										{bottom: 18em;}
}

@media screen and (max-width : 767px){
	.CookieLinkSettings									{left: 0; right: auto;}
	.CookieLayer,
	.CookieLinkSettings									{font-size: 15px;}
	.CookieLayer .CookieLayerWrap p.CookieText,			
	.CookieLayer .CookieCategories						{padding-right: 0;}
	.CookieLayer .CookieCategories div					{overflow: hidden; display: inline-block;}
	.CookieLayer label									{min-width: 12em; min-width: 12em; margin-bottom: 0;}
	.CookieLayer .CookieButtons							{text-align: center;}
	.CookieLayer .CookieButtons button					{margin: .25em; width: auto;}	
	.CookieLayer .CookieButtons .CookieButton01 span	{font-size: 85%;}
	.CookieModal										{bottom: auto; top: .575em; right: -50%; left: -50%; width: 93%; padding-left: 0; padding-right: 0;}
	.CookieModal .CookieList							{max-width: 30em;}
	.CookieModal .CookieModalContainer					{max-height: 80vh; overflow-y: scroll; padding-right: 1em; padding-left: 1em;}
	.CookieLayer .CookieLinks							{right: 1em;}
}

@media screen and (max-width : 580px) and (orientation: portrait){
	.CookieLayer .CookieButtons							{text-align: center;}
	.CookieLayer .CookieButtons button					{display: block; margin: auto;}
	.CookieLayer .CookieButtons .CookieButton02			{margin-top: .75em;}	
	.CookieLayer .CookieLinks							{width: 100%; text-align: center; right: 0;}
	.CookieLayer .CookieLayerWrap p.CookieText			{font-size: 1em !important;}
}

@media screen and (max-height : 480px) and (max-width : 767px) and (orientation: landscape){	
	.CookieLayer 										{font-size: 4vh;}
	.CookieModal										{bottom: auto; top: 1em; right: -50%; left: -50%; width: 90%; max-width: 50em;}
	.CookieModal .CookieList							{max-width: 30em;}
}


/* SVG Icons */

.CookieLayer a.CookieInfo								
{background: 
url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path style="fill:rgb(74,148,211);fill-opacity:1;" d="M17.498,11.697c-0.453-0.453-0.704-1.055-0.704-1.697c0-0.642,0.251-1.244,0.704-1.697c0.069-0.071,0.15-0.141,0.257-0.22c0.127-0.097,0.181-0.262,0.137-0.417c-0.164-0.558-0.388-1.093-0.662-1.597c-0.075-0.141-0.231-0.22-0.391-0.199c-0.13,0.02-0.238,0.027-0.336,0.027c-1.325,0-2.401-1.076-2.401-2.4c0-0.099,0.008-0.207,0.027-0.336c0.021-0.158-0.059-0.316-0.199-0.391c-0.503-0.274-1.039-0.498-1.597-0.662c-0.154-0.044-0.32,0.01-0.416,0.137c-0.079,0.106-0.148,0.188-0.22,0.257C11.244,2.956,10.643,3.207,10,3.207c-0.642,0-1.244-0.25-1.697-0.704c-0.071-0.069-0.141-0.15-0.22-0.257C7.987,2.119,7.821,2.065,7.667,2.109C7.109,2.275,6.571,2.497,6.07,2.771C5.929,2.846,5.85,3.004,5.871,3.162c0.02,0.129,0.027,0.237,0.027,0.336c0,1.325-1.076,2.4-2.401,2.4c-0.098,0-0.206-0.007-0.335-0.027C3.001,5.851,2.845,5.929,2.77,6.07C2.496,6.572,2.274,7.109,2.108,7.667c-0.044,0.154,0.01,0.32,0.137,0.417c0.106,0.079,0.187,0.148,0.256,0.22c0.938,0.936,0.938,2.458,0,3.394c-0.069,0.072-0.15,0.141-0.256,0.221c-0.127,0.096-0.181,0.262-0.137,0.416c0.166,0.557,0.388,1.096,0.662,1.596c0.075,0.143,0.231,0.221,0.392,0.199c0.129-0.02,0.237-0.027,0.335-0.027c1.325,0,2.401,1.076,2.401,2.402c0,0.098-0.007,0.205-0.027,0.334C5.85,16.996,5.929,17.154,6.07,17.23c0.501,0.273,1.04,0.496,1.597,0.66c0.154,0.047,0.32-0.008,0.417-0.137c0.079-0.105,0.148-0.186,0.22-0.256c0.454-0.453,1.055-0.703,1.697-0.703c0.643,0,1.244,0.25,1.697,0.703c0.071,0.07,0.141,0.15,0.22,0.256c0.073,0.098,0.188,0.152,0.307,0.152c0.036,0,0.073-0.004,0.109-0.016c0.558-0.164,1.096-0.387,1.597-0.66c0.141-0.076,0.22-0.234,0.199-0.393c-0.02-0.129-0.027-0.236-0.027-0.334c0-1.326,1.076-2.402,2.401-2.402c0.098,0,0.206,0.008,0.336,0.027c0.159,0.021,0.315-0.057,0.391-0.199c0.274-0.5,0.496-1.039,0.662-1.596c0.044-0.154-0.01-0.32-0.137-0.416C17.648,11.838,17.567,11.77,17.498,11.697 M16.671,13.334c-0.059-0.002-0.114-0.002-0.168-0.002c-1.749,0-3.173,1.422-3.173,3.172c0,0.053,0.002,0.109,0.004,0.166c-0.312,0.158-0.64,0.295-0.976,0.406c-0.039-0.045-0.077-0.086-0.115-0.123c-0.601-0.6-1.396-0.93-2.243-0.93s-1.643,0.33-2.243,0.93c-0.039,0.037-0.077,0.078-0.116,0.123c-0.336-0.111-0.664-0.248-0.976-0.406c0.002-0.057,0.004-0.113,0.004-0.166c0-1.75-1.423-3.172-3.172-3.172c-0.054,0-0.11,0-0.168,0.002c-0.158-0.312-0.293-0.639-0.405-0.975c0.044-0.039,0.085-0.078,0.124-0.115c1.236-1.236,1.236-3.25,0-4.486C3.009,7.719,2.969,7.68,2.924,7.642c0.112-0.336,0.247-0.664,0.405-0.976C3.387,6.668,3.443,6.67,3.497,6.67c1.75,0,3.172-1.423,3.172-3.172c0-0.054-0.002-0.11-0.004-0.168c0.312-0.158,0.64-0.293,0.976-0.405C7.68,2.969,7.719,3.01,7.757,3.048c0.6,0.6,1.396,0.93,2.243,0.93s1.643-0.33,2.243-0.93c0.038-0.039,0.076-0.079,0.115-0.123c0.336,0.112,0.663,0.247,0.976,0.405c-0.002,0.058-0.004,0.114-0.004,0.168c0,1.749,1.424,3.172,3.173,3.172c0.054,0,0.109-0.002,0.168-0.004c0.158,0.312,0.293,0.64,0.405,0.976c-0.045,0.038-0.086,0.077-0.124,0.116c-0.6,0.6-0.93,1.396-0.93,2.242c0,0.847,0.33,1.645,0.93,2.244c0.038,0.037,0.079,0.076,0.124,0.115C16.964,12.695,16.829,13.021,16.671,13.334 M10,5.417c-2.528,0-4.584,2.056-4.584,4.583c0,2.529,2.056,4.584,4.584,4.584s4.584-2.055,4.584-4.584C14.584,7.472,12.528,5.417,10,5.417 M10,13.812c-2.102,0-3.812-1.709-3.812-3.812c0-2.102,1.71-3.812,3.812-3.812c2.102,0,3.812,1.71,3.812,3.812C13.812,12.104,12.102,13.812,10,13.812"></path></svg>') right no-repeat;}


.CookieLinkSettings div							
{background: 
url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path style="fill:rgb(74,148,211);fill-opacity:1;" d="M17.498,11.697c-0.453-0.453-0.704-1.055-0.704-1.697c0-0.642,0.251-1.244,0.704-1.697c0.069-0.071,0.15-0.141,0.257-0.22c0.127-0.097,0.181-0.262,0.137-0.417c-0.164-0.558-0.388-1.093-0.662-1.597c-0.075-0.141-0.231-0.22-0.391-0.199c-0.13,0.02-0.238,0.027-0.336,0.027c-1.325,0-2.401-1.076-2.401-2.4c0-0.099,0.008-0.207,0.027-0.336c0.021-0.158-0.059-0.316-0.199-0.391c-0.503-0.274-1.039-0.498-1.597-0.662c-0.154-0.044-0.32,0.01-0.416,0.137c-0.079,0.106-0.148,0.188-0.22,0.257C11.244,2.956,10.643,3.207,10,3.207c-0.642,0-1.244-0.25-1.697-0.704c-0.071-0.069-0.141-0.15-0.22-0.257C7.987,2.119,7.821,2.065,7.667,2.109C7.109,2.275,6.571,2.497,6.07,2.771C5.929,2.846,5.85,3.004,5.871,3.162c0.02,0.129,0.027,0.237,0.027,0.336c0,1.325-1.076,2.4-2.401,2.4c-0.098,0-0.206-0.007-0.335-0.027C3.001,5.851,2.845,5.929,2.77,6.07C2.496,6.572,2.274,7.109,2.108,7.667c-0.044,0.154,0.01,0.32,0.137,0.417c0.106,0.079,0.187,0.148,0.256,0.22c0.938,0.936,0.938,2.458,0,3.394c-0.069,0.072-0.15,0.141-0.256,0.221c-0.127,0.096-0.181,0.262-0.137,0.416c0.166,0.557,0.388,1.096,0.662,1.596c0.075,0.143,0.231,0.221,0.392,0.199c0.129-0.02,0.237-0.027,0.335-0.027c1.325,0,2.401,1.076,2.401,2.402c0,0.098-0.007,0.205-0.027,0.334C5.85,16.996,5.929,17.154,6.07,17.23c0.501,0.273,1.04,0.496,1.597,0.66c0.154,0.047,0.32-0.008,0.417-0.137c0.079-0.105,0.148-0.186,0.22-0.256c0.454-0.453,1.055-0.703,1.697-0.703c0.643,0,1.244,0.25,1.697,0.703c0.071,0.07,0.141,0.15,0.22,0.256c0.073,0.098,0.188,0.152,0.307,0.152c0.036,0,0.073-0.004,0.109-0.016c0.558-0.164,1.096-0.387,1.597-0.66c0.141-0.076,0.22-0.234,0.199-0.393c-0.02-0.129-0.027-0.236-0.027-0.334c0-1.326,1.076-2.402,2.401-2.402c0.098,0,0.206,0.008,0.336,0.027c0.159,0.021,0.315-0.057,0.391-0.199c0.274-0.5,0.496-1.039,0.662-1.596c0.044-0.154-0.01-0.32-0.137-0.416C17.648,11.838,17.567,11.77,17.498,11.697 M16.671,13.334c-0.059-0.002-0.114-0.002-0.168-0.002c-1.749,0-3.173,1.422-3.173,3.172c0,0.053,0.002,0.109,0.004,0.166c-0.312,0.158-0.64,0.295-0.976,0.406c-0.039-0.045-0.077-0.086-0.115-0.123c-0.601-0.6-1.396-0.93-2.243-0.93s-1.643,0.33-2.243,0.93c-0.039,0.037-0.077,0.078-0.116,0.123c-0.336-0.111-0.664-0.248-0.976-0.406c0.002-0.057,0.004-0.113,0.004-0.166c0-1.75-1.423-3.172-3.172-3.172c-0.054,0-0.11,0-0.168,0.002c-0.158-0.312-0.293-0.639-0.405-0.975c0.044-0.039,0.085-0.078,0.124-0.115c1.236-1.236,1.236-3.25,0-4.486C3.009,7.719,2.969,7.68,2.924,7.642c0.112-0.336,0.247-0.664,0.405-0.976C3.387,6.668,3.443,6.67,3.497,6.67c1.75,0,3.172-1.423,3.172-3.172c0-0.054-0.002-0.11-0.004-0.168c0.312-0.158,0.64-0.293,0.976-0.405C7.68,2.969,7.719,3.01,7.757,3.048c0.6,0.6,1.396,0.93,2.243,0.93s1.643-0.33,2.243-0.93c0.038-0.039,0.076-0.079,0.115-0.123c0.336,0.112,0.663,0.247,0.976,0.405c-0.002,0.058-0.004,0.114-0.004,0.168c0,1.749,1.424,3.172,3.173,3.172c0.054,0,0.109-0.002,0.168-0.004c0.158,0.312,0.293,0.64,0.405,0.976c-0.045,0.038-0.086,0.077-0.124,0.116c-0.6,0.6-0.93,1.396-0.93,2.242c0,0.847,0.33,1.645,0.93,2.244c0.038,0.037,0.079,0.076,0.124,0.115C16.964,12.695,16.829,13.021,16.671,13.334 M10,5.417c-2.528,0-4.584,2.056-4.584,4.583c0,2.529,2.056,4.584,4.584,4.584s4.584-2.055,4.584-4.584C14.584,7.472,12.528,5.417,10,5.417 M10,13.812c-2.102,0-3.812-1.709-3.812-3.812c0-2.102,1.71-3.812,3.812-3.812c2.102,0,3.812,1.71,3.812,3.812C13.812,12.104,12.102,13.812,10,13.812"></path></svg>') center no-repeat;}


.CookieModal a.CookieModalClose						
{background: 
url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path style="fill:rgb(191,191,191);fill-opacity:1;" d="M15.898,4.045c-0.271-0.272-0.713-0.272-0.986,0l-4.71,4.711L5.493,4.045c-0.272-0.272-0.714-0.272-0.986,0s-0.272,0.714,0,0.986l4.709,4.711l-4.71,4.711c-0.272,0.271-0.272,0.713,0,0.986c0.136,0.136,0.314,0.203,0.492,0.203c0.179,0,0.357-0.067,0.493-0.203l4.711-4.711l4.71,4.711c0.137,0.136,0.314,0.203,0.494,0.203c0.178,0,0.355-0.067,0.492-0.203c0.273-0.273,0.273-0.715,0-0.986l-4.711-4.711l4.711-4.711C16.172,4.759,16.172,4.317,15.898,4.045z"></path></svg>') right no-repeat;}


.CookieModal a.CookieLinkMore					
{background: 
url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path style="fill:rgb(74,148,211);fill-opacity:1;" d="M11.611,10.049l-4.76-4.873c-0.303-0.31-0.297-0.804,0.012-1.105c0.309-0.304,0.803-0.293,1.105,0.012l5.306,5.433c0.304,0.31,0.296,0.805-0.012,1.105L7.83,15.928c-0.152,0.148-0.35,0.223-0.547,0.223c-0.203,0-0.406-0.08-0.559-0.236c-0.303-0.309-0.295-0.803,0.012-1.104L11.611,10.049z"></path></svg>') right no-repeat;}





