#cookie-bar, #message-bar, #warning-bar, #warning-bar2 {
	background: #434443;
	text-align: left;
	width: 100%;
	padding: 0.9375rem 0;
	overflow: hidden;
	font-size: 0.875rem;
	position: fixed;
	top: 0; left: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}	
	#warning-bar {
		background: #fafbf1;	
	}
	
	#warning-bar2 {
		background-color: aliceblue;
	}
	
	#cookie-bar p, #message-bar p, #warning-bar p, #warning-bar2 p {
		margin: 0 auto;
		padding: 0 2.5rem 0 0.625rem;
		color: #fff;
		position: relative;
		max-width: 75rem;
	}
	#warning-bar p , #warning-bar2 p {
		color: #434443;
		font-weight: 600;
	}
		#cookie-bar p a, #message-bar p a, #warning-bar p a, #warning-bar2 p a {
			color: #006141;
		}
			#cookie-bar p a:hover, #cookie-bar p a:focus, #message-bar p a:hover, #message-bar p a:focus, #warning-bar p a:hover, #warning-bar p a:focus,
			#warning-bar2 p a:hover, #warning-bar2 p a:focus {
				color: #006544;
				text-decoration: underline;
			}

		#cookie-bar .cb-enable, #message-bar .cb-enable, #warning-bar .cb-enable, #warning-bar2 .cb-enable {
			position: absolute;
			top: 0;
			right: 10px;
			width: 20px;
			height: 20px;
			display: block;
			background: #006141;
			border-radius: 50%;
			color: #ffffff;
			cursor: pointer;
			text-align: center;
			font-size: 1.25rem;
			line-height: 1;
		}
			#cookie-bar .cb-enable:hover, #cookie-bar .cb-enable:focus, #message-bar .cb-enable:hover, #message-bar .cb-enable:focus,
			#warning-bar .cb-enable:hover, #warning-bar .cb-enable:focus, #warning-bar2 .cb-enable:hover, #warning-bar2 .cb-enable:focus {
				background: #fff;
				color: #00573B;
			}

.consent-description a, .consent-accept, .consent-reject {
	/* color: #00875b; */
	color: #000 !important;
}

/* MEDIUM - 768px up */
@media only screen and (min-width: 40.063em) {
	#cookie-bar p, #message-bar p, #warning-bar p , #warning-bar2 p {
		/*background: url(../images/style/cookie_icon.png) left center no-repeat;
		padding: 1.5625rem 9.375rem;
		margin: 0 0.625rem;
		min-height: 100px;*/
		padding-left: 0.9375rem;
	}
	#cookie-bar .cb-enable, #message-bar .cb-enable, #warning-bar .cb-enable, #warning-bar2 .cb-enable {
		right: 0.9375rem;
	}
}

/* LARGE - 1024px up */
@media only screen and (min-width: 64.063em) { 
	#cookie-bar p, #message-bar p, #warning-bar p, #warning-bar2 p {
		padding-left: 1.5625rem;
	}
	#cookie-bar .cb-enable, #message-bar .cb-enable, #warning-bar .cb-enable, #warning-bar2 .cb-enable {
		right: 1.5625rem;
	}
}

/* CUSTOM 1200px up */
@media only screen and (min-width: 75em) { 
	#cookie-bar p, #message-bar p, #warning-bar p, #warning-bar2 p {
		margin: 0 auto;
	}
}