#cookie-bar {
	background: #2e3192;
	text-align: left;
	width: 100%;
	overflow: hidden;
	position: fixed;
	bottom: 0; left: 0;
	z-index: 1000;
}

	#cookie-bar .row {
		padding: 0 0.9375rem;
	}
		#cookie-bar .title {
			float: left;
			color: #ffffff;
			font-family: 'Open Sans', Helvetica, Arial, sans-serif;
			font-size: 166%;
			margin-top: 0.9375rem;
		}
		#cookie-bar .text {
			clear: both;
			margin-bottom: 0.9375rem;
		}
		#cookie-bar .text p {
			color: #ffffff;
			font-size: 116%;
		}
		#cookie-bar .text a {
			color: #ffffff;
			text-decoration: underline;
		}
		#cookie-bar .text a:hover {
			color: #ef3e33;
		}
		#cookie-bar a.button {
			float: right;
			margin: 0.9375rem 0 !important;
			padding: 0.625rem;
			font-size: 100%;
			border-radius: 0.3125rem;
			background: #ef3e33;
		}

/* MEDIUM - 768px up */
@media only screen and (min-width: 40.063em) {
	#cookie-bar .row {
		padding: 0 1.5625rem;
	}
		#cookie-bar .text {
			float: left;
			clear: left;
		}
		
}

/* LARGE - 1024px up */
@media only screen and (min-width: 64.063em) { 
	#cookie-bar .row {
		padding: 0 0.3125rem;
	}
}

/* CUSTOM 1200px up */
@media only screen and (min-width: 75em) { 
}