﻿.cookieConsentContainer {
	z-index: 9999;
	width: 100%;
	min-height: 20px;
	box-sizing: border-box;
	padding: 20px 30px;
	background-color:#C6D9D9;
	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:88%;
	
} .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: #DB2C4B;
}
@media (max-width: 450px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}

/* RAF - Sidebar */
.sidebarCoo {height: 100%; width: 0; position: fixed; z-index:99999; top: 0; left: 0; background-color:#f4f4f4; overflow-x: hidden;   transition: 0.5s;   padding-top: 60px; }
.sidebarCoo .closebtn {position: absolute; top:0px; right: 16px; outline:none; cursor:pointer;  font-size: 36px; background-color:transparent; border:0; color:#333;}
.sidebarCoo h1 {font-size:1.3em; color:#444; font-weight:600; float: right; margin-right: 40px; padding: 16px;}
.sidebarCoo h5 {font-size: 18px;}
.sidebarCoo h6 {font-size: 15px;}
.topClose {height:50px; position:absolute; top:0px; right:0; background-color:#eae8e8; width: 100%;}
.mainContent {height:99%; margin:0; padding: 26px; background-color:transparent; overflow-x: hidden;}
.ppc-logo {font-size: 15px;}
.credit {border-top: 1px dotted #CCC; padding: 10px;}
.credit p {font-size: 0.80em; margin: 0; padding: 6px 16px;}

@media (max-width: 450px) {
  .mainContent {height:80%;}
  .mainContent .content {height:60%;}
}

@media (max-width: 96%) {
	.sidebarCoo { 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%) {
  .sidebarCoo {padding-top: 15px;}
  .sidebarCoo a {font-size: 18px;}
}
