#cookie-container {
	position: fixed;
	bottom: -100%;
	left: 35%;
	right: 35%;
	background: rgba(0,0,0,0.85);
	color: #FFFFFF;
	border: solid 0.125rem #CCCCCC;
	border-radius: 1rem;
	padding: 1rem 1rem 1rem 1rem;
	transition: 400ms;
	line-height: 1.25;
	display: inline-block;
	z-index: 9999;
}
#cookie-container.active {
	bottom: 45%;
}
#cookie-button {
	background: #01407F;
	border: solid 0.0625rem #CCCCCC;
	padding: 0.5rem 0.5rem 0.75rem 0.5rem;
	width: 100%;
	color: #FFFFFF;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.25rem;
	text-align: center;
	letter-spacing: 0.05rem;
	text-decoration: none;
	border-radius: 0.5rem;
	cursor: pointer;
}
#cookie-button:hover {
	background-color: #000000;
}
#cookie-heading {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-family: EB Garamond, serif;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.050rem;
	text-decoration: none;
	padding: 0rem 0rem 0rem 0rem;
	margin-block-start: 0rem;
    margin-block-end: 0rem;
    margin-inline-start: 0rem;
    margin-inline-end: 0rem;
	-webkit-margin-before: 0rem;
	-webkit-margin-after: 0rem;
	-webkit-margin-start: 0rem;
	-webkit-margin-end: 0rem;
}
#cookie-text {
	display: block;
	padding: 1rem 0rem 1.25rem 0rem;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
	letter-spacing: 0;
	text-decoration: none;
	text-align: center;
}
#cookie-text a:link, #cookie-text a:visited {
	color: #BBBBBB;
	cursor: pointer;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
	letter-spacing: 0;
	text-decoration: none;
	text-align: center;
}
#cookie-text a:hover, #cookie-text a:active {
	color: #FFFFFF;
	cursor: pointer;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
	letter-spacing: 0;
	text-decoration: none;
	text-align: center;
}


@media screen and (max-width: 1180px) {
#cookie-container {
	left: 27%;
	right: 27%;
}
#cookie-container.active {
	bottom: 30%;
}
}

@media screen and (max-width: 868px) {
#cookie-container {
	left: 19.25%;
	right: 19.25%;
}
}

@media screen and (min-width: 669px) {
#mob668 {
	display: none;
}
}

@media screen and (max-width: 668px) {
body{
    -webkit-text-size-adjust: 100%;
}
#cookie-container {
	left: 21.25%;
	right: 21.25%;
}
}

@media screen and (max-width: 468px) {
#cookie-container {
	left: 11.25%;
	right: 11.25%;
}
}