/*Schermi piccoli (meno di 576px)
Non è necessaria alcuna media query, in quanto la progettazione mobile-first fa sì che questo sia il codice di default
*/
html {
    font-size: 16px;
    /*overflow-x: hidden;*/
    color: #2F2D2F;
}
b, strong, .fw-bold {
    font-weight: 600;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-weight: 400;
    font-size: 2.2rem;
}
.h1, .it-hero-wrapper .it-hero-text-wrapper .h1 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
}
.h1-article {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}
.h2 {
    font-weight: 300;
    font-size: 2.5rem;
}
h3 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
}
.h3 {
    font-weight: 300;
    font-size: 1.33rem;
    line-height: 1.5;
}
h4 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
}
.it-footer h4, .it-footer .h4 {
    text-transform: none;
    font-weight: 600;
}
h1 p, h2 p, .p p{
    margin-bottom: 0 !important;
}
a, a:hover {
    color: #2F2D2F !important;
}
.it-footer a {
    color: #fff !important;
}
.dark, .dark p, .dark li {
    color: #2F2D2F !important;
    fill: #2F2D2F !important;
}
* {
    font-family: "Titillium Web", Geneva, Tahoma, sans-serif !important;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS !important;
    font-weight: normal;
    font-style: normal;
}
p {
    font-size: inherit !important;
    line-height: inherit !important;
}
.it-card-title {
    font-size: 1.7rem;
}
.big {
    font-size: 3rem;
}
.ps-wila-5 {
    padding-left: 2rem;
}
.it-brand-wrapper img {
    height: 60px;
}
.red, .yellow {
    color: #D5D962 !important;
}
.green {
    color: #619C9C !important;
}
a.green {
    text-decoration-color: #619C9C;
}

/* text-decoration-none */
.no-decoration {
    text-decoration: none !important;
}
.border-yellow {
    border: 3px solid #D5D962;
}
.bg-white {
    background-color: white;
}
.small-text {
    font-size: .875rem !important;
}
.xsmall-text {
    font-size: .777rem !important;
}
.section {
    padding: 48px 5px;
}
.data-evento {
    background: #D5D962;
    padding: 15px 20px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
}
    .data-evento > div:first-child {
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 6px;
    }
    .data-evento > div:last-child {
        font-size: 1rem;
        line-height: 1;
    }
.btn-primary {
    background-color: #D5D962;
    border-color: #D5D962;
    color: #000;
}
    .btn-primary:hover, .btn-primary:focus-visible, .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #B5B942;
        border-color: #B5B942;
        color: #000;
    }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary.dropdown-toggle.show, .show > .btn-outline-primary.dropdown-toggle {
    color: hsl(255, 100%, 100%);
    box-shadow: inset 0 0 0 2px hsl(255, 100%, 100%);
}
.forward {
    font-size: 1rem;
}

.splide__slide img {
    width: 100%;
    height: auto;
}
.splide__arrow {
    background: #ccc;
    border: 0;
    border-radius: 0;
    height: 3em;
    opacity: .7;
    top: unset;
    transform: translateY(-50%);
    width: 3em;
    bottom: 0;
}
.splide__arrow--prev {
    left: calc(100% - 7em);
}
.discoverwila .row {
    flex-direction: column-reverse;
    overflow: hidden;
}
    .discoverwila .row > div {
        position: relative;
    }
        .discoverwila .row > div img {
            margin-left: -30px;
        }
.wilaarena figcaption {
    font-size: 1rem;
}
.it-carousel-wrapper .splide__pagination button {
    background: #B9B9B9;
    transform: scale(1.4);
}
.it-carousel-wrapper .splide__pagination button.is-active {
    background: #619C9C;
}
.wilachip {
    text-transform: uppercase;
    text-decoration: none;
    font-size: .7rem;
    width: fit-content;
    line-height: 1;
}
.social {
    height: 70px;
}
    .social img {
        filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(3788%) hue-rotate(192deg) brightness(94%) contrast(111%);
    }
.formcontatti {
    background-color: #FFF4FC;
    height: 600px;
    border-radius: 20px;
    margin: 10px 10px 40px 10px;
}
.it-footer .address, .it-footer .address *, .it-footer .linkutili * {
    font-size: .777rem;
    font-weight: 400;
    line-height: 1.2;
}
.footercontact {line-height: 1.2;}
.acceptoverlay {
    background-color: hsl(210, 54%, 20%);
}
footer .social img {
    filter: invert(1) sepia(0) saturate(0) hue-rotate(175deg);
}
.social-footer ul, .link-list-wrapper ul li a:hover:not(.disabled) .icon {
    fill: white;
    display: flex;
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    padding-bottom: 0;
}
.form-check [type=checkbox]:checked + label::before {
    top: 4px;
    left: 1px;
    width: 8px;
    height: 13px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0) #fff #fff rgba(0, 0, 0, 0);
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%;
    opacity: .8;
}
.form-check [type=checkbox], .form-check [type=radio] {
    left: 5px;
    top: 5px;
    z-index: 10;
}
    .form-check [type=checkbox] + label, .form-check [type=radio] + label {
        font-size: .875rem;
        line-height: 25px;
    }
    .form-check [type=checkbox]:checked + label::after {
        border-color: #476569;
        background-color: #476569;
        z-index: 0;
    }
.navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
    border-left: 3px solid;
}
.navbar .close-div .close-menu .icon {
    fill: #000;
}
.navbar .close-div {
    right: 10px;
    top: 24px;
}
.breadcrumb-container {
    z-index: 1;
}
.breadcrumb-container .breadcrumb {
    padding: 1.2em 0;
    border-radius: 0;
    margin: 0;
}
    .breadcrumb-container .breadcrumb .breadcrumb-item,
    .breadcrumb-container .breadcrumb .breadcrumb-item a,
    .breadcrumb-container .breadcrumb .breadcrumb-item svg,
    .breadcrumb-container .breadcrumb .breadcrumb-item * {
        color: white !important;
        fill: white;
        font-weight: 300;
        font-size: .875rem;
    }
    .breadcrumb-container .breadcrumb .breadcrumb-item span.separator {
        color: white;
        display: inline-block;
        font-weight: 300;
        padding: 0 .5em;
        font-size: .875rem;
    }
.condividi {
    cursor:pointer;
}
/*.img-fluid {
    max-width: calc(100% + 15px);
    height: auto;
}*/
.rounded {
    border-radius: 12px !important;
    overflow: hidden;
}
.tecnologia {
    height: 800px;
    align-items: start;
    padding-top: 70px;
}
.tecnologia li {
    margin: 10px 0 20px 0;
}
.card.card-img h5.card-title, .card.card-img .card-title.h5 {
    margin-bottom: 0;
}
.it-hero-wrapper li {
    color: white;
}
.cat-description, .cat-description p {
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
}
.link-list-wrapper ul.footer-list li a {
    font-size: .888rem;
}
.btn-outline-primary {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}

    .btn-outline-primary:hover {
        box-shadow: inset 0 0 0 2px hsl(0, 0%, 90%);
        color: #fff !important;
    }
.activity {
    width: 100px;
    padding: 20px;
    background-color: #619C9C;
    border-radius: 50%;
    text-align: center;
}
.btn-outline-secondary {
    box-shadow: inset 0 0 0 2px hsl(0, 0%, 0%) !important;
    color: hsl(0, 0%, 0%) !important;
}
    .btn-outline-secondary.disabled, .btn-outline-secondary:hover, .btn-outline-secondary:active {
        box-shadow: inset 0 0 0 2px hsl(0, 0%, 30%) !important;
        color: hsl(0, 0%, 0%) !important;
    }
    .btn-outline-secondary.green {
        box-shadow: inset 0 0 0 2px rgba(97, 156, 156, 1) !important;
        color: rgba(97, 156, 156, 1) !important;
    }
        .btn-outline-secondary.green.category {
            padding: 9px 30px;
            border-radius: 10px;
            color: #69999F !important;
            font-size: .875rem;
            margin-right: 10px;
            margin-bottom: 5px;
        }
            .btn-outline-secondary.green.category.active {
                background-color: #69999F !important;
                color: white !important;
            }
        .btn-outline-secondary.green.category:last-child {
            margin-right: 0;
        }

article.it-card {
    position: relative;
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.it-hero-wrapper.it-bottom-overlapping-content {
    margin-bottom: -6rem;
    align-items: start;
    padding-bottom: 8rem;
}
article table tr:last-child {
    border-bottom-style: hidden;
}
.it-carousel-wrapper .splide__pagination {
    bottom: -30px;
}
.btn {
    width: 100%;
}
.btn.category {
    width: auto;
}
.it-hero-wrapper {
    min-height: 400px;
    align-items: center;
}
.uptodate {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 0 20px;
}
.navbar-collapsable a, .navbar-collapsable a:hover,
.navbar-collapsable a span, .navbar-collapsable a:hover span {
    color: #619C9C !important;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
    fill: #619C9C;
}
.it-hero-wrapper.it-overlay.it-dark .img-responsive-wrapper:after {
    background: rgba(97, 156, 156, .8);
}
.partner figure img {
    width: 280px;
}
.nofocus .breadcrumb-container .breadcrumb .breadcrumb-item,
.nofocus .breadcrumb-container .breadcrumb .breadcrumb-item span.separator
{
    color: #2F2D2F !important;
}
    .nofocus .breadcrumb a, .nofocus .breadcrumb a:hover,
    .nofocus .breadcrumb-container .breadcrumb .breadcrumb-item * {
        color: #619C9C !important;
        fill: #619C9C !important;
        font-weight: 600;
    }
.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
.it-list-wrapper .it-list .list-item .it-right-zone .text {
    font-weight: 400;
}
.accordion-header .accordion-button {
    border: 1px solid #4A6F74;
    box-shadow: none;
    padding: 14px 24px;
    cursor: pointer;
    color: #4A6F74;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
}
.accordion.accordion-background-active .accordion-header .accordion-button[aria-expanded=true] {
    background-color: #E6E5E6;
    color: #4A6F74;
    border-color: #4A6F74;
}
.accordion-header .accordion-button:active, .accordion-header .accordion-button:hover, .accordion-header .accordion-button:focus {
    border-top-color: #4A6F74;
}
.accordion-header:not(.transcription) .accordion-button:after {
    content: "+";
    float: right;
    width: auto;
    height: auto;
    line-height: 1;
    color: #4A6F74;
    font-size: 2rem;
    transform: scaleY(1);
}
.accordion.accordion-background-active .accordion-header .accordion-button[aria-expanded=true]:after {
    content: "-";
}
.scroll-filter-wrapper .accordion-header .accordion-button,
#filter-modal .accordion-header .accordion-button {
    border: 1px solid #4A6F74;
    border-radius: 12px !important;
    box-shadow: none;
    cursor: pointer;
    padding: 12px 24px;
    color: #4A6F74;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
}
.scroll-filter-wrapper .accordion.accordion-background-active .accordion-header .accordion-button[aria-expanded=true],
#filter-modal .accordion.accordion-background-active .accordion-header .accordion-button[aria-expanded=true] {
    background-color: #4A6F74;
    color: #fff;
    border-color: #4A6F74;
}
.scroll-filter-wrapper .accordion-header .accordion-button:after,
#filter-modal .accordion-header .accordion-button:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath fill='hsl(210, 100%, 40%)' d='M12,10.3l4.8,4.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1c0,0,0,0,0,0l-4.8-4.8c-0.6-0.6-1.5-0.6-2.1,0L6.2,14c-0.3,0.3-0.3,0.8,0,1c0,0,0,0,0,0c0.3,0.3,0.8,0.3,1.1,0L12,10.3z'/%3E%3C/g%3E%3C/svg%3E");
    float: right;
    width: 1.5rem;
    height: auto;
    line-height: 1;
    color: #4A6F74;
    font-size: 1rem;
    transform: scaleY(-1);
}
.scroll-filter-wrapper .accordion.accordion-background-active .accordion-header .accordion-button[aria-expanded=true]:after,
#filter-modal .accordion.accordion-background-active .accordion-header .accordion-button[aria-expanded=true]:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath fill='hsl(0, 0%, 100%)' d='M12,10.3l4.8,4.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1c0,0,0,0,0,0l-4.8-4.8c-0.6-0.6-1.5-0.6-2.1,0L6.2,14c-0.3,0.3-0.3,0.8,0,1c0,0,0,0,0,0c0.3,0.3,0.8,0.3,1.1,0L12,10.3z'/%3E%3C/g%3E%3C/svg%3E");
    transform: scaleY(1);
}
.chip.chip-lg button .icon {
    width: 30px;
    height: 30px;
}
.chip.chip-lg .chip-label {
    font-size: .875rem;
    height: 10px;
    transform: translateY(-8px);
}
.presentation-bg {
    background-color: rgba(124, 191, 196, .2)
}
.communication-bg {
    background-color: rgba(213, 217, 98, .3)
}
input[type=search], input[type=search]:focus {
    border: none;
    background-color: rgba(0, 0, 0, .03)
}
.acceptoverlayable.show {
    min-height: unset;
}
.video-document .accordion-header .accordion-button {
    border: none;
    box-shadow: none;
    padding: 10px 24px 0 24px;
    cursor: pointer;
    color: #4A6F74;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
}
.video-document .accordion-body {
    padding: 12px 24px;
    line-height: 1.3rem;
    max-height: 150px;
    overflow-y: auto;
}
.repository-header {
    display: flex;
    flex-direction: column-reverse;
}
.btn-filter {
    border: 2px solid #4A6F74;
    border-radius: 12px !important;
    box-shadow: none;
    cursor: pointer !important;
    padding: 12px 24px !important;
    color: #4A6F74;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: left;
}
.cmp-input-search-button .input-group {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: unset;
}

.cmp-input-search-button .form-control {
    width: fit-content;
    padding: 14px !important;
    font-size: 1.11rem;
}
.it-list-wrapper .it-list .list-item .it-right-zone {
    padding: 5px 0 5px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
}
    .it-list-wrapper .it-list .list-item .it-right-zone span:last-child {
        font-size: .7em;
        line-height: 1;
    }
.it-list-wrapper .it-list .list-item .avatar, .it-list-wrapper .it-list .list-item .it-rounded-icon, .it-list-wrapper .it-list .list-item .it-thumb {
    flex-shrink: 0;
    margin-right: 0;
}
.navbar.it-navscroll-wrapper .menu-wrapper {
    padding: 0;
    right: 0;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
    border-left: 0;
}
.progress {
    margin: 0 10px;
}
.row.row-column-border > [class^=col-] {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 0;
}
.it-hero-secure {
    min-height: auto;
}
.border3green {
    border: 2px solid #476569;
}
.boxyellowborder {
    border-left: 12px solid #D5D962;
    background-color: white;
    padding: 10px 15px;
}
.datetime {
    background-color: #D5D962;
    padding: 15px 21px;
    display: flex;
    border-radius: 14px;
}
.datetime > div {
    font-size: 1.6rem;
    letter-spacing: 2px;
}
.btn-search {
    width: unset;
    padding: 18px;
}
.modal .modal-dialog .modal-content .modal-header {
    padding: 24px 3px 10px 3px;
    /* padding-bottom: 0; */
}
.check-verde {
    position: absolute;
    left: 9px;
    top: 29px;
}

.sizedoc {
    min-width: 150px;
    text-align: left;
}
/*



*/
/*Schermi medio-piccoli (almeno 576px)*/
@media (min-width: 576px) {
    p, ul, ol, dl {
        font-size: 1rem;
        line-height: 1.7rem;
    }
    .pagination .page-item .page-link {
        height: 2rem;
        min-width: 2rem;
    }
}

/*Schermi medi (almeno 768px)*/
@media (min-width: 768px) {

    #home h1 {
        font-size: 2rem;
        line-height: 1.2;
    }
}

/*Schermi grandi (almeno 992px)*/
@media (min-width: 992px) {
    html {
        font-size: 18px;
        /*overflow-x: hidden;*/
        color: #2F2D2F;
    }
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-weight: 400;
        font-size: 2.2rem;
    }

    .h1, .it-hero-wrapper .it-hero-text-wrapper .h1 {
        font-weight: 300;
        font-size: 2.8rem;
        line-height: 3rem;
    }

    .h1-article {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .h2 {
        font-weight: 300;
        font-size: 2.5rem;
    }

    h3 {
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1;
    }

    .h3 {
        font-weight: 300;
        font-size: 1.33rem;
        line-height: 1.5;
    }

    h4 {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1;
    }
    .section {
        padding: 96px;
    }
    .btn {
        width: auto;
    }
    .btn-full, .btn-primary, .btn-outline-primary {
        padding: 12px 50px !important;
        width: auto;
    }
    .navbar {
        margin-left: 0;
    }
    .digital-innovation {
        margin-bottom: -300px;
        z-index: 1;
        position: relative;
    }
    .discoverwila .row {
        flex-direction: row;
    }
        .discoverwila .row > div {
            position: relative;
        }
            .discoverwila .row > div img {
                margin-left: 0;
            }
    .sub-digital-innovation {
        padding: 270px 0 0 0;
    }
    .social {
        height: 80px;
    }
    .formcontatti {
        background-color: #FFF4FC;
        height: 600px;
        border-radius: 20px;
        margin: 70px 10px;
    }
    .breadcrumb-container .breadcrumb {
        padding: 2em 0;
    }
    .footerlogo {
        width: 450px;
        position: absolute;
        top: 25px;
        right: 0;
    }
    /*.it-brand-wrapper img {
        width: auto;
        height: auto;
    }*/
    .it-hero-wrapper {
        min-height: 550px;
    }
    .it-hero-wrapper-small {
        min-height: 400px;
    }

    .it-hero-wrapper.internalfocus {
        min-height: 380px;
    }
        .it-hero-wrapper.internalfocus .it-hero-text-wrapper {
            padding: 0;
        }
        .it-hero-wrapper.internalfocus .breadcrumb-container .breadcrumb {
            padding: 0 0 2em 0;
        }
        .it-hero-wrapper.internalfocus .breadcrumb-container .breadcrumb a {
            color: white !important;
        }
        .it-hero-wrapper.internalfocus .breadcrumb-container .breadcrumb * {
            color: white;
        }
    .uptodate {
        text-align: left;
        flex-direction: row;
        align-items: flex-start;
        padding: 0;
    }
    .navbar-collapsable a, .navbar-collapsable a:hover, .navbar-collapsable a span, .navbar-collapsable a:hover span {
        color: #fff !important;
    }
    .navbar-collapsable .dropdown-menu a span, .navbar-collapsable .dropdown-menu a:hover span {
        color: #2F2D2F !important;
    }
    .partner figure img {
        width: 350px;
    }
    .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
        border-left: 2px solid #619C9C;
    }
        .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span {
            color: #619C9C;
            text-decoration: none;
        }
    .repository-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
    .cmp-input-search-button .input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }
        .cmp-input-search-button .input-group .btn {
            width: fit-content;
            padding: 12px 25px 12px 50px !important;
        }
    .it-list-wrapper .it-list .list-item .it-right-zone {
        padding: 16px 0 16px 0;
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
    .it-list-wrapper .it-list .list-item .avatar, .it-list-wrapper .it-list .list-item .it-rounded-icon, .it-list-wrapper .it-list .list-item .it-thumb {
        margin-right: 0;
    }
    .it-list-wrapper .it-list .list-item .it-right-zone span:last-child {
        font-size: .9em;
        line-height: 1;
    }
    .navbar.it-navscroll-wrapper .menu-wrapper {
        padding: 80px 0 24px;
        right: 0;
    }
    .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
        border-left: 2px solid #619C9C;
    }
    .progress {
        margin: 0;
    }
    .it-hero-secure {
        min-height: auto;
    }
    .it-hero-wrapper.it-hero-secure .it-hero-text-wrapper {
        padding: 55px 0;
        max-width: unset;
    }
    .title p {
        font-size: 1.5rem !important;
    }
    .cmp-input-search-button .form-control {
        width: fit-content;
        padding: 14px 30px !important;
        font-size: 1.11rem;
    }
    .modal .modal-dialog .modal-content .modal-header {
        padding-bottom: 0;
    }
    .check-verde {
        position: absolute;
        left: 0px;
        top: 38px;
    }
    .sizedoc {
        min-width: 150px;
        text-align: right;
    }

}

/*Schermi molto grandi (almeno 1200px)*/
@media (min-width: 1200px) {

}

/*Schermi grandissimi (almeno 1400px)*/
@media (min-width: 1400px) {
}


.anchor-offset:before {
    height: 0;
    margin-top: 0;
}