.cc-window {
	background-color: rgba(0, 0, 0, 0.75);
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif !important;
	font-size: 0.9375rem;
	z-index: 2000000 !important;
}

.cc-window .cc-banner {
	text-align: left;
}

.cc-window .cc-link {
	color: $light-red !important;
	text-decoration: none !important;
	opacity: 1 !important;
	font-weight: normal !important;
	font-size: 0.9375rem !important;
}

.cc-window .cc-message {
	color: rgba(255, 255, 255, 1);
}

.cc-window .cc-btn {
	background-color: #ECF0F1;
	color: #000000;
	border-radius: 5px 5px 5px 5px;
	border-style: none;
	padding: 0.27rem 1.1rem;
	font-size: 9pt;
	font-weight: bold;
}

.cc-window .cc-btn a {
	font-size: 0.9375rem;
}

.cc-window .cc-btn a::before {
	content: '' !important;
}
