/* Hide secondary header on lesson, topic and quiz pages */
#masthead .secondary-header {
    display: none;
}