<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/* ---------------------------------------------------------------------------------------

   TEMPLATES/PAGES

   ------------------------------------------------------------------------------------ */




/* FRONT PAGE
   ----------------------------------------------- */


/* HERO */

.hero {
  position: relative;
  background: #fff;
}

@media (min-width: 1400px) {
  .hero {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: -o-linear-gradient(left, #fff, #fff);
    background: linear-gradient(90deg, #fff, #fff);
  }
}

@media (min-width: 992px) {

  .hero__bg-image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('https://vividmath.com/wp-content/themes/tgpa-vividmathcom-1/media/front/hero/home-hero-1a.jpg');
    z-index: 1;
    background-size: contain;
  }

}

@media (min-width: 1400px) {
  .hero__bg-image { 
    background-size: contain;
  }
}



.hero__container {
  min-height: 350px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {

.hero__container {
  min-height: 430px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

}

.hero--home .hero__text {
  text-align: center;
}

@media (min-width: 992px) {
  .hero--home .hero__text {
    text-align: left;
  }
}


.hero__title {
  color: #0F4CC3;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero__subtitle {
  color: #0F4CC3;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

@media (min-width: 768px) {

  .hero__title {
    font-size: 50px;
  }

  .hero__subtitle {
    font-size: 22px;
    margin-bottom: 22px;
  }

}



.hero__benefits-item {
  font-size: 15px;
  font-weight: 600;
  max-width: 500px;
  color: #1F3349;
  margin-bottom: 12px;
}

.hero__benefits-item i {
  font-size: 20px;         
  padding-right: 10px;
  color: #00A651;
  vertical-align: middle;
}


@media (min-width: 768px) {

  .hero__benefits-item {
    font-size: 17px;
  }

  .hero__benefits-item i {
    font-size: 20px;
  }

}


.hero__btn {
  margin-top: 18px;
  display: inline-block;
  background: #f56028;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  padding: 0px 30px;
  letter-spacing: 0.4px;
  -webkit-box-shadow: 0 8px 20px 3px rgba(206, 177, 163, 0.5);
          box-shadow: 0 8px 20px 3px rgba(206, 177, 163, 0.5);
}

.hero__btn:hover {
  background: #ff703b;
}






/* HERO BANNER */

.hero-banner {
  background: #155cd6;
  padding-top: 16px;
  padding-bottom: 16px;
}

.hero-banner__title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

@media (min-width: 768px) {

  .hero-banner__title {
    font-size: 22px;
  }

}



/* HOME GRADES */

.home-grades {
  background: #F6F8F9;
}

.home-grades__card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;

  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px;
}

.home-grades__card-inner {
  background: #fff;
  border-radius: 4px;
  padding: 0px 20px 12px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(36, 50, 66, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(36, 50, 66, 0.1);
  border-color: #036ce6;
  border-style: solid;
  border-top-width: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.home-grades__card-head {
  padding: 12px 0px;
  border-bottom: 1px solid #EBEBEB;
}

.home-grades__card-title {
  font-size: 22px;
  font-weight: 600;
  color: #155cd6;
}

.home-grades__card-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 0px;
}

.home-grades__card-copy {
  color: #47525d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

.home-grades__card-btn {
  display: block;
  background: #036ce6;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  letter-spacing: 0.4px;
  border-radius: 4px;
}

.home-grades__card-btn i {
  padding-left: 8px;
  vertical-align: middle;
}

.home-grades__card-btn:hover {
  background: #155cd6;
}




/* HOW IT WORKS */

.how-it-works {
  background: #fff;
}

.how-it-works__heading {
  margin-bottom: 75px;
}

.how-it-works__title {
  font-size: 36px;
  font-weight: 600;
  color: #1F3349;
  text-align: center;
}

.how-it-works-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .how-it-works-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.how-it-works-steps__step {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .how-it-works-steps__step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    margin-bottom: 0px;
  }
}

.how-it-works-steps__step-icon {
  width: 110px;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  
}

.how-it-works-steps__step-number {
  margin-top: 28px;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  background: #2150f5;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.how-it-works-steps__step-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 14px;
  max-width: 250px;
  line-height: 1.4;
  text-align: center;
  color: #1F3349;
}







/* TESTIMONIALS */

.testimonials {
  min-height: 400px;
  background-color: #182f96;
  color: #fff;
  text-align: center;

  background-image: url('https://vividmath.com/wp-content/themes/tgpa-vividmathcom-1/media/global/patterns/pattern-bg-blue.png');
  background-repeat: repeat;
  -ms-background-size: 1150px;
  -o-background-size: 1150px;
  -moz-background-size: 1150px;
  -webkit-background-size: 1150px;
  background-size: 1150px;
}

.testimonials .fr-container {
  max-width: 1040px;
}

.testimonials .testimonials__title {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 22px;
}

.testimonials .testimonials__subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 60px;
}

.testimonials .testimonials-cards.row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials .testimonials-card:nth-child(n + 2) {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .testimonials .testimonials-card:nth-child(n + 2) {
    margin-top: 0;
  }
}

.testimonials .testimonials-card {
  padding: 0px 20px;
}

.testimonials .testimonials-card__inner {
  border-radius: 10px;
  padding: 22px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 20px 8px #19277599;
          box-shadow: 0px 0px 20px 8px #19277599;
  background: #223798;
}

.testimonials .testimonials-card__user-wrap {
  margin-bottom: 20px;
}

.testimonials .testimonials-card__user-image {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin-right: 20px;
  border: 3px solid #394fb3;
  border-radius: 500px;
  padding: 4px;
}

.testimonials .testimonials-card__user-info {
  display: inline-block;
  vertical-align: middle;
}

.testimonials .testimonials-card__name, .testimonials .testimonials-card__info {
  font-weight: 600;
}

.testimonials .testimonials-card__info {
  margin-top: 8px;
}

.testimonials .testimonials-card__text {
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}

.testimonials__btn {
  margin-top: 60px;
  display: inline-block;
  background: #3a52ca;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  letter-spacing: 0.2px;
  font-weight: 600;
  padding: 0px 28px;
  line-height: 48px;
  height: 48px;
}




/* SURVEY STATS */

.survey-stats {
  background: #fff;
}

.survey-stats .survey-stats__title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #1F3349;
  text-align: center;
}

.survey-stats-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .survey-stats-tiles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.survey-stats-tile {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .survey-stats-tile {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
      margin-bottom: 0px;
  }
}

.survey-stats-tile__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 110px;
}

.survey-stats-tile__text {
  color: #192776;
  font-size: 17px;
  font-weight: 600;
  margin-top: 25px;
  padding: 0 25px;
  text-align: center;
  line-height: 1.4;
}


/* HERO SLIDE CTA */

.home-slide-cta {
  background: #1b4fb5;
  padding: 45px 0px;
  text-align: center;
}

.home-slide-cta__title {
  font-size: 28px;
  color: #fff;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 30px;
}

.home-slide-cta__btn {
  display: inline-block;
  background: #f56028;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  height: 46px;
  line-height: 46px;
  padding: 0px 28px;
  letter-spacing: 0.4px;
}

.home-slide-cta__btn:hover {
  background: #ff703b;
}


/* END / FRONT PAGE ----------------------------------------------- */


/* FAQ [PAGE]
   ----------------------------------------------- */

.faqs__groups {
  max-width: 600px;
  margin: 0 auto;
  padding: 0px 15px;
}

.faqs-group + .faqs-group {
  margin-top: 60px;
}

.faqs-group__title {
  font-size: 18px;
  color: #1f3349;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.2px;
}

/* END / FAQ [PAGE] ----------------------------------------------- */




/* ABOUT [PAGE]
   ----------------------------------------------- */

body.page-template-template-about {
  background: #fff;
}




/* THANK YOU [PAGE]
   ----------------------------------------------- */

body.page-template-template-thank-you {
  background: #fff;
}

.thank-you {
  text-align: center;
}

.thank-you__title {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #1f3349;
  margin-bottom: 45px;
}

.thank-you__btn {
  display: inline-block;
  background: #036CE6;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  height: 46px;
  line-height: 46px;
  padding: 0px 28px;
  letter-spacing: 0.4px;
}

.thank-you__btn:hover {
  background: #155cd6;
}



/* END / ABOUT [PAGE] ----------------------------------------------- */



/* CONTACT/SCHOOL CONTACT [PAGE]
   ----------------------------------------------- */

body.page-template-template-contact, body.page-template-template-school-contact {
  background: #fff;
}

.contact-form-container {
  max-width: 450px;
  margin: 0 auto;
  padding: 0px 15px;
}

.contact-form-card {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: rgba(42, 42, 42, 0.16) 0px 16px 56px 0px;
          box-shadow: rgba(42, 42, 42, 0.16) 0px 16px 56px 0px;
  border-top: 6px solid #036CE6;
}

.contact-form-card__content {
   padding: 34px 38px;
}


/* END / CONTACT ----------------------------------------------- */



/* LOGIN [PAGE]
   ----------------------------------------------- */

body.page-template-template-login {
  background: #f5f6f7;
}


/* ACCOUNT [PAGE]
   ----------------------------------------------- */

body.page-template-template-account {
  background: #fff;
}





/* MEMBERSHIPS [PAGE]
   ----------------------------------------------- */


/* PLANS [SECTION] */

.plans-wrap {
  background-color: #f5f6f7;
}

.plans__header {
  text-align: center;
}

.plans-wrap .plans__title {
  color: #1f3349;
  font-size: 28px;
  font-weight: 600; 
}

.plans-wrap .plans__subtitle {
  color: #1f3349;
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}


@media (min-width: 768px) {

  .plans-wrap .plans__title {
    font-size: 38px;
    letter-spacing: 0.1px;
  }

  .plans-wrap .plans__subtitle {
    font-size: 18px;
  }

}



.plans-wrap .plans {
  margin-top: 42px;
}

.plans .plans__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 768px) {

  .plans .plans__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
  }

}

.plans .plans__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 275px;
  margin: 0;
  width: 100%;
}

.plans .plans__column:nth-child(2) {
  margin: 30px 0 0;
}

@media (min-width: 768px) {

  .plans .plans__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 275px;
        flex: 0 0 275px;
    margin: 0;
    width: 275px;
  }

  .plans .plans__column:nth-child(2) {
    margin: 0 0 0 40px;
  }

}

.plans .plans__card {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0px rgba(134, 141, 155, 0.2);
          box-shadow: 0 4px 10px 0px rgba(134, 141, 155, 0.2);
  border-radius: 4px;
  padding: 0 0 18px;
  overflow: hidden;
}

.plans .plans__card--no-value {
  margin-top: 0;
}

@media (min-width: 768px) {

  .plans .plans__card--no-value {
    margin-top: 28px;
  }

}

.plans .plans__card-no-value {
  background: #036ce6;
  height: 8px;
}

.plans .plans__card-value {
  background: #036ce6;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 700;
}

.plans .plans__card-title {
  color: #1f3349;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-top: 22px;
}

.plans .plans__card-subtitle {
  color: #808080;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.2px;
}

.plans .plans__content {
  padding: 0 32px 0;
}

.plans .plans__price-wrap {
  text-align: center;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 2px solid #f2f2f2;
}

.plans .plans__price {
  color: #1f3349;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
  font-weight: 500;
}

.plans .plans__dollar {
  font-size: 22px;
}
.plans .plans__amount {
  font-size: 28px;
  letter-spacing: -0.2px;
}
.plans .plans__per-sep {
  font-size: 18px;
  font-weight: 600;
  margin-left: 2px;
}
.plans .plans__per {
  font-size: 18px;
  font-weight: 600;
  margin-left: 1px;
}
.plans__total-price {
  font-size: 17px;
  color: #637180;
  margin-top: 8px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.plans__total-price--hidden {
  color: #fff;
}

.plans .plans__button {
  margin: 36px auto 0;
  background: #036ce6;
  display: block;
  width: 100%;  
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.4px;
}

.plans .plans__button:hover {
  background: #155cd6;
}

.plans .plans__disclaimer {
  color: #637180;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  letter-spacing: -0.2px;
  font-size: 13px;
}

.plans .plans__type-banner {
  text-align: center;
  margin-bottom: 30px;
}

.plans .plans__type-banner h3 {
  display: inline-block;
  padding: 10px 20px;
  background: #e9eaea;
  border-radius: 4px;
  font-weight: 600;
  color: #637180;
  border-radius: 500px;
  font-size: 15px;
}

.plans .plans__type-banner i {
  padding-right: 8px;
  font-size: 14px;
  vertical-align: middle;
}



.plans-help {
  margin-top: 45px;
  text-align: center;
}

.plans-help__title {
  color: #484f56;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.plans-help__title a {
  color: #036ce6;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  font-weight: 600;
  margin-left: 2px;
}

.plans-help__title a:hover {
  color: #0f4cc3;
}



/* PLANS BENEFITS [SECTION] */

.plans-benefits-wrap {
  background: #fff;
}

.plans-benefits-wrap .fr-container {
  max-width: 1040px;
}

.plans-benefits-wrap .plans-benefits__header {
  margin-bottom: 55px;
}

.plans-benefits-wrap .plans-benefits__title {
  font-size: 32px;
  color: #1f3349;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 768px) {

  .plans-benefits-wrap .plans-benefits__title {
    font-size: 38px;
  }

}

.plans-benefits-wrap .plans-benefits__title span {
  color: #155cd6;
}

.plans-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: -45px;
}

@media (min-width: 768px) {
  .plans-benefits {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.plans-benefits .plans-benefits__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  text-align: center;
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .plans-benefits .plans-benefits__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
  }
}

.plans-benefits .plans-benefits__item-media {
  width: 98px;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 26px;
}

.plans-benefits .plans-benefits__item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1f3349;
}

.plans-benefits .plans-benefits__item-copy {
  color: #484f56;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 260px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}



/* PLANS QUESTIONS [SECTION] */

.plans-questions-wrap {
  background-color: #f5f6f7;
}

.plans-questions-wrap .fr-container {
  max-width: 1040px;
}

.plans-questions-wrap .plans-questions__header {
  margin-bottom: 60px;
  text-align: center;
}

.plans-questions-wrap .plans-questions__title {
  font-size: 36px;
  line-height: 42px;
  color: #1f3349;
  font-weight: 600;
}

.plans-questions-wrap .plans-questions__subtitle-link {
  color: #036ce6;
  font-size: 16px;
  border-bottom: 1px solid;
  font-weight: 600;
  margin-top: 16px;
  display: inline-block;
}

.plans-questions-wrap .plans-questions__subtitle-link:hover {
  color: #0f4cc3;
}

.plans-questions ul li {
  margin-bottom: 35px;
}

.plans-questions ul li h4 {
  color: #1f3349;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.plans-questions ul li p {
  font-size: 16px;
  line-height: 22px;
  color: #484f56;
  font-weight: 500;
  max-width: 420px;
}

.plans-questions ul li p a {
  color: #036ce6;
  font-weight: 500;
  text-decoration: underline;
}

.plans-questions ul li p a:hover {
  color: #0f4cc3;
}


/* END / MEMBERSHIPS [PAGE] ----------------------------------------------- */

















/* SIGN UP [PAGE]
   ----------------------------------------------- */

.page-template-template-sign-up-plan {
  background: #f5f6f7;
}

.sign-up-wrap .fr-container {
  max-width: 620px;
}

@media (min-width: 992px) {
  .sign-up-wrap .fr-container {
    max-width: 990px;
  }
}

.sign-up-wrap .sign-up__header {
  margin-bottom: 38px;
  text-align: center;
}


.sign-up-wrap .sign-up__title {
  color: #1f3349;
  font-size: 28px;
  font-weight: 600;
}

.sign-up-wrap .sign-up__subtitle {
  color: #484f56;
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .sign-up-wrap .sign-up__title {
    font-size: 36px;
    letter-spacing: 0.1px;
  }

  .sign-up-wrap .sign-up__subtitle {
    font-size: 18px;
  }
}



.sign-up-wrap .sign-up-sidebar-wrap {
  display: none;
}

@media (min-width: 992px) {
  .sign-up-wrap .sign-up-sidebar-wrap {
    display: block;
    padding-left: 45px;
  }
}



/* PLAN CARD
   ----------------------------- */

.sign-up-wrap.sign-up-wrap--plan .plan-card {
  margin-bottom: 30px;
}

.plan-card {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
          box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  border-radius: 4px;
}

.plan-card .plan-card__content {
  padding: 24px 28px;
}

.plan-card .plan-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.plan-card .plan-card__title {
  font-size: 17px;
  font-weight: 600;
  color: #1f3349;
}

.plan-card .plan-card__link {
  color: #036ce6;
  font-size: 13px;
  font-weight: 500;
}

.plan-card .plan-card__link:hover {
  text-decoration: underline;
}

.plan-card .plan-card__pricing {
  margin: 18px 0px;
}

.plan-card .plan-card__trial {
  color: #155cd6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}

.plan-card .plan-card__price {
  font-size: 15px;
  font-weight: 500;
  color: #484f56;
}

.plan-card .plan-card__price span {
  font-size: 18px;
  margin-right: 6px;
  letter-spacing: 0.3px;
}

.plan-card .plan-card__terms p {
  font-size: 14px;
  font-weight: 500;
  color: #484f56;
  display: inline-block;
}

.plan-card .plan-card__terms .plan-card__money-back {
  display: inline-block;
}

@media (min-width: 992px) {
  .plan-card .plan-card__terms .plan-card__money-back {
    display: none;
  }
}



/* SIGN UP CARD
   ----------------------------- */

.sign-up-card {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
          box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  border-radius: 4px;
}

.sign-up-card .sign-up-card__content {
  padding: 24px 28px;
}

.sign-up-card-after-text {
  font-size: 15px;
  font-weight: 500;
  margin-top: 24px;
  color: #484f56;
  text-align: center;
}



/* PLAN BENEFITS 
   ----------------------------- */

.sign-up-sidebar {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
          box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  border-radius: 4px;
  border-top: 6px solid #00996e;
}

.sign-up-sidebar .sign-up-sidebar__content {
  padding: 20px 28px;
}

.plan-benefits .plan-benefits__title {
  font-size: 18px;
  font-weight: 600;
  color: #00996e;
  margin-bottom: 22px;
}

.plan-benefits .plan-benefits__checkmarks li {
  font-size: 15px;
  font-weight: 500;
  color: #484f56;
  display: block;
  margin-bottom: 16px;
}

.plan-benefits .plan-benefits__checkmarks li i {
  color: #00996e;
  padding-right: 12px;
  font-size: 19px;
  vertical-align: middle;
}

.plan-benefits-securities img {
  width: 100%;
}

.money-back-guarantee {
  margin: 26px 0px 20px;
  text-align: center;
}

.money-back-guarantee__text {
  font-weight: 700;
  color: #00996e;
  font-size: 16px;
}

.money-back-guarantee__text i {
  padding-right: 12px;
  vertical-align: middle;
  font-size: 24px;
}

.ap-privacy {
  padding-top: 16px;
  border-top: 1px solid;
  border-color: #e0e0e0;
}

.ap-privacy .ap-privacy__title {
  font-size: 18px;
  font-weight: 600;
  color: #484f56;
  margin-bottom: 14px;
}

.ap-privacy .ap-privacy__text {
  font-weight: 500;
  font-size: 15px;
  display: block;
  color: #484f56;
  margin-bottom: 18px;
}


.support {
  padding-top: 16px;
  border-top: 1px solid;
  border-color: #e0e0e0;
   padding-bottom: 26px;
}

.support .support__title {
  font-size: 18px;
  font-weight: 600;
  color: #484f56;
  margin-bottom: 26px;
}

.support .support__items {
  margin-bottom: -24px;
}

.support .support__items a {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 15px;
  display: block;
  color: #484f56;
}

.support .support__items a i {
  vertical-align: middle;
  opacity: 0.7;
  font-size: 18px;
  width: 34px;
}

.support .support__items a span {
  color: #484f56;
  border-bottom: 1px solid;
  border-color: #bfc4ca;
  transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.support .support__items a:hover span {
  color: #0040ab;
  border-color: #0040ab;
  transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

/* END / SIGN UP [PAGE] ----------------------------------------------- */






/* SIGN UP FORM
   ----------------------------------------------- */


/* SIGN UP FORM - RESET */

.sign-up-form .mepr_price {
  display: none;
}

.sign-up-form .mepr_password_confirm {
  display: none;
}



/* SIGN UP FORM - HEADINGS */

.spc-form-heading {
  width: 100%;
  margin-bottom: 24px;
  display: block;
}

.spc-form-heading.spc-form-heading--split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spc-form-heading .spc-form-heading__title {
  font-size: 17px;
  font-weight: 600;
  color: #1f3349;
}

.spc-form-heading .spc-form-heading__secure {
  font-size: 14px;
  font-weight: 600;
  color: #00996e;
}

.spc-form-heading .spc-form-heading__secure i {
  padding-right: 7px;
}

.spc-form-heading .spc-form-heading__trial-terms {
  color: #484f56;
  font-size: 14px;
  margin-top: 10px;
  max-width: 450px;
  font-weight: 500;
  line-height: 1.2;
}

/* SIGN UP FORM - TOTAL */

.spc-form-total {
  padding-top: 15px;
  border-top: 1px solid;
  border-color: #e0e0e0;
  width: 100%;
  display: block;
  margin-bottom: 12px;
}

.spc-form-total .spc-form-total__text {
  font-size: 16px;
  font-weight: 600;
  color: #1f3349;
}

.spc-form-total .spc-form-total__text span {
  color: #00996e;
  margin-left: 6px;
  font-size: 17px;
}



/* SIGN UP FORM - FIELDS */

.sign-up-form .mp-form-row {
  margin-bottom: 22px;
}

.sign-up-form .mp-form-row .mp-form-label label {
  margin-bottom: 12px;
  font-size: 15px;
}

.sign-up-form .have-coupon-link {
  color: #155cd6;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.sign-up-form .have-coupon-link:hover {
  text-decoration: underline;
} 





/* SIGN UP FORM - PAYMENT */

.sign-up-form .mepr-payment-method-desc-text .mp-form-row {
  margin-bottom: 0;
  position: relative;
}

.sign-up-form .mepr-payment-method-desc-text .mp-form-row:nth-child(1) {
  margin-bottom: 20px;
}

.sign-up-form .mepr-payment-methods-wrapper {
  padding-top: 15px;
  border-top: 1px solid;
  border-color: #e0e0e0;
}

.sign-up-form .mepr-payment-method-desc-text {
  margin: 0px !important;
}

.sign-up-form .mepr-payment-method {
  margin-bottom: 25px !important;
}

.mepr-payment-methods-icons {
  display: none;
}

.sign-up-form .mepr-stripe-card-element {
  padding: 5px 0px 0;
  width: 100%;
}


@media (min-width: 768px) {
  .sign-up-form .mepr-signup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sign-up-form .mp-form-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
    padding: 0 !important;
    width: 50% !important;
  }

  .sign-up-form .mp-form-row.mepr_first_name,
  .sign-up-form .mp-form-row.mepr_email,
  .sign-up-form .mp-form-row.mepr_mepr_grade {
    padding-right: 12px !important;
  }

  .sign-up-form .mp-form-row.mepr_last_name,
  .sign-up-form .mp-form-row.mepr_password,
  .sign-up-form .mp-form-row.mepr_password_confirm {
    padding-left: 12px !important;
  }

  .sign-up-form .mepr-payment-method-desc-text .mp-form-row:nth-child(1) {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 72% !important;
            flex: 0 0 72% !important;
    padding: 0 !important;
    width: 72% !important;
    margin-bottom: 20px;
  }

  .sign-up-form .mepr-payment-method-desc-text .mp-form-row:nth-child(2) {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 72% !important;
            flex: 0 0 72% !important;
    padding: 0 !important;
    width: 72% !important;
  }

  .sign-up-form .mepr-payment-methods-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }

  .sign-up-form .mepr-payment-method-desc-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .sign-up-form .mp-form-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}



/* END / SIGN UP FORM [TEMP] ----------------------------------------------- */







/* POLICY [TEMPLATE]
   ----------------------------------------------- */

body.page-template-template-policy {
  background: #fff;
}

.policy .fr-container {
  max-width: 800px;
}

.policy__title {
  font-size: 30px;
  font-weight: 600;
  color: #173265;
  margin-bottom: 30px;
}

.policy__title--secondary {
  margin-top: 60px !important;
}

.policy-content {
  line-height: 24px;
  font-size: 16px;
  color: #173265;
}

.policy-content h3,
.policy-content h4 {
  font-weight: 600;
}

.policy-content h3 {
  font-size: 20px;
}

.policy-content h4 {
  font-size: 18px;
}

.policy-content ul,
.policy-content ol {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.policy-content li {
  margin-bottom: 12px;
  list-style: disc;
}

.policy-content a {
  color: #0a53d1;
}

.policy-content h1 + .btn,
.policy-content h1 + h1,
.policy-content h1 + h2,
.policy-content h1 + h3,
.policy-content h1 + h4,
.policy-content h1 + h5,
.policy-content h1 + h6,
.policy-content h1 + ol,
.policy-content h1 + p,
.policy-content h1 + ul,
.policy-content h2 + .btn,
.policy-content h2 + h1,
.policy-content h2 + h2,
.policy-content h2 + h3,
.policy-content h2 + h4,
.policy-content h2 + h5,
.policy-content h2 + h6,
.policy-content h2 + ol,
.policy-content h2 + p,
.policy-content h2 + ul,
.policy-content h3 + .btn,
.policy-content h3 + h1,
.policy-content h3 + h2,
.policy-content h3 + h3,
.policy-content h3 + h4,
.policy-content h3 + h5,
.policy-content h3 + h6,
.policy-content h3 + ol,
.policy-content h3 + p,
.policy-content h3 + ul,
.policy-content h4 + .btn,
.policy-content h4 + h1,
.policy-content h4 + h2,
.policy-content h4 + h3,
.policy-content h4 + h4,
.policy-content h4 + h5,
.policy-content h4 + h6,
.policy-content h4 + ol,
.policy-content h4 + p,
.policy-content h4 + ul,
.policy-content h5 + .btn,
.policy-content h5 + h1,
.policy-content h5 + h2,
.policy-content h5 + h3,
.policy-content h5 + h4,
.policy-content h5 + h5,
.policy-content h5 + h6,
.policy-content h5 + ol,
.policy-content h5 + p,
.policy-content h5 + ul,
.policy-content h6 + .btn,
.policy-content h6 + h1,
.policy-content h6 + h2,
.policy-content h6 + h3,
.policy-content h6 + h4,
.policy-content h6 + h5,
.policy-content h6 + h6,
.policy-content h6 + ol,
.policy-content h6 + p,
.policy-content h6 + ul,
.policy-content ol + .btn,
.policy-content ol + h1,
.policy-content ol + h2,
.policy-content ol + h3,
.policy-content ol + h4,
.policy-content ol + h5,
.policy-content ol + h6,
.policy-content ol + ol,
.policy-content ol + p,
.policy-content ol + ul,
.policy-content p + .btn,
.policy-content p + h1,
.policy-content p + h2,
.policy-content p + h3,
.policy-content p + h4,
.policy-content p + h5,
.policy-content p + h6,
.policy-content p + ol,
.policy-content p + p,
.policy-content p + ul,
.policy-content ul + .btn,
.policy-content ul + h1,
.policy-content ul + h2,
.policy-content ul + h3,
.policy-content ul + h4,
.policy-content ul + h5,
.policy-content ul + h6,
.policy-content ul + ol,
.policy-content ul + p,
.policy-content ul + ul {
  margin-top: 20px;
}

/* END / POLICY [TEMPLATE] ----------------------------------------------- */










/* OUR STORY [PAGE]
   ----------------------------------------------- */

body.page-template-template-our-story {
  background: #fff;
}

.our-story .fr-container {
  max-width: 600px;
}

.our-story  .our-story__content {
  line-height: 24px;
  font-size: 16px;
  color: #173265;
}

.our-story  .our-story__content h3,
.our-story  .our-story__content h4 {
  font-weight: 600;
}

.our-story  .our-story__content h3 {
  font-size: 20px;
}

.our-story  .our-story__content h4 {
  font-size: 18px;
}




/* END / STORY [PAGE] ----------------------------------------------- */







.c-value-stack {
  background: #e0e0e0;
  padding: 15px 0px;
}


.c-value-stack-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;


  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -45px;
}

@media (min-width: 992px) {
  .c-value-stack-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-value-stack-items .c-value-stack-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  padding: 0px 8px;
  width: 100%;
  display: block;
}

@media (min-width: 992px) {
  .c-value-stack-items .c-value-stack-items__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
  }
}


.c-value-stack-items .c-value-stack-items__item-inner  {
  background: #fff;
  display: flex;
  padding: 6px 20px;
  border-radius: 8px;
  align-items: center;
}

.c-value-stack-items .c-value-stack-items__item-icon {
  width: 70px;
  margin-right: 22px;
  height: 70px;
  display: inline-block;
}


.c-value-stack-items .c-value-stack-items__item-text {
  color: #484f56;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
}





.free-wrap {
  text-align: center;
}

.free-wrap .free-wrap__title {
  font-size: 28px;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.4px;
  color: #3d3d3d;
  border-bottom: 2px solid;
}

.free-wrap .free-wrap__title:hover {
  opacity: 0.6;
}

.free-wrap .free-wrap__title i {
  font-size: 22px;
  margin-left: 10px;
}





.cy-upgrade-banner {
  background: #fff;
  border-bottom: 2px solid #e9ecf7;
}

.cy-upgrade-banner__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 18px 15px;
  text-align: center;
}


.cy-upgrade-text {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  color: #0f4cc3;
}

.cy-upgrade-btn {
  font-size: 16px;
  color: #fff;
  background: #0f4cc3;
  padding: 10px 20px;
  position: relative;
  border-radius: 6px;
  font-weight: 600;
  margin-left: 12px;
  display: inline-block;
}





/* Years Banner */



.cy-years-bar {
  background: #363636;
}

.cy-years-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-box-pack: center;
  justify-content: center;
  list-style: none;
}

.cy-years-bar__list-item {
  display: block;
  margin: 10px 0px;
}

.cy-years-bar__list-item a {
  -webkit-box-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  padding: 6px 24px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 14px;
}




.cy-maint-banner {
  background: #fd7d4d;
}

.cy-maint-banner__inner {
max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 12px 15px;
}


.cy-maint-banner p {
    font-size: 16px;
    font-weight: bold;
}

.cy-maint-banner a {
      font-size: 14px;
    color: #fff;
    text-decoration: underline;
    margin-left: 12px;
}

</pre></body></html>