body{
    font-family: 'Open Sans', sans-serif;
}

/* NAP */

.nap-intro-block strong{
    ont-weight: 600;
}
.nap-intro-block{
    background: #e8ecee;
    padding: 10px 30px;
}

.nap-intro-title{
    text-align: left;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    color: #046598;
    margin: 0;
}

.nap-intro-block ul{
    padding-left: 15px;
}

.nap-intro-block ul li, .nap-intro-description {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;


}

.links a{
    top: 413px;
    left: 356px;
    width: 195px;
    height: 19px;
    text-align: center;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    background: whitesmoke;
    box-shadow: 0 3px 6px #00000029;
    padding: 10px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
}

.nap-container{
    padding: 30px 0;
}

.nap-image{
    width: 100%;
    height: 190px;
}

.nap-title{
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
    margin: 0;
}
.nap-title a:hover{
    opacity: 0.8;
}
.nap-title a, .nap-title a:visited{
    color: #000;
}

.nap-description{
    font-size: 14px;
}

.links-filter{
    font-weight: bold!important;
}
.nap-proposal-single-content label{
    display: block;
}
.nap-proposal-single-content label > input{
    margin-right: 5px;
}
.container.nap-container .layout-article a > img {
    width: 200px;
    height: 200px;
}
@media (max-width: 768px) {
    .nap-container {
        padding: 30px 25px;
    }
    .nap-container .links > div {
        background: whitesmoke;
        text-align: center;
        width: fit-content;
    }
    .nap-container .links > div > a {
        background: none;
        box-shadow: none;
    }
    .container.nap-container .layout-article a > img {
        float: none;
    }
    .container.nap-container .layout-article figure{
        text-align: center;
    }

}