.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear {
  *zoom: 1;
}

.clear:after {
  clear: both;
}

@font-face {
  font-family: "CafeteriaPrimaryHMHBlack";
  src: url("../../fontfiles/dd74a4b2-cf72-4578-942c-e974f9b2ee12.eot?#iefix");
  src: url("../../fontfiles/dd74a4b2-cf72-4578-942c-e974f9b2ee12.eot?#iefix") format("eot"), url("../../fontfiles/982916de-246a-409c-a645-0e01e43f6449.woff2") format("woff2"), url("../../fontfiles/d95dae19-aba7-44e7-8557-39586c8d68e2.woff") format("woff"), url("../../fontfiles/67bdfdc4-935d-4014-b76d-034d3080666f.ttf") format("truetype"), url("../../fontfiles/720079ed-b06f-43ff-8671-425c3f9c5ae7.svg#720079ed-b06f-43ff-8671-425c3f9c5ae7") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-Bold';
  src: url("../../fontfiles/helvetica-bold.eot");
  src: url("../../fontfiles/helvetica-bold.eot?#iefix") format("embedded-opentype"), url("../../fontfiles/helvetica-bold.woff") format("woff"), url("../../fontfiles/helvetica-bold.ttf") format("truetype"), url("../../fontfiles/helvetica-bold.svg#helveticabold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-Light';
  src: url("../../fontfiles/Helvetica-Light.eot");
  src: url("../../fontfiles/Helvetica-Light.eot?#iefix") format("embedded-opentype"), url("../../fontfiles/Helvetica-Light.woff") format("woff"), url("../../fontfiles/Helvetica-Light.ttf") format("truetype"), url("../../fontfiles/Helvetica-Light.svg#Helvetica-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

.logo {
  margin: -100px 0 0 -84px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.mobile-menu {
  display: none;
  position: fixed;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  z-index: 1005;
  background: -webkit-linear-gradient(#0079c4, #005693);
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#0079c4, #005693);
  /* Standard syntax (must be last) */
  border-bottom: 1px solid #053369;
  height: 60px;
}

@media (max-width: 767px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu .slide-logo-wrapper .slide-logo {
  margin: 8px 0 0 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 99999;
  width: 61px;
  height: 44px;
  background-image: url("../../imgfiles/2015/gma-logo-small.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mobile-menu .slide-logo-wrapper .slide-logo {
    background-image: url("../../imgfiles/2015/gma-logo-small2x.png");
    background-size: cover;
  }
}

.mobile-menu .login-button {
  display: inline-block;
}

.mobile-menu .login-button .divider {
  background-color: rgba(0, 0, 0, 0.6);
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 45.1 ")";
  /* IE 5-7 */
  filter: alpha(opacity=45.1);
  /* Netscape */
  -moz-opacity: 0.451;
  /* Safari 1.x */
  -khtml-opacity: 0.451;
  /* Good browsers */
  opacity: 0.451;
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.392);
  width: 2px;
  float: right;
  height: 60px;
}

.mobile-menu .login-button a {
  display: block;
  float: right;
  height: 60px;
  width: 102px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.mobile-menu .login-button a:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 80 ")";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
}

.footer {
  border-top: 25px solid #ffb400;
  background: #3f4040;
  color: #aaa;
}

.footer .main {
  padding-top: 44px;
  padding-bottom: 44px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .main .col-md-2 {
    width: 25%;
  }
}

@media (min-width: 1199px) {
  .footer .main .col-md-2 {
    width: 20%;
  }
}

@media (max-width: 413px) {
  .footer .main .footer-column {
    width: 100%;
    margin-left: 0px;
  }
}

@media (min-width: 767px) {
  .footer .main .footer-column.col-xs-offset-6 {
    margin-left: 0;
  }
}

.footer .main .footer-column img {
  margin-bottom: 14px;
}

.footer .motto {
  width: 175px;
}

.footer h3 {
  color: #ffb400;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.footer li,
.footer p,
.footer .legal-terms small {
  font-size: 10px;
}

.footer a {
  color: #aaa;
}

.footer a.active {
  text-decoration: underline;
}

.footer .nav ul {
  list-style: none;
}

.footer .nav h3,
.footer .nav li {
  text-transform: uppercase;
}

.footer .nav h3.lower-case,
.footer .nav li.lower-case {
  text-transform: none;
}

.footer .nav h3:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 7px;
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: #ffb400 transparent transparent #ffb400;
}

.footer .nav h3 span {
  color: #fff;
}

.footer .social-media h3 span {
  color: #fff;
}

.footer .legal-terms {
  padding-top: 25px;
  padding-bottom: 30px;
  background: #2c2c2d;
}

@media (max-width: 767px) {
  .footer .legal-terms ul {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
  }
}

.footer .legal-terms small,
.footer .legal-terms li {
  text-transform: uppercase;
}

.footer .legal-terms small {
  display: block;
}

.footer .legal-terms .list-divider:before {
  content: " | ";
  color: #aaa;
}

@media (max-width: 767px) {
  .footer .legal-terms {
    text-align: center;
  }
}

.footer .social-media h3 {
  margin-top: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .footer .social-media h3 {
    text-align: center;
  }
}

.footer .social-media ul {
  float: right;
}

@media (max-width: 767px) {
  .footer .social-media ul {
    float: none;
    margin: 0 auto;
    width: 295px;
    margin-bottom: 55px;
  }
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #e5e5e5;
  overflow-x: hidden;
}

body,
.body,
p {
  font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 15.4px;
}

@media (max-width: 1199px) {
  body,
  .body,
  p {
    font-size: 11.57333px;
    line-height: 12.73067px;
  }
}

h1 {
  font-family: "CafeteriaPrimaryHMHBlack", sans-serif;
  font-size: 51.48px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 56.628px;
  font-weight: bold;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 42.5568px;
    line-height: 46.81248px;
  }
}

h2 {
  font-family: "CafeteriaPrimaryHMHBlack", sans-serif;
  font-size: 39.05px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 42.955px;
  font-weight: bold;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 32.28133px;
    line-height: 35.50947px;
  }
}

h3 {
  font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
  font-size: 17.75px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 19.525px;
  font-weight: bold;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 14.67333px;
    line-height: 16.14067px;
  }
}

p {
  line-height: 18.2px;
}

@media (max-width: 1199px) {
  p {
    font-size: 11.57333px;
    line-height: 15.04533px;
  }
}

.bold {
  font-weight: bold;
}

.blue {
  color: #3673b7;
}

.button {
  display: block;
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
  border: solid 2px #fff;
  -o-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
}

@media (max-width: 1199px) {
  .button {
    line-height: 24.8px;
  }
}

@media (max-width: 991px) {
  .button {
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .button {
    width: 100%;
    height: 100%;
    min-height: 59px;
    max-width: 336px;
    line-height: 48px;
  }
}

.button:hover,
.button:active,
.button:link,
.button:visited {
  text-decoration: none;
  color: #fff;
}

.button.orange-button {
  width: 276px;
  height: 42px;
  font-size: 18px;
  color: #fff;
  background: #facd27;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #facd27), color-stop(100%, #f78030));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #facd27 0%, #f78030 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #facd27 0%, #f78030 100%);
  /* W3C */
}

.button.orange-button:hover {
  text-decoration: none;
  color: #fff;
  background: #fcb712;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcb712), color-stop(100%, #ed6c16));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcb712 0%, #ed6c16 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fcb712 0%, #ed6c16 100%);
  /* W3C */
}

@media (max-width: 1199px) {
  .button.orange-button {
    width: 228.16px;
    height: 34.72px;
    font-size: 14.88px;
  }
}

@media (max-width: 767px) {
  .button.orange-button {
    width: 100%;
    height: 100%;
    min-height: 59px;
    max-width: 336px;
  }
}

.button.grade-button {
  width: 278px;
  height: 42px;
  font-size: 21.3px;
  color: #fff;
  background: #609e01;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1e529), color-stop(100%, #609e01));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c1e529 0%, #609e01 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #c1e529 0%, #609e01 100%);
  /* W3C */
}

@media (max-width: 1199px) {
  .button.grade-button {
    width: 230px;
    height: 34.72px;
    font-size: 17.608px;
  }
}

@media (max-width: 991px) {
  .button.grade-button {
    width: 280px;
    height: 42px;
    font-size: 23.44px;
  }
}

.button.grade-button:hover {
  text-decoration: none;
  color: #fff;
  background: #5a9500;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6d827), color-stop(100%, #5a9500));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b6d827 0%, #5a9500 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #b6d827 0%, #5a9500 100%);
  /* W3C */
}

.button .shine {
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, white 100%);
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-opacity: .702 !important;
  opacity: .702 !important;
  position: relative;
  width: 94%;
  top: 6px;
  height: 4px;
  margin: 0 auto;
  z-index: 1003;
}

.button.orange-button span,
.button.grade-button span {
  margin: 0;
}

.button.orange-button span.shine,
.button.grade-button span.shine {
  top: 0;
  padding: 0;
  display: block;
  width: 88%  !important;
  line-height: 4px;
  margin: 0 6%;
}

ul {
  padding-left: 0;
  margin-left: 0;
}

ul.inline-list,
ul.link-list {
  margin: 0 0 17px -22px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

@media (max-width: 767px) {
  ul.inline-list.last > li,
  ul.link-list.last > li {
    margin-left: 10px;
  }
}

@media (max-width: 413px) {
  ul.inline-list.last > li,
  ul.link-list.last > li {
    margin-left: 4px;
  }
}

ul.inline-list > li,
ul.link-list > li {
  list-style: none;
  float: left;
  margin-left: 22px;
  display: block;
}

::-moz-selection {
  background: transparent;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: transparent;
  color: #fff;
  text-shadow: none;
}

.carousel-indicators {
  bottom: 0;
  max-height: 18px;
}

.carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 1px;
  text-indent: -999px;
  border: 2px solid #c15604;
  border-radius: 50%;
  cursor: pointer;
  background-color: #9f6510;
}

.carousel-indicators .active {
  margin: 0;
  width: 18px;
  height: 18px;
  background-color: #ffb400;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 42px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 90 ")";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;
  text-align: center;
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  text-decoration: none;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-control .arrow {
  display: block;
  width: 32px;
  height: 61px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .arrow.arrow-left {
  background-image: url("../../imgfiles/2015/arrow-left.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  left: 100%;
  margin-left: -32px;
}

.carousel-control .arrow.arrow-right {
  background-image: url("../../imgfiles/2015/arrow-right.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  right: 100%;
  margin-right: -32px;
}

#myCarouselMini .carousel-indicators {
  margin-left: -35px;
  width: 70px;
  left: 50%;
}

#myCarouselMini .carousel-indicators li {
  background-color: #ffd778;
}

#myCarouselMini .carousel-indicators .active {
  background-color: #ffb400;
}

#myCarouselMini .carousel-control {
  bottom: 20px;
  left: 50%;
  margin-left: -9px;
  width: 17px;
}

#myCarouselMini .carousel-control .arrow {
  width: 17px;
  height: 33px;
  margin-top: -17px;
  top: 100%;
}

#myCarouselMini .carousel-control .arrow.arrow-left {
  margin-left: -70px;
}

#myCarouselMini .carousel-control .arrow.arrow-right {
  margin-right: -70px;
}

@media (max-width: 767px) {
  #myCarouselMini .carousel-control {
    display: none;
  }
}

#pmtModal .modal-content {
  border: 0 none;
  background-color: transparent;
  box-shadow: none;
}

#pmtModal .modal-header {
  border-bottom: 0 none;
}

#pmtModal .modal-header button.close {
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  margin: -14px 0 0 0;
  background-image: url("../../imgfiles/2015/close.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #pmtModal .modal-header button.close {
    background-image: url("../../imgfiles/2015/close2x.png");
    background-size: cover;
  }
}

#pmtModal .modal-header button.close:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 60 ")";
  /* IE 5-7 */
  filter: alpha(opacity=60);
  /* Netscape */
  -moz-opacity: 0.6;
  /* Safari 1.x */
  -khtml-opacity: 0.6;
  /* Good browsers */
  opacity: 0.6;
}

#pmtModal .modal-body {
  min-height: 612px;
  position: fixed !important;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}

@media (max-width: 991px) {
  #pmtModal .modal-body {
    max-width: 600px;
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  #pmtModal .modal-body {
    max-width: 730px;
    overflow-y: scroll;
    min-height: 320px;
  }
}

@media (max-width: 479px) {
  #pmtModal .modal-body {
    min-height: 480px;
  }
}

#pmtModal .modal-body iframe {
  border: 0 none;
  outline: none;
  width: 100%;
  height: 100%;
  max-width: 877px;
  margin-top: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #pmtModal .modal-body iframe {
    /* IE10+ CSS styles go here */
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  #pmtModal .modal-body iframe {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  #pmtModal .modal-body iframe {
    max-width: 730px;
  }
}

#pmtModal .modal-body img.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
}

.carousel,
.grade-header {
  height: 100%;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .carousel .header.row,
  .grade-header .header.row {
    position: fixed;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 720px;
    z-index: 1005;
  }
}

@media (max-width: 767px) {
  .carousel .header,
  .grade-header .header {
    display: none;
  }
}

.carousel .carousel-header,
.grade-header .carousel-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  margin: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .carousel .carousel-header,
  .grade-header .carousel-header {
    background: -webkit-linear-gradient(#0079c4, #005693);
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0079c4, #005693);
    /* Standard syntax (must be last) */
    border-bottom: 1px solid #053369;
    height: 60px;
  }
}

.carousel .carousel-header-mobile,
.grade-header .carousel-header-mobile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  margin: 0;
  width: 100%;
  display: none;
}

@media (max-width: 767px) {
  .carousel .carousel-header-mobile,
  .grade-header .carousel-header-mobile {
    display: block;
  }
}

.carousel .carousel-header-mobile .slide-free-trial-wrapper,
.grade-header .carousel-header-mobile .slide-free-trial-wrapper {
  padding-top: 60px;
}

.carousel .carousel-header-mobile .slide-free-trial-wrapper .button,
.grade-header .carousel-header-mobile .slide-free-trial-wrapper .button {
  float: none;
  margin: 8px auto;
  width: 100%;
  max-width: 405px;
  min-height: 59px;
  line-height: 51px;
  font-size: 18.75px;
}

.carousel .slide,
.grade-header .slide {
  width: 100%;
  height: 100%;
  min-height: 503px;
  margin: 0;
  padding: 0;
}

.carousel .item .slide-link {
  display: block;
}

.carousel .slide.go-math-go,
.grade-header .slide.go-math-go {
  background-image: url("/~/media/microsite/gma/imgfiles/2016/gomathgo/gmg_carousel_desktop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.carousel .slide.start-today-space,
.grade-header .slide.start-today-space {
  background-image: url("../../imgfiles/2015/start-today-space.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .carousel .slide.go-math-go,
  .grade-header .slide.go-math-go {
    background-image: url("/~/media/microsite/gma/imgfiles/2016/gomathgo/gmg_carousel_desktop-2x.png");
    background-size: cover;
  }

  .carousel .slide.start-today-space,
  .grade-header .slide.start-today-space {
    background-image: url("../../imgfiles/2015/start-today-space2x.jpg");
    background-size: cover;
  }
}

.carousel .slide.track-your-child,
.grade-header .slide.track-your-child {
  background-image: url("../../imgfiles/2015/track-your-child.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .carousel .slide.track-your-child,
  .grade-header .slide.track-your-child {
    background-image: url("../../imgfiles/2015/track-your-child2x.jpg");
    background-size: cover;
  }
}

.carousel .slide.independent-learning,
.grade-header .slide.independent-learning {
  background-image: url("../../imgfiles/2015/independent-learning.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .carousel .slide.independent-learning,
  .grade-header .slide.independent-learning {
    background-image: url("../../imgfiles/2015/independent-learning2x.jpg");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .carousel .slide,
  .grade-header .slide {
    min-height: 415.81333px;
    background-position: top center;
  }
}

@media (max-width: 991px) {
  .carousel .slide,
  .grade-header .slide {
    min-height: 371px;
    background-size: auto 100% !important;
    background-position: bottom center;
  }

  .carousel .item .slide-link {
    padding-top: 18px;
  }

  .carousel .slide.go-math-go,
  .grade-header .slide.go-math-go {
    background-image: url("../../imgfiles/2016/gomathgo/gmg_carousel_tablet.png");
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .carousel .slide.go-math-go,
    .grade-header .slide.go-math-go {
      background-image: url("../../imgfiles/2016/gomathgo/gmg_carousel_tablet-2x.png");
      background-size: cover;
    }
  }
}

@media (max-width: 767px) {
  .carousel .slide,
  .grade-header .slide {
    min-height: 634px;
    background-size: auto 100% !important;
    background-position: bottom center;
  }

  .carousel .item .slide-link {
    padding-top: 55px;
  }

  .carousel .slide.go-math-go,
  .grade-header .slide.go-math-go {
    background-image: url("../../imgfiles/2016/gomathgo/gmg_carousel_phone.png");
    background-size: cover;
  }
}

.carousel .slide-logo-wrapper .slide-logo,
.grade-header .slide-logo-wrapper .slide-logo {
  width: 161px;
  height: 118px;
  background-image: url("../../imgfiles/2015/gma-logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 8px 0 0 20px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 99999;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .carousel .slide-logo-wrapper .slide-logo,
  .grade-header .slide-logo-wrapper .slide-logo {
    background-image: url("../../imgfiles/2015/gma-logo2x.png");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .carousel .slide-logo-wrapper .slide-logo,
  .grade-header .slide-logo-wrapper .slide-logo {
    width: 133.09333px;
    height: 97.54667px;
  }
}

@media (max-width: 991px) {
  .carousel .slide-logo-wrapper .slide-logo,
  .grade-header .slide-logo-wrapper .slide-logo {
    width: 61px;
    height: 44px;
    margin-left: -5px;
    background-image: url("../../imgfiles/2015/gma-logo-small.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 991px) and (min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-resolution: 192dpi), only screen and (max-width: 991px) and (min-resolution: 2dppx) {
  .carousel .slide-logo-wrapper .slide-logo,
  .grade-header .slide-logo-wrapper .slide-logo {
    background-image: url("../../imgfiles/2015/gma-logo-small2x.png");
    background-size: cover;
  }
}

.carousel .slide-logo-wrapper .promo-code-heading,
.grade-header .slide-logo-wrapper .promo-code-heading {
  font-size: 42px;
  color: #ff7f00;
  left: 35%;
  top: 0;
  height: 42px;
  width: 500px;
  position: absolute;
  display: block;
  margin: 15px 0;
}

@media (max-width: 1199px) {
  .carousel .slide-logo-wrapper .promo-code-heading,
  .grade-header .slide-logo-wrapper .promo-code-heading {
    font-size: 34.72px !important;
    width: 413.33333px !important;
    height: 34.72px !important;
  }
}

@media (max-width: 991px) {
  .carousel .slide-logo-wrapper .promo-code-heading,
  .grade-header .slide-logo-wrapper .promo-code-heading {
    display: none !important;
  }
}

.carousel .slide-free-trial-wrapper .button,
.grade-header .slide-free-trial-wrapper .button {
  float: right;
  margin: 8px 8px 0 0;
}

@media (max-width: 991px) {
  .carousel .slide-free-trial-wrapper .button,
  .grade-header .slide-free-trial-wrapper .button {
    margin: 12px -5px 0 0;
    line-height: 24.8px;
  }
}

.carousel .slide-free-trial-wrapper .already-regitered,
.grade-header .slide-free-trial-wrapper .already-regitered {
  float: right;
  margin: 8px 15px 0 0;
  line-height: 42px;
  display: inline-block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-size: 11px;
}

@media (max-width: 1199px) {
  .carousel .slide-free-trial-wrapper .already-regitered,
  .grade-header .slide-free-trial-wrapper .already-regitered {
    line-height: 34.72px;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 991px) {
  .carousel .slide-free-trial-wrapper .already-regitered,
  .grade-header .slide-free-trial-wrapper .already-regitered {
    margin: 0 15px 0 0;
    line-height: 60px;
    font-size: 14px;
  }
}

.carousel .slide-free-trial-wrapper .already-regitered a,
.grade-header .slide-free-trial-wrapper .already-regitered a {
  color: #fff;
  text-decoration: underline;
  font-weight: bolder;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .carousel .slide-free-trial-wrapper .already-regitered a,
  .grade-header .slide-free-trial-wrapper .already-regitered a {
    letter-spacing: -0.5px;
  }
}

.carousel .start-today-space,
.grade-header .start-today-space {
  padding-top: 126px;
}

@media (max-width: 1199px) {
  .carousel .start-today-space,
  .grade-header .start-today-space {
    padding-top: 104.16px;
  }
}

@media (max-width: 991px) {
  .carousel .start-today-space,
  .grade-header .start-today-space {
    padding-top: 18px;
  }
}

@media (max-width: 767px) {
  .carousel .start-today-space,
  .grade-header .start-today-space {
    margin-top: 55px;
  }
}

.carousel .start-today-space .left-content-holder,
.grade-header .start-today-space .left-content-holder {
  min-height: 377px;
}

@media (max-width: 1199px) {
  .carousel .start-today-space .left-content-holder,
  .grade-header .start-today-space .left-content-holder {
    min-height: 311.65333px;
  }
}

@media (max-width: 991px) {
  .carousel .start-today-space .left-content-holder,
  .grade-header .start-today-space .left-content-holder {
    min-height: 368px;
  }
}

@media (max-width: 767px) {
  .carousel .start-today-space .left-content-holder,
  .grade-header .start-today-space .left-content-holder {
    min-height: 313px;
  }
}

.carousel .start-today-space .left-box,
.grade-header .start-today-space .left-box {
  border-radius: 9px;
  margin: 32px 0 0 54px;
  background-color: rgba(217, 18, 100, 0.902);
  width: 500px;
  height: 215px;
}

@media (max-width: 1199px) {
  .carousel .start-today-space .left-box,
  .grade-header .start-today-space .left-box {
    width: 413.33333px;
    height: 177.73333px;
    margin: 26.45333px 0 0 44.64px;
  }
}

@media (max-width: 991px) {
  .carousel .start-today-space .left-box,
  .grade-header .start-today-space .left-box {
    width: 350px;
    height: 168px;
    margin: 88px 0 0 20px;
  }
}

@media (max-width: 767px) {
  .carousel .start-today-space .left-box,
  .grade-header .start-today-space .left-box {
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    max-width: 400px;
    height: 196px;
    margin: 65px auto 0 auto;
  }
}

.carousel .start-today-space .left-box-image,
.grade-header .start-today-space .left-box-image {
  position: absolute;
  left: 0;
  bottom: 42px;
  margin-left: 272px;
  background-image: url("../../imgfiles/2015/space-world-vehicle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 273px;
  height: 126px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .carousel .start-today-space .left-box-image,
  .grade-header .start-today-space .left-box-image {
    background-image: url("../../imgfiles/2015/space-world-vehicle2x.png");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .carousel .start-today-space .left-box-image,
  .grade-header .start-today-space .left-box-image {
    bottom: 34.72px;
    margin-left: 224.85333px;
    width: 225.68px;
    height: 104.16px;
  }
}

@media (max-width: 991px) {
  .carousel .start-today-space .left-box-image,
  .grade-header .start-today-space .left-box-image {
    bottom: 50px;
    margin-left: 166px;
    width: 184px;
    height: 85px;
  }
}

@media (max-width: 767px) {
  .carousel .start-today-space .left-box-image,
  .grade-header .start-today-space .left-box-image {
    bottom: 0;
    margin-left: 46.86%;
    width: 100%;
    max-width: 202px;
    background-size: auto 100%;
  }
}

@media (max-width: 413px) {
  .carousel .start-today-space .left-box-image,
  .grade-header .start-today-space .left-box-image {
    margin-left: 30.86%;
  }
}

.carousel .start-today-space .right-box,
.grade-header .start-today-space .right-box {
  margin: -5px 0 0 23px;
  width: 478px;
  height: 299px;
  background-image: url("../../imgfiles/2015/screenshots3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .carousel .start-today-space .right-box,
  .grade-header .start-today-space .right-box {
    background-image: url("../../imgfiles/2015/screenshots32x.png");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .carousel .start-today-space .right-box,
  .grade-header .start-today-space .right-box {
    width: 395.14667px;
    height: 247.17333px;
    margin: -4.13333px 0 0 8px;
  }
}

@media (max-width: 991px) {
  .carousel .start-today-space .right-box,
  .grade-header .start-today-space .right-box {
    width: 333px;
    height: 208px;
    margin: 76px 9px 0 0;
  }
}

@media (max-width: 767px) {
  .carousel .start-today-space .right-box,
  .grade-header .start-today-space .right-box {
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    max-width: 380px;
    height: 238px;
    margin: 0 auto;
  }
}

@media (max-width: 413px) {
  .carousel .start-today-space .right-box,
  .grade-header .start-today-space .right-box {
    background-size: 100%;
  }
}

.carousel .start-today-space p,
.grade-header .start-today-space p {
  font-size: 17.75px;
  color: #fff;
  margin: 0 90px;
}

@media (max-width: 1199px) {
  .carousel .start-today-space p,
  .grade-header .start-today-space p {
    font-size: 14.67333px;
    margin: 0 60px;
  }
}

@media (max-width: 991px) {
  .carousel .start-today-space p,
  .grade-header .start-today-space p {
    font-size: 18.75px;
    margin: 0 20px;
    line-height: 20.625px;
  }
}

.carousel .track-your-child,
.grade-header .track-your-child {
  padding-top: 126px;
}

@media (max-width: 1199px) {
  .carousel .track-your-child,
  .grade-header .track-your-child {
    padding-top: 104.16px;
  }
}

@media (max-width: 991px) {
  .carousel .track-your-child,
  .grade-header .track-your-child {
    padding-top: 18px;
  }
}

@media (max-width: 767px) {
  .carousel .track-your-child,
  .grade-header .track-your-child {
    margin-top: 55px;
  }
}

.carousel .track-your-child .left-content-holder,
.grade-header .track-your-child .left-content-holder {
  min-height: 377px;
}

@media (max-width: 1199px) {
  .carousel .track-your-child .left-content-holder,
  .grade-header .track-your-child .left-content-holder {
    min-height: 311.65333px;
  }
}

@media (max-width: 991px) {
  .carousel .track-your-child .left-content-holder,
  .grade-header .track-your-child .left-content-holder {
    min-height: 368px;
  }
}

@media (max-width: 767px) {
  .carousel .track-your-child .left-content-holder,
  .grade-header .track-your-child .left-content-holder {
    min-height: 293px;
  }
}

@media (max-width: 413px) {
  .carousel .track-your-child .left-content-holder,
  .grade-header .track-your-child .left-content-holder {
    min-height: 313px;
  }
}

.carousel .track-your-child .left-box,
.grade-header .track-your-child .left-box {
  margin: 32px 0 0 54px;
  border-radius: 9px;
  background-color: #ffd000;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3098) 100%);
  width: 501px;
  height: 185px;
}

@media (max-width: 1199px) {
  .carousel .track-your-child .left-box,
  .grade-header .track-your-child .left-box {
    width: 414.16px;
    height: 152.93333px;
    margin: 26.45333px 0 0 44.64px;
  }
}

@media (max-width: 991px) {
  .carousel .track-your-child .left-box,
  .grade-header .track-your-child .left-box {
    width: 350px;
    height: 148px;
    margin: 85px 0 0 15px;
  }
}

@media (max-width: 767px) {
  .carousel .track-your-child .left-box,
  .grade-header .track-your-child .left-box {
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    max-width: 400px;
    height: 170px;
    margin: 65px auto 0 auto;
  }
}

@media (max-width: 413px) {
  .carousel .track-your-child .left-box,
  .grade-header .track-your-child .left-box {
    height: 216px;
  }
}

.carousel .track-your-child .left-box-image,
.grade-header .track-your-child .left-box-image {
  position: absolute;
  left: 0;
  bottom: 94px;
  margin-left: 55px;
  background-image: url("../../imgfiles/2015/jungle-vehicle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 232px;
  height: 120px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .carousel .track-your-child .left-box-image,
  .grade-header .track-your-child .left-box-image {
    background-image: url("../../imgfiles/2015/jungle-vehicle2x.png");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .carousel .track-your-child .left-box-image,
  .grade-header .track-your-child .left-box-image {
    bottom: 77.70667px;
    margin-left: 45.46667px;
    width: 191.78667px;
    height: 99.2px;
  }
}

@media (max-width: 991px) {
  .carousel .track-your-child .left-box-image,
  .grade-header .track-your-child .left-box-image {
    bottom: 70px;
    margin-left: 30px;
    width: 175px;
    height: 91px;
  }
}

@media (max-width: 767px) {
  .carousel .track-your-child .left-box-image,
  .grade-header .track-your-child .left-box-image {
    bottom: 10px;
    margin-left: 16%;
    width: 100%;
    max-width: 175px;
    background-size: 100%;
  }
}

@media (max-width: 413px) {
  .carousel .track-your-child .left-box-image,
  .grade-header .track-your-child .left-box-image {
    bottom: 0;
    margin-left: 7.25%;
  }
}

.carousel .track-your-child .right-box,
.grade-header .track-your-child .right-box {
  margin: -49px 0 0 21px;
  width: 457px;
  height: 396px;
  background-image: url("../../imgfiles/2015/screenshots.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .carousel .track-your-child .right-box,
  .grade-header .track-your-child .right-box {
    background-image: url("../../imgfiles/2015/screenshots2x.png");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .carousel .track-your-child .right-box,
  .grade-header .track-your-child .right-box {
    width: 377.78667px;
    height: 327.36px;
    margin: -40.50667px 0 0 17.36px;
  }
}

@media (max-width: 991px) {
  .carousel .track-your-child .right-box,
  .grade-header .track-your-child .right-box {
    width: 323px;
    height: 280px;
    margin: 60px 20px 0 0;
  }
}

@media (max-width: 767px) {
  .carousel .track-your-child .right-box,
  .grade-header .track-your-child .right-box {
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    max-width: 300px;
    height: 260px;
    margin: 0 auto;
  }
}

@media (max-width: 413px) {
  .carousel .track-your-child .right-box,
  .grade-header .track-your-child .right-box {
    background-size: 100%;
  }
}

.carousel .track-your-child p,
.grade-header .track-your-child p {
  font-size: 17.75px;
  color: #333;
  margin: 0 40px;
}

@media (max-width: 1199px) {
  .carousel .track-your-child p,
  .grade-header .track-your-child p {
    font-size: 14.67333px;
  }
}

@media (max-width: 991px) {
  .carousel .track-your-child p,
  .grade-header .track-your-child p {
    font-size: 18.75px;
    margin: 0 20px;
    line-height: 20.625px;
  }
}

.carousel .independent-learning,
.grade-header .independent-learning {
  padding-top: 126px;
}

@media (max-width: 1199px) {
  .carousel .independent-learning,
  .grade-header .independent-learning {
    padding-top: 104.16px;
  }
}

@media (max-width: 991px) {
  .carousel .independent-learning,
  .grade-header .independent-learning {
    padding-top: 18px;
  }
}

@media (max-width: 767px) {
  .carousel .independent-learning,
  .grade-header .independent-learning {
    margin-top: 55px;
  }
}

.carousel .independent-learning .left-content-holder,
.grade-header .independent-learning .left-content-holder {
  min-height: 377px;
}

@media (max-width: 1199px) {
  .carousel .independent-learning .left-content-holder,
  .grade-header .independent-learning .left-content-holder {
    min-height: 311.65333px;
  }
}

@media (max-width: 991px) {
  .carousel .independent-learning .left-content-holder,
  .grade-header .independent-learning .left-content-holder {
    min-height: 368px;
  }
}

@media (max-width: 767px) {
  .carousel .independent-learning .left-content-holder,
  .grade-header .independent-learning .left-content-holder {
    min-height: 343px;
  }
}

.carousel .independent-learning .left-box,
.grade-header .independent-learning .left-box {
  border-radius: 9px;
  margin: 32px 0 0 54px;
  background-color: rgba(255, 255, 255, 0.902);
  width: 500px;
  height: 213px;
}

@media (max-width: 1199px) {
  .carousel .independent-learning .left-box,
  .grade-header .independent-learning .left-box {
    width: 413.33333px;
    height: 176.08px;
    margin: 26.45333px 0 0 44.64px;
  }
}

@media (max-width: 991px) {
  .carousel .independent-learning .left-box,
  .grade-header .independent-learning .left-box {
    width: 350px;
    height: 184px;
    margin: 86px 0 0 20px;
  }
}

@media (max-width: 767px) {
  .carousel .independent-learning .left-box,
  .grade-header .independent-learning .left-box {
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    max-width: 400px;
    height: 216px;
    margin: 65px auto 0 auto;
  }
}

.carousel .independent-learning .left-box-image,
.grade-header .independent-learning .left-box-image {
  position: absolute;
  left: 0;
  bottom: 35px;
  margin-left: 124px;
  background-image: url("../../imgfiles/2015/cloud-vehicle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 300px;
  height: 130px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .carousel .independent-learning .left-box-image,
  .grade-header .independent-learning .left-box-image {
    background-image: url("../../imgfiles/2015/cloud-vehicle2x.png");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .carousel .independent-learning .left-box-image,
  .grade-header .independent-learning .left-box-image {
    bottom: 28.93333px;
    margin-left: 102.50667px;
    width: 248px;
    height: 107.46667px;
  }
}

@media (max-width: 991px) {
  .carousel .independent-learning .left-box-image,
  .grade-header .independent-learning .left-box-image {
    bottom: 42px;
    margin-left: 50px;
    width: 218px;
    height: 95px;
  }
}

@media (max-width: 767px) {
  .carousel .independent-learning .left-box-image,
  .grade-header .independent-learning .left-box-image {
    bottom: 10px;
    margin-left: 18.39%;
    width: 100%;
    max-width: 202px;
    background-size: 100%;
  }
}

@media (max-width: 413px) {
  .carousel .independent-learning .left-box-image,
  .grade-header .independent-learning .left-box-image {
    margin-left: 10.39%;
  }
}

.carousel .independent-learning .right-box,
.grade-header .independent-learning .right-box {
  margin: 3px 0 0 23px;
  width: 453px;
  height: 326px;
  background-image: url("../../imgfiles/2015/screenshots2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .carousel .independent-learning .right-box,
  .grade-header .independent-learning .right-box {
    background-image: url("../../imgfiles/2015/screenshots22x.png");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .carousel .independent-learning .right-box,
  .grade-header .independent-learning .right-box {
    width: 374.48px;
    height: 269.49333px;
    margin: 2.48px 0 0 19.01333px;
  }
}

@media (max-width: 991px) {
  .carousel .independent-learning .right-box,
  .grade-header .independent-learning .right-box {
    width: 332px;
    height: 239px;
    margin: 71px 6px 0 0;
  }
}

@media (max-width: 767px) {
  .carousel .independent-learning .right-box,
  .grade-header .independent-learning .right-box {
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    max-width: 305px;
    height: 220px;
    margin: 0 auto;
  }
}

@media (max-width: 413px) {
  .carousel .independent-learning .right-box,
  .grade-header .independent-learning .right-box {
    background-size: 100%;
  }
}

.carousel .independent-learning p,
.grade-header .independent-learning p {
  color: #333;
  margin: 0 55px;
  font-size: 17.75px;
}

@media (max-width: 1199px) {
  .carousel .independent-learning p,
  .grade-header .independent-learning p {
    font-size: 14.67333px;
  }
}

@media (max-width: 991px) {
  .carousel .independent-learning p,
  .grade-header .independent-learning p {
    font-size: 18.75px;
    margin: 0 20px;
    line-height: 20.625px;
  }
}

.carousel .left-box,
.grade-header .left-box {
  text-align: center;
  padding-top: 19px;
}

@media (max-width: 991px) {
  .carousel .left-box,
  .grade-header .left-box {
    padding-top: 9px;
  }
}

.carousel .left-box h1,
.grade-header .left-box h1 {
  position: relative;
  margin: 0;
  line-height: 51.48px;
  padding: 0;
  color: #e7e7e7;
  text-align: center;
}

.carousel .left-box h1:last-of-type,
.grade-header .left-box h1:last-of-type {
  padding-bottom: 8px;
}

@media (max-width: 1199px) {
  .carousel .left-box h1,
  .grade-header .left-box h1 {
    line-height: 42.5568px;
  }

  .carousel .left-box h1:last-of-type,
  .grade-header .left-box h1:last-of-type {
    padding-bottom: 6.61333px;
  }
}

@media (max-width: 991px) {
  .carousel .left-box h1,
  .grade-header .left-box h1 {
    line-height: 33px;
    font-size: 33px;
  }

  .carousel .left-box h1:last-of-type,
  .grade-header .left-box h1:last-of-type {
    padding-bottom: 4px;
  }
}

@media (max-width: 413px) {
  .carousel .left-box h1,
  .grade-header .left-box h1 {
    line-height: 31px;
    font-size: 31px;
  }
}

.carousel .left-box h1.gray-gradient,
.grade-header .left-box h1.gray-gradient {
  color: #e7e7e7;
}

.carousel .left-box h1.gray-gradient span,
.grade-header .left-box h1.gray-gradient span {
  display: none;
  color: #fff;
}

.carousel .left-box h1.blue-gradient,
.grade-header .left-box h1.blue-gradient {
  color: #3a7dc9;
}

.carousel .left-box h1.blue-gradient span,
.grade-header .left-box h1.blue-gradient span {
  display: none;
  color: #559dee;
}

.carousel .left-box h1 span,
.grade-header .left-box h1 span {
  height: 50%;
  position: absolute;
  overflow: hidden;
  text-align: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel .left-box h1 span,
  .grade-header .left-box h1 span {
    /* IE10+ CSS styles go here */
    display: none !important;
  }
}

@media (max-width: 767px) {
  .carousel .left-box h1 span,
  .grade-header .left-box h1 span {
    display: none !important;
  }
}

.features {
  margin-bottom: 10px;
}

.features .grade-navigation {
  background-color: #3371b6;
  padding: 15px;
  height: 626px;
  width: 100%;
  max-width: 310px;
  margin: 0 10px 0 0;
}

.features .grade-navigation.grade-right {
  margin: 0 0 0 10px;
}

@media (max-width: 1199px) {
  .features .grade-navigation {
    max-width: 260px;
    height: 517.49333px;
    padding: 12.4px;
  }
}

@media (max-width: 991px) {
  .features .grade-navigation {
    height: 756px;
    padding: 20px;
    max-width: 315px;
  }
}

@media (max-width: 767px) {
  .features .grade-navigation {
    height: auto;
    padding: 20px;
    max-width: 765px;
    margin: 0 0 10px 0;
  }

  .features .grade-navigation.grade-right {
    margin: 0 0 10px 0;
  }
}

.features .grade-navigation h2 {
  color: #e7e7e7;
  margin: 0;
  line-height: 35.5px;
}

@media (max-width: 1199px) {
  .features .grade-navigation h2 {
    line-height: 29.34667px;
  }
}

@media (max-width: 991px) {
  .features .grade-navigation h2 {
    font-size: 33px;
    line-height: 30.0px;
    margin-bottom: 12px;
  }
}

@media (max-width: 413px) {
  .features .grade-navigation h2 {
    font-size: 31px;
    line-height: 28.18182px;
  }
}

.features .grade-navigation p {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 1199px) {
  .features .grade-navigation p {
    font-size: 11.57333px;
  }
}

@media (max-width: 991px) {
  .features .grade-navigation p {
    line-height: 20.625px;
    font-size: 18.75px;
  }
}

.features .grade-navigation .grades {
  text-align: center;
}

.features .grade-navigation .grades .button {
  float: none;
  margin: 4px auto;
}

@media (max-width: 1199px) {
  .features .grade-navigation .grades .button {
    margin: 3.30667px auto;
  }
}

@media (max-width: 991px) {
  .features .grade-navigation .grades .button {
    margin: 8px auto;
  }
}

@media (max-width: 767px) {
  .features .grade-navigation .grades .button {
    width: 100%;
    max-width: 336px;
    min-height: 59px;
    line-height: 46px;
  }
}

.features .get-free-trial {
  height: 626px;
  padding: 15px;
  position: relative;
  background-image: url("../../imgfiles/2015/feature-background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  width: 100%;
  max-width: 820px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .features .get-free-trial {
    background-image: url("../../imgfiles/2015/feature-background2x.jpg");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .features .get-free-trial {
    max-width: 690px;
    height: 517.49333px;
    padding: 12.4px;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .features .get-free-trial {
    max-width: 395px;
    height: 756px;
    padding: 20px;
    background-image: url("../../imgfiles/2015/feature-background-tablet.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 991px) and (min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-resolution: 192dpi), only screen and (max-width: 991px) and (min-resolution: 2dppx) {
  .features .get-free-trial {
    background-image: url("../../imgfiles/2015/feature-background-tablet2x.jpg");
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .features .get-free-trial {
    height: auto;
    padding: 20px;
    max-width: 765px;
    background-image: url("../../imgfiles/2015/feature-background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    background-size: auto 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .features .get-free-trial {
    background-image: url("../../imgfiles/2015/feature-background2x.jpg");
    background-size: cover;
  }
}

.features .get-free-trial h1 {
  margin: 8px auto 4px auto;
  padding: 0;
  text-align: center;
  color: #3a7dc9;
  text-shadow: 2px -2px 0px #559dee;
}

@media (max-width: 1199px) {
  .features .get-free-trial h1 {
    margin: 6.61333px auto 3.30667px auto;
  }
}

@media (max-width: 991px) {
  .features .get-free-trial h1 {
    margin: 0;
    font-size: 33px;
    line-height: 33px;
  }
}

.features .get-free-trial .paragraph-h3 {
  text-align: center;
  color: #3673b7;
  font-size: 17.75px;
  margin: 0 170px 20px 170px;
}

@media (max-width: 1199px) {
  .features .get-free-trial .paragraph-h3 {
    font-size: 14.67333px;
    margin: 0 140px 16.53333px 140px;
  }
}

@media (max-width: 991px) {
  .features .get-free-trial .paragraph-h3 {
    line-height: 20.625px;
    font-size: 18.75px;
    margin: 12px 30px 26px 30px;
  }
}

@media (max-width: 767px) {
  .features .get-free-trial .paragraph-h3 {
    margin: 12px 14px 26px 14px;
  }
}

.features .get-free-trial .rectangle {
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 0.89);
  width: 760px;
  height: 383px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .features .get-free-trial .rectangle {
    width: 628.26667px;
    height: 316.61333px;
  }
}

@media (max-width: 991px) {
  .features .get-free-trial .rectangle {
    width: 340px;
    height: 472px;
    padding: 20px 30px;
  }
}

@media (max-width: 767px) {
  .features .get-free-trial .rectangle {
    width: 100%;
    max-width: 340px;
    height: 572px;
    padding: 20px 30px;
    margin: 0 auto 80px auto;
  }
}

.features .get-free-trial .rectangle .button {
  float: none;
  margin: 15px auto 5px auto;
}

@media (max-width: 991px) {
  .features .get-free-trial .rectangle .button {
    width: 280px;
    height: 42px;
    line-height: 32px;
    font-size: 23.44px;
    margin: 5px auto;
  }
}

@media (max-width: 767px) {
  .features .get-free-trial .rectangle .button {
    width: 100%;
    max-width: 336px;
    min-height: 59px;
    line-height: 48px;
    margin: 10px auto;
  }
}

.features .get-free-trial .rectangle h3 {
  white-space: nowrap;
  color: #3673b7;
  font-size: 16.41px;
  line-height: 18.051px;
  font-family: "Helvetica-Bold", Helvetica, Arial, sans-serif;
}

@media (max-width: 1199px) {
  .features .get-free-trial .rectangle h3 {
    font-size: 13.5656px;
    line-height: 14.92216px;
    letter-spacing: -1px;
  }
}

@media (max-width: 991px) {
  .features .get-free-trial .rectangle h3 {
    font-size: 18.75px;
    line-height: 20.625px;
  }
}

@media (max-width: 767px) {
  .features .get-free-trial .rectangle h3 {
    white-space: normal;
  }
}

.features .get-free-trial .rectangle .feature-content {
  position: relative;
  height: 275px;
  padding: 0 40px 0 30px;
}

.features .get-free-trial .rectangle .feature-content:first-of-type {
  padding: 0 30px 0 50px;
}

.features .get-free-trial .rectangle .feature-content:last-of-type {
  padding: 0 50px 0 30px;
}

@media (max-width: 1199px) {
  .features .get-free-trial .rectangle .feature-content {
    height: 227.33333px;
    padding: 0 33.06667px 0 24.8px;
  }

  .features .get-free-trial .rectangle .feature-content:first-of-type {
    padding: 0 24.8px 0 41.33333px;
  }

  .features .get-free-trial .rectangle .feature-content:last-of-type {
    padding: 0 41.33333px 0 24.8px;
  }
}

@media (max-width: 991px) {
  .features .get-free-trial .rectangle .feature-content {
    display: none;
  }
}

.features .get-free-trial .rectangle .feature {
  width: 150px;
  height: 150px;
  display: block;
  margin: 8px auto -30px auto;
  padding: 0;
}

@media (max-width: 1199px) {
  .features .get-free-trial .rectangle .feature {
    width: 124px;
    height: 124px;
    margin: 6.61333px auto -24.8px auto;
  }
}

@media (max-width: 991px) {
  .features .get-free-trial .rectangle .feature {
    width: 250px;
    height: 150px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .features .get-free-trial .rectangle .feature {
    width: 100%;
    min-width: 180px;
    max-width: 25px;
    margin: 0 auto;
  }
}

.features .get-free-trial .rectangle .fun-games {
  background-image: url("../../imgfiles/2015/fun-games.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .features .get-free-trial .rectangle .fun-games {
    background-image: url("../../imgfiles/2015/fun-games2x.png");
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .features .get-free-trial .rectangle .fun-games {
    background-image: url("../../imgfiles/2015/fun-games-tablet.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 991px) and (min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-resolution: 192dpi), only screen and (max-width: 991px) and (min-resolution: 2dppx) {
  .features .get-free-trial .rectangle .fun-games {
    background-image: url("../../imgfiles/2015/fun-games-tablet2x.png");
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .features .get-free-trial .rectangle .fun-games {
    width: 100%;
    max-width: 180px;
    background-size: 100%;
  }
}

.features .get-free-trial .rectangle .videos {
  background-image: url("../../imgfiles/2015/videos.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .features .get-free-trial .rectangle .videos {
    background-image: url("../../imgfiles/2015/videos2x.png");
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .features .get-free-trial .rectangle .videos {
    background-image: url("../../imgfiles/2015/videos-tablet.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 991px) and (min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-resolution: 192dpi), only screen and (max-width: 991px) and (min-resolution: 2dppx) {
  .features .get-free-trial .rectangle .videos {
    background-image: url("../../imgfiles/2015/videos-tablet2x.png");
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .features .get-free-trial .rectangle .videos {
    width: 100%;
    max-width: 180px;
    background-size: 100%;
  }
}

.features .get-free-trial .rectangle .help-your-kids {
  background-image: url("../../imgfiles/2015/help-your-kids.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .features .get-free-trial .rectangle .help-your-kids {
    background-image: url("../../imgfiles/2015/help-your-kids2x.png");
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .features .get-free-trial .rectangle .help-your-kids {
    background-image: url("../../imgfiles/2015/help-your-kids-tablet.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 991px) and (min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-resolution: 192dpi), only screen and (max-width: 991px) and (min-resolution: 2dppx) {
  .features .get-free-trial .rectangle .help-your-kids {
    background-image: url("../../imgfiles/2015/help-your-kids-tablet2x.png");
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .features .get-free-trial .rectangle .help-your-kids {
    width: 100%;
    max-width: 180px;
    background-size: 100%;
  }
}

.features .get-free-trial .rectangle .hairline {
  position: absolute;
  width: 1px;
  background-color: #a9a9a9;
  display: block;
  right: 0;
  top: 12%;
  bottom: 0;
}

@media (max-width: 1199px) {
  .features .get-free-trial .rectangle .hairline {
    top: 9.92%;
  }
}

.features .get-free-trial .carousel {
  display: none;
}

@media (max-width: 991px) {
  .features .get-free-trial .carousel {
    display: block;
  }
}

.features .get-free-trial .carousel .item {
  height: 340px;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .features .get-free-trial .carousel .item {
    height: 400px;
    padding: 0;
  }
}

.features .get-free-trial .carousel .item p {
  font-size: 16.41px;
  line-height: 19.692px;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .features .get-free-trial .carousel .item p {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .features .get-free-trial .carousel .item h3 {
    padding: 0 20px;
  }
}

.features .get-free-trial .seaworld-vehicle {
  position: absolute;
  bottom: 20px;
  right: 34px;
  width: 206px;
  height: 146px;
  background-image: url("../../imgfiles/2015/seaworld-vehicle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .features .get-free-trial .seaworld-vehicle {
    background-image: url("../../imgfiles/2015/seaworld-vehicle2x.png");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .features .get-free-trial .seaworld-vehicle {
    width: 170.29333px;
    height: 120.69333px;
    bottom: 20px;
    right: 24px;
  }
}

@media (max-width: 991px) {
  .features .get-free-trial .seaworld-vehicle {
    width: 170.29333px;
    height: 120.69333px;
    bottom: 20px;
    right: 14px;
  }
}

.features .get-free-trial .already-regitered {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #3673b7;
  font-size: 11px;
}

.features .get-free-trial .already-regitered a {
  color: #3673b7;
  text-decoration: underline;
  font-weight: bolder;
}

.promos {
  margin-bottom: 10px;
}

.promos .pmt-wrapper {
  background-color: #b554c7;
  padding: 15px;
  height: 464px;
  width: 100%;
  max-width: 310px;
  margin: 0 10px 0 0;
}

@media (max-width: 1199px) {
  .promos .pmt-wrapper {
    max-width: 260px;
    height: 383.57333px;
    padding: 12.4px;
  }
}

@media (max-width: 991px) {
  .promos .pmt-wrapper {
    padding: 20px 0;
    max-width: 315px;
  }
}

@media (max-width: 767px) {
  .promos .pmt-wrapper {
    height: auto;
    padding: 20px;
    max-width: 765px;
    margin: 0 0 10px 0;
  }
}

.promos .pmt-wrapper h1 {
  color: #e7e7e7;
  margin: 0;
  line-height: 51.48px;
}

@media (max-width: 1199px) {
  .promos .pmt-wrapper h1 {
    line-height: 42.5568px;
  }
}

@media (max-width: 991px) {
  .promos .pmt-wrapper h1 {
    font-size: 26px;
	letter-spacing: 0px;
    line-height: 30.0px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .promos .pmt-wrapper h1 {
    font-size: 23.44px;
    line-height: 21.30909px;
  }
}

.promos .pmt-wrapper .pmt-cover {
  margin: 20px auto;
  height: 0;
  background-image: url("../../imgfiles/2015/pmt.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  max-width: 310px;
  padding-bottom: 65.48%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .promos .pmt-wrapper .pmt-cover {
    background-image: url("../../imgfiles/2015/pmt2x.png");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .promos .pmt-wrapper .pmt-cover {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .promos .pmt-wrapper .pmt-cover {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .promos .pmt-wrapper .pmt-cover {
    max-width: 430px;
  }
}

.promos .pmt-wrapper .orange-button {
  margin: 10px auto 0 auto;
  float: none;
}

@media (max-width: 991px) {
  .promos .pmt-wrapper .orange-button {
    width: 280px;
    height: 42px;
    line-height: 32px;
    font-size: 23.44px;
    margin: 5px auto;
  }
}

@media (max-width: 767px) {
  .promos .pmt-wrapper .orange-button {
    width: 100%;
    max-width: 336px;
    min-height: 59px;
    line-height: 48px;
    margin: 10px auto;
  }
}

.promos .video-wrapper {
  height: 464px;
  padding: 0;
  position: relative;
  background-color: #000;
  background-image: url("../../imgfiles/2015/video-cover.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 100%;
  max-width: 820px;
  overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .promos .video-wrapper {
    background-image: url("../../imgfiles/2015/video-cover2x.jpg");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .promos .video-wrapper {
    max-width: 690px;
    height: 383.57333px;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .promos .video-wrapper {
    max-width: 395px;
    background-size: 100% auto;
  }
}

@media (max-width: 767px) {
  .promos .video-wrapper {
    max-width: 765px;
    background-size: 100% auto;
  }
}

.promos .video-wrapper h1 {
  margin: 8px auto 4px auto;
  padding: 20px 0 0 0;
  text-align: center;
  color: #e7e7e7;
  line-height: 35.5px;
}

@media (max-width: 1199px) {
  .promos .video-wrapper h1 {
    margin: 19.01333px auto 3.30667px auto;
    line-height: 29.34667px;
  }
}

@media (max-width: 991px) {
  .promos .video-wrapper h1 {
    font-size: 26px;
	letter-spacing: 0px;
    line-height: 30.0px;
    margin: 0;
  }
}

@media (max-width: 479px) {
  .promos .video-wrapper h1 {
    font-size: 23.44px;
    line-height: 21.30909px;
  }
}

.promos .video-wrapper a.play-video {
  top: 50%;
  left: 50%;
  width: 145px;
  height: 145px;
  margin-left: -73px;
  margin-top: -73px;
  position: absolute;
  display: block;
  background-image: url("../../imgfiles/2015/play-video.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .promos .video-wrapper a.play-video {
    background-image: url("../../imgfiles/2015/play-video2x.png");
    background-size: cover;
  }
}

.promos .video-wrapper a.play-video:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 90 ")";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;
}

.promos .video-wrapper .iframe-holder {
  height: 0;
  padding-bottom: 56.58%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  background-color: #000;
}

.promos .video-wrapper .BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grade-header .grade-header-holder {
  width: 100%;
  height: 100%;
  min-height: 503px;
  padding: 0;
  background-image: url("../../imgfiles/2015/grade-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .grade-header .grade-header-holder {
    background-image: url("../../imgfiles/2015/grade-image2x.jpg");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .grade-header .grade-header-holder {
    min-height: 415.81333px;
    background-position: top center;
  }
}

@media (max-width: 991px) {
  .grade-header .grade-header-holder {
    padding-top: 25px;
    min-height: 387px;
    background-size: auto 95%  !important;
    background-position: bottom left;
  }
}

@media (max-width: 767px) {
  .grade-header .grade-header-holder {
    padding-top: 0px;
    min-height: 636px;
    background-image: url("../../imgfiles/2015/grade-image-mobile.jpg");
    background-size: auto 100% !important;
    background-position: bottom center;
  }

  .grade-header .grade-header-holder .col-xs-12 {
    min-height: 636px;
  }
}

.grade-header .grade-header-holder .welcome-to-grade {
  margin: 302px 0 0 13px;
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 0.678);
  width: 527px;
  height: 189px;
  padding: 15px;
}

.grade-header .grade-header-holder .welcome-to-grade.kindergarten {
  width: 580px;
}

@media (max-width: 1199px) {
  .grade-header .grade-header-holder .welcome-to-grade {
    width: 435.65333px;
    min-height: 156.24px;
    height: 100%;
    margin: 241.38667px 0 0 10.74667px;
  }

  .grade-header .grade-header-holder .welcome-to-grade.kindergarten {
    width: 479.46667px;
  }
}

@media (max-width: 991px) {
  .grade-header .grade-header-holder .welcome-to-grade {
    width: 408px;
    height: 148px;
    margin: 190px 0 0 20px;
  }

  .grade-header .grade-header-holder .welcome-to-grade.kindergarten {
    width: 460px;
  }
}

@media (max-width: 767px) {
  .grade-header .grade-header-holder .welcome-to-grade {
    border-radius: 0;
    width: 100%;
    min-height: 205px;
    margin: 431px auto 0 auto;
  }

  .grade-header .grade-header-holder .welcome-to-grade.kindergarten {
    width: 100%;
  }
}

.grade-header .welcome-to-grade h1 {
  text-align: center;
  color: #3a7dc9;
  line-height: 51.48px;
  margin: 5px auto 10px auto;
}

@media (max-width: 1199px) {
  .grade-header .welcome-to-grade h1 {
    line-height: 42.5568px;
  }
}

@media (max-width: 991px) {
  .grade-header .welcome-to-grade h1 {
    line-height: 33px;
    font-size: 33px;
    margin: 0 auto 8px auto;
  }
}

@media (max-width: 767px) {
  .grade-header .welcome-to-grade h1 {
    line-height: 33px;
    font-size: 33px;
  }
}

@media (max-width: 374px) {
  .grade-header .welcome-to-grade h1 {
    line-height: 31px;
    font-size: 31px;
  }
}

.grade-header .welcome-to-grade .button {
  margin: 0 auto;
  float: none;
}

@media (max-width: 991px) {
  .grade-header .welcome-to-grade .button {
    line-height: 24.8px;
  }
}

@media (max-width: 767px) {
  .grade-header .welcome-to-grade .button {
    font-size: 23.44px;
    width: 100%;
    max-width: 336px;
    max-height: 59px;
    line-height: 48px;
  }
}

.grade-header .slide-free-trial-wrapper .already-regitered {
  color: #1c5697;
}

.grade-header .slide-free-trial-wrapper .already-regitered a {
  color: #1c5697;
  margin: 20px 0 16px 0;
}

@media (max-width: 991px) {
  .grade-header .slide-free-trial-wrapper .already-regitered {
    color: #fff;
  }

  .grade-header .slide-free-trial-wrapper .already-regitered a {
    color: #fff;
  }
}

.grade-article .grade-specifics {
  width: 100%;
  height: 100%;
  min-height: 550px;
  padding: 0;
  margin: 0 0 10px 0;
  background-color: #090a3b;
  background-image: url("../../imgfiles/2015/grade-specifics.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .grade-article .grade-specifics {
    background-image: url("../../imgfiles/2015/grade-specifics2x.jpg");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .grade-article .grade-specifics {
    min-height: 454.66667px;
    background-size: auto 100% !important;
    background-position: top center;
  }
}

@media (max-width: 991px) {
  .grade-article .grade-specifics {
    min-height: 767px;
    background-size: 100% 50%;
    background-position: bottom center;
  }
}

@media (max-width: 767px) {
  .grade-article .grade-specifics {
    min-height: 1548px;
    background-size: auto 30% !important;
    background-position: bottom center;
  }
}

.grade-article .grade-specifics h2 {
  color: #3a7dc9;
  line-height: 39.05px;
  margin: 0;
}

@media (max-width: 1199px) {
  .grade-article .grade-specifics h2 {
    font-size: 32.28133px;
    line-height: 32.28133px;
  }
}

@media (max-width: 991px) {
  .grade-article .grade-specifics h2 {
    line-height: 33px;
    font-size: 33px;
  }
}

@media (max-width: 413px) {
  .grade-article .grade-specifics h2 {
    font-size: 31px;
    line-height: 31px;
  }
}

.grade-article .left-box {
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 0.89);
  margin: 35px 0 0 65px;
  width: 473px;
  height: 396px;
  padding: 15px 20px;
}

@media (max-width: 1199px) {
  .grade-article .left-box {
    width: 391.01333px;
    height: 377.36px;
    margin: 28.93333px 0 0 53.73333px;
  }
}

@media (max-width: 991px) {
  .grade-article .left-box {
    width: 324px;
    min-height: 640px;
    margin: 20px 0 0 20px;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .grade-article .left-box {
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    max-width: 480px;
    min-height: 640px;
    margin: 8px auto;
  }
}

@media (max-width: 413px) {
  .grade-article .left-box {
    min-height: 700px;
  }
}

.grade-article .left-box h2 {
  margin-right: 60px;
}

@media (max-width: 1199px) {
  .grade-article .left-box h2 {
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .grade-article .left-box h2 {
    margin-right: 10px;
  }
}

.grade-article .left-box h2.kindergarten {
  margin-right: 0;
}

.grade-article .left-box p {
  margin: 10px 0;
}

@media (max-width: 991px) {
  .grade-article .left-box p {
    font-size: 18.75px;
    line-height: 20.625px;
  }
}

.grade-article .left-content-holder {
  min-height: 550px;
}

@media (max-width: 1199px) {
  .grade-article .left-content-holder {
    min-height: 454.66667px;
  }
}

@media (max-width: 991px) {
  .grade-article .left-content-holder {
    min-height: 740px;
  }
}

.grade-article .left-content-holder .left-box-image {
  position: relative;
  display: block;
  padding-top: 33.47%;
  margin: -10% auto 0 60px;
  width: 499px;
  background-image: url("../../imgfiles/2015/grade-spec-left-image.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: 100%;
  background-position: center top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .grade-article .left-content-holder .left-box-image {
    background-image: url("../../imgfiles/2015/grade-spec-left-image2x.png");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .grade-article .left-content-holder .left-box-image {
    width: 412.50667px;
    margin: -webkit-calc(-10% - 50px) auto 0 49.6px;
    margin: calc(-10% - 50px) auto 0 49.6px;
    background-size: 100%;
  }
}

@media (max-width: 991px) {
  .grade-article .left-content-holder .left-box-image {
    width: 342px;
    padding-top: 33.47%;
    margin: -16% auto 0 10px;
    background-size: 100%;
    background-position: center top;
  }
}

@media (max-width: 767px) {
  .grade-article .left-content-holder .left-box-image {
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    max-width: 480px;
    margin: -16% auto 0 auto;
  }
}

.grade-article .right-box {
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 0.89);
  margin: 35px 0 0 20px;
  width: 473px;
  height: 220px;
  padding: 15px 20px;
}

@media (max-width: 1199px) {
  .grade-article .right-box {
    width: 391.01333px;
    height: 181.86667px;
    margin: 28.93333px 0 0 16.53333px;
  }
}

@media (max-width: 991px) {
  .grade-article .right-box {
    width: 327px;
    min-height: 318px;
    margin: 20px 20px 0 0;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .grade-article .right-box {
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    max-width: 480px;
    min-height: 326px;
    margin: 8px auto;
  }
}

.grade-article .right-box h2 {
  margin-right: 100px;
}

@media (max-width: 1199px) {
  .grade-article .right-box h2 {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .grade-article .right-box h2 {
    margin-right: 10px;
  }
}

.grade-article .right-box p {
  margin: 10px 0;
}

@media (max-width: 991px) {
  .grade-article .right-box p {
    font-size: 18.75px;
    line-height: 20.625px;
  }
}

.grade-article .right-content-holder {
  min-height: 550px;
}

@media (max-width: 1199px) {
  .grade-article .right-content-holder {
    min-height: 454.66667px;
  }
}

@media (max-width: 991px) {
  .grade-article .right-content-holder {
    min-height: 740px;
  }
}

.grade-article .right-content-holder .right-box-image {
  position: relative;
  width: 414px;
  padding-top: 81.41%;
  margin: -70px auto 0 55px;
  background-image: url("../../imgfiles/2015/grade-spec-right-image.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: 100%;
  background-position: center top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .grade-article .right-content-holder .right-box-image {
    background-image: url("../../imgfiles/2015/grade-spec-right-image2x.png");
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .grade-article .right-content-holder .right-box-image {
    width: 342.24px;
    margin: -57.86667px auto 0 45.46667px;
    background-size: 100%;
  }
}

@media (max-width: 991px) {
  .grade-article .right-content-holder .right-box-image {
    width: 337px;
    padding-top: 81.41%;
    margin: -85px 20px 0 0;
    background-size: 100%;
    background-position: center top;
  }
}

@media (max-width: 767px) {
  .grade-article .right-content-holder .right-box-image {
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    max-width: 480px;
    margin: -85px auto 0 auto;
  }
}

.grade-article .grader-list {
  list-style: none;
  padding: 0;
  margin: 0 -30px 0 -15px;
  float: left;
}

.grade-article .grader-list.last-column {
  margin: 0 -60px 0 0;
}

@media (max-width: 991px) {
  .grade-article .grader-list.last-column {
    margin: 0 -30px 0 -5px;
  }
}

@media (max-width: 991px) {
  .grade-article .grader-list {
    margin: 0 -30px 0 -5px;
  }
}

.grade-article .grader-list li {
  font-size: 14px;
  line-height: 15.4px;
  letter-spacing: -0.5px;
}

@media (max-width: 1199px) {
  .grade-article .grader-list li {
    font-size: 11.57333px;
    line-height: 12.73067px;
  }
}

@media (max-width: 991px) {
  .grade-article .grader-list li {
    font-size: 16.41px;
    line-height: 18.051px;
  }
}

.grade-article .grader-list li:before {
  content: "\2022  ";
  color: #3673b7;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}