window.cookieconsent.initialise({
  "palette": {
    "popup": {
		"background": "#d9192c",
		"text": "#ffffff"
    },
    "button": {
      "background": "transparent",
      "text": "#ffffff",
      "border": "#ffffff"
    }
  },
	"showLink": false,
  "position": "bottom",
  "content": {
    "message": "<div class='bg-primary'>This website uses cookies. Find out more in our <a href='https://www.westga.edu/administration/president/legal/general_counsel/legal_topics/privacy-statement.php'>Privacy Notice</a>. For questions, please email <a href='mailto:dataprivacy@westga.edu'>dataprivacy@westga.edu</a>.</div>"
  }
});
