#newcookiebanner{
	border-top: 1px solid #002f6f !important;
	background:rgba(255,255,255, 0.95);
	bottom: 0px;
	left: 0;
	padding: 10px 30px 5px 30px;
	position: fixed;
	right: 0;
	z-index: 101;
	display:block;
}
#closecookiebanner{ 
	cursor:pointer !important;
	margin-top:10px;
}
#newcookiebanner strong{
	color:#002f6f;
	cursor:pointer;
	z-index: +999999999;
}
#newcookiebanner a{
	color:#002f6f;
	cursor:pointer;
}
#newcookiebanner p{
   color:#111111; 
}
.newbuttonfloat{
	float:right;
	margin-top:10px;
}
#cookieCloseButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #002f6f;
	background: #002f6f;
	padding: 5px 20px;
	border-radius: 3px;
	color:white;
}
#cookieCloseButton:hover{
	opacity:0.95;
	color:white !important;
	cursor:pointer !important;
}
@media (max-width: 990px) {
	  .newbuttonfloat{
		margin-top:30px;
}
  }
		
@media (max-width: 767px) {
	#cookieCloseButton{
		background: #002f6f;
		color:white !important;
		width:100%;
		cursor:pointer !important;
	}
	#closecookiebanner{
		position:static !important; width:100%;
	}
	.newbuttonfloat{
		float:none;
		margin-top: 10px;
	}
}