/* COOKIE FLYOUT */

.bt-cookie-flyout {
	background-color: rgb(246, 181, 0);
	width: 100%;
	bottom: 0px;
	position: fixed;
	bottom: 0px;
	height: 110px;
	z-index: 10;
	font-size: 18px;
	color: #1C1C1C;
	display: none;
}

.bt-cookie-flyout-container {
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	text-align: center;
}

.bt-cookie-flyout a {
	text-decoration: underline;
	color: #118b3b;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.bt-cookie-flyout {
		z-index: 1000;
	}
	
	.bt-cookie-flyout-container {
		width: 90%;
		font-size: 11px;
	}
}

/* END COOKIE FLYOUT */