.navbar-nav .menu-heading {
    font-size: 18px!important;
}

a.navbar-brand > img {
    max-height: 150px !important;
}

.navbar-default .navbar-toggle {
    margin-top: 2em;
}

@media (max-width: 767.98px) {
    .navbar-header a.navbar-brand img {
        max-width: 90px !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav, a.navbar-brand:has(.fa-home) {
        margin-block-start: 2.5em;
    }
}

/***************************
    HERO
***************************/
.hero-button .quicklinkbuttons-horizontal.row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.hero-button .quicklinkbuttons-horizontal.row .quicklinkbutton-wrapper,
.hero-button a.quicklinkbutton {
    width: 100%!important;
}
@media (min-width: 768px) {
    .hero-button .quicklinkbutton {
        width: 100%!important;
    }
}

/***************************
    MISC
***************************/
.no-x-pad .element-outer-container.element-type-customhtml {
    padding-top: 0px;
}