.cookieConsentContainer {
	z-index: 99;
	width: 100%;
	min-height: 20px;
	box-sizing: border-box;
	padding: 20px 30px;
	background-color:#c2d6d4;
	overflow: hidden;
	position: fixed;
  bottom: 0px;
	right: 0px;
	display: none;
}
.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, "sans-serif";
	color: #333;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #333;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 6px;
	float:left;
	width:86%;
	
} .cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #333;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	background: #555;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #199988;
	color: #FFF;
}
@media (max-width: 450px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}

/* RAF - Sidebar */
.sidebar { height: 100%; width: 0; position: fixed; z-index:99999; top: 0; left: 0; background-color:#F5FBFB; transition: 0.5s; padding-top: 60px; }
.sidebar .closebtn {float: right; outline:none; cursor:pointer;  font-size: 36px; background-color:transparent; border:0; color:#333;}
.sidebar h1 {font-size:1.3em; color:#444; font-weight:600; padding: 16px 0 10px 0;}
.sidebar h3 {font-weight: bold; font-size: 16px; margin: 12px 0 0 0; color: #626262;}
.topClose {height:50px; position:absolute; top:0px; right:0; background-color:#f5fbfb;width: 100%;}
.mainContent {height:99%; margin:0; background-color:transparent; overflow-x: hidden;}
.content-int {padding: 26px;}
.content-int p {font-size: 14px;}
.content-int ul li {font-size: 14px;}
.sidebar ul li a {color: #2c343d;}


@media (max-width: 96%) {
	.sidebar { height: 100%;	
  .mainContent {height:96%;}
  .mainContent .content {height:60%;}
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 96%) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
