.fixed-anchor::before {
    content: '';
    display: block;
    height:      250px;
    margin-top: -250px;
    visibility: hidden;
  }

header .secondary-menu {
  flex: 0 0 100%;
}

header .cta-nav .secondary-menu li:last-of-type {
    margin-left: auto;
    justify-self: flex-end;
    min-height: 65px;
}