/*                                                                      */
/* 		                   COOKIES                       		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */


/* **************************************** */
/* 				COOKIE BAR	 				*/
/* **************************************** */

div#cookie-message {
  color: white;
  background-color: #000000;	/* Core black */
  border-top: 1px solid #C9CAC8 /* __ ARP 3 __ Light Grey */;
  bottom: 0;
  padding: 10px 9%;
  position: fixed;
  width: 82%;
  font-size: 11px;
  z-index: 110; /* Updated by IainMc - 20240704 */
}
div#cookie-message p a {
}


/* **************************************** */
/* 			COOKIE PREFERENCE		 		*/
/* **************************************** */

a.cookie_preference_button {
  display: block;
  width: auto;
  max-width: 217px;
  margin-bottom: 10px;
  color: #6E267B /* __ ARP 3 __ Purple (Pantone 259c) */;
  padding: 5px 20px 5px 20px;
  border: 2px solid #5EB9E4 /* __ ARP 3 __ Light Blue (Pantone 2915c)  */;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

