/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2026 | 22:50:21 */
@import 'vars.scss';
@import 'media_queries.scss';

:root{
	--blue: #003164;
	--lightblue: #41B1C8;
	--teal: #009A96;
	--purple: #6C0C39;
	--coral: #EE584A;
	--yellow: #E8AC3E;
	--gray: #656565;
	--white: #ffffff;
	--darkBlue: #151f5a;
}

#wpconsent-container::part(wpconsent-cookies-list) {
	display: none;
}

#wpconsent-container::part(wpconsent-cookie-policy-item) {
	display: none;
}

#wpconsent-container::part(wpconsent-preferences-description) a{
	color: var(--teal)!important;
}

/* Left-align the main banner copy */
#wpconsent-container::part(wpconsent-banner-body) {
	text-align: left !important;
	font-size: 13px!important;
}

/* Left-align the preferences-panel introduction */
#wpconsent-container::part(wpconsent-preferences-description) {
	text-align: left !important;
}

/* Left-align category descriptions and expanded content */
#wpconsent-container::part(wpconsent-accordion-content) {
	text-align: left !important;
}

h2#wpconsent-preferences-title{
	font-size: 30px!important;
}