body.non-administrator .alert.alert-danger{
	display:none !important;
}


.other-option-checked .dropbutton-wrapper:not(.open) .dropbutton__item:first-of-type ~ .dropbutton__item {
    visibility: visible !important;
}
.other-option-checked input#field-schedule-others-schedule-add-more {
    background: #d3d4d9;
    font-weight: bold;
    margin-right: 25px;
}
#node-school-profile-form .layout-region.layout-region--footer,
#node-school-profile-edit-form .layout-region.layout-region--footer{
	width: 100%;
}
.user-logged-in .menu--account li.nav-item:last-child {
    display: none;
}

.help-tooltip {
    display: flex;
    gap: 5px;
}
.help-tooltip span{
    opacity: 0;
}
.help-tooltip:hover span{
    opacity: 1;
}
@media only screen and (max-width: 600px) {
	.school-finder-form {
    display: unset;
    border: 0;
 }
 .sf-compare-title {
    display: inline;
 }
}