/* Match the homepage hero before the scroll script initializes. */
header:not(.header-light) {
    color: #fff;
    background-color: transparent;
}

header:not(.header-light) .menuBox .menubtn {
    background-color: #fff;
}

.lazyload-indicator {
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font: 16px/1.2 Arial, sans-serif;
    white-space: nowrap;
    pointer-events: none;
}
