/*Word-Count-Display in Header in Sites using Accordion*/

header {
    box-shadow: none;
}

.word-count {
    position: -webkit-sticky;
    position: sticky;
    margin: calc(6vh + 0.39vw) 0 0 0;
    top: calc(6vh + 0.4vw - 2rem);
    height: 2rem;
    box-sizing: border-box;
    padding-top: 0.2rem;
    box-shadow: 0 0.1rem 1rem 0 rgba(0, 0, 0, .5);
    background-color: inherit;
}

.word-count:before {
    content: "";
    background-color: inherit;
    height: 50vh;
    width: 100%;
    position: absolute;
    margin-left: 0;
    bottom: 2rem;
    left: 0;
}

.lead__wrapper {
    padding-top: 0;
}