/* START - Add Item in Schools Dropdown */
a.custom-school-menu-item {
    display: block;
    padding: 10px 16px;
    line-height: 1.5;
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width: 960px) {
  #cms-header .main-content .mobile {
    display: flex;
    align-items: center;
  }

  #cms-header .main-content .school-info {
    padding-bottom: 0;
  }

  #cms-header .main-content .logo {
    height: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px;
  }

  #cms-header .mobile-header {
    padding-top: 0;
    height: auto;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  #cms-header .mobile-header .left-icon {
    position: static;
    transform: none;
    order: 1;
    margin-right: 10px;
  }
}
/* END - Add Item in Schools Dropdown */
