:root {

--font: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;

--base-color: #3370BA;



--base-text-color: #fff;

--footer-color: #3370BA;



--footer-text-color: #fff;

--button-color: #3370BA;


--button-hover-color: #78BE20;



--button-text-color: #fff;


--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

/* Apple CMS page tabel background */
#body > div.main-wrapper > div > div.page-content > div.content-container.clearfix > div > div > div > div.content > div:nth-child(1) > table > tbody > tr:nth-child(2) {
    background-color: white;
}
#body > div.main-wrapper > div > div.page-content > div.content-container.clearfix > div > div > div > div.content > div:nth-child(1) > table > tbody > tr:nth-child(4) {
    background-color: white;
}
#body > div.main-wrapper > div > div.page-content > div.content-container.clearfix > div > div > div > div.content > div:nth-child(1) > table > tbody > tr:nth-child(6) {
    background-color: white;
}
#body > div.main-wrapper > div > div.page-content > div.content-container.clearfix > div > div > div > div.content > div:nth-child(1) > table > tbody > tr:nth-child(8) {
    background-color: white;
}
#body > div.main-wrapper > div > div.page-content > div.content-container.clearfix > div > div > div > div.content > div:nth-child(1) > table > tbody > tr:nth-child(10) {
    background-color: white;
}