/* Fixed header (only applies to md+ sizes */

@media (min-width: 992px) {
    /* div.footer-v1>div.footer {
        background-color: red !important;
    } */
    .wrapper.header-fixed>.top-section {
        position: fixed;
        top: 0px;
        width: 100%;
        /* height: 176px; */
        background-color: white;
        z-index: 999;
    }
    .wrapper.header-fixed>.top-section>.header {
        top: 0px;
        width: 100%;
        height: 105px;
        background-color: white;
    }
    .wrapper.header-fixed>.top-section>.header>.navbar {
        background-color: white;
    }
    .wrapper.header-fixed>.top-section>.breadcrumbs {
        background-color: white;
    }
    .wrapper.header-fixed>.container.content {
        padding-top: 200px;
    }
    .wrapper.header-fixed>.container.content.nobreadcrumbnav {
        padding-top: 115px;
    }
    .wrapper.header-fixed>.top-section.nobreadcrumbnav {
        height: 105px;
    }
    section {
        scroll-margin-top: 250px;
    }
    .top-section>.breadcrumbs {
        margin-top: 14px;
        padding-top: 0px;
    }
}

@media(max-width: 991px) {
    section {
        scroll-margin-top: 0px;
    }
}