#cookiePadding {
	margin-bottom: 75px;
}

#cookieBanner {
	font-weight: 1000;
	text-align: center;
	position: fixed;
	top: auto;
	bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	height: 70px;
	background-color: #011f61;
	min-width: 753px;
	overflow: hidden;
	color: white;
	font-family: museo-sans, sans-serif !important;
	font-style: normal;
	font-size: 12px;
	z-index: 2000;
}

#cookieBanner a {
	text-decoration: underline;
	cursor: pointer;    
}

#cookieBanner a:link {
  color: #00aa15;
	
}

#cookieBanner a:visited {
	  
	color: #016100;
}

#cookieBanner a:hover {
	  
	color: #e60000;
}
.cookieButton:hover {
	background-color: #F00000;
}

.cookieButton {
	padding: 10px 15px 10px; 
	border: none;
	width: 75%;
	text-align: center; 
	color: white; 
	background-color: #93d051;
	cursor: pointer;
}

#cookieNotice {
	width: 100%;
    height: 100%;
    position: relative;
    visibility:hidden;
    display:none;
    background-color: rgba(22,22,22,0.5);
    position: absolute; top: 0; left: 0;
    z-index: 2000;
    
}
#cookieNotice.p {
	font-size: 4;
}
#cookieNotice:target {
    visibility: visible;
    display: block;
}
.reveal-modal {
    background:#e1e1e1; 
    margin: 0 auto;
    width:75%; 
    position:relative; 
    --z-index:99 !important;
    top: 25%;
    padding:30px; 
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 
    box-shadow:0 0 10px rgba(0,0,0,0.4);
}


.li.bold {
 	font-weight:bold;
}
.cookiePopup p{
	font-family: "Times New Roman";
	font-size: 16px;
}