.cc-revoke, .cc-window {
	font-family: "FoundersGroteskWeb-Light", Arial, Helvetica, sans-serif;
	font-size: 1.333rem;
    line-height: 1.888rem;
}
.cc-message a {
	font-family: "FoundersGroteskWeb-Regular", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom: 2px solid #000000;
	transition: border-bottom ease-in-out 250ms;
}
.cc-message a:hover {
	color: #000000;
	border-bottom: 2px solid transparent;
}
.cc-btn {
	border-color: transparent !important;
	font-family: "FoundersGroteskWeb-Bold", Arial, Helvetica, sans-serif;
	transition: border ease-in-out 250ms;
}
.cc-btn:hover {
	text-decoration: none;
	border-color: #000000 !important;
}
.cc-btn:focus {
	outline: none;
}
.cc-window.cc-floating {
	max-width: none;
	width: 100%;
	bottom: 0;
	padding: 1em 1.8em;
}
.cc-floating .cc-compliance > .cc-btn {
	text-align: left;
	flex: none;
	padding: 0;
	border: none;
}
.cc-floating .cc-compliance > .cc-btn:hover {
	border: none;
}

.cc-window.cc-banner {
	width:93%;
	margin:0 3.5% 2% 3.5%;
}

@media (max-width: 768px) {
	.cc-revoke, .cc-window {
		font-family: "FoundersGroteskWeb-Light", Arial, Helvetica, sans-serif;
		font-size: 18px;
	    line-height: 1.444rem;
	}
	.cc-btn {
		font-size: 1rem;
	}
	.cc-window.cc-banner {
		width:100%;
		margin:0;
	}
}