@charset "UTF-8";
.grid{display:block;width:auto;word-spacing:-.31em} 
.grid .col{float:left;min-height:1px;padding-left:0;padding-right:0;display:inline-block;vertical-align:top;word-spacing:normal;}
.align-right{text-align:right;}
.pad-4{padding:4px;}
.pad-16{padding:16px;}
.cookieModal a{color:#4a731a;}
.cookieModal a:hover{color:#8dbd35;}
.cookieModal .blue{color:#4a731a;}
.cookieModal .size-22{font-size: 22pt;font-weight: bold;}
.cookieForward{position:relative;z-index:10001;}        
.cookieModal{  display: none;  position: fixed;   z-index: 10001;  padding-top: 100px;   left: 0;  top: 0;  width: 100%;   height: 100%;   overflow: auto;   background-color: rgb(0,0,0);   background-color: rgba(0,0,0,0.6);   z-index: 10;}
.cookieModal .w100p{width:99%}
.cookieModal-content {background-color: rgba(226, 247, 171, 0.9);  color: #000;  border:5px solid #4a731a;  -webkit-border-radius: 16px;  -moz-border-radius: 16px;  border-radius: 16px;  margin: auto;  padding: 20px;  width: 90%;  min-height:330px;  margin:auto;  top: 50%;  left: 50%;  z-index: 10001;font-size:12px}     
.cookieModal-content .btn-green {background:#8dbd35;border-color:#008226;color:black;margin:5px;-webkit-border-radius: 8px;  -moz-border-radius: 8px;  border-radius: 8px;color:white}
.cookieModal-content .btn-grey {background:#999;border-color:#777;color:black;margin:5px;-webkit-border-radius: 8px;  -moz-border-radius: 8px;  border-radius: 8px;color:white}
.cookieModal-content .btn-green:hover {background:#4a731a;color:#fff;}
.cookieModal-content .btn-grey:hover {background:#4a731a;color:#fff;border-color:#0060a0;}
.cookieModal::-webkit-scrollbar {width: 0.5em;height: 1em;}
.cookieModal::-webkit-scrollbar-track {background: #00a8ec;border-radius: 100vw;margin-block: 0.5em;}
.cookieModal::-webkit-scrollbar-thumb {background: #df0024;border-radius: 100vw;}
.cookieModal::-webkit-scrollbar-thumb:hover {background: #6f0011;}    
.cookieModal-content hr {border-top: solid 1px #00a8ec;height: 1px;}
.icon-left-cookies{width:26px;height:26px;background-size: 34px 34px;display: inline-block;background-position: center;} 
.icon-left-cookies{background-image:url('/img/Cookies-blue.svg');}
.icon-left-cookies:hover {background-image:url('/img/Cookies-red.svg');}  
@media screen and (min-width:860px){
  .cookieModal-content {width: 800px;}
  .cookieModal-content .w-66 {width:66%;}
  .cookieModal-content .w-50 {width:50%;}
  .cookieModal-content .w-33 {width:33%;}
}
@media screen and (max-width:860px){
	.w-100{width:100%}
  .cookieModal {padding-top: 16px;}  
	.cookieModal-content{height:800px;}
  .cookieModal-content .col {text-align:center;padding: 0px; padding-top:8px; margin:0px; }
  .cookieModal-content button {text-align:center;}
}
