main {
    min-height: 800px;
}

main img {
    max-width: 100%;
}

.it-header-center-wrapper {
    background-color:#ffffff;
}

.it-header-navbar-wrapper {
    background-color:#ffffff;
}
@media (min-width:992px) {
    .navbar .navbar-collapsable .navbar-nav li a.nav-link {
        color: #142a76;
    }
    .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu {
        border: 3px solid #142a76;
        border-top: none;
    }
    .it-header-center-wrapper .it-header-center-content-wrapper,
    .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
        padding-left: 0;
    }
    .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper,
    .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
        color: #142a76;
    }
    .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon,
    .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
        background: #142a76;
    }
    .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon svg,
    .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
        fill: #ffffff;
    }
}

.it-footer-small-prints p{
    color: #fff;
    padding: 1.5rem 1rem;
    font-size: 15px;
}

.it-brand-wrapper.cloned img {
    margin: 10px 0;
}

@media (max-width: 575px) {
    .it-brand-wrapper img {
        margin-left: 42px;
    }
}

@media (max-width: 991px) {
    .it-header-center-wrapper {
        border-bottom: 3px solid #142a76;
    }
    .it-brand-wrapper img {
        height: 50px;
        width: auto;
    }
    .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg,
    .custom-navbar-toggler svg {
        fill: #142a76;
    }
}

.custom-navbar-toggler svg {
    fill: #142a76;
}
.link-list-wrapper ul li a {
    padding: 0 20px;
}

@media (min-width: 992px){
    .it-header-navbar-wrapper {
        border-bottom: 3px solid #142a76;
    }
    .navbar .navbar-collapsable .navbar-nav li.nav-item {
        position: relative;
    }
    .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list {
        height: auto !important;
        display: block;
    }
    .link-list-wrapper ul li a span {
        margin-right: 0;
    }
    .it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
        top:30px !important;
    }
}

.task_count {
    margin-left: 5px;
    color: #000;
    background-color: #e9e6f2;
    display:inline-block;
    padding:.25em .4em;
    font-size:75%;
    font-weight:700;
    line-height:1;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:4px;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.it-footer-main a {
    color: #22a1cc;
}
.it-footer-main .icon {
    fill: #fff;
}

/* SearchBox */
#collapseSearchForm {
    position: absolute;
    top: 100px;
    z-index: 99;
    right: 0;
}
#collapseSearchForm .card {
    border: 1px solid #ccc;
}
#collapseSearchForm .card::after {
    display: none;
}
#collapseSearchForm .form-group {
    margin: 2rem 1rem;
}
#collapseSearchForm .search_controls {
    display: none;
}

/* Sidebar */
.sidebar svg.icon {
    fill: #004080;
    vertical-align: top;
    height: 40px;
}

/* Home */
.callout.bannerHome {
    max-width: 100%;
    padding: 1.5rem 1.222rem;
}
.callout.issueIndex {
    max-width: 100%;
}

/* Archive */
.row-year {
    margin-bottom: 30px;
}
.row-year h2 {
    font-size: 1.6rem;
    color: #06c;
    margin-bottom: 20px;
    width: 100%;
}
.card.card-issue {
    margin: 5px 0;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.25);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.25);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.card.card-issue::after {
    display: none;
}
.card.card-issue .card-title {
    font-size: 16px;
    margin: 15px 0 15px 15px;
}
.card.card-issue .card-block {
    padding-bottom: 20px;
}

.card.card-issue p {
    font-size: 0.9rem;
    line-height: 0.9rem;
}

.card a.read-more {
    bottom: 12px;
    right: 24px;
}
.download-pdf {
    position: absolute;
    bottom: 12px;
    right: 36px;
}
.card-issue .download-pdf {
    background-color: #06c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.download-pdf img {
    height: 30px;
    width: auto;
}

@media (min-width: 768px) {
    d.card-issue .card-block {
        padding-bottom: 50px;
    }
    .card.card-issue .card-title {
        margin: 15px 0;
    }
    .card a.read-more {
        right: 25px;
        bottom: 12px;
    }
    .download-pdf {
        bottom: 12px;
        right: 24px;
    }
}

/* Indice Fascicolo */
.issueCardDescription p,
.issueIndexDescription p:first-child  {
    display: none;
}
.issueCardDescription p:first-child{
    display: block;
}

/* Dettagli Articolo */
.pdf-icon {
    height: 30px;
    width: auto;
}

.detail-article-title {
    font-size: 2.2rem;
}
.detail-article-authors {
    font-size: 2rem;
}
.detail-article-title {
    font-size: 2.2rem;
    font-style: italic;
}

.detail-article-keywords {
    margin: 10px 0;
    padding: 20px 0;
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
}

.tab-content {
    border-left: 3px solid #eee;
}