.cookie-banner__outer-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 30px 7px;
	background-color: #2C2C2C;
}

@media only screen and (max-width: 700px) {
	.cookie-banner__outer-wrapper {
		padding: 10px 10px 5px;
	}
}

	.cookie-banner {
		position: relative;
		overflow: hidden;
		width: 1140px;
		max-width: 100%;
		min-height: 44px;
		margin: 0 auto;
	}

		.cookie-banner__heading {
			padding: 0 90px 8px 0;
			font-family: Futura W01 Medium, Helvetica Neue, Arial, Sans-serif;
			font-size: 13px;
			line-height: 15px;
			color: #fff;
		}

		@media only screen and (max-width: 700px) {
			.cookie-banner__heading {
				padding: 0 80px 5px 0;
			}
		}

			.cookie-banner__heading a, .cookie-banner__heading a:link {
				border-bottom: none;
				color: #D30D1D;
			}

		.cookie-banner__cta-wrapper {
			position: absolute;
			top: 0;
			right: 0;
			width: 70px;
		}

			.cookie-banner__accept-cta {
				display: block;
				min-width: 100%;
				padding: 12px 0;
				background-color: #D30D1D;
				border: none;
				font-family: Futura W01 Medium, Helvetica Neue, Arial, Sans-serif;
				font-size: 12px;
				line-height: 12px;
				text-transform: uppercase;
				color: #fff;
				cursor: pointer;
			}