.header_root + #non_profit_page > .landing-page-template:first-child {
    margin-top: 90px;
}
.header_root.new + #non_profit_page > .landing-page-template:first-child {
    margin-top: 64px;
}

@media only screen and (max-width: 991px) {
    .header_root + #non_profit_page {
        margin-top: 23px !important;
    }
    .header_root.new + #non_profit_page {
        margin-top: 0 !important;
    }

    .header_root + #non_profit_page > .landing-page-template:first-child {
        margin-top: 0;
    }
}
