﻿#burgerButton .close {
    display: none;
}
#burgerButton .burger {
    display: block;
}
#burgerButton.open .close {
    display: block;
}
#burgerButton.open .burger {
    display: none;
}
.footer-contact img{
    width:20px;
    height:auto;
    opacity:0.85;
}
.footer-contact p{
    margin:0;
    padding:0;
    margin-top:.5rem
}
.no-text-wrap{
    white-space:nowrap;
}
.d-block{
    display:block;
}
.article-text img ,.article-text .umb-embed-holder {
    margin-bottom: 1rem;
    margin-top: 1rem;
    display:inline-block;
}
.article-text ul{
    list-style:disc;
    margin-left:30px;
}
.article-text h1 {
    font-size: 3rem;
    line-height: 1;
    font-weight:700;
    margin:1rem auto;
}
.article-text h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin: 1rem auto;
}
.article-text h3 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    margin: 1rem auto;
}
.article-text h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin: 1rem auto;
}
.article-text p, .info p {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.info h3 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
    margin-bottom: 0.25rem;
    font-weight: 600;
}
.info a, .article-text a {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
    .info a:hover, .article-text a:hover {
        --tw-text-opacity: 1;
        color: rgb(4 120 87 / var(--tw-text-opacity, 1));
    }
.espa-banner {
    display: flex;
    width: fit-content;
    max-width: 100%;
    width: 500px;
    margin: 20px;
    flex-direction:column;
}
.termsfeed-com---nb {
    bottom: 0;
    position: fixed !important;
}
#open_preferences_center {
    font-size: 12px;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
}
.iso-images {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
    .iso-images img {
        width:200px;
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 1rem;
    }
.info-images {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    padding:2rem;
}
    .info-images img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }