#cookie-bar {
	background: rgba(7,103,91,0.8);
	text-align: left;
	width: 100%;
	padding: 0.9375rem 0;
	overflow: hidden;
	font-size: 86%;
	position: relative;
	top: 0; left: 0;
	z-index: 1000;
}	
	#cookie-bar p {
		margin: 0 auto;
		padding: 0 2.5rem 0 0.625rem;
		color: #fff;
		position: relative;
		max-width: 75rem;
	}
		#cookie-bar p a {
			color: #fff;
		}
			#cookie-bar p a:hover, #cookie-bar p a:focus {
				color: #b33700;
			}
	
	#cookie-bar .cb-enable {
		position: absolute;
		top: 0; right: 10px;
		width: 20px;
		height: 20px;
		display: block;
		background: #fff;
		border-radius: 50%;
		color: rgb(7,103,91);
		cursor: pointer;
		text-align: center;
		font-size: 1.25rem;
		line-height: 1;
		}
		#cookie-bar .cb-enable:hover {background: #b33700; color: #fff;}

/* MEDIUM - 768px up */
@media only screen and (min-width: 40.063em) {
	#cookie-bar p {
		margin: 0 0.625rem;
	}
	#cookie-bar .cb-enable {
		right: 0;
	}
}

/* LARGE - 1024px up */
@media only screen and (min-width: 64.063em) { 
}

/* CUSTOM 1200px up */
@media only screen and (min-width: 75em) { 
	#cookie-bar p {
		margin: 0 auto;
	}
}