/* Public site header correction: prevent the base theme background from showing as a black strip above the navigation. */
html,
body,
body.index,
body.page-index,
body.transparent {
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
}

header.header-fixed,
body .header-fixed {
    top: 0 !important;
    margin-top: 0 !important;
}

body.index .header-fixed,
body.page-index .header-fixed {
    background: transparent !important;
    padding: 0 !important;
}

.header-top,
.header-middle,
.header-bottom {
    margin-top: 0 !important;
}

/* Keep the hero/banner flush with the corrected header. */
.banner-type,
.index-banner,
.page-content {
    margin-top: 0 !important;
}
