.page-template-page-ashrae .site-header {
    background: radial-gradient(circle at center, #444 0%, #1b1b1b 70%);
}
    
.page-template-page-ashrae .site-header > .wrap {
    height: 100%;
}

.page-template-page-ashrae .site-inner {
    padding-top: 0px;
}

.ashrae-header {
    height: 100%;
    display: flex;
    align-items: center;
}

.ashrae-header li a {
    color: white !important;
}

.ashrae-hero {
        background:
        linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)),
        url("https://www.svl.com/wp-content/uploads/2026/03/Chicago-Scaled.png?id=20169") !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
}

.ashrae-hero h1, .ashrae-hero h2, .ashrae-hero h3, .ashrae-hero h4, .ashrae-hero h5, .ashrae-hero h6, .ashrae-hero p {
    color: white;
}

.ashrae-header .ashrae-logo {
    max-width: 220px !important;
    padding: 0px 10px
}

@media only screen and (max-width: 1136px) {
    #mega-menu-wrap-ashrae-menu {
        display: block;
    }
    
    .page-template-page-ashrae .mobile-menu, .page-template-page-ashrae .mobile-toggle {
        display: none !important;
    }
}

#mega-menu-wrap-ashrae-menu {
    margin-top: 0px !important
}