.leading-media.cta h2 span {color: #FFC520;}

/* Hide nav, quick links and search */
.main-nav.header-container,
#northwestern-logo-wrapper #super-nav, .search-form.group, #mobile-nav-link {display: none;}

/* Remove top padding from hero image */
.content.no-default-sliders .leading-media.cta.video {
    padding-top: 0!important;
}

/* Override color for subtitles */
.cta.photo .header h2, .cta.photo .subhead.cta-photo-headline {color: #FFC520;}

/* Parallax the cover photos */

.cta.photo {
    /*background-attachment: fixed;*/
}

/* Give more space around the buttons */
.cta.photo .cta-content .link-bttn {
    margin: 0 8px 15px;
}

@media screen and (max-width: 960px) {
    header {
        padding-bottom: 0!important;
    }
}

@media (max-width: 768px) {
    .feature-cols:has(.icon-fact) {
        display: none;
    }
}