#alert-box {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    /*height:42px;*/
    /*padding:10px 0px;*/
    background: white;
    z-index: 5000;
    display: none;
    transition: all 1s;
}

#alert-box.active {
    display: block;
}

#alert-box .banner-content {
    margin: 0px;
    margin-left: 25px;
    margin-right: 215px;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0;
    font-family: Overpass-Light;
    color: #66776e;
    font-size: 16px;
    line-height: 1.5em;
    padding:15px 0px;
    /*margin: 0 0 15px;*/
}

#alert-box .banner-content a {
    color: #008C3E;
}


.accept-cookies-button {
    background-color: #008C3E;
    border: 1px solid #008C3E;
    padding: 8px 18px;
    font-size: 9pt;
    /*font-weight: bold;*/
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -16px;
    color: white;
    font-family: gilroybold;
}

.accept-cookies-button:hover{
    background-color:#00482D;
    border: 1px solid #00482D;
}

@media(max-width: 766px) {
    #alert-box .banner-content {
        margin: 0 auto;
        font-size: 1.3em;
        width: 100%;
        max-width: 95%;
    }

    .accept-cookies-button {
        top: auto;
        right: auto;
        position: relative;
        margin: 0px;
    }
}

.announcement-bar {
    --color-yellow: #FFFF4C;
    --color-green: #060;
    --color-blue: #6cf;
    position: relative;
    background: var(--color-yellow);
    padding-block: 0px;
	margin-bottom:-20px; 
}

.announcement-bar .sr-only {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
}

.announcement-bar[data-closed="true"] {
    display: none;
}

.announcement-bar .close-button {
    background: transparent;
    outline: none;
    border: none;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 0;
}

.announcement-bar .close-button > div {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: var(--color-green);
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}

.announcement-bar .close-button > div:nth-child(2) {
    transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
}

.announcement-bar-content-area {
    position: relative;
    margin-inline: auto;
    width: 100%;
    max-width: 1280px;
    padding-inline: 20px 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.announcement-bar-content-area > div {
    flex-grow: 0;
    flex-shrink: 1;
    color: var(--color-green);
}

.announcement-bar-content-area .burst-container {

}

.announcement-bar-content-area .burst-container > img {
    display: block;
    width: 65px;
	max-width: 65px;
    height: 65px;
}

.announcement-bar-content-area .content-container {

}

.cta-container > a {
    display: block;
    background-color:#FFFF4C;
    border: 2px solid var(--color-blue);
    padding: 0.25em 0.75em;
}

.cta-container > a:hover,
.cta-container > a:focus {
    background-color: var(--color-blue);
    
}

@media screen and (max-width: 479px) {

	.announcement-bar-content-area .burst-container > img{
		display:none;
	}
	
	
}

.text-announcement{
	font-family: "Darker Grotesque", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.cta-announcement a{
	font-size:16px;
	font-family: 'signdeptjnl';
	padding:10px 26px 13px !important;
	min-width: 113px;
	text-align:center;
}
 @media (max-width: 800px) {
.text-announcement{
	font-size: 16px;
    line-height: 16px;
	 }
.cta-announcement a {
  font-size: 14px;
  padding: 9px 16px 13px !important;
  width: 88px;}
 #announcementBar{
	 padding:10px 0px;}	 
}
 @media (max-width: 500px) {
.text-announcement{
	font-size: 12px;
    line-height: 12px;
	 }
.cta-announcement a {
  font-size: 14px;
  padding: 9px 16px 13px !important;
  width: 88px;}
}