/* Fixed header */

.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: 92px;
    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: 92px;
}

/* a.anchor {
    display: block;
    position: relative;
    top: 250px;
    visibility: hidden;
} */

/* .thing-with-anchor:before { */

/* section.prod-section_first:before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 250px;
    margin-top: 250px;
} */

section {
    scroll-margin-top: 250px;
}