/* START Make the Custom Schools Dropdown look like the default one */
@media screen and (min-width: 600px) {
    #cms-header div:has(#schools-menu-sm1) {
        position: relative;
    }

    #cms-header #schools-menu-sm1 {
        width: 100%;
        min-width: 325px;
        top: 14px;
        left: 50%;
        transform: translate(-50%, 0);
        border-radius: 12px;
        padding-top: 20px;
        padding-bottom: 20px;
        z-index: 2;
    }

    #cms-header #schools-menu-sm1 ul:empty {
        display: none;
    }

    #cms-header #schools-menu-sm1 .column {
        width: 100%;
    }

    #cms-header #schools-menu-sm1 .parent-item a {
        font-size: 1.15em;
        line-height: 1.3;
        display: block;
        padding-top: .35em;
        padding-bottom: .35em;
    }
}

/* END Make the Custom Schools Dropdown look like the default one */