.cookie-jar, .cookie-overlay {
	position: absolute;
	z-index: 10000;
	width: 100%;
}

.checkbox-cookie-setting label {
	color: #ccc;
	cursor: pointer;
	line-height: 18px;
	font-size: 1.7rem;
	font-weight: 400;
}

.cookie-btn.cookie-btn {
	font-weight: 400;
	font-size: 1.7rem;
	text-transform: none;
	padding: .2rem 1rem;
}

.cookie-btn.cookie-btn:hover,
.cookie-btn.cookie-btn:active {
	box-shadow: none;
	top: 0px;
	-webkit-transition: 0s;
	transition: 0s;
}

.cookie-btn-secondary {
	color: #ccc;
}

.cookie-btn-sm {
	font-size: 1.4rem;
}

.cookie-heading {
	font-family: 'Source Sans Pro',sans-serif;
	font-weight: 300;
}

h3.cookie-heading {
	font-style: normal !important;
}

a:visited.cookie-btn-secondary {
	color: #ccc !important;
}

@media screen and (min-width: 768px), all {
	.cookie-container {
		max-width: 150rem;
	}
}