@charset "utf-8";

/* 
https://github.com/nicholasruggeri/cookies-enabler
MIT License
Copyright (c) Nicholas Ruggeri
Copyright (c) 2015-2018 Gianmarco Simone
*/
.ce-banner {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10001;
	padding: 1.5em 1em;
	width: 100%;
	background-color: rgba(223, 223, 223, 0.9);
	color: #202020;
	text-align: center;
}

@media screen and (max-width: 767.98px) {
	.ce-banner {
		padding-top: 0.5em;
		padding-bottom: 1em;
	}
}

.ce-banner a {
	color: #006a9e;
	font-weight: 600;
}

.ce-iframe-placeholder {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1em;
	background-color: #202020;
	color: #dfdfdf;
	text-align: center;
	border-radius: 0.375rem;
}

.ce-iframe-placeholder p {
	margin: 0 auto;
}

.ce-accept,
.ce-disable,
.ce-dismiss {
	display: inline-block;
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding: 0.5em 1em;
	text-decoration: none;
}

.ce-dismiss {
	position: absolute;
	top: 1em;
	right: 1em;
	background-color: #ccc;
	color: #333;
	font-size: 0.8em;
}

.ce-banner .ce-accept,
.ce-iframe-placeholder .ce-accept {
	margin: 0;
	padding: 0.625rem 1.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
	color: #ffffff;
}