#cookie-alert {
	display: none;
	background: #2B3943;
	z-index: 200;
	margin-bottom: 0;
	padding: 1.5rem;
	font-size: 1rem;
	border-radius: 0;
	text-align: center;
	-webkit-box-shadow: 0px -3px 23px -4px rgba(107,107,107,0.39);
	-moz-box-shadow: 0px -3px 23px -4px rgba(107,107,107,0.39);
	box-shadow: 0px -3px 23px -4px rgba(107,107,107,0.39);
}
#cookie-alert p {
	padding: 0;
	font-size: 14px;
	color: rgba(255,255,255,0.75);
}
#cookie-alert a.privacy {
	color: rgba(255,255,255,1);
} 
#cookie-alert a.privacy:hover {
	color: rgba(255,255,255,0.75);
 	text-decoration: underline;
}
#cookie-alert.remove {
  display: none!important;
}
#cookie-alert button {
	background-color: transparent;
	color: rgba(255,255,255,0.75);
	box-shadow: none;
	transition: all .25s ease-in-out 0s;
	border: 1px solid rgba(255,255,255,0.75);

}
#cookie-alert button:hover {
	color: rgba(255,255,255,1);
	transition: all .25s ease-in-out 0s;
	opacity: 0.85;
}
@media screen and (max-width: 1247px) {
  #cookie-alert button {
    	display: block;
    	margin: 0 auto 0 auto;
	}
}
