h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.navbar {
  position: absolute;
  display: block;
  width: 100%;
  padding: 20px 5% 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  box-shadow: inset 0 3px 0 0 #0b9444;
}

.navbar.scroll-down {
  position: fixed;
  top: 0px;
  height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(11, 148, 68, .9);
}

.navbar.home {
  display: block;
}

.navbar.sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b9444;
  background-image: -webkit-linear-gradient(270deg, transparent, #16793f);
  background-image: linear-gradient(180deg, transparent, #16793f);
}

.navbar.sidebar.grades {
  display: none;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/landing-bg-img-2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/landing-bg-img-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-section.dashboard {
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 100px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.hero-section.dashboard.grades {
  width: 100%;
  text-align: left;
}

.hero-section.dashboard._2 {
  width: 75%;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.brand:hover {
  opacity: 0.75;
}

.brand.wht-navbar {
  margin-top: 7px;
  margin-bottom: 7px;
}

.mzali {
  margin-top: 0px;
  margin-left: 7px;
  font-family: 'Oduda bold', sans-serif;
  color: #000;
  font-size: 22px;
  text-align: center;
  letter-spacing: 4px;
}

.mzali.navbar-2 {
  color: #fff;
}

.mzali.sign {
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.mzali.logo-2 {
  margin-top: 0px;
}

.mzali.dashboard-mzali {
  color: #fff;
}

.nav-link {
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  font-family: 'Bariol regular', sans-serif;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  box-shadow: inset 0 4px 0 0 #0b9444;
}

.nav-link.login {
  height: 50px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-transition: box-shadow 500ms ease, background-color 500ms ease;
  transition: box-shadow 500ms ease, background-color 500ms ease;
  color: #fff;
  font-size: 12px;
}

.nav-link.login:hover {
  background-color: #078039;
}

.nav-link.login:focus {
  background-color: #04441f;
}

.nav-link.login.w--current {
  background-color: #0a8d41;
}

.nav-link.sign-up-button-3 {
  display: none;
}

.nav-link.sign-in-button {
  display: none;
}

.button {
  width: 35%;
  margin: 10px 10px 10px 0px;
  padding: 12px 20px;
  border: 3px solid #0b9444;
  border-radius: 100px;
  background-color: transparent;
  box-shadow: none;
  font-family: 'Bariol regular', sans-serif;
  color: #0b9444;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  border-color: #0a8d41;
  background-color: #0a8d41;
  box-shadow: 0 0 10px 0 transparent;
  color: #fff;
}

.button.app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  padding: 7px 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: none;
  background-color: #0b9444;
}

.button.landing {
  margin-right: 0px;
  -webkit-transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease;
  transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease;
}

.button.everything-maths {
  width: 33.3%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  font-size: 12px;
}

.button.admin {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.login-button {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.button.delete {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-color: #c90d0d;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: #c90d0d;
  font-size: 11px;
}

.button.delete:hover {
  background-color: #c90d0d;
  color: #fff;
}

.button.edit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: #ffa300;
  color: #ffa300;
  font-size: 11px;
  width: 100%;
}

.button.edit:hover {
  background-color: #ffa300;
  color: #fff;
}

.button.add-school {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.dropdown {
  width: 25%;
}

.button.dropdown:hover {
  color: #fff;
}

.button.news {
  border-color: #c90d0d;
  color: #c90d0d;
}

.button.news:hover {
  background-color: #c90d0d;
  color: #fff;
}

.button.post {
  width: 200px;
  margin-right: 0px;
  margin-bottom: 50px;
  border-color: #00a3ff;
  color: #00a3ff;
}

.button.post:hover {
  background-color: #00a3ff;
  color: #fff;
}

.button.post._5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.button.yes {
  width: 100%;
  border-color: #0a8d41;
  color: #0a8d41;
}

.button.yes:hover {
  background-color: #0a8d41;
  color: #fff;
}

.button.no {
  width: 100%;
  border-color: #c90d0d;
  color: #c90d0d;
}

.button.no:hover {
  background-color: #c90d0d;
  color: #fff;
}

.hero-heading {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: 'Bariol regular', sans-serif;
  color: #000;
  font-size: 52px;
  line-height: 51px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-heading.coming-soon {
  font-size: 28px;
  line-height: 28px;
}

.app-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  text-align: center;
}

.scroll-down-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.scroll-down-div.sign-scroll {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.scroll-link-block {
  position: relative;
  overflow: hidden;
  width: 25px;
  height: 25px;
  border-radius: 0px;
  background-color: transparent;
}

.scroll {
  margin-top: 10px;
  font-family: 'Oduda bold', sans-serif;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.navbar-scroll {
  position: fixed;
  left: 0px;
  top: -50px;
  right: 0px;
  height: 50px;
  padding: 0px 5%;
  background-color: rgba(11, 148, 68, .9);
}

.body {
  font-family: 'Bariol regular', sans-serif;
  text-transform: uppercase;
}

.body.dash {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8));
}

.subheading {
  color: #0b9444;
  font-size: 48px;
}

.subheading.new-school {
  margin-bottom: 40px;
}

.paragraph {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: none;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 0% 5% 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.logo {
  width: auto;
  margin: 0px 11px;
}

.mobi {
  margin-top: 6px;
  font-family: 'Oduda bold', sans-serif;
  color: #757272;
  font-size: 12px;
  letter-spacing: 1px;
}

.img-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 39px 39px 39px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #33bb6c;
}

.line {
  width: 10%;
  height: 5px;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: #0b9444;
}

.line.wht {
  position: relative;
  top: -13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.line.dash-b {
  margin-bottom: 60px;
}

.line.intr {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.line.wht-line {
  background-color: #fff;
}

.steps-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0b9444;
  background-image: -webkit-linear-gradient(270deg, transparent, #0a8d41);
  background-image: linear-gradient(180deg, transparent, #0a8d41);
}

.step-1._2 {
  background-color: #0a8d41;
}

.step-1._3 {
  background-color: #33bb6c;
}

.pic-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Macbook-Top-Opened.png');
  background-position: 0px 50%;
  background-size: cover;
}

.pic-div.pic-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(11, 148, 68, .5), rgba(11, 148, 68, .5)), url('../images/landing-bg-img-2.jpg');
  background-image: linear-gradient(180deg, rgba(11, 148, 68, .5), rgba(11, 148, 68, .5)), url('../images/landing-bg-img-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pic-div.pic-3 {
  background-image: url('../images/phone-reg-2.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.overlay-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  color: #fff;
  text-align: center;
}

.overlay-div:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
}

.sign-up-button {
  position: relative;
  top: 50px;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 35px;
  border: 3px solid #0b9444;
  border-radius: 100px;
  background-color: transparent;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .35);
  opacity: 0;
  -webkit-transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease;
  transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease;
  color: #0b9444;
}

.sign-up-button:hover {
  background-color: #0b9444;
  box-shadow: none;
  color: #fff;
}

.sign-up-btn {
  position: relative;
  top: 50px;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 35px;
  border: 3px solid #0b9444;
  border-radius: 50px;
  background-color: transparent;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .35);
  opacity: 0;
  -webkit-transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease;
  transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease;
  color: #0b9444;
}

.sign-up-btn:hover {
  background-color: #0b9444;
  box-shadow: none;
  color: #fff;
}

.sign-up-text {
  position: relative;
  top: 50px;
  margin-top: 0px;
}

.sign-up-text.number-1 {
  margin-top: 0px;
}

.sign-in-text {
  position: relative;
  top: 50px;
  margin-top: 0px;
}

.contact-us-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/landing-bg-img-3.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/landing-bg-img-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #0b9444;
  text-align: center;
}

.footer-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 22px 5%;
  box-shadow: inset 0 -4px 0 0 #0b9444;
  font-size: 10px;
  text-align: center;
}

._88designs-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #0b9444;
  text-decoration: none;
}

._88designs-link:hover {
  color: #000;
}

.sign-in-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b9444;
  text-align: center;
}

.form-wrapper {
  width: 60%;
  margin-top: 20px;
  text-align: center;
}

.form-wrapper.sign-up-form {
  width: 100%;
}

.text-field {
  height: 55px;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  border: 3px solid #27a35b;
  border-radius: 50px;
  background-color: transparent;
  color: #086830;
  font-size: 16px;
  text-align: center;
  /*text-transform: uppercase;*/
}

.text-field:focus {
  border-color: #086830;
  color: #086830;
}

.text-field.sign-up-text-field {
  height: 55px;
  border: 2px solid #0b9444;
  border-radius: 100px;
  background-color: transparent;
  color: #0b9444;
}

.text-field.green {
  border-color: #27a35b;
  color: #086830;
}

.text-field.green:focus {
  border-color: #086830;
}

.text-field.search {
  width: 80%;
  margin-right: 15px;
  background-image: url('../images/search-icon-green.png');
  background-position: 10px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  height: 30px;
  margin-top: 10px;
}

.text-field.text-area {
  height: 200px;
}

.sign-up-button-2 {
  width: 80%;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 14px 34px;
  border: 3px solid #fff;
  border-radius: 100px;
  background-color: #0b9444;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.sign-up-button-2.sign-up {
  width: 50%;
  height: 55px;
  border-color: #0b9444;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border 500ms ease;
  transition: background-color 500ms ease, border 500ms ease;
  color: #0b9444;
  text-align: center;
}

.sign-up-button-2.sign-up:hover {
  border-color: #086830;
  background-color: #086830;
  color: #fff;
}

.sign-up-button-2.sign-in {
  width: 100%;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border 500ms ease;
  transition: background-color 500ms ease, border 500ms ease;
  color: #fff;
}

.sign-up-button-2.sign-in:hover {
  border-color: #086830;
  background-color: #086830;
  color: #fff;
}

.sign-up-button-2.sign-button {
  width: 100%;
  margin-bottom: 29px;
  background-color: #fff;
  color: #0b9444;
}

.home-link {
  text-decoration: none;
}

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.sign-up-info {
  position: relative;
  top: 50px;
  opacity: 0;
}

.sign-in-info {
  position: relative;
  top: 50px;
  opacity: 0;
}

.you-are-in {
  position: relative;
  top: 50px;
  margin-top: 0px;
}

.you-are-in-info {
  position: relative;
  top: 50px;
  opacity: 0;
}

.phone-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-info-row {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.number {
  margin-left: 20px;
}

.link {
  color: #0b9444;
  text-decoration: none;
}

.line-col {
  border-right: 2px solid #0b9444;
}

.arrow-div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-it-works {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  margin: 50px 16px 16px;
  padding: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.how {
  font-size: 48px;
}

.sign-up-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 10% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), #fff), url('../images/landing-bg-img-3.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), #fff), url('../images/landing-bg-img-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: inset 0 4px 0 0 #0b9444;
  color: #0b9444;
}

.sign-up-div.reset {
  min-height: 100vh;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-up-div.verification {
  padding-bottom: 5%;
}

.sign-up-to-mzali-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 6% 5% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0b9444;
}

.sign-up-to-mzali-form.verify {
  padding-top: 0%;
}

.sign-up-to-mzali-info {
  width: 60%;
  text-align: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 303px;
  min-width: 0px;
  margin-top: 30px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 0%;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.welcome {
  margin-top: 60px;
  margin-bottom: 20px;
  color: #0b9444;
  font-size: 26px;
  line-height: 34px;
}

.welcome.first {
  margin-top: 40px;
  line-height: 34px;
}

.welcome.att {
  font-size: 56px;
}

.tabs-div {
  display: block;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs {
  display: block;
  width: 100%;
}

.tab-link {
  width: 25%;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 14px 12px;
  border: 3px solid #0b9444;
  border-radius: 50px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: background-color 500ms ease, box-shadow 500ms ease;
  transition: background-color 500ms ease, box-shadow 500ms ease;
  color: #0b9444;
  font-size: 12px;
  text-align: center;
}

.tab-link:hover {
  background-color: transparent;
  box-shadow: none;
}

.tab-link.w--current {
  margin-right: 10px;
  padding: 14px 11px;
  border: 3px solid #0b9444;
  border-radius: 50px;
  background-color: #0b9444;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 12px;
}

.tab-link.mail {
  border: 3px solid #000;
  background-color: transparent;
  color: #000;
}

.tab-link.mail.w--current {
  border-color: #0b9444;
  background-color: #0b9444;
  color: #fff;
}

.tab-link.main-2 {
  border-color: #0b9444;
  background-color: #0b9444;
  color: #fff;
}

.tabs-menu {
  display: none;
  margin-bottom: 10px;
  text-align: center;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  border-radius: 200px;
  background-image: -webkit-linear-gradient(270deg, rgba(11, 148, 68, .15), rgba(11, 148, 68, .15));
  background-image: linear-gradient(180deg, rgba(11, 148, 68, .15), rgba(11, 148, 68, .15));
  text-align: center;
}

.tabs-submenu {
  padding: 24px;
  text-align: center;
}

.personal-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.personal-info-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: #086830 #000;
  background-color: #197c42;
  color: #fff;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
}

.buttons-div {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-button {
  padding: 20px 23px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none solid;
  border-width: 1px;
  border-color: #10d863;
  background-color: #0b9444;
  text-align: center;
}

.footer-button.edulink {
  padding-left: 30px;
  border-style: none;
  background-color: #0b9444;
  background-image: url('../images/attendance-icon.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.footer-button.edulink:hover {
  background-color: #0b9444;
  box-shadow: 0 -4px 0 0 #086830;
}

.footer-button.edulink.w--current {
  background-color: #0b9444;
  background-image: url('../images/attendance-icon.png');
  background-position: 10px 50%;
  background-size: 25px;
  box-shadow: 0 -4px 0 0 #086830;
  -webkit-transition-property: none;
  transition-property: none;
}

.footer-button.edulink.w--current:hover {
  box-shadow: 0 -4px 0 0 #086830;
}

.footer-button.results {
  border-style: none;
  background-color: #086830;
  background-image: url('../images/dashboard.png');
  background-position: 10px 48%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-button.results:hover {
  box-shadow: 0 -4px 0 0 #33bb6c;
}

.footer-button.results.w--current {
  background-image: url('../images/dashboard.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  box-shadow: 0 -4px 0 0 #33bb6c;
}

.footer-button.personal-button {
  height: 60px;
  border-style: none;
  background-color: #33bb6c;
  background-image: url('../images/add-school.png');
  background-position: 4px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.footer-button.personal-button:hover {
  box-shadow: 0 -4px 0 0 #0b9444;
}

.footer-button.personal-button.w--current {
  box-shadow: 0 -4px 0 0 #0b9444;
}

.footer-button.personal-button.attendance {
  background-color: #27a35b;
  background-image: url('../images/tasks.png');
  background-position: 10px 50%;
  background-size: 25px;
  -webkit-transition-property: none;
  transition-property: none;
}

.footer-button.students {
  border-style: none;
  background-image: url('../images/profile-icon.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-button.students:hover {
  box-shadow: 0 -4px 0 0 #086830;
}

.footer-button.students.w--current {
  box-shadow: 0 -4px 0 0 #086830;
}

.footer-button.parents-btn {
  border-style: none;
  background-color: #18b459;
  background-image: url('../images/learn-icon.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-button.parents-btn:hover {
  box-shadow: 0 -4px 0 0 #0b9444;
}

.footer-button.parents-btn.w--current {
  background-image: url('../images/mzali-logo-wht.png');
  background-size: 30px;
  box-shadow: 0 -4px 0 0 #0b9444;
}


.footer-button.books {
  padding-left: 30px;
  border-style: none;
  background-color: #27a35b;
  background-image: url('../images/textbook-icon.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.footer-button.books:hover {
  background-color: #27a35b;
  box-shadow: 0 -4px 0 0 #086830;
}

.footer-button.books.w--current {
  background-color: #27a35b;
  background-image: url('../images/textbook-icon.png');
  background-position: 10px 50%;
  background-size: 25px;
  box-shadow: 0 -4px 0 0 #086830;
  -webkit-transition-property: none;
  transition-property: none;
}

.footer-button.books.w--current:hover {
  box-shadow: 0 -4px 0 0 #086830;
}

.footer-button.teachers {
  padding-left: 30px;
  border-style: none;
  background-color: #0b9444;
  background-image: url('../images/Teacher-mzali-icon.png');
  background-position: 10px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.footer-button.teachers:hover {
  background-color: #0b9444;
  box-shadow: 0 -4px 0 0 #086830;
}

.footer-button.teachers.w--current {
  background-color: #0b9444;
  background-image: url('../images/Teacher-mzali-icon.png');
  background-position: 10px 50%;
  background-size: 35px;
  box-shadow: 0 -4px 0 0 #086830;
  -webkit-transition-property: none;
  transition-property: none;
}

.footer-button.teachers.w--current:hover {
  box-shadow: 0 -4px 0 0 #086830;
}


.wrapper-div {
  padding: 24px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 200px;
  background-image: -webkit-linear-gradient(270deg, rgba(11, 148, 68, .15), rgba(11, 148, 68, .15));
  background-image: linear-gradient(180deg, rgba(11, 148, 68, .15), rgba(11, 148, 68, .15));
  text-align: center;
}

.teachers-number {
  margin-bottom: 40px;
}

.icon {
  margin-right: 10px;
}

.personal-info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.info-pic-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  opacity: 0.85;
  text-align: center;
}

.not-signed-up {
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-decoration: none;
}

.not-signed-up:hover {
  color: #e2e2e2;
}

.not-signed-up:focus {
  color: #fff;
}

.category-div {
  height: 80px;
  padding: 26px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0px;
  background-color: #0b9444;
  text-align: center;
}

.inner-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 21px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #33bb6c;
  text-align: center;
}

.inner-div.second {
  background-color: #0a8d41;
}

.inner-div.last {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0px;
  background-color: #0a8d41;
}

.terms-col {
  padding-right: 0px;
  padding-left: 0px;
}

.h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.terms-column {
  margin-top: 20px;
  border-radius: 50px;
}

.categories-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  padding: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 50px;
  background-color: #d5d5d5;
  font-size: 12px;
  text-align: center;
}

.categories-div.completed {
  border-bottom-left-radius: 0px;
  background-color: #ebebeb;
}

.categories-div.date {
  border-bottom-left-radius: 0px;
}

.categories-div.end-year {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 50px;
  background-color: #c7c7c7;
}

.categories-div.total {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 50px;
  background-color: #a09e9e;
}

.categories-div.term-1 {
  border-top-left-radius: 50px;
}

.categories-div._100 {
  border-bottom-left-radius: 0px;
}

.names-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #0b9444;
  border-radius: 50px;
}

.parents {
  width: 100%;
}

.intro-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.reset-row {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.dets-row {
  margin-bottom: 30px;
}

.resend-code {
  color: #0a8d41;
  text-decoration: none;
}

.calendar-div {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.days {
  padding: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 100px;
  background-color: #0b9444;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.days-holder {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.day-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50px;
  background-color: #cecece;
  text-align: center;
}

._1.attended {
  background-color: #33bb6c;
  color: #fff;
}

._1.did-not-attend {
  background-color: #ff0202;
  color: #fff;
}

.one {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 34px;
}

.month {
  margin-bottom: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #0b9444;
  text-align: center;
}

.resend {
  margin-top: 20px;
  margin-bottom: 40px;
}

.new-message {
  display: none;
  width: 25px;
  height: 25px;
  margin-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: red;
  color: #fff;
  font-size: 16px;
}

.no3 {
  line-height: 10px;
}

.news-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-decoration: none;
}

.windows {
  display: none;
}

.blackberry {
  display: none;
}

.coming-soon-text {
  margin-top: 10px;
  font-size: 12px;
}

.container {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.subjects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.calender-div {
  padding-top: 45px;
  text-align: center;
}

.row-top {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 2px solid #27a35b;
}

.row-top.acc {
  border-bottom-style: none;
}

.tab-pane {
  margin-top: 30px;
}

.c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: left;
  text-transform: capitalize;
}

.form-wrap-subjects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.subjects-div {
  width: 24%;
  padding: 13px 20px;
  border: 3px solid #0a8d41;
  border-radius: 50px;
  color: #0a8d41;
  font-size: 12px;
}

.add-school-form {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.subjects-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cb {
  margin-right: 5px;
  margin-left: 5px;
  text-align: left;
}

.last-row {
  margin-bottom: 50px;
}

.first-row {
  margin-top: 30px;
}

.school-subs {
  color: #0a8d41;
}

.school-subs.grades-link {
  margin-bottom: 10px;
  text-align: center;
  margin-top: 70px;
}

.school-subs.students-header {
  margin-bottom: 30px;
  font-size: 56px;
}

.subject-wrapper {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.brand-link {
  float: left;
  position: absolute;
  margin-top: 30px;
  left: 15px;
  width: 60px;
}

.top-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.top-form.entries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.top-form.second-form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.mzali-link {
  color: #0a8d41;
  text-decoration: none;
}

.grade-link {
  color: #0a8d41;
  font-style: normal;
  text-decoration: none;
}

.dropdown-links {
  display: none;
  margin-bottom: 30px;
  padding: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(10, 141, 65, .25), rgba(10, 141, 65, .25));
  background-image: linear-gradient(180deg, rgba(10, 141, 65, .25), rgba(10, 141, 65, .25));
}

.dd-list.w--open {
  left: 0px;
  background-color: #0a8d41;
}

.dd-link {
  color: #fff;
  font-size: 11px;
}

.dd-link:hover {
  background-color: #33bb6c;
}

.form-entries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.show {
  margin-right: 10px;
}

.no-entries {
  margin-left: 10px;
}

.showing-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.no-link {
  margin-right: 3px;
  margin-left: 3px;
  padding: 5px 10px;
  border: 2px solid #0a8d41;
  border-radius: 50px;
  color: #0a8d41;
  text-decoration: none;
}

.import-form {
  margin-top: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.edit-button {
  color: #33bb6c;
  text-decoration: none;
}

.edit-button:hover {
  color: #ebebeb;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.select-field {
  display: block;
  width: 20%;
  margin-top: 8px;
}

.select-field.subs-field {
  width: 100%;
}

.select-field.news-post {
  width: 200px;
}

.select-field.news-post.old {
  display: block;
  width: 100%;
}

.edit-form-wrapper {
  margin-top: 50px;
  text-align: center;
}

.edit-form-wrapper._7 {
  display: none;
}

.coly {
  padding-left: 0px;
}

.coly-2 {
  padding-right: 0px;
}

.import-form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  width: 100%;
  height: 100%;
  padding: 23px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.pop-up.individual {
  display: none;
}

.block {
  position: relative;
  margin-top: 0%;
  padding: 4px 34px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, .99);
  text-align: center;
}

.block.par {
  margin-top: 0%;
  padding-top: 19px;
  padding-bottom: 19px;
}

.post-form {
  text-align: center;
}

.news-header {
  color: #0a8d41;
}

.close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 18px;
  border-radius: 50px;
  background-color: #fff;
}

.post-form-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
}

.post-form-1.old {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.post-form-1.top-right {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 15px;
}

.c-words {
  text-align: center;
}

.pop-up-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.import-button {
  text-align: center;
}

.att-div {
  display: none;
}

.news-posts-holder {
  padding: 45px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.news-div {
  position: relative;
  margin-bottom: 50px;
  padding: 36px;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(10, 141, 65, .25), rgba(10, 141, 65, .25));
  background-image: linear-gradient(180deg, rgba(10, 141, 65, .25), rgba(10, 141, 65, .25));
}

.date-div {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 5px 12px 4px;
  border-top-left-radius: 20px;
  background-color: rgba(10, 141, 65, .75);
  color: #fff;
  font-size: 10px;
}

.view-student {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  display: none;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.student-details-div {
  margin-top: 21px;
  margin-bottom: 10px;
  padding: 13px 21px;
  border: 3px solid #0a8d41;
  border-radius: 50px;
  color: #0a8d41;
}

.view-student-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  display: none;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.view-students-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  display: none;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.view-students-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  display: none;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.delete-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  display: none;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.edit-student-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  display: none;
  overflow: auto;
  padding-top: 25%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.edit-student-div.parent {
  display: none;
  overflow: auto;
  padding-top: 0%;
}

.excel-button {
  text-align: center;
}

.edit-tasks {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.select-subject {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.select-field-subs {
  margin-bottom: 0px;
  font-size: 12px;
}

.edit-attendance {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  display: none;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

html.w-mod-js *[data-ix="on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -90px);
  -ms-transform: translate(0px, -90px);
  transform: translate(0px, -90px);
}

html.w-mod-js *[data-ix="on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="scroll-on-load"] {
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="appear-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="appear-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="appear-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="appear-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="appear-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="appear-on-scroll-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="appear-on-scroll-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="appear-on-scroll-8"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="appear-on-scroll-9"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media (max-width: 991px) {
  .navbar.sidebar {
    width: 30%;
  }
  .hero-section.dashboard {
    width: 70%;
  }
  .nav-link {
    border-bottom: 1px solid #086830;
    background-color: #0b9444;
    -webkit-transition: box-shadow 500ms ease, background-color 500ms ease;
    transition: box-shadow 500ms ease, background-color 500ms ease;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #086830;
  }
  .button {
    width: 33.3%;
  }
  .pic-div.pic-3 {
    background-image: url('../images/phone-reg-2.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .overlay-div {
    padding-right: 43px;
    padding-left: 43px;
  }
  .sign-up-text {
    font-size: 32px;
  }
  .sign-in-text {
    font-size: 32px;
  }
  .you-are-in {
    font-size: 32px;
  }
  .contact-info-row {
    width: 80%;
  }

  .footer-button.edulink {
    padding-left: 35px;
   /* background-position: 30% 50%;*/
    background-size: 20px;
  }
  .footer-button.results {
   /* background-position: 25% 50%;*/
    background-size: 20px;
  }
  .footer-button.results.w--current {
    padding-left: 41px;
    background-size: 20px;
  }
  .footer-button.personal-button {
    padding-left: 35px;
    background-position: 30% 50%;
    background-size: 20px;
  }
  .footer-button.personal-button.attendance {
    padding-left: 41px;
    background-size: 20px;
  }
  .footer-button.personal-button.attendance.w--current {
    background-position: 20% 50%;
    background-size: 20px;
  }
  .names-div {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.home-button {
    display: block;
    padding: 12px;
  }
  .calendar-div {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .days {
    margin-bottom: 10px;
    padding: 5px 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
  }
  .days-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .day-1 {
    width: 50px;
    height: 50px;
  }
  ._1 {
    width: 50px;
    height: 50px;
  }
  .one {
    font-size: 20px;
  }
  .menu-button.w--open {
	background-color: transparent;
}
/*a.logout {
	margin-left: 300px !important;
}
.logout.button {
	z-index: 9999;
	width: 150px;
}*/
}

@media (max-width: 767px) {
  .navbar.home {
    padding-top: 10px;
  }
  .navbar.sidebar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .hero-section {
    height: auto;
    padding-top: 65px;
    padding-bottom: 50px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/landing-bg-img-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/landing-bg-img-3.jpg');
    background-attachment: scroll, scroll;
  }
  .hero-section.dashboard {
    width: 100%;
    padding-top: 9%;
    float: none;
  }
  .brand {
    padding-left: 15px;
  }
  .nav-link {
    border-bottom: 1px solid #086830;
    background-color: #0b9444;
    -webkit-transition: box-shadow 500ms ease, background-color 500ms ease;
    transition: box-shadow 500ms ease, background-color 500ms ease;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #086830;
  }
  .button {
    width: 45%;
  }
  .scroll-down-div {
    position: relative;
    bottom: 10px;
    margin-top: 28px;
  }
  .navbar-scroll {
    top: -50px;
  }
  .line.wht {
    background-color: #0b9444;
  }
  .steps-div {
    min-height: auto;
    padding-top: 138px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .step-1 {
    height: 280px;
  }
  .step-1._2 {
    height: 280px;
  }
  .step-1._3 {
    height: 280px;
  }
  .contact-us-div {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/landing-bg-img-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/landing-bg-img-3.jpg');
    background-attachment: scroll, scroll;
  }
  .sign-in-div {
    min-height: 600px;
  }
  .sign-up-button-2.sign-up {
    width: 95%;
  }
  .sign-up-info {
    top: 25px;
  }
  .sign-in-info {
    top: 25px;
  }
  .you-are-in {
    top: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .you-are-in-info {
    top: 25px;
  }
  .line-col {
    border-right-style: none;
  }
  .how {
    color: #0b9444;
  }
  .sign-up-div {
    min-height: auto;
    padding-bottom: 13%;
  }
  .sign-up-div.reset {
    min-height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .nav-menu {
    height: auto;
    margin-top: 0px;
  }
  .footer-button.edulink {
    padding-top: 27px;
    padding-bottom: 12px;
    padding-left: 23px;
    background-position: 50% 5px;
    background-size: 20px;
    font-size: 12px;
  }
  .footer-button.edulink.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-button.results {
    padding-top: 27px;
    padding-bottom: 12px;
    background-position: 50% 5px;
    background-size: 20px;
  }
  .footer-button.results.w--current {
    background-position: 29% 50%;
    background-size: 20px;
    font-size: 12px;
  }
  .footer-button.personal-button {
    padding-top: 27px;
    padding-bottom: 12px;
    padding-left: 23px;
    background-position: 50% 5px;
    background-size: 20px;
  }
  .footer-button.personal-button.attendance {
    background-position: 50% 5px;
    background-size: 20px;
  }
  .footer-button.personal-button.attendance.w--current {
    background-position: 50% 5px;
    background-size: 20px;
  }
  .wrapper-div {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 50px;
  }
  .info-pic-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .category-div {
    border-top-right-radius: 50px;
  }
  .inner-div.last {
    border-top-right-radius: 0px;
  }
  .categories-div {
    border-bottom-left-radius: 0px;
  }
  .categories-div.end-year {
    border-bottom-left-radius: 50px;
  }
  .categories-div.term-1 {
    border-top-right-radius: 50px;
  }
  .categories-div._100 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .names-div {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 6px;
    padding: 6px;
    color: #fff;
    text-align: right;
  }
  .menu-button.home-button {
    margin-bottom: 0px;
    padding: 12px;
    color: #000;
  }
  .intro-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-scroll-down {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .down-arrow {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sign-in-col {
    margin-bottom: 12px;
  }
}

@media (max-width: 479px) {
  .navbar.home {
    display: block;
    height: auto;
  }
  .hero-section {
    height: 600px;
    padding-top: 50px;
    padding-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/landing-bg-img-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/landing-bg-img-3.jpg');
    background-attachment: scroll, scroll;
  }
  .hero-section.dashboard {
    padding-top: 10%;
  }
  .brand {
    padding-left: 5px;
  }
  .nav-link {
    border-bottom: 1px solid #086830;
    background-color: #0b9444;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #086830;
  }
  .button {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .button.app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button.everything-maths {
    width: 100%;
  }
  .hero-heading {
    color: #000;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-shadow: 1px 1px 17px #fff;
  }
  .hero-heading.coming-soon {
    font-size: 18px;
    line-height: 17px;
  }
  .app-links-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .introduction {
    height: auto;
    padding: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .scroll-down-div {
    position: absolute;
    bottom: 35px;
    margin-top: 41px;
  }
  .scroll-down-div.sign-scroll {
    position: relative;
  }
  .body.dash {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/landing-bg-img-2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/landing-bg-img-2.jpg');
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .subheading {
    font-size: 26px;
  }
  .logo {
    margin: 5px;
  }
  .line.wht {
    top: -6px;
    margin-bottom: 10px;
  }
  .steps-div {
    min-height: auto;
    padding-top: 147px;
  }
  .step-1 {
    height: 280px;
    padding: 13px;
  }
  .overlay-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sign-up-button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 13px;
    padding-left: 13px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 0;
  }
  .sign-up-btn {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sign-up-text {
    top: 50px;
    font-size: 18px;
  }
  .sign-up-text.number-1 {
    line-height: 24px;
  }
  .sign-in-text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
  }
  .contact-us-div {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/landing-bg-img-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/landing-bg-img-3.jpg');
    background-attachment: scroll, scroll;
  }
  .sign-in-div {
    min-height: 650px;
  }
  .sign-up-button-2.sign-up {
    width: 90%;
  }
  .sign-up-info {
    top: 25px;
  }
  .you-are-in {
    top: 50px;
    font-size: 18px;
  }
  .number {
    font-size: 14px;
  }
  .link {
    font-size: 14px;
  }
  .arrow-div.mobile {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  .how-it-works {
    margin-top: 50px;
  }
  .how {
    font-size: 26px;
  }
  .sign-up-div {
    text-align: center;
  }
  .sign-up-to-mzali-form {
    text-align: center;
  }
  .welcome {
    font-size: 36px;
    text-align: center;
  }
  .tab-link {
    width: 100%;
  }
  .tabs-menu-2 {
    border-radius: 50px;
  }
  .footer-button.edulink {
    padding: 30px 10px 12px;
    background-position: 50% 8px;
    font-size: 10px;
  }
  .footer-button.edulink.w--current {
    padding-top: 30px;
    padding-bottom: 12px;
    background-position: 50% 8px;
  }
  .footer-button.results {
    padding: 30px 10px 12px;
    background-position: 50% 8px;
    background-size: 20px;
    font-size: 10px;
  }
  .footer-button.results.w--current {
    padding-right: 10px;
    padding-left: 10px;
    background-position: 50% 8px;
    font-size: 10px;
  }
  .footer-button.personal-button {
    height: auto;
    padding: 30px 10px 12px;
    background-position: 50% 6px;
    font-size: 10px;
  }
  .footer-button.personal-button.attendance {
    background-position: 50% 6px;
    background-size: 20px;
  }
  .footer-button.personal-button.attendance.w--current {
    font-size: 10px;
  }
  .category-div {
    border-top-right-radius: 50px;
  }
  .inner-div.last {
    border-top-right-radius: 0px;
  }
  .categories-div {
    border-bottom-left-radius: 0px;
  }
  .categories-div.end-year {
    border-bottom-left-radius: 50px;
  }
  .categories-div.term-1 {
    border-top-right-radius: 50px;
  }
  .categories-div._100 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .menu-button {
    padding: 8px;
    color: #fff;
  }
  .menu-button.w--open {
    padding: 11px;
    background-color: transparent;
  }
  .menu-button.home-button {
    display: block;
    color: #000;
  }
  .intro-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sign-in-col {
    margin-bottom: 18px;
  }
  .calendar-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .days {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .days-holder {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .day-1 {
    margin-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
    .footer-button {
    font-size: 10px !important;
  }

}

@font-face {
  font-family: 'Oduda bold';
  src: url('../fonts/Oduda-Bold.eot') format('embedded-opentype'), url('../fonts/Oduda-Bold.woff') format('woff'), url('../fonts/Oduda-Bold.ttf') format('truetype'), url('../fonts/Oduda-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bariol regular';
  src: url('../fonts/Bariol-Regular.eot') format('embedded-opentype'), url('../fonts/Bariol-Regular.woff') format('woff'), url('../fonts/Bariol-Regular.ttf') format('truetype'), url('../fonts/Bariol_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}







#students-table_filter, #parents-table_filter, #marks-table_filter{
  float: right;
  width: 80%;
}
#students-table_filter label, #parents-table_filter label, #marks-table_filter label{
  color: #fff;
}
#students-table_filter label input, #parents-table_filter label input, #marks-table_filter label input{
  float: right;
  color: #086830;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 2.5em;
    }
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  background: #fff !important;
padding: 5px 10px;
border: 2px solid #0a8d41;
border-radius: 50px;
color: #0a8d41 !important;
text-decoration: none;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 2px solid #0a8d41;
  text-align: center;
}
table.dataTable.no-footer {
  border-bottom: 2px solid #0a8d41;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #0a8d41;
}
#marks-table.table tbody tr td:nth-child(6){
  color: #fff;
}
body{
	min-width:1100px;
}
.navbar.sidebar{
	min-width:300px;
  overflow-y: auto;
}
@media (max-width: 767px) {
body{
	min-width:100%;
}
.hero-section.dashboard._2 {
	width: 100%;
}
.footer-button.w-button, .footer-button {
	background-image: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	height: auto;
}
  .tabs-menu-2{
    display: block;
    height: auto;
    background:transparent;
  }
.tab-link.w-inline-block.w-tab-link{
	width: 100% !important;
	max-width: 100%;
	display: table;
	float: left;
	margin: 10px auto !important;
	position: relative;
}
.select-field {
	width: 50%;
}
.w-tab-content {
	position: relative;
	display: block;
	overflow: scroll;
  float: left;
  width: 100%;
}
#students-table_length {
	display: none;
}
.w-nav-button {
    font-size: 50px;
}
.welcome {
	font-size: 36px;
	margin-top: 60px !important;
}
.news-posts-holder{
  padding: 0;
}
}

@media (max-width: 479px) {

  .post-form-1.top-right {
	position: relative;
	top: 0px;
	right: 0px;
	margin: 15px;
}
a.logout {
	max-width: 200px !important;
	margin: 0 auto !important;
	position: relative !important;
	display: table !important;
	float: none !important;
}
header {
	margin: 20px auto -110px;
	width: 100%;
	padding-top: 25px;
}
.school-subs.students-header {
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 36px;
}
.school-subs.grades-link {
	margin-bottom: 0;
	text-align: center;
	margin-top: 100px;
}
header {
	margin: 20px auto -75px;
	width: 100%;
	padding-top: 25px;
}
}