.entry-content [ready-analyses]::before {
    content: "";
    display: block;
    height: 70px; /* height of your sticky nav */
    margin-top: -70px; /* height of your sticky nav */
    visibility: hidden;
}
