@charset "utf-8";body{font-family:Georgia,"Times New Roman",Times,serif;color:#797979;font-size:12px;list-style:none;margin:0}h1{color:#1689aa;margin:25px 20px 10px 60px;font-size:20px}h2{color:#4a7106;margin:20px}div#mainContainer{width:920px}div#myContainer{padding:5px;margin:0;width:100%;float:left}.cAlign{width:100%;padding:0}.cBoth{clear:both}hr{margin:20px}p{line-height:1.8em;margin:20px;font-family:Georgia,"Times New Roman",Times,serif;font-size:14px;color:#666}a{text-decoration:none}a:hover{text-decoration:underline}div#topHeader{height:65px;background-image:url(../img/topHeader_bg.jpg);background-repeat:repeat-x}div#topHeader p{color:#999;float:right;font-family:Georgia,"Times New Roman",Times,serif;font-size:9px;font-weight:normal;margin:0;padding:20px 10px 10px 0}a#logoFigure{float:left;margin-left:10px}img.icon{position:absolute;overflow:hidden;margin:20px}div#sliderSection{background:#f6f0f0;color:#b9b9b9;width:100%;float:left;margin:0;padding:0;border-top:1px solid #fff;border-bottom:1px solid #fff}div#sliderSection ul li{float:left;display:inline;padding:8px 0 0 0;list-style-type:none;width:160px}div#contact{float:left;color:#b9b9b9;width:100%;background:#f3eeee}div#contact .lft{float:left;width:30%;margin:20px 15px 20px 15px;background:#fff;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px}div#contact .rgt{width:30%;float:right;margin:20px 15px 20px 5px;background:#fff;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;padding-bottom:20px}div#contact .rgt .imgright{float:right;margin-right:10px;padding:0}#contact a{text-decoration:none;color:#06C}#contact a:hover{text-decoration:none;color:#069}
div#banner{float:none;border-bottom:1px solid #fff}div#left{width:700px;float:left}div#right{width:200px;float:right;background-color:white}div#footer{background:#282828;color:#999;width:100%;float:left;border-top:1px solid #FFF}div#footer div.copyright{float:left;width:50%;margin:20px}div#footer div.w3c{float:left;margin-top:10px;margin-left:10px}div#footer div.registration{float:right;margin:10px;width:30%}ul.bjqs{position:relative;list-style:none;padding:0;margin:0;overflow:hidden;display:none}li.bjqs-slide{position:absolute;display:none}ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999}ul.bjqs-controls.v-centered li a{position:absolute}ul.bjqs-controls.v-centered li.bjqs-next a{right:0}ul.bjqs-controls.v-centered li.bjqs-prev a{left:0}ol.bjqs-markers{list-style:none;padding:0;margin:0;width:100%}ol.bjqs-markers.h-centered{text-align:center}ol.bjqs-markers li{display:inline}ol.bjqs-markers li a{display:inline-block}p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0}#banner-fade,#banner-slide{margin-bottom:35px}ul.bjqs-controls.v-centered li a{display:block;padding:10px;background:#fafafa;color:#e0addf;text-decoration:none}ul.bjqs-controls.v-centered li a:hover{background:#000;color:#fe9cfd}ol.bjqs-markers li a{padding:5px 10px;background:#bbb;color:#fff;margin:5px;text-decoration:none}ol.bjqs-markers li.active-marker a,ol.bjqs-markers li a:hover{background:#000}p.bjqs-caption{background:rgba(255,255,255,0.5)}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  top: 0;
  background-color: #003d66; /*rgb(0,255,0); #fefefe;*/
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.gdprbutton {
  background-color: white; /* Green */
  border: none;
  color: black;

  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
    border: 2px solid #008CBA;

}
.gdprbutton:hover {
  background-color: #008CBA;
  color: white;
}


/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}
