.site-header {
    height: 60px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    position: sticky;
    top:0;
    background: white;
    z-index: 10;
}

@media (min-width: 1024px) {
    .site-header{
        height: 70px;
    }
}

.user-actions {
    font-weight: 600;
    height: 51px;
}

.banner {
    background: linear-gradient(to bottom, var(--secondary), var(--primary));
}

.preview {
    border-bottom: 1px dotted #E0E0E0;
    padding-bottom: .75rem;
    padding-top: .5rem;
    margin-bottom: .5rem;
}
.preview.featured{
    padding-top:0;
}

.preview a {
    display: block;
}

.preview .title {
    color: var(--black, #333);
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: .25rem;
}

.preview .summary {
    color: var(--text);
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: .75rem;
}

.preview .date {
    margin-bottom: .5rem;
}

.preview small {
    font-weight: 600;
}

.separator {
    height: 10px;
    background: var(--back-gray);
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.date.circle {
    height: 50px;
    width: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rrss {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    color: var(--secondary);
    border: 1px solid var(--border-color);
}
footer{
    position: relative;
}

footer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top:0;
    height: 3px;
    background: linear-gradient(to right, var(--secondary), var(--primary));
}

.tab{
    border-bottom:2px solid #eee;
}
.tab.active{
    border-bottom:2px solid var(--secondary);
    color: var(--primary);
}
.tab.active strong{
    color: var(--primary);
}
.panel{
    display: none;
}
.panel.active{
    display: block;
}

.expansive-panel .ep-header strong{
    color: var(--mildblack);
}

.expansive-panel.active .ep-header strong{
    color: var(--black);
}

.ep-header{
    border-bottom:1px dotted #E0E0E0;
    cursor: pointer;
    height: 60px;
}
.ep-header:active{
    background: #fafafa;
}
.ep-content{
    max-height: 0;
    padding-top:0;
    padding-bottom:0;
    overflow: hidden;
    transition: .2s ease all;
}
.expansive-panel.active .ep-header{
    background: var(--back-gray);
    border-bottom:1px solid transparent;
}
.expansive-panel.active .ep-content{
    max-height: max-content;
}
.expansive-panel.active .ep-content{
    padding-top:.5rem;
    padding-bottom:1rem;
}
.expansive-panel.active .ep-header i{
    transform: rotate(180deg);
}

.formatted p{
    margin-bottom: 1rem;
}
.grid-menu-item p{
    line-height: 1.2;
    font-weight: 600;
    font-size: .9rem;
}

@media(max-width: 768px){
    .grid-menu-item p{
        font-size: .9rem;
    }
}

.grid-menu-item .box{
    margin-bottom:.5rem
}
.formatted ul{
    list-style-type: none;
    padding-left: 0;
}
.formatted li{
    margin-bottom: 1rem;
    line-height: 1.4;
}
.formatted li:before{
    content: '•';
    display: inline-block;
    margin-right:.5rem;
    color: var(--accent);
}
.formatted strong{
    font-weight: 600;
}
.info-expandable{
    border-bottom:1px dotted var(--border-color);
    margin-bottom: 1rem;
}
.info-expandable-content{
    max-height: 250px;
    overflow: hidden;
}
.info-expandable-action{
    background: white;
}
.info-expandable.open .info-expandable-content{
    max-height: max-content;
}
.info-expandable-overlay{
    background: linear-gradient(to bottom, transparent 90%, white 100%);
    pointer-events: none;
}
.info-expandable-less{
    display: none;
}

.info-expandable.open .info-expandable-overlay{
    display: none;
}
.info-expandable.open .info-expandable-less{
    display: block;
}
.info-expandable.open .info-expandable-more{
    display: none;
}
.formatted ol{
    padding-left:1rem;
}
.formatted ol li{
    font-weight: 600;
    font-size: 13px;
    margin-bottom:.5rem;
}
.formatted ol li:before{
    display: none;
}

.asset-link{
    background: rgba(0,0,0,0.5);
    padding:.5rem .75rem;
    border-radius:5px;
}
.asset-link:active{
    background: rgba(0,0,0,0.6);
}

.naui-input{
    width: 100%;
    border:1px solid var(--border-color);
    height: 40px;
    border-radius: 5px;
    padding-left:.5rem;
    outline: none;
    background: #f7f7f7;
    color: var(--mildblack);
}
.naui-input::-webkit-input-placeholder{
    color: #888;
    font-size: 14px;
}

.naui-input:focus{
    border:1px solid var(--secondary);
}
form label{
    font-size: .85rem;
    font-weight: 600;
    display: block;
    margin-bottom:.25rem;
}

select{
    color: var(--mildblack);
}
textarea.naui-input{
    height: auto;
    padding-top:.5rem;
    resize: none;
}

article h1{
    font-weight: 400;
    line-height: 1.333;
}

.cover-slider small{
    font-weight: 600;
}

.faded-overlay{
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.5));
}

.cover-slider .slick-dots, .article-asset .slick-dots{
    bottom:0.5rem;
}

.cover-slider.slick-dotted.slick-slider{
    margin-bottom:0;
}

.slick-dots li.slick-active button:before{
    color: white;
}

.slick-dots li button:before{
    font-size: 13px;
    color: white;
}

@media(min-width: 1024px){
    .grid-menu-item{
        min-width: 150px;
        max-width: 150px;
        min-height: 110px;
    }

    .tab br{
        display: none;
    }
    .tab{
        padding-top:1rem;
        padding-bottom:1rem;
    }
    .block-section .l\:grid-2{
        grid-gap: 1rem 3rem;
    }
    .footer-logo{
        height: 75px;
    }
}

@media(max-width: 1024px){
    .pauta .container{
        padding: 0;
    }
}


.user-actions h6{
    color: var(--mildblack);
}

.menu a{
    font-weight: bold;
    color: var(--black);
    font-size: 15px;
}


.input-search{
    height: 50px;
    width: 100%;
    border:none;
}

.input-search:focus{
    outline: none;
}

.search-results{
    position: absolute;
    left:0;
    background: white;
    width: 100%;
    z-index:10;
    border-radius:5px;
    margin-top:1px;
}

.search-results ul{
    list-style-type: none;
    padding-left:0;
}

.search-results ul li a{
    padding:.5rem 1.5rem;
    display: block;
}

.search-results ul li:hover{
    background: var(--back-gray);
}

@media (min-width: 1024px) {
    .search-results{
        width: 600px;
        left: calc(50% - 300px);
    }
}

.search-area{
    position: relative;
    background: white;
}



/* Input checkbox */

.checkbox-widget input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-widget .checkmark {
    height: 17px;
    width: 17px;
    min-width: 17px;
    border-radius: 3px;
    border: 2px solid var(--border-color);
}

.checkbox-widget input:checked + .checkmark {
    background-color: #999;
    border: 2px solid #999;
    position: relative;
}

.checkbox-widget input:checked + .checkmark:after {
    content: '';
    width: 4px;
    height: 9px;
    left: 4px;
    border-radius: 2px;
    top: 0;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    position: absolute;
}

.checkbox-widget input:checked + .checkmark.primary {
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

.checkbox-widget input:checked + .checkmark.secondary {
    background-color: var(--secondary);
    border: 2px solid var(--secondary);
}

.checkbox-widget input:checked + .checkmark.accent {
    background-color: var(--accent);
    border: 2px solid var(--accent);
}

.checkbox-widget label {
    position: relative;
}

.checkbox-widget label:before {
    content: '';
    display: block;
    height: 36px;
    width: 36px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 18px);
    left: -9px;
    opacity: 0;
    transition: .001s ease-in-out all;
}

.checkbox-widget label:active:before {
    opacity: 1;
}

.btn.hidden{
    display: none;
}

.btn.small{
    font-size:.9rem;
    min-height: 40px;
}
.btn.solid.secondary{
    background: var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.article-sources .formatted li a {
    white-space: normal;
    word-break: break-all;
}

.cover-picture {
    aspect-ratio: 4/3;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .cover-picture {
        aspect-ratio: 1280 / 350;
        object-fit: cover;
    }
}