/* ================================================= */
/* Application-wide script to inject cookie consent banner into all sites
/* ================================================= */

@charset "UTF-8";
/* CSS Document */

/*
font-family:"HelveticaNeueW02-45Ligh";
font-family:'HelveticaNeueW02-55Roma';
font-family:'HelveticaNeueW02-65Medi';
font-family:'HelveticaNeueW02-75Bold';
*/

div#div_cc_cc {
	position: fixed;
	bottom: -365px;
	left: 0px;
	width: 100%;
	width: calc(100% - 40px);
	background-color: #000000;
	color: #000000;
	text-align: center;
	height: auto;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 20px;
	z-index: 999999;
	font-size: 16px;
	font-family:'HelveticaNeueW02-55Roma';
}

div#div_cc_cc p {
	display: block;
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 50px;
}

@media only screen and (max-width: 670px) { 
	div#div_cc_cc p {
		width: auto;
		padding-left: 0px;
		text-align: center;
	}
}

div#div_cc_cc strong {
	clear: both;
	display: block;
	margin-bottom: 15px;
}

div#div_cc_cc a {
	display: inline-block;
	border: 1px #000000 solid;
	width: 190px;
	margin-left: 10px;
	padding: 10px;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div#div_cc_cc div.page_container {
    display: block;
    width: 100% !important;
}