html,
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

* {
  outline: none;
}

a {
  color: #333;
  text-decoration: none;
}

input[type=text] {
  border: 1px solid #D8D8D8;
  padding: 10px;
  font-size: 13px;
}

[page] {
  min-height: 700px;
}

[page].active {
  display: block;
}

@media only screen and (min-width: 768px) {
  [page][paper-page] {
    background: #F4F4F4;
    padding: 40px 0;
  }
  [page][paper-page] > div.flex-container {
    background: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
    padding: 40px;
    padding-left: 70px;
    max-width: 800px;
  }
}

[home] {
  background: #fafafa;
}
[home] .home-p-text {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 41px;
  text-align: center;
  font-size: 24px;
  color: #3F51B5;
  font-weight: normal;
  display: none;
}
[home] .large-section-separator {
  height: 100px;
}
[home] .classlist-home-separator {
  background: #3F51B5;
  min-height: 130px;
  margin-top: 50px;
  overflow: auto;
  padding-bottom: 20px;
}
[home] .classlist-home-separator a {
  float: left;
  margin: 20px auto;
  margin-left: 35px;
}
@media only screen and (min-width: 530px) {
  [home] .classlist-home-separator {
    padding-bottom: 0;
  }
  [home] .classlist-home-separator a {
    margin-left: 100px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 530px) {
  [home] .home-p-text {
    display: block;
  }
}
[home] .map-pins-section {
  margin-top: 20px;
  margin-bottom: 60px;
  height: 300px;
  background-image: url("../assets/img/Homepage_map.svg");
  background-position: 60% center;
  background-size: auto 120%;
}
[home] .map-pins-section .map-popup {
  background: #fff;
  box-shadow: 0 2px 6px #bbb;
  padding: 24px;
  max-width: 300px;
  margin-top: 50px;
  float: left;
  display: none;
}
[home] .map-pins-section .map-popup span {
  color: #3F51B5;
  font-size: 24px;
}
[home] .map-text {
  color: #3F51B5;
  font-size: 19px;
}
@media only screen and (min-width: 768px) {
  [home] .map-pins-section {
    margin-top: 90px;
    height: 500px;
    background-size: cover;
    background-position: center;
  }
  [home] .map-pins-section .map-popup {
    display: block;
  }
  [home] .map-text {
    display: none;
  }
}

[page][login] {
  background-color: #3F51B5;
  border-bottom: 1px solid #979797;
  text-align: center;
}
[page][login] .login-container {
  text-align: left;
  width: 100%;
  max-width: 350px;
  height: 300px;
  margin: 100px auto;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  [page][login] .login-container {
    margin: 200px auto;
  }
}
[page][login] .login-container input {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 25px;
  color: #fff;
}
[page][login] .login-container input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
[page][login] .login-container input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
[page][login] .login-container input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
[page][login] .login-container input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
[page][login] .login-container input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
[page][login] .login-container .forgot-pass {
  overflow: auto;
  font-size: 12px;
  margin-top: 16px;
}
[page][login] .login-container .forgot-pass > a.link:first-child {
  float: left;
  color: #F48FB1;
}
[page][login] .login-container .forgot-pass > a.link:last-child {
  float: right;
  color: #F48FB1;
}
[page][login] .login-container.disabled {
  opacity: 0.4 !important;
}

.link {
  color: #F06292;
}

.link:hover {
  cursor: pointer;
}

.flex-container {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.flex-container .flex-row {
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .flex-container {
    width: 760px;
  }
}
@media only screen and (min-width: 992px) {
  .flex-container {
    width: 970px;
  }
  .flex-container .flex-col-6 {
    float: left;
    width: 50%;
  }
  .flex-container .flex-col-4 {
    float: left;
    width: 33.333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-container {
    width: 1170px;
  }
}

.cookie-privacy {
  background-color: #EBEBEB;
  font-size: 12px;
  padding: 10px 0;
  margin-top: -1px;
  display: none;
}
.cookie-privacy img {
  float: right;
  width: 13px;
  margin-top: 3px;
  opacity: .5;
  cursor: pointer;
}

.button-ghost {
  border-radius: 5px;
  border: 1px solid #e45325;
  color: #e45325;
  padding: 0 15px;
  line-height: 37px;
  height: 37px;
  white-space: nowrap;
}

.button-clear {
  border-radius: 5px;
  border: 1px solid transparent;
  color: #e45325;
  padding: 0 15px;
  line-height: 37px;
  height: 37px;
  white-space: nowrap;
}

.button-ghost.login {
  border: 1px solid #F48FB1;
  color: #F48FB1;
  display: none;
}

.button-ghost.login.active {
  display: inline-block;
}

.button-full {
  border-radius: 5px;
  background: #e45325;
  color: #fff;
  padding: 0 15px;
  line-height: 37px;
  height: 37px;
  white-space: nowrap;
}

.button-full-login {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  line-height: 45px;
  height: 45px;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.button-ghost:hover,
.button-clear:hover,
.button-full:hover,
.button-full-login:hover {
  cursor: pointer;
}

header.main-header {
  background: #3F51B5;
  height: 60px;
  border-bottom: 1px solid #979797;
  position: relative;
}
header.main-header .login {
  margin-top: 10px;
  margin-left: -40px;
}
@media only screen and (min-width: 992px) {
  header.main-header .login {
    margin-left: 0;
    float: right;
  }
}
header.main-header .button-burger {
  width: 23px;
  margin: 18px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  header.main-header .button-burger {
    display: none;
  }
}

.pta-slider {
  background-color: #00796B !important;
}

.parents-slider .descr-section,
.pta-slider .descr-section,
.schools-slider .descr-section {
  color: #fafafa;
  margin-top: 20px;
  margin-left: 20px;
  overflow: auto;
}
.parents-slider .descr-section h1,
.pta-slider .descr-section h1,
.schools-slider .descr-section h1 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 28px;
}
.parents-slider .descr-section p,
.pta-slider .descr-section p,
.schools-slider .descr-section p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.parents-slider .descr-section .button-full,
.pta-slider .descr-section .button-full,
.schools-slider .descr-section .button-full {
  margin-top: 20px;
  float: left;
}
.parents-slider > .show-small,
.pta-slider > .show-small,
.schools-slider > .show-small {
  position: relative;
  width: 100%;
}
.parents-slider > .show-large,
.pta-slider > .show-large,
.schools-slider > .show-large {
  position: relative;
  display: none;
  max-height: 400px;
  position: absolute;
  right: 0;
  top: 0;
  height: 400px;
}
.parents-slider > .show-large img,
.pta-slider > .show-large img,
.schools-slider > .show-large img {
  max-height: 400px;
}
.parents-slider > .show-large .arrow-right,
.pta-slider > .show-large .arrow-right,
.schools-slider > .show-large .arrow-right {
  width: 0;
  height: 0;
  border-top: 370px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 200px solid #00796B;
  position: absolute;
  top: 30px;
  right: 0;
}
.parents-slider > .show-large .arrow-left,
.pta-slider > .show-large .arrow-left,
.schools-slider > .show-large .arrow-left {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 400px solid transparent;
  border-left: 200px solid #00796B;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .parents-slider .descr-section,
  .pta-slider .descr-section,
  .schools-slider .descr-section {
    max-width: 360px;
    margin-top: 80px;
    margin-left: 70px;
  }
  .parents-slider > .show-small,
  .pta-slider > .show-small,
  .schools-slider > .show-small {
    display: none;
  }
  .parents-slider > .show-large,
  .pta-slider > .show-large,
  .schools-slider > .show-large {
    display: block;
  }
}

.parents-slider {
  background-color: #3F51B5 !important;
}
.parents-slider > .show-large .arrow-right {
  border-right: 200px solid #3F51B5;
}
.parents-slider > .show-large .arrow-left {
  border-left: 200px solid #3F51B5;
}

.vi-slider > .flex-container {
  z-index: 1;
  position: relative;
}
.vi-slider .find-school {
  float: left;
  margin-top: 150px;
  position: relative;
}
.vi-slider .find-school .clear-search-input {
  width: 22px;
  position: absolute;
  top: 8px;
  right: 5px;
  z-index: 10;
  opacity: .6;
  cursor: pointer;
  display: none;
}
.vi-slider .find-school > div:not(.app-store-links) {
  padding: 15px 20px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.vi-slider .find-school div.app-store-links {
  overflow: auto;
}
.vi-slider .find-school div.app-store-links a {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
}
.vi-slider .find-school div.app-store-links a img {
  height: 40px;
}
.vi-slider .find-school > div.app-store-links {
  display: none;
}
.vi-slider .find-school .blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #222;
  opacity: .7;
}
.vi-slider .find-school .c {
  position: relative;
  z-index: 1000;
}
.vi-slider .find-school .c div.app-store-links {
  margin-top: 12px;
  margin-bottom: 12px;
}
.vi-slider .find-school .c div.app-store-links a {
  float: none;
  margin: 0;
  margin-right: 5px;
}
.vi-slider .find-school .c div.app-store-links a img {
  height: 35px;
}
.vi-slider .find-school .c p {
  line-height: 23px;
}
.vi-slider .find-school .c p img {
  height: 20px;
  float: left;
  margin-right: 10px;
}
.vi-slider .find-school h1 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #fff;
  margin-bottom: 15px;
}
.vi-slider .find-school p {
  font-size: 12px;
  line-height: 14px;
  color: #FAFAFA;
  margin: 0;
  padding: 0;
}
.vi-slider .find-school .cols {
  overflow: auto;
}
.vi-slider .find-school input[type=text] {
  width: 100%;
}
.vi-slider .find-school .col-input {
  width: 100%;
  margin-bottom: 15px;
}
.vi-slider .find-school .col-button {
  margin-bottom: 15px;
  overflow: auto;
}
.vi-slider .find-school .col-button > a {
  float: left;
}
@media only screen and (min-width: 768px) {
  .vi-slider .find-school {
    margin-top: 180px;
    width: 740px;
  }
  .vi-slider .find-school .c div.app-store-links {
    display: none;
  }
  .vi-slider .find-school > div.app-store-links {
    display: block;
  }
}

footer.main-footer {
  background: #3F51B5;
  min-height: 100px;
  padding: 30px 0;
  padding-bottom: 40px;
}
footer.main-footer .flex-container {
  overflow: auto;
}
footer.main-footer .footer-menu-container {
  overflow: auto;
}
footer.main-footer .footer-menu-container > ul {
  margin-bottom: 30px;
}
footer.main-footer .footer-menu-container > ul li.header {
  padding-bottom: 5px;
}
footer.main-footer .footer-menu-container > ul li.header a {
  color: #FFE082;
}
footer.main-footer .footer-menu-container > ul li {
  padding-right: 20px;
}
footer.main-footer .footer-menu-container > ul li a {
  color: #fff;
  line-height: 25px;
}
@media only screen and (min-width: 992px) {
  footer.main-footer .footer-menu-container {
    float: left;
  }
  footer.main-footer .footer-menu-container > ul {
    margin-right: 30px;
    float: left;
    margin-bottom: 0;
  }
}
footer.main-footer .footer-follow-menu {
  overflow: auto;
}
footer.main-footer .footer-follow-menu li.header {
  padding-bottom: 10px;
  width: 100%;
}
footer.main-footer .footer-follow-menu li.header a {
  color: #FFE082;
}
footer.main-footer .footer-follow-menu li:not(.header) {
  float: left;
}
footer.main-footer .footer-follow-menu li:not(.header) a {
  color: #fff;
  line-height: 25px;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 13px;
}
footer.main-footer .footer-follow-menu img {
  height: 25px;
}
@media only screen and (min-width: 992px) {
  footer.main-footer .footer-follow-menu {
    float: right;
  }
}
footer.main-footer .cyber-container {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: auto;
  padding: 30px 0;
  margin: 30px 0;
}
@media only screen and (max-width: 992px) {
  footer.main-footer .cyber-container {
    border-bottom: none;
  }
}
footer.main-footer .cyber-certs {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
footer.main-footer .cyber-certs img {
  margin-right: 30px;
  float: left;
}
@media only screen and (min-width: 992px) {
  footer.main-footer .cyber-certs {
    float: left;
    border-top: none;
    padding-top: 0;
    padding: 0;
    border: none;
    margin: 0;
  }
  footer.main-footer .cyber-certs img {
    margin-right: 0;
    margin-right: 30px;
    float: left;
  }
}

.copy-label-container {
  text-align: center;
}

.copy-label {
  font-size: 12px;
  color: #fafafa;
  text-align: center;
}

.logo.logo-large {
  float: left;
  background-image: url("../assets/icons/logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 160px;
  height: 60px;
  display: none;
}
@media only screen and (min-width: 480px) {
  .logo.logo-large {
    display: block;
    margin-right: 30px;
  }
}

.logo.logo-small {
  float: left;
  background-image: url("../assets/icons/logo-small.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center;
  width: 60px;
  height: 60px;
  display: block;
}
@media only screen and (min-width: 480px) {
  .logo.logo-small {
    display: none;
  }
}

.menu {
  overflow: auto;
  display: none;
  float: left;
}
@media only screen and (min-width: 992px) {
  .menu {
    display: inline-block;
  }
}
.menu > li {
  float: left;
  padding: 0 20px;
  line-height: 60px;
}
.menu > li > a {
  color: #fff;
}
.menu > li > a:hover {
  cursor: pointer;
}
.menu > li > div {
  display: none;
}

.vi-slider {
  min-height: 400px;
  position: relative;
}
.vi-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.vi-slider .slide.active {
  display: block;
}
.vi-slider > .flex-container {
  overflow: auto;
}
.vi-slider .slide-multi-pics {
  position: relative;
  overflow: auto;
}
.vi-slider .slide-multi-pics img {
  display: none;
}
.vi-slider .slide-multi-pics a > img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .vi-slider .slide-multi-pics img:last-child {
    float: right;
    margin-left: -80px;
    display: block;
  }
  .vi-slider .slide-multi-pics .content {
    float: left;
  }
}
@media only screen and (min-width: 1370px) {
  .vi-slider .slide-multi-pics .content {
    float: left;
    margin-left: -30px;
  }
  .vi-slider .slide-multi-pics img:first-child {
    float: left;
  }
  .vi-slider .slide-multi-pics img {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .vi-slider {
    padding-bottom: 0;
  }
}

.vi-slider.home-slider {
  margin-top: -1px;
  min-height: 401px;
}
.vi-slider.home-slider .slide {
  background-size: cover;
}
.vi-slider.home-slider .slide-1 {
  background-image: url("../assets/img/corporate_main_1.jpg");
}
@media only screen and (min-width: 580px) {
  .vi-slider.home-slider .slide-1 {
    background-position: center -200px;
  }
}
@media only screen and (min-width: 992px) {
  .vi-slider.home-slider .slide-1 {
    background-position: center -300px;
  }
}
@media only screen and (min-width: 1200px) {
  .vi-slider.home-slider .slide-1 {
    background-position: center -360px;
  }
}
.vi-slider.home-slider .slide-2 {
  background-image: url("../assets/img/corporate_main_2.jpg");
}
@media only screen and (min-width: 580px) {
  .vi-slider.home-slider .slide-2 {
    background-position: center 0;
  }
}
@media only screen and (min-width: 992px) {
  .vi-slider.home-slider .slide-2 {
    background-position: center -100px;
  }
}
@media only screen and (min-width: 1200px) {
  .vi-slider.home-slider .slide-2 {
    background-position: center -130px;
  }
}
.vi-slider.home-slider .slide-3 {
  background-image: url("../assets/img/corporate_main_3.jpg");
}
@media only screen and (min-width: 580px) {
  .vi-slider.home-slider .slide-3 {
    background-position: center 0;
  }
}
@media only screen and (min-width: 992px) {
  .vi-slider.home-slider .slide-3 {
    background-position: center -140px;
  }
}
@media only screen and (min-width: 1200px) {
  .vi-slider.home-slider .slide-3 {
    background-position: center -260px;
  }
}

.vi-slider.parents-slider .slide {
  background-color: #3F51B5;
}

.vi-slider.parents-section-slider .slide {
  background-color: #3F51B5;
}

.vi-slider.parents-section-slider,
.vi-slider.pta-section-slider {
  min-height: auto !important;
}
.vi-slider.parents-section-slider .content,
.vi-slider.pta-section-slider .content {
  padding: 0 20px;
  padding-top: 40px;
  width: 270px;
}
.vi-slider.parents-section-slider .content p,
.vi-slider.pta-section-slider .content p {
  color: #FFE082;
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
}
.vi-slider.parents-section-slider .content h1,
.vi-slider.pta-section-slider .content h1 {
  margin: auto;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.vi-slider.parents-section-slider .content .button-full,
.vi-slider.pta-section-slider .content .button-full {
  float: left;
  margin-bottom: 30px;
}
.vi-slider.parents-section-slider div.app-store-links,
.vi-slider.pta-section-slider div.app-store-links {
  margin-bottom: 20px;
}
.vi-slider.parents-section-slider div.app-store-links a,
.vi-slider.pta-section-slider div.app-store-links a {
  display: inline-block;
}
.vi-slider.parents-section-slider div.app-store-links a img,
.vi-slider.pta-section-slider div.app-store-links a img {
  height: 35px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .vi-slider.parents-section-slider,
  .vi-slider.pta-section-slider {
    min-height: 400px;
  }
  .vi-slider.parents-section-slider .content,
  .vi-slider.pta-section-slider .content {
    padding-left: 80px;
    max-width: 340px;
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1370px) {
  .vi-slider.parents-section-slider .content,
  .vi-slider.pta-section-slider .content {
    max-width: 340px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 100px;
  }
  .vi-slider.parents-section-slider div.app-store-links a:last-child img,
  .vi-slider.pta-section-slider div.app-store-links a:last-child img {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1480px) {
  .vi-slider.parents-section-slider div.content,
  .vi-slider.pta-section-slider div.content {
    margin-left: 20px;
  }
  .vi-slider.parents-section-slider div.app-store-links,
  .vi-slider.pta-section-slider div.app-store-links {
    margin-left: 0;
  }
}

.pta-section-slider .slide {
  background-color: #00796B;
}

.vi-slider.pta-slider .slide {
  background-color: #00796B;
}

.vi-slider.schools-slider .slide {
  background-color: #00796B;
}

.section-clients {
  background: #fff;
}
.section-clients ul {
  overflow: auto;
}
.section-clients ul li {
  width: 50%;
  padding: 10px 0;
  float: left;
}
.section-clients ul li > div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 45px;
  width: 70%;
  margin: auto;
}
@media only screen and (min-width: 362px) {
  .section-clients ul li {
    width: 50%;
    float: left;
  }
  .section-clients ul li > div {
    background-size: 80%;
  }
}
@media only screen and (min-width: 480px) {
  .section-clients ul li > div {
    height: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .section-clients ul li {
    padding: 20px 0;
    width: 33.333333%;
    float: left;
  }
  .section-clients ul li > div {
    background-size: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .section-clients ul li {
    width: 16.66666%;
    float: left;
  }
  .section-clients ul li > div {
    width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .section-clients ul li {
    width: 16.66666%;
    float: left;
  }
  .section-clients ul li > div {
    width: 70%;
  }
}

.community-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .community-image {
    display: block;
  }
}

.section-some-schools {
  padding: 40px 0;
  padding-top: 20px;
}
.section-some-schools span {
  font-size: 16px;
  line-height: 24px;
}
.section-some-schools span.few-1 {
  display: none;
}
.section-some-schools span.few-2 {
  display: block;
}
.section-some-schools ul {
  overflow: auto;
}
.section-some-schools ul li {
  width: 100%;
  width: 33.3333333%;
  float: left;
  padding: 20px 0;
}
.section-some-schools ul li > div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  height: 70px;
  width: 70px;
  margin: auto;
}
@media only screen and (min-width: 480px) {
  .section-some-schools ul li {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .section-some-schools ul li {
    width: 16%;
  }
  .section-some-schools ul li > div {
    height: 75px;
    width: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-some-schools ul li {
    width: 9.09%;
  }
}
@media only screen and (min-width: 768px) {
  .section-some-schools {
    padding-top: 60px;
  }
  .section-some-schools span.few-1 {
    display: block;
  }
  .section-some-schools span.few-2 {
    display: none;
  }
}

.gray-gb-section {
  height: 320px;
  margin-bottom: -275px;
  background-color: #F4F4F4;
}

.mockups-section > div > img {
  max-width: 190px;
  margin: auto;
}
.mockups-section .flex-col-6 {
  text-align: center;
}
.mockups-section .flex-col-6 > div {
  margin-top: 20px;
  padding: 0 20px;
  text-align: left;
  margin-bottom: 40px;
}
.mockups-section .flex-col-6 p {
  font-size: 16px;
  margin: 10px 0;
}
.mockups-section .flex-col-6 h1 {
  color: #3F51B5;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
}
@media only screen and (min-width: 480px) {
  .mockups-section .flex-col-6 {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .mockups-section > div > img {
    max-width: 190px;
    margin: auto;
    margin-left: 60px;
    margin-right: 35px;
    float: left;
  }
  .mockups-section .flex-col-6 {
    text-align: left;
  }
  .mockups-section .flex-col-6 > div {
    padding: 0;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .mockups-section .flex-col-6 > div {
    margin-top: 55px;
  }
}

.box-section .flex-col-4 {
  float: none !important;
  width: auto !important;
  margin: 2%;
}
.box-section .flex-col-4 > div {
  margin-bottom: 15px;
  min-height: 100px;
  padding-bottom: 50px;
}
.box-section .flex-col-4 > div h4 {
  color: #3F51B5;
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
}
.box-section .flex-col-4 > div h4 img {
  max-width: 35px;
  max-height: 35px;
  position: relative;
  top: 19px;
  margin-left: -55px;
}
.box-section .flex-col-4 > div h4 span {
  line-height: 40px;
  position: relative;
  top: 10px;
  margin-left: 20px;
}
.box-section .flex-col-4 > div p {
  margin: 0;
  font-size: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .box-section .flex-col-4 {
    float: left !important;
    width: 32% !important;
    margin: auto;
    margin-right: 2%;
  }
  .box-section .flex-col-4:last-child {
    margin-right: 0;
  }
  .box-section .flex-col-4 > div {
    min-height: 250px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
    margin-top: 10px;
  }
}

.yellow-box-section {
  padding-left: 33px;
  padding-top: 25px;
}
.yellow-box-section .flex-col-4 {
  float: none !important;
  width: auto !important;
  margin: 2%;
  margin-bottom: 65px;
}
.yellow-box-section .flex-col-4 > div {
  padding: 20px 50px;
  padding-right: 25px;
  background-color: #FFE082;
  position: relative;
  max-width: 69%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.yellow-box-section .flex-col-4 > div img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 2px solid #fafafa;
}
.yellow-box-section .flex-col-4 > div p {
  margin: 0;
  font-size: 16px;
}
.yellow-box-section .flex-col-4 > div a {
  font-style: italic;
  color: #3F51B5;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
}
.yellow-box-section .flex-col-4 > div .arrow-right {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #FFE082;
  position: absolute;
  bottom: -20px;
  right: 0;
}
.yellow-box-section .flex-col-4 > div .arrow-left {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #FFE082;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.yellow-box-section .switch-arrows .arrow-right {
  display: none;
}
.yellow-box-section .switch-arrows .arrow-left {
  display: block;
}
.yellow-box-section .yel-corner-img {
  right: -4px !important;
  top: -43px !important;
  left: auto !important;
}
@media only screen and (min-width: 768px) {
  .yellow-box-section .flex-col-4 {
    float: left !important;
    width: 32% !important;
    margin: auto;
    margin-right: 2%;
  }
  .yellow-box-section .flex-col-4:last-child {
    margin-right: 0;
  }
  .yellow-box-section .switch-arrows .arrow-right {
    display: block;
  }
  .yellow-box-section .switch-arrows .arrow-left {
    display: none;
  }
  .yellow-box-section .yel-corner-img {
    left: -30px !important;
    top: -30px !important;
  }
}

.section-title {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
  max-width: 600px;
}
@media only screen and (min-width: 768px) {
  .section-title {
    margin-bottom: 50px;
    margin-top: 100px;
    text-align: left;
  }
}

.testimonials-button {
  overflow: auto;
  margin: 30px 0;
  margin-top: 0;
}
.testimonials-button > a {
  float: right;
}

.parent-body-dots {
  margin: 30px 0;
  overflow: auto;
}
.parent-body-dots .mockup {
  text-align: center;
}
.parent-body-dots .mockup img {
  width: 100%;
  max-width: 400px;
}
.parent-body-dots .dots p {
  font-size: 18px;
  max-width: 180px;
  margin: 10px auto 20px;
}
.parent-body-dots .dots span {
  font-size: 14px;
  color: #404040;
  max-width: 230px;
  margin: auto;
  display: inline-block;
}
.parent-body-dots .dots .dots-3 {
  overflow: auto;
  margin-bottom: 20px;
}
.parent-body-dots .dots .dots-3 > div {
  margin-bottom: 40px;
  text-align: center;
}
.parent-body-dots .dots .dots-3 > div > div {
  margin: auto;
  width: 150px;
  height: 100px;
}
.parent-body-dots .dots .dots-3 > div > div img {
  max-width: 100%;
}
.parent-body-dots .dots .dots-2 {
  overflow: auto;
}
.parent-body-dots .dots .dots-2 > div {
  margin-bottom: 40px;
  text-align: center;
}
.parent-body-dots .dots .dots-2 > div > div {
  margin: auto;
  width: 150px;
  height: 100px;
}
.parent-body-dots .dots .dots-2 > div > div img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .parent-body-dots {
    margin: 70px 0;
  }
  .parent-body-dots .dots-3 {
    overflow: auto;
    margin-bottom: 20px;
  }
  .parent-body-dots .dots-3 > div {
    float: left;
    width: 33.3333%;
  }
  .parent-body-dots .dots-3 > div > div {
    margin: auto;
    width: 150px;
    height: 100px;
  }
  .parent-body-dots .dots-2 {
    overflow: auto;
  }
  .parent-body-dots .dots-2 > div {
    float: left;
    width: 50%;
  }
  .parent-body-dots .dots-2 > div > div {
    margin: auto;
    width: 150px;
    height: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .parent-body-dots .mockup {
    margin-top: 0;
    float: left;
    width: 29%;
  }
  .parent-body-dots .mockup img {
    width: 100%;
  }
  .parent-body-dots .dots {
    width: 67%;
    float: right;
  }
}

[pta] .parent-body-dots p,
[schools] .parent-body-dots p {
  color: #00796B;
}
[pta] .yellow-box-section .flex-col-4 > div a,
[schools] .yellow-box-section .flex-col-4 > div a {
  color: #00796B;
}

[parents] .parent-body-dots p {
  color: #3F51B5;
}
[parents] .yellow-box-section .flex-col-4 > div a {
  color: #3F51B5;
}

@media only screen and (max-width: 768px) {
  [search] > .flex-container {
    padding: 0 !important;
  }
}
[search] .searching-schools {
  display: none;
}

.search-container {
  max-width: 760px;
  min-height: 350px;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .search-container {
    border: 1px solid #D8D8D8;
    margin: 32px 0;
  }
}
.search-container .search-body {
  padding: 30px;
}
.search-container .search-result {
  display: none;
}
.search-container .search-result.active {
  display: block;
}
.search-container h1 {
  font-weight: normal;
  font-size: 20px;
  color: #3F51B5;
  margin: 0;
}
.search-container p {
  margin: 20px 0;
}
.search-container .bottom-links-mob {
  margin-top: 10px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .search-container .bottom-links-mob {
    display: none;
  }
}
.search-container .bottom-links {
  overflow: auto;
  margin-top: 10px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .search-container .bottom-links {
    display: block;
  }
}
.search-container .bottom-links p {
  margin: 0;
  width: 200px;
  margin-bottom: 15px;
}
.search-container .footer {
  border-top: 1px solid #d8d8d8;
  overflow: auto;
}
.search-container .footer a.button-clear {
  float: left;
  margin: 20px;
  margin-right: 0;
}
.search-container .footer a.button-full {
  float: right;
  margin: 20px;
}
.search-container .footer p {
  margin: 20px 20px;
  margin-bottom: 0;
  display: none;
}
.search-container .footer p.small-p {
  display: block;
}
.search-container .footer p.large-p {
  display: none;
}
.search-container ul {
  margin: 30px 0;
}
.search-container ul li {
  padding: 5px;
  overflow: auto;
}
.search-container ul li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
}
.search-container ul li p {
  font-size: 14px;
  margin: 0;
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  max-width: 75%;
}
.search-container ul li:hover {
  background-color: #FFE082;
  cursor: pointer;
}
.search-container ul.larger li img {
  width: 60px;
  height: 60px;
}
.search-container ul.larger li p {
  font-size: 16px;
  margin-top: 19px;
}
.search-container .signup-form {
  overflow: auto;
  margin: 30px 0;
}
.search-container .signup-form > div {
  margin-bottom: 10px;
}
.search-container .signup-form .input-select {
  overflow: auto;
}
.search-container .signup-form .input-select select {
  width: 20%;
  float: left;
  margin-right: 5%;
}
.search-container .signup-form .input-select input {
  width: 75% !important;
  float: left;
}
@media only screen and (min-width: 768px) {
  .search-container .bottom-links {
    overflow: auto;
    margin-top: 10px;
  }
  .search-container .bottom-links p {
    margin: 0;
    float: left;
    width: 200px;
    height: 50px;
  }
  .search-container .footer p {
    margin: 20px 0;
    float: right;
    max-width: 300px;
  }
  .search-container .footer p.small-p {
    display: none;
  }
  .search-container .footer p.large-p {
    display: block;
  }
  .search-container .signup-form {
    padding-bottom: 100px;
  }
  .search-container .signup-form > div {
    float: left;
    width: 50%;
  }
  .search-container .signup-form .alter input {
    width: 90%;
  }
}

.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 37px;
  font-size: 13px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  font-weight: 300;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #838383;
  box-sizing: border-box;
}
.form input {
  border: none;
  border-bottom: 1px solid #838383;
  padding: 10px;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
}

.alert-error {
  background: #fc3939;
  color: #fff;
  display: none;
  padding: 10px;
  margin: 0 0 10px 0;
}

[advertising] #adv-sent-label {
  text-align: right;
  line-height: 52px;
  font-weight: bold;
  display: none;
}
[advertising] .form {
  margin-top: 20px;
}
[advertising] .form > div {
  margin-bottom: 15px;
  overflow: auto;
}
[advertising] .form > div > span {
  float: left;
  width: 35%;
  font-size: 12px;
  line-height: 28px;
}
[advertising] .form > div > input {
  width: auto !important;
  border: none;
  background-color: #D8D8D8;
  padding: 6px 10px;
  float: left;
  width: 65% !important;
}
[advertising] .button-full {
  float: right;
  margin-top: 15px;
}
[advertising] > div > div {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: auto;
}
[advertising] > div > div > div h1 {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 50px;
  color: #3F51B5;
}
[advertising] > div > div > div h2 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}
[advertising] > div > div > div p {
  font-size: 14px;
  color: #000;
}
[advertising] > div > div .large-pic {
  display: none;
}
[advertising] > div > div .small-pic {
  margin-bottom: 30px;
  text-align: center;
}
[advertising] > div > div .small-pic img {
  max-width: 500px;
}
[advertising] > div > div img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  [advertising] > div > div {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  [advertising] > div > div > div:first-child {
    float: left;
    width: 40%;
  }
  [advertising] > div > div > div:last-child {
    float: right;
    width: 40%;
  }
  [advertising] > div > div .small-pic {
    display: none;
    margin-bottom: 20px;
  }
  [advertising] > div > div .large-pic {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  [advertising] .yellow-box-section {
    margin-top: 50px;
  }
}

.main-loading {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
}

.mobile-menu {
  background: #fff;
  z-index: 10000;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: .95;
}
.mobile-menu img {
  width: 15px;
  margin: 20px 24px;
  float: right;
  opacity: 0.5;
}
.mobile-menu ul {
  margin-top: 50px;
}
.mobile-menu li {
  overflow: auto;
  padding-left: 40px;
}
.mobile-menu li a {
  line-height: 50px;
  font-weight: bold;
  float: left;
  width: 100%;
}
.mobile-menu li > div {
  display: none;
}
.mobile-menu li:active {
  background: #d8d8d8;
}

.mobile-menu.active {
  display: block;
}

.menu li.active > div,
.mobile-menu li.active > div {
  height: 2px;
  background: red;
  margin-top: -13px;
  background-color: #E45325;
  display: block;
}

[testimonials] h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 50px;
}
[testimonials] .test-video-row .flex-col-4 > div {
  text-align: center;
}
[testimonials] .test-video-row .flex-col-4 > div iframe {
  width: 100%;
  height: auto;
  min-height: 190px;
  background: #222;
}
[testimonials] .test-video-row .flex-col-4:last-child > div {
  margin-right: 0;
}
[testimonials] .test-video-row h2 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: left;
}
[testimonials] .test-video-row p {
  line-height: 22px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  [testimonials] .test-video-row .flex-col-4 > div {
    margin-right: 20px;
  }
}
[testimonials] .test-comments-row .flex-col-6 > div {
  margin-bottom: 40px;
}
[testimonials] .test-comments-row .flex-col-6 > div > p {
  font-size: 14px;
  line-height: 20px;
}
[testimonials] .test-comments-row .comm-header img {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
[testimonials] .test-comments-row .comm-header p {
  color: #3F51B5;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) {
  [testimonials] .flex-col-6 > div {
    max-width: 450px;
  }
}
[testimonials] [more-section] [load-more-section] {
  height: 0;
  overflow: auto;
}

[notfound] > div {
  text-align: center;
}
[notfound] h1 {
  font-size: 140px;
  text-align: center;
  color: #627D8A;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 40px;
}
[notfound] h4 {
  font-size: 30px;
  text-align: center;
  color: #627D8A;
  font-weight: 300;
  margin-top: 0;
}
[notfound] a {
  border: 2px solid #627D8A;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 20px;
  color: #627D8A;
}
@media only screen and (min-width: 768px) {
  [notfound] h1 {
    font-size: 200px;
    text-align: center;
    color: #627D8A;
    font-weight: 300;
    margin-bottom: 0;
  }
  [notfound] h4 {
    font-size: 40px;
    text-align: center;
    color: #627D8A;
    font-weight: 300;
    margin-top: 0;
  }
  [notfound] a {
    border: 2px solid #627D8A;
    padding: 20px 40;
    border-radius: 5px;
    font-size: 20px;
    color: #627D8A;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  outline: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none !important;
}

.btn-primary {
  text-transform: uppercase;
  background: #e45325;
  border-color: #e45325;
  color: #fff;
}

.schools-autocomplete {
  position: absolute;
  top: 150px;
  left: 20px;
  max-width: 500px;
  z-index: 10000;
  display: none;
}
.schools-autocomplete .search-no-results > div:first-child {
  margin: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 7px;
}
.schools-autocomplete .search-no-results .no-res-option {
  margin: 0;
  padding: 10px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.schools-autocomplete .search-no-results .no-res-option a {
  color: #F06292;
}
.schools-autocomplete .search-no-results .no-res-option:hover {
  cursor: pointer;
  background: #FFE082;
}
.schools-autocomplete .search-no-results:hover {
  cursor: default;
  background: transparent;
}
.schools-autocomplete > div {
  background: #fff;
  border: 1px solid #ddd;
}
.schools-autocomplete > div > div {
  padding: 10px 15px;
  overflow: auto;
}
.schools-autocomplete > div > div img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  float: left;
  background: #ccc;
}
.schools-autocomplete > div > div div {
  margin-top: 5px;
}
.schools-autocomplete > div > div:hover {
  cursor: pointer;
  background: #FFE082;
}
