/**
 * Schools.
 */
.navbar-icon-schools:before { background-image: url("../openedu_core/images/icons/schools.svg");}
.no-svg .navbar-icon-schools:before { background-image: url("../openedu_core/images/icons/schools.png");}
.navbar-icon-schools:active:before,
.navbar-icon-schools.navbar-active:before { background-image: url("../openedu_core/images/icons/schools.svg");}
.no-svg .navbar-icon-schools:active:before,
.no-svg .navbar-icon-schools.navbar-active:before { background-image: url("../openedu_core/images/icons/schools.png");}
