.home-header-section .home-header-bg-img {
    width: 480px;
    height: 261px;
    min-height: 261px;
}
 
.home-header-bg-birds, .home-header-bg-books, .home-header-bg-kids {
    position: absolute;
    pointer-events: none;
}
.home-header-bg-books {
    right: 5px;
    top: 58px;
}
.home-header-bg-birds {
    left: 6px;
    top: 51px;
}
.home-header-bg-kids {
    display: none;
}
.header-hdr-container {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.header-hdr-lk {
    color: #00a1de;
    font: 300 22px/1em "Roboto Slab", sans-serif;
    text-decoration: none;
}
.header-hdr-lk:hover {
    color: #00a1de;
}
.font-weight-normal {
    font-weight: 400;
}
.clouds-tong {
    height: 143px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.header-cloud {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.bg-cloud {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bg-light-blue-cloud {
    display: none;
}
.bg-purple-cloud {
    height: 143px;
    width: 287px;
}
.bg-teal-cloud {
    display: none;
}
.header-cloud-hdr {
    display: block;
    font: 300 18px/1.1em "Roboto Slab", sans-serif;
    text-align: center;
    text-decoration: none;
}
.header-cloud-body {
    padding-top: 8px;
    text-align: center;
}
.cloud-body-lk, .cloud-body-paragraph, .dot-spacer {
    color: #545454;
    font-family: Delius, sans-serif;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}
.cloud-body-paragraph {
    text-decoration: none;
    display: block;
}
.dot-spacer {
    opacity: .5;
}
.cloud-arrow-lk {
    display: none;
}
.cloud-arrow-img {
    height: 13px;
    width: 20px;
}
.cloud-curriculum {
    z-index: 1;
}
.cloud-curriculum .header-cloud-hdr {
    color: #00aeef;
}
.cloud-trusted {
    z-index: 2;
}
.cloud-trusted .header-cloud-hdr {
    color: #8d33aa;
}
.cloud-learning {
    z-index: 1;
}
.cloud-learning .header-cloud-hdr {
    color: #0bc1b6;
}
.cloud-trusted {
    padding-top: 10px;
}
.cloud-curriculum {
    bottom: 0;
    height: 120px;
    left: 50%;
    position: absolute;
    width: 100%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cloud-curriculum .curriculumn-header-text {
    font-size: 20px;
}
.cloud-curriculum .cloud-body-lk, .cloud-curriculum .dot-spacer {
    color: #489405;
    height: 26px;
    line-height: 26px;
}
.cloud-curriculum .dot-spacer {
    padding-left: 12px;
    padding-right: 12px;
}
.cloud-curriculum .visible-661-800 {
    display: none;
}
.cloud-curriculum .cloud-body-lk {
    font-size: 16px;
}
.cloud-curriculum .cloud-arrow-lk {
    display: none;
}
.cloud-learning {
    display: none;
}
.become-a-member-container {
    bottom: 15px;
    position: relative;
    text-align: center;
    z-index: 3;
}
.become-a-member-cta {
    font: normal 15px Verdana, sans-serif;
    width: 200px;
}
.become-a-member-lk {
    color: #1f9ac7;
    font: normal 15px Verdana, sans-serif;
    left: 50%;
    position: absolute;
    text-decoration: none;
    top: 22px;
    white-space: nowrap;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.become-a-member-lk:hover {
    color: #1f9ac7;
    text-decoration: underline;
}
.become-a-member-lk.arrow-link:after {
    font-size: 12px;
}
.home-grades-list-section {
    background-color: #fff;
}
.home-grades-list-section .members-content {
    padding-top: 7px;
    padding-bottom: 20px;
}
.grades-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 13px;
    -webkit-column-gap: 13px;
    column-gap: 13px;
}
.grade-list-item {
    padding-bottom: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.grade-module {
    background-color: #fff;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 0;
    position: relative;
    text-align: left;
}
.grade-box-link {
    cursor: pointer;
    display: block;
    padding: 4px 7px 4px 0;
    position: relative;
    text-decoration: none;
}
.grades-list-arrow {
    height: 17px;
    position: absolute;
    right: 8px;
    top: 50%;
    width: 9px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.grade-box-tab {
    background-color: grey;
    border-radius: 0 19px 19px 0;
    color: #fff;
    display: inline-block;
    height: 38px;
    font: bold 18px/38px "Trebuchet MS", sans-serif;
    left: -4px;
    margin-right: 2px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 33px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.grade-box-hdr {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.grade-box-name {
    font-size: 18px;
    white-space: nowrap;
}
.grade-box-long-name {
    display: none;
}
.grade-body {
    display: none;
}
.grade-list-item-spanish {
    display: none;
}
.home-discover-section .discover-bg-img {
    min-height: 101%}
.home-discover-section .members-content {
    padding-bottom: 25px;
    padding-top: 25px;
}
.home-discover-section h2, .home-discover-section h3 {
    color: #fff;
}
.home-discover-section h2 {
    font-size: 22px;
    line-height: 1.1em;
    margin-bottom: 15px;
    max-width: 480px;
}
.home-discover-section h3 {
    display: none;
}
.discover-bg-img {
    min-height: 101%;
    height: 793px;
    width: 480px;
}
.feature-grid {
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.feature-grid-item {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0 15px 0;
    max-width: 275px;
    padding: 20px 20px 51px 20px;
    position: relative;
    text-decoration: none;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flexbox: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.feature-grid-item:last-child {
    margin-bottom: 0;
}
.discover-img-container {
    display: none;
}
.discover-hdr {
    font: normal 20px/1.2em "Roboto Slab", sans-serif;
}
.discover-description {
    color: #545454;
    font: normal 14px/1.5em Verdana, sans-serif;
    margin: 15px 0 0 0;
}
.discover-lk {
    bottom: 20px;
    font: normal 16px/1em "Trebuchet MS", sans-serif;
    left: 50%;
    padding-right: 17px;
    position: absolute;
    white-space: nowrap;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.discover-lk .after-arrow {
    height: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 17px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.feature-grid-item:hover .discover-lk {
    text-decoration: underline;
}
.feature-grid-item-curriculum .discover-hdr, .feature-grid-item-curriculum .discover-lk {
    color: #00aeef;
}
.feature-grid-item-curriculum .after-arrow-stroke {
    stroke: #00aeef;
}
.feature-grid-item-diagnostic .discover-hdr, .feature-grid-item-diagnostic .discover-lk {
    color: #54a229;
}
.feature-grid-item-diagnostic .after-arrow-stroke {
    stroke: #54a229;
}
.feature-grid-item-personalized .discover-hdr, .feature-grid-item-personalized .discover-lk {
    color: #7a67d7;
}
.feature-grid-item-personalized .after-arrow-stroke {
    stroke: #7a67d7;
}
.feature-grid-item-analytics .discover-hdr, .feature-grid-item-analytics .discover-lk {
    color: #f5a623;
}
.feature-grid-item-analytics .after-arrow-stroke {
    stroke: #f5a623;
}
.impact-on-learning-container {
    display: none;
}
.discover-cta-container {
    display: none;
    text-align: center;
}
.home-testimonials-section .testimonials-bg-img {
    min-height: 101%}
.home-testimonials-section .members-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.testimonials-bg-img {
    height: 480px;
    width: 480px;
}
.testimonials-white-background {
    background-color: rgba(255, 255, 255, .93);
    box-sizing: border-box;
    padding: 30px 20px;
    overflow: hidden;
    text-align: center;
}
.testimonials-hdr {
    color: #00aeef;
    font-size: 20px;
    margin-bottom: 20px;
}
.quote-text {
    color: #545454;
    font: italic 12px/1.5em Verdana, sans-serif;
    margin: 0 auto 10px auto;
}
.quote-location, .quote-source {
    color: #777;
    margin: 0 auto;
    font: normal 11px/1.5em Verdana, sans-serif;
}
.testimonials-read-more-container {
    margin-top: 10px;
}
.testimonials-read-more-lk {
    color: #1f9ac7;
    font: normal 12px/1em Verdana, sans-serif;
    padding-right: 16px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.testimonials-read-more-lk .after-arrow {
    height: 17px;
    position: absolute;
    right: 0;
    top: 56%;
    width: 17px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimonials-read-more-lk .after-arrow-stroke {
    stroke: #1f9ac7;
}
.testimonials-read-more-lk:hover .lk-txt {
    color: #1f9ac7;
    text-decoration: underline;
}
.home-footer-section .members-content {
    padding-bottom: 25px;
    padding-top: 20px;
}
.footer-blurb-container {
    margin-bottom: 25px;
    text-align: center;
}
.footer-ixl-logo {
    height: 31px;
    width: 81px;
}
.footer-blurb-text {
    color: #545454;
    font: normal 12px/1.6em Verdana, sans-serif;
    margin-top: 10px;
    margin-bottom: 25px;
}
.footer-blurb-button {
    width: 135px;
}
.footer-questions-answered {
    color: #545454;
    font: normal 13px/1.6em Verdana, sans-serif;
    margin-bottom: 10px;
}
.questions-answered-number {
    font-weight: 700;
}
.footer-submenu-item {
    border-top: 1px solid #ccc;
}
.footer-submenu-item:last-child {
    border-bottom: 1px solid #ccc;
}
.footer-submenu-header {
    color: #00aeef;
    cursor: pointer;
    display: block;
    height: 52px;
    font: bold 18px/52px "Trebuchet MS", sans-serif;
    position: relative;
    text-align: left;
}
.footer-submenu-header:after {
    border: solid 2px #00aeef;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "+";
    height: 20px;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 26px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 20px;
}
.footer-dropdown {
    display: none;
}
.footer-dropdown-state:checked~label .footer-submenu-header:after {
    content: "-";
    line-height: 14px;
}
.footer-dropdown-state:checked~.footer-dropdown {
    display: block;
    padding-bottom: 15px;
}
.footer-social-icon {
    height: 22px;
    width: 22px;
}
.footer-submenu-lk {
    color: #545454;
    font: normal 15px/1.8em Verdana, sans-serif;
    text-decoration: none;
}
.footer-submenu-lk:hover {
    color: #545454;
    text-decoration: underline;
}
.footer-copyright {
    color: #bababa;
    font: bold 10px/1.7em Verdana, sans-serif;
    margin-top: 15px;
    text-align: center;
}
.footer-copyright a {
    color: #bababa;
    text-decoration: none;
}
.social-lks {
    display: none;
}
.footer-copyright .social-lks {
    display: block;
    margin-bottom: 5px;
}
@media screen and (min-width:481px) {
    .home-header-section .home-header-bg-img {
    width: 550px;
    height: 340px;
    min-height: 340px;
}
 
.home-header-bg-books {
    right: 20px;
    top: 95px;
}
.home-header-bg-birds {
    left: 35px;
    top: 90px;
}
.header-hdr-container {
    margin-bottom: 22px;
}
.header-hdr-lk {
    font-size: 34px;
}
.clouds-tong {
    height: 156px;
}
.bg-purple-cloud {
    height: 156px;
    width: 313px;
}
.header-cloud-hdr {
    font-size: 23px;
}
.header-cloud-body {
    padding-top: 5px;
}
.cloud-curriculum {
    height: 120px;
}
.cloud-curriculum .curriculumn-header-text {
    font-size: 26px;
}
.cloud-curriculum .cloud-body-lk {
    font-size: 19px;
}
.cloud-arrow-visible-551 {
    padding-top: 20px;
}
.cloud-arrow-visible-551 .header-cloud-body {
    padding-top: 5px;
    padding-bottom: 5px;
}
.cloud-arrow-visible-551 .cloud-arrow-lk {
    display: block;
}
.become-a-member-container {
    margin-top: 20px;
    bottom: unset;
}
.become-a-member-lk {
    top: unset;
}
.grades-list-arrow {
    height: 17px;
    right: 10px;
    width: 9px;
}
.grade-box-name {
    font-size: 24px;
}
.home-discover-section h2 {
    font-size: 30px;
}
.discover-bg-img {
    height: 676px;
    width: 660px;
}
.feature-grid {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.feature-grid-item {
    margin-bottom: 12px;
    width: calc(50% - 6px);
    max-width: none;
}
.feature-grid-item:nth-child(3) {
    margin-bottom: 0;
}
.discover-hdr {
    font-size: 26px;
}
.testimonials-bg-img {
    height: 398px;
    width: 660px;
}
.testimonials-hdr {
    font-size: 26px;
}
.quote-text {
    font-size: 14px;
}
.quote-location, .quote-source {
    font-size: 13px;
}
.testimonials-read-more-lk {
    font-size: 14px;
}
.footer-blurb-container {
    margin-bottom: 30px;
}
.footer-blurb-text {
    font-size: 13px;
}
}@media screen and (min-width:551px) {
    .home-header-section .home-header-bg-img {
    width: 660px;
    height: 340px;
    min-height: 340px;
}
.home-header-bg-birds {
    left: 5px;
    top: 80px;
}
.clouds-tong {
    max-width: 505px;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.bg-purple-cloud {
    width: 323px;
}
.bg-teal-cloud {
    display: block;
    height: 155px;
    width: 296px;
}
.cloud-trusted {
    padding-right: 23px;
}
.cloud-learning {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.cloud-learning .dot-spacer {
    color: #0bc1b6;
    font-size: 10px;
    padding-left: 2px;
    padding-right: 2px;
}
.cloud-learning .cloud-body-lk {
    text-decoration: none;
}
}@media screen and (min-width:661px) {
    .home-header-section .home-header-bg-img {
    width: 800px;
    height: 340px;
    min-height: 340px;
}
 
.home-header-bg-books {
    right: 22px;
    top: 101px;
}
.home-header-bg-birds {
    top: 85px;
    left: 35px;
}
.header-hdr-container {
    margin-bottom: 5px;
}
.header-hdr-lk {
    font-size: 38px;
}
.clouds-tong {
    height: 186px;
}
.cloud-curriculum {
    height: 90px;
}
.cloud-curriculum .visible-661-800 {
    display: inline;
    height: inherit;
    visibility: visible;
}
.cloud-curriculum .header-cloud-body br {
    display: none;
}
.become-a-member-container {
    margin-top: 0;
}
.grade-box-tab {
    padding-right: 15px;
    text-align: right;
    width: 43px;
}
.grade-box-short-name {
    display: none;
}
.grade-box-long-name {
    display: inline;
}
.home-discover-section .members-content {
    padding-bottom: 30px;
    padding-top: 30px;
}
.home-discover-section h2 {
    font-size: 32px;
    margin-bottom: 25px;
}
.discover-bg-img {
    height: 1215px;
    width: 800px;
}
.feature-grid {
    max-width: 615px;
}
.feature-grid-item {
    margin-bottom: 20px;
    width: calc(50% - 10px);
}
.testimonials-bg-img {
    height: 399px;
    width: 800px;
}
.testimonials-white-background {
    padding-left: 50px;
    padding-right: 50px;
}
.testimonials-read-more-container {
    margin-top: 25px;
}
.footer-blurb-container {
    margin-bottom: 45px;
}
.footer-submenu-item {
    border-top: none;
}
.footer-submenu-item:last-child {
    border-bottom: none;
}
.footer-submenu {
    border-bottom: 1px solid #eee;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 10%;
    -webkit-column-gap: 10%;
    column-gap: 10%}
.footer-submenu-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 25px;
    padding-top: 0;
}
.footer-submenu-header {
    cursor: default;
    margin-bottom: 13px;
    height: 1.2em;
    line-height: 1.2em;
}
.footer-submenu-header:after {
    display: none;
}
.footer-dropdown-state:checked~label .footer-submenu-header {
    margin-bottom: 13px;
}
.footer-dropdown {
    display: block;
}
.footer-submenu-lk {
    font-size: 14px;
}
}@media screen and (min-width:801px) {
    .home-header-section .home-header-bg-img {
    width: 1920px;
    height: 398px;
    min-height: 398px;
    min-width: 100%}

.home-header-bg-birds, .home-header-bg-books {
    display: none;
}
.home-header-bg-kids {
    bottom: 7px;
    display: block;
    left: calc(50% + 425px);
    z-index: 3;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.header-hdr-container {
    margin-bottom: 2px;
}
.clouds-tong {
    height: 173px;
    margin: 0 auto;
    max-width: 780px;
}
.bg-light-blue-cloud {
    display: block;
    height: 175px;
    width: 303px;
}
.bg-purple-cloud {
    height: 157px;
    width: 353px;
}
.bg-teal-cloud {
    height: 157px;
    width: 299px;
}
.header-cloud {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    width: unset;
}
.header-cloud .curriculumn-header-text, .header-cloud .header-cloud-hdr {
    font-size: 22px;
}
.header-cloud .header-cloud-body {
    padding-top: 8px;
    padding-bottom: 6px;
}
.header-cloud .header-cloud-body .cloud-body-lk, .header-cloud .header-cloud-body .cloud-body-paragraph {
    color: #545454;
    font-size: 15px;
    height: 21px;
    line-height: 21px;
    text-decoration: none;
}
.header-cloud .dot-spacer {
    font-size: 10px;
    height: 21px;
    line-height: 21px;
    padding-right: 2px;
    padding-left: 2px;
}
.header-cloud .cloud-arrow-lk {
    display: block;
}
.cloud-curriculum {
    height: auto;
    left: auto;
    padding-top: 35px;
    position: relative;
    top: auto;
    width: 240px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
.cloud-curriculum .dot-spacer.visible-661-800 {
    display: none;
}
.cloud-curriculum .curriculumn-header-text {
    display: block;
}
.cloud-curriculum .header-cloud-body br {
    display: block;
}
.cloud-curriculum .dot-spacer {
    color: #00aeef;
}
.cloud-trusted {
    top: 20px;
}
.cloud-learning {
    width: 240px;
    top: 12px;
}
.become-a-member-container {
    margin-top: 40px;
}
.become-a-member-lk {
    font-size: 15px;
}
.home-grades-list-section {
    background-color: #f5f5f5!important;
}
.home-grades-list-section .members-content {
    padding-top: 30px;
}
.grades-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.grade-list-item {
    padding-bottom: 30px;
    text-align: center;
    width: calc(33.33333% - 16.66667px);
    -ms-flexbox: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}
.grade-list-item-spanish {
    display: block;
}
.grade-module {
    height: 100%}
.grade-box-link {
    padding-top: 10px;
}
.grades-list-arrow {
    display: none;
}
.grade-box-name {
    font-size: 24px;
}
.grade-body {
    display: block;
    padding: 5px 20px 15px 20px;
}
.grade-description {
    border-bottom: 1px solid #e1e1e1;
    color: #545454;
    font: normal 14px/1.5em Verdana, sans-serif;
    padding-bottom: 10px;
    text-align: left;
}
.list-subject-links {
    padding-top: 15px;
}
.subject-link-item {
    padding-bottom: 10px;
}
.subject-link-item:last-of-type {
    padding-bottom: 0;
}
.subject-skill-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.subject-hdr {
    color: #545454;
    font: normal 14px/1.1em Verdana, sans-serif;
    margin-left: 0;
}
.skill-lk {
    color: #1f9ac7;
    cursor: pointer;
    margin-right: 0;
    text-decoration: none;
}
.skill-lk .lk-txt {
    font: normal 13px Verdana, sans-serif;
}
.skill-lk::after {
    content: ">>";
    display: inline-block;
    font-size: 75%;
    padding-left: 3px;
    text-decoration: none;
}
.skill-lk:hover {
    color: #1f9ac7;
}
.skill-lk:hover .lk-txt {
    text-decoration: underline;
}
.skill-lk:hover::after {
    text-decoration: none;
}
.grade-module .spanish-banner-img {
    height: 75px;
    right: 0;
    top: 0;
    width: 71px;
}
.home-discover-section h2 {
    font-size: 32px;
    margin-bottom: 15px;
}
.home-discover-section h3 {
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 5px;
}
.discover-bg-img {
    height: 950px;
    width: 1920px;
}
.feature-grid-container {
    padding-top: 20px;
}
.feature-grid {
    max-width: 670px;
    padding-bottom: 30px;
}
.feature-grid-item {
    margin-bottom: 30px;
    width: calc(50% - 15px);
}
.discover-cta-container {
    display: block;
    padding-bottom: 30px;
}
.impact-on-learning-container {
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
.impact-on-learning-container:before {
    border-top: 1px solid #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    width: 90%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.impact-on-learning-container h3 {
    font-size: 28px;
    margin-bottom: 30px;
}
.impact-on-learning-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.impact-on-learning-item {
    display: block;
    padding-bottom: 52px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flexbox: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}
.impact-on-learning-item img {
    border: 2px solid #88e3ff;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px auto;
    width: 100px;
    height: 100px;
}
.impact-on-learning-item h4 {
    color: #fff;
    font: 300 24px/1em "Roboto Slab", sans-serif;
    margin: 0 auto 20px auto;
    text-align: center;
}
.impact-on-learning-item p {
    color: #fff;
    font: normal 15px/1.4em Verdana, sans-serif;
    margin: 0 auto;
}
.impact-on-learning-item .cta-btn {
    bottom: 0;
    color: #fff;
    display: block;
    height: 32px;
    font-size: 15px;
    line-height: 30px;
    left: 50%;
    position: absolute;
    width: 200px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 1px;
}
.research-proves-effective {
    width: 30%}
.research-proves-effective p {
    max-width: 195px;
}
.valueable-for-instructions {
    width: 34%}
.valueable-for-instructions p {
    max-width: 212px;
}
.teachers-tell-why {
    width: 30%}
.teachers-tell-why p {
    max-width: 200px;
}
.testimonials-bg-img {
    height: 450px;
    width: 1920px;
}
.testimonials-hdr {
    font-size: 28px;
}
.testimonials-white-background {
    padding-left: 0;
    padding-right: 0;
}
.quote-text {
    width: 75%}
.footer-submenu {
    -moz-column-count: auto;
    -webkit-column-count: auto;
    column-count: auto;
    -moz-column-gap: normal;
    -webkit-column-gap: normal;
    column-gap: normal;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer-submenu-item {
    -ms-flexbox: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24%}
.footer-submenu-international {
    width: 144px;
}
.footer-submenu-lk {
    font-size: 13px;
}
}@media screen and (min-width:1014px) {
    .clouds-tong {
    height: 191px;
    max-width: 857px;
}
.bg-light-blue-cloud {
    height: 190px;
    width: 333px;
}
.bg-purple-cloud {
    height: 175px;
    width: 401px;
}
.bg-teal-cloud {
    height: 174px;
    width: 327px;
}
.header-cloud .curriculumn-header-text, .header-cloud .header-cloud-hdr {
    font-size: 24px;
    line-height: 28px;
}
.header-cloud .header-cloud-body {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-cloud .header-cloud-body .cloud-body-lk, .header-cloud .header-cloud-body .cloud-body-paragraph {
    line-height: 1.5em;
}
.cloud-curriculum {
    padding-top: 33px;
}
.cloud-trusted {
    padding-top: 20px;
}
.cloud-learning {
    padding-top: 20px;
}
.grade-box-link {
    padding-top: 13px;
}
.grade-box-name {
    font-size: 28px;
}
.grade-module .spanish-banner-img {
    height: 94px;
    width: 89px;
}
.home-discover-section .members-content {
    padding-top: 40px;
}
.home-discover-section h2 {
    font-size: 36px;
    max-width: none;
}
.feature-grid {
    max-width: none;
}
.feature-grid-item {
    width: calc(25% - 7.5px);
    margin-bottom: 0;
}
.discover-img-container {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.discover-grid-img {
    width: 63px;
    height: 63px;
}
.discover-description {
    margin-top: 10px;
}
.impact-on-learning-item h4 {
    white-space: nowrap;
}
.impact-on-learning-item h4 br {
    content: ' ';
    display: inline;
}
.impact-on-learning-item h4 br:after {
    content: ' '}
.impact-on-learning-item p {
    max-width: none;
}
.testimonials-white-background {
    padding-left: 140px;
    padding-right: 140px;
}
.home-footer-section .members-content {
    padding-bottom: 35px;
    padding-top: 50px;
}
.footer-blurb-submenu-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer-blurb-container {
    text-align: left;
    width: 29%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.footer-blurb-text {
    line-height: normal;
    text-align: left;
    margin: 17px 0;
}
.footer-questions-answered {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    border-top: 1px solid #d6d6d6;
    margin-top: 24px;
    padding-top: 16px;
}
.footer-submenu {
    border-bottom: none;
    width: 67%;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.footer-submenu-item {
    width: auto;
}
.footer-copyright .social-lks {
    display: none;
}
.footer-submenu-offer, .footer-submenu-resources {
    margin-right: 49px;
}
.footer-submenu-resources .social-lks {
    display: block;
    margin-top: 5px;
}
.footer-submenu-about {
    margin-right: 33px;
}
}/* YUI CSS Detection Stamp */
#yui3-css-stamp.home-page-css-home-2019-min  {
     display:  none;
 }

.coming-soon h3 {
    background: transparent none 100% 50% no-repeat;
    display: inline-block;
    font: normal 24px/28px "Trebuchet MS", sans-serif;
    min-height: 28px;
    min-width: 72px;
    padding: 12px 82px 6px 0;
}
.coming-soon .hdr-new-arrival {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    color: #11b3f3;
    display: inline-block;
    font: 400 28px/60px "Trebuchet MS", sans-serif;
    margin-top: 5px;
    padding: 0 100px 0 0;
    text-decoration: none;
}
.coming-soon .hdr-coming-soon {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 93px 60px;
    color: #85c702;
    display: inline-block;
    font: 400 28px/60px "Trebuchet MS", sans-serif;
    margin-top: 5px;
    padding: 0 100px 0 0;
    text-decoration: none;
}
.coming-soon h3 {
    color: #7ebb00;
    display: block;
    font: 400 18px/1em "Trebuchet MS", sans-serif;
    margin: 0 0 3px 0;
    min-height: 0;
    min-width: 0;
    padding: 0;
}
.coming-soon h3:first-of-type {
    margin-top: -2px;
}
.coming-soon p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.coming-soon p:first-of-type {
    margin-bottom: 12px;
}
.coming-soon .lk-hdr {
    color: inherit;
    text-decoration: none;
}
.coming-soon .lk-gif-arrow {
    color: #1f9ac7;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    padding: 0 8px 0 0;
    text-decoration: none;
}
.coming-soon .lk-gif-arrow:hover .lk-txt {
    text-decoration: underline;
}
.coming-soon .lk-gif-arrow:after {
    content: ">>";
    display: inline-block;
    font-size: 75%;
    padding-left: 3px;
}
.coming-soon .lk-gif-arrow:hover {
    color: #1f9ac7;
    text-decoration: none;
}
.coming-soon .lk-gif-arrow:last-of-type {
    margin-right: 0;
    padding-right: 0;
}
.coming-soon.us .hdr-coming-soon, .coming-soon.us .hdr-new-arrival {
    height: 60px;
}
body:not(.edition-ca):not(.edition-us) .coming-soon .hdr-new-arrival {
    background-position: 100% 100%;
    height: 65px;
    margin-top: -8px;
}
body:not(.edition-ca):not(.edition-us) .coming-soon h3 {
    margin-bottom: 2px;
}
body:not(.edition-ca):not(.edition-us) .coming-soon h3:first-of-type {
    margin-top: -13px;
}
body:not(.edition-ca):not(.edition-us) .coming-soon p {
    line-height: 19px;
}
body:not(.edition-ca):not(.edition-us) .coming-soon p:first-of-type {
    margin-bottom: 6px;
}
.bd-grade.spanish {
    height: 234px;
}
.spanish-banner-img {
    width: 89px;
    height: 94px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.spanish-tab-img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    right: -5px;
    position: relative;
    top: -1px;
}
.orange5-bdr {
    border-color: #f90;
}
.orange5-bg {
    background-color: #f90;
}
.orange5-txt {
    color: #f90;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.home-page-css-coming-soon-min  {
     display:  none;
 }

