@charset "utf-8";
/* CSS Document */

html { 
	overflow-y: scroll; 
	overflow-x:hidden; 
}

body {
    background-color: #ddd;
    width:auto;
    height:auto;
    margin: 0;
	overflow:hidden;
}

* {
    box-sizing: border-box;
}

* {
    font-family: verdana, Geneva, sans-serif;
  }
.canvas {
    background-color:#ccc;
    position: relative;
    width:auto;
    height:auto;
    margin-right: auto;
    margin-left: auto;
    z-index: auto;
}

.top_band {
    position:relative;
    background-color:#234;
	width:auto;
    height:72px;
    z-index:auto;

}

.top_band_logo {
    position:absolute;
    width:64px;
    height:64px;
	top: 4px;
    z-index:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.top_band_search {
    position:relative;
    width:auto;
    height:auto;
    z-index:auto;
    left: 80%;
}

.top_band_text {
    position:relative;
    color:#FFF;
	text-align:center;
    font-family: Cambria, Helvetica, sans-serif;
    font-size:24px;
    width:auto;
    z-index:auto;
    margin-right: auto;
    margin-left: auto;
    top: 24px;
}

.lower_band {
    position:relative;
    background-color:#222;
	width:auto;
    height:48px;
    z-index:auto;
}

.lower_band_text {
    position:relative;
    color:#FFF;
	text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:24px;
    width:auto;
    z-index:auto;
	top: 12px;
}
a.lower_band_link:link {
    color:#FFF;
}
a.lower_band_link:visited {
    color:#FFF;
}
a.lower_band_link:hover {
    color:#fff;
}
a.lower_band_link:active {
    color:#FF0;
}

ul {
    list-style-type: none;
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
    margin-left: 2%;
    margin-right: 2%;
    overflow: hidden;
}

ul.listrow {
    position:relative;
	display:block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto; 
}

ul.listcol {
    position:relative;
	display:flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto; 
}



.dropdown-content 
{
    display: none;
    position: absolute;
    background-color: #ccc;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 15;
}

.dropdown-content a 
{
    color: #999;
    padding: 12px 16px;
    text-decoration: none;
    display: block; 
    text-align: left;
}

.dropdown-content a:hover 
{
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content 
{
    display: block;
}

.content
{
    position:relative;
    width:60%;
    z-index:auto;
    height: auto; 
    margin-right: auto;
    margin-left: auto;
}
    
h1
{
    position:relative;
    width:auto;
    font-family:Verdana, Geneva, sans-serif;
    font-size:28px;
    z-index:10;
    margin-left: 2%;
    margin-right: 2%;
}
    
h2
{
    position:relative;
    width:auto;
    font-family:Verdana, Geneva, sans-serif;
    font-size:24px;
    z-index:10;
    margin-left: 2%;
    margin-right: 2%;
}
    
h3
{
    position:relative;
    width:auto;
    height: auto;   
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    z-index:10;
    margin-left: 2%;
    margin-right: 2%;
}

.main_text 
{
    background-color: #ddd;
}

p
{
    position:relative;
    width:auto;
    height: auto;    
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
    z-index:10;
    margin-left: 2%;
    margin-right: 2%;
}

.text.middle
{
	background-color:#ccc;
    width:40%;
 /*   height: auto;    
    z-index:10;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
	border-left: 3px solid #ddd;
	border-right: 3px solid #ddd; */
    }

.text.side
{
	float: left;
    width: 30%;
}
/* Clear floats after the columns */
.row:after 
{
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column.side, .column.middle {
        width: 100%;
    }
}
/*xxxxx  RIGHT INFO BOX  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.info_box 
{
    position:absolute;
    background-color:#CCC;
    width: 20%;
    height:auto;
    margin-left:80%;
    margin-top:1%;

}
.info_text 
{
    position:relative;
    color:#fff;
    font-family:Verdana, Geneva, sans-serif;
    font-size:16px;
    width:auto;
    height:auto;
    z-index:auto;
    margin-top:10px;
    margin-left:10px;
    margin-bottom:10px;

}
/*xxxxx  BOTTOM BAND  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.bottom_band 
{
    position: relative;
    background-color:#222;
    height: 42px;
    width:auto;   
/*	bottom: 14px;
	top: 14px; */
}

.bottom_band_text 
{
    position:relative;
    color:#fff;
	text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    width:auto;    
    z-index:auto;
    top:14px;

}

/*xxxxx  LINKS  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

a:link {
    color: #22c;
    text-decoration:none;
    }
a:visited {
    color: #72b;
    text-decoration:none;
}
a:hover {
    color: #f00;
    text-decoration:none;
}
a:active {
    color: #000;
    text-decoration:none;
}

#cookie-banner {
  display: none; /* Hidden by default */
}
  .cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #2b2b2b;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    font-size: 14px;
  }

  .cookie-banner p {
    margin: 0;
  }

  .cookie-banner button {
    margin-left: 10px;
    background-color: #4caf50;
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
  }

  .cookie-banner button#decline-cookies {
    background-color: #aaa;
  }
