:target {
    scroll-margin-top: 35px;
}

/* breadcrumbs */
#sp-breadcrumbs {
    top: calc(6.25vw + 90.6px);
}
.breadcrumb > .active {
    color: #002F6C;
}
#sp-breadcrumbs {
    position: unset;
    background: #1aa9e5;
}
.breadcrumb {
    border-color: rgba(0, 47, 110, 0.1);
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb > li + li::before {
    background-color: #fff;
}

/* menu blog */
#sp-menu-blog {
    background: #e9e9e9;
}
.menukwMenuBlog::before, .menukwMenuBlog::after {
    display: none;
}
.menukwMenuBlog {
    display: grid;
    grid-template-columns: repeat(5,auto);
    text-align: center;
    font-weight: 500;
}
.menukwMenuBlog > li {
    position: relative;
}
.menukwMenuBlog > li::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #009fe3;
    transition: cubic-bezier(.46,.03,.52,.96) 0.5s;
    opacity: 0;
}
.menukwMenuBlog > li:hover::before,
.menukwMenuBlog > li.active::before {
    opacity: 1;
}
.menukwMenuBlog.nav > li > a {
    color: #575756;
    line-height: 25px;
}
.menukwMenuBlog.nav > li > a:hover,
.menukwMenuBlog.nav > li.active > a {
    color: #009fe3;
    background: none;
}

/* anteprime blog */
.kwAntBlogSection {
    padding: 70px 12.5%;
}
.kwAtfFullWTitle + .kwAntBlogSection {
    padding-top: 0;
}
.kwItemsRow {
    display: grid;
    grid-gap: 35px 30px;
}
.kwArticoloPrincipale + .kwItemsRow {
    margin-top: 35px;
}
.kw2ColAntBlog {
    grid-template-columns: repeat(2,1fr);
}
.kw3ColAntBlog {
    grid-template-columns: repeat(3,1fr);
}
.kw4ColAntBlog {
    grid-template-columns: repeat(4,1fr);
}
.kw5ColAntBlog {
    grid-template-columns: repeat(5,1fr);
}
.kw6ColAntBlog {
    grid-template-columns: repeat(6,1fr);
}
.kwAntArticle {
    display: block;
    padding: 70px;
    color: #575756;
    position: relative;
    border-left: 70px solid #e9e9e9;
    border-radius: 21px;
    background: #f7f7f7;
}
.kwAntArticle::before {
    content: "";
    height: 70px;
    width: 70px;
    background-image: url(../../../images/favicon.png);
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -35px;
}
.kwAntArticle:hover {
    color: #575756;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.kwTitleAntPosizione {
    font-weight: 500;
    color: #009fe3;
    font-size: 1.4em;
}
.kwArticoloSecondario .kwAntArticle {
    padding: 35px 35px 35px 42px;
    border-left: 42px solid #e9e9e9;
    font-size: 0.9em;
}
.kwArticoloSecondario .kwAntArticle::before {
    width: 42px;
    height: 42px;
    left: -21px;
}
dl.article-info {
    margin: 30px 0 0;
    padding-top: 10px;
    border-top: 1px solid;
    opacity: 0.6;
    font-size: 0.9em;
}
dl.article-info > dd > i {
    display: none;
}
dl.article-info > dd {
    margin: 0;
    text-transform: none;
    color: unset;
}
dl.article-info > dd + dd::before {
    content: "|";
    margin: 0 3px 0 9px;
}
dl.article-info > dd > span,
dl.article-info > dd > time {
    display: unset !important;
}
dl.article-info > dd > div.tooltip {
    display: none !important;
}
.kwArticoloSecondario dl.article-info > dd {
    display: block;
}
.kwArticoloSecondario dl.article-info > dd + dd::before {
    display: none;
}

/* articolo */
.kwAtfArticleBlog h1 {
    font-size: 3em;
    font-weight: 500;
}
.kwAtfArticleBlog {
    padding: 70px 12.5%;
    background-color: #009fe3;
    color: #fff;
    background-image: url(/images/graphics/foglia-bg-white-mirror.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.kwContentArticle {
    padding: 70px 25%;
    display: grid;
    grid-template-columns: 30px auto;
    grid-gap: 21px;
}
.kwIndiceBlog {
    padding: 35px;
    color: #575756;
    position: relative;
    border-left: 70px solid #e9e9e9;
    border-radius: 21px;
    background: #f7f7f7;
    font-size: 1.4em;
}
.kwIndiceBlog ol,
.kwIndiceBlog ul {
    padding-left: 0;
    color: #009fe3;
    list-style: none;
}
.kwIndiceBlog ol > li + li {
    margin-top: 15px;
}
div.kwContenutoArticle {
    display: block;
}
.kwIndiceBlog + .kwContenutoArticle {
    margin-top: 70px;
}
.kwContenutoArticle h2 {
    margin-top: 70px;
    font-weight: 500;
}
.kwSocialSharingCol {
    align-self: start;
    position: sticky;
    top: 35px;
}
.kwSocialSharingCol .helix-social-share .helix-social-share-icon ul {
    display: grid;
    grid-gap: 14px;
}
.kwSocialSharingCol .helix-social-share .helix-social-share-icon ul li {
    margin: 0;
}
.kwSocialSharingCol .helix-social-share .helix-social-share-icon ul li div,
.kwSocialSharingCol .helix-social-share .helix-social-share-icon ul li a {
    display: block !important;
}
/* liste */
.kwContenutoArticle ul {
    padding-left: 0;
    list-style: none;
}
.kwContenutoArticle ul > li {
    margin-top: 7px;
    padding-left: 22px;
    position: relative;
}
.kwContenutoArticle ul > li::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #009fe3;
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: 10px;
}

/* video */
.kwYtVideo {
    border-radius: 21px;
    overflow: hidden;
}

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

    /* anteprime articoli */
    .kwAntBlogSection,
    .kwAtfArticleBlog {
        padding: 50px 12.5%;
    }

    /* pagina articolo */
    .kwContentArticle {
        padding: 50px 25%;
    }
    .kwIndiceBlog + .kwContenutoArticle,
    .kwContenutoArticle h2 {
        margin-top: 50px;
    }

}

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

    /* anteprime articoli */
    .kwAntBlogSection,
    .kwAtfArticleBlog {
        padding: 40px;
    }
    .kw3ColAntBlog,
    .kw4ColAntBlog,
    .kw5ColAntBlog,
    .kw6ColAntBlog {
        grid-template-columns: repeat(2,1fr);
    }
    .kwArticoloSecondario .kwTitleAntPosizione {
        font-size: 1.5em;
    }

    /* pagina articolo */
    .kwContentArticle {
        padding: 40px 25%;
    }
    .kwIndiceBlog + .kwContenutoArticle,
    .kwContenutoArticle h2 {
        margin-top: 40px;
    }

}

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

    /* pagina articolo */
    .kwIndiceBlog {
        border-left: 35px solid #e9e9e9;
    }

}

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

    /* menu blog */
    #sp-menu-blog {
        overflow-x: scroll;
    }
    #sp-menu-blog > .container {
        width: 700px;
    }

    /* anteprime articoli */
    .kwAntBlogSection,
    .kwAtfArticleBlog,
    .kwContentArticle {
        padding: 30px;
    }
    .kw2ColAntBlog,
    .kw3ColAntBlog,
    .kw4ColAntBlog,
    .kw5ColAntBlog,
    .kw6ColAntBlog {
        grid-template-columns: auto;
    }
    .kwAntArticle {
        padding: 35px 35px 35px 49px;
        border-left: 42px solid #e9e9e9;
    }
    .kwAntArticle::before {
        width: 49px;
        height: 49px;
        left: -24.5px;
    }
    dl.article-info > dd {
        display: block;
    }
    dl.article-info > dd + dd::before {
        display: none;
    }

    /* pagina articolo */
    .kwIndiceBlog + .kwContenutoArticle,
    .kwContenutoArticle h2 {
        margin-top: 30px;
    }
    .kwIndiceBlog {
        border-left: 35px solid #e9e9e9;
    }
    .kwIndiceBlog {
        padding: 30px 15px;
    }

}