.block {
  display: block;
}
.in-block {
  display: inline-block;
}
.none {
  display: none;
}
.rel {
  position: relative;
}
.scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #f3f2f2;
}
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #d7d6d6;
}
.pointer-up,
.pointer-down {
  width: auto;
  height: 6px;
}
.pointer-left,
.pointer-right {
  width: 6px;
  height: auto;
}
.pointer-up {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-92%);
}
.pointer-down {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  right: auto;
  transform: translateX(-50%) translateY(92%);
}
.pointer-left {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  transform: translateX(-92%) translateY(-50%);
}
.pointer-right {
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 0;
  transform: translateX(92%) translateY(-50%);
}
.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1500px) {
  body:after {
    content: 'Break-0: 1500px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
  }
}
@media all and (max-width: 1400px) {
  body:after {
    content: 'Break-1: 1400px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
  }
}
@media all and (max-width: 1200px) {
  body:after {
    content: 'Break-2: 1200px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
    background: green;
  }
}
@media all and (max-width: 1050px) {
  body:after {
    content: 'Break-3: 1050px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
    background: purple;
  }
}
@media all and (max-width: 900px) {
  body:after {
    content: 'Break-4: 900px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
    background: gray;
  }
}
@media all and (max-width: 650px) {
  body:after {
    content: 'Break-m: 650px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
    background: red;
  }
}
@media all and (min-width: 1500px) {
  body:after {
    content: 'Large: > 1500px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
    background: blue;
  }
}
header {
  background: #2f2f2f url('/img/content/page-headers/header-for-parents.jpg') no-repeat;
  background-size: cover;
  background-position: bottom center;
}
header h1,
header h2,
header ul,
header p {
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 50px;
}
header ul {
  color: #fff;
  font-size: 2em;
  margin-bottom: 60px;
}
header h2 {
  max-width: 1100px;
}
header .faq-btn {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 40px;
  right: 40px;
  background: #79c906;
}
header .faq-btn:hover {
  background: #90d330;
}
@media all and (max-width: 650px) {
  header .faq-btn {
    display: none;
  }
}
h4 em {
  color: #ff4b3e;
  font-style: normal;
}
.feat-p {
  font-size: 2em;
}
.feat-p em {
  color: #ff4b3e;
  font-style: normal;
}
.screen-rotator {
  position: relative;
}
.screen-rotator .caption {
  position: absolute;
  top: 100%;
  left: 0px;
  bottom: auto;
  right: auto;
  z-index: 2;
}
.screen-rotator .loading-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}
.screen-rotator .rot-img {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  transition: all 2000ms cubic-bezier(0.8, 0, 0.145, 1);
  opacity: 0;
  will-change: opacity;
}
.screen-rotator .rot-img.active {
  opacity: 1;
}
.screen-rotator .inds {
  position: absolute;
  top: 100%;
  left: auto;
  bottom: auto;
  right: 0px;
  margin-top: 32px;
}
.screen-rotator .inds span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: #d7d6d6;
  display: inline-block;
  margin-left: 20px/2;
  transition: all 1000ms cubic-bezier(0.8, 0, 0.145, 1);
}
.screen-rotator .inds span.active {
  background: #33a0e1;
}
@media all and (max-width: 650px) {
  .screen-rotator .caption {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .screen-rotator .inds {
    display: none;
  }
}
.insta-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: 60px 0 40px;
}
.insta-grid .instagram-media {
  min-width: 100px !important;
}
@media all and (max-width: 1200px) {
  .insta-grid {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 900px) {
  .insta-grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 650px) {
  .insta-grid {
    display: block;
  }
}
.test-section {
  margin-top: 160px;
}
.test-section .test-quote {
  margin-bottom: 120px;
}
@media all and (max-width: 900px) {
  .test-section .test-quote {
    margin: 40px 0;
  }
}
@media all and (max-width: 650px) {
  .test-section .test-quote blockquote {
    max-width: 100%;
  }
}
/*# sourceMappingURL=parents.css.map */