body {
  background-color: #fff;
  color: #000;
  font-family: museo-sans,serif;
  font-style: normal;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 0.8rem;
  }
}

a,
a:hover {
/*  color: #071EE3;*/
  color: #007278;
}

dd {
  margin-left: 25px;
  max-width: 45em;
  width: 100%;
}

dt {
  background-image: url("../img/plus.png");
  background-position: right top 24px;
  background-repeat: no-repeat;
  background-size: 14px;
  border-top: 2px solid #EAE9E3;
  cursor: pointer;
  padding-right: 20px;
  padding-top: 15px;
}

dt.open {
  background-image: url("../img/plus-close.png");
}

footer {
  color: #fff;
  background-color: #007278;
  background-image: url("../img/pattern.png");
  background-position: center center;
  background-size: 200px 125px;
  padding-bottom: 40px;
  padding-top: 50px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer a:focus {
  border: 2px solid #fff;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
}

footer li {
  margin-bottom: 10px;
}

form {
  margin-bottom: 50px;
}

form input[type=currency],
form input[type=email],
form input[type=text],
form textarea,
.form input[type=currency],
.form input[type=email],
.form input[type=text],
.form textarea {
  background: #EAE9E3;
  border: 0;
  border-radius: 0;
  padding: 10px;
  width: 100%;
}

form label,
.form label {
  position: absolute;
  margin-left: -999999px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: museo-slab,serif;
  font-style: normal;
  font-weight: 700;
}

h1,
h2 {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 26px;
  }
}

h3,
h4 {
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  h3,
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
}

.h3 {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .h3 {
    font-size: 20px;
  }
}

nav a {
  color: #007278 !important;
}

.bg-light {
  background-color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .dropdown .nav-link {
    font-size: 24px;
    margin-top: 10px;
  }
}

.dropdown .nav-link::after {
  content: "▼";
  font-size: 9px;
  left: 5px;
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 767px) {
  .dropdown .nav-link::after {
    content: "";
  }
}

/*.dropdown button {
  position: absolute;
}*/

.dropdown button span {
  font-size: 12px;
}

.dropdown-menu {
  background: #005E63;
  border: 0;
  border-radius: 0;
  min-width: 240px;
  padding-bottom: 0;
  padding-top: 0;
}

.dropdown .nav-link .dropdown-menu {
  display: none;
}

.dropdown .nav-link:focus .dropdown-menu {
  display: block;
}

@media only screen and (max-width: 767px) {
  .dropdown-menu {
    display: block;
  }
}

.dropdown-menu a {
  border-bottom: 0;
  color: #fff !important;
  display: block;
  padding: 10px 10px 8px;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
  background-color: #3FBeAC;
  color: #052527 !important;
  text-decoration: none;
}

.dropdown-menu a:active {
  background-color: #eee;
  color: #052527 !important;
  text-decoration: none;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.nav-item {
  font-family: museo-slab,serif;
  font-style: normal;
  font-weight: 700;
  margin-left: 15px;
}

/*@media only screen and (max-width: 1199px) {
  .nav-item {
    margin-left: 20px;
  }
}

.nav-item-es {
  margin-left: 10px;
}

@media only screen and (max-width: 1199px) {
  .nav-item {
    margin-left: 10px;
  }
}*/

.nav-link--inline {
  display: inline-block;
}

.navbar-brand {
}

.navbar-brand-es {
  width: 250px;
}

@media only screen and (max-width: 1199px) {
  .navbar-brand {
    width: 250px;
  }
  .navbar-brand-es {
    width: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-brand {
    margin-left: calc(50% - 135px);
    width: 270px;
  }
}

@media only screen and (max-width: 640px) {
  .navbar-brand {
    margin-left: calc(50% - 100px);
    width: 200px;
  }
}

.navbar-brand img {
  height: 118px;
}
@media only screen and (max-width: 1200px) {
  .navbar-brand img {
    height: 85px;
  }
}

.navbar-collapse {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    margin-top: 0;
  }
}

.navbar-light .navbar-toggler {
  border-width: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/menu.svg");
}

.navbar-nav {
  justify-content: flex-end;
  margin-bottom: 8px;
}

.qp-advice-help {
  position: absolute;
  right: -40px;
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .qp-advice-help {
    margin-top: 10px;
    width: 120px;
  }
}

.qp-advice-help-wrapper {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .qp-advice-help-wrapper {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}

.qp-advice-more {
  margin-bottom: 50px;
}

.qp-banner {
  background-color: #F47E48;
  display: block;
  padding: 15px;
  text-align: center;
  width: 100%;
}

.qp-banner a {
  color: #000;
  text-decoration: underline;
}

.qp-basic-text {
  padding-bottom: 50px;
  padding-top: 30px;
}

.qp-basic-text a {
  color: #005E63 !important;
}

.qp-benefits-carousel > div {
/*  min-height: 540px;*/
}

.qp-benefits-intro {
  position: relative;
  top: 220px;
}

@media only screen and (max-width: 991px) {
  .qp-benefits-intro {
    top: 0;
  }
}

.qp-bottom-border {
  border-bottom: 1px solid #D5D5D5; 
  padding-bottom: 10px;
}

.qp-brand-wrapper {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .qp-brand-wrapper {
    width: 80%;
  }
}

.qp-breadcrumb {
  font-family: museo-slab,serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .qp-breadcrumb {
    text-align: center;
  }
}

.qp-breadcrumb-current {
  border-bottom: 2px solid #005E63;
  padding-bottom: 3px;
}

.qp-btn {
  border: 0;
  border-radius: 40px;
  display: inline-block;
  font-family: museo-slab,serif;
  font-weight: 700;
  font-style: normal;
  padding: 8px 20px !important;
  text-align: center;
}

.qp-btn:hover {
  text-decoration: none;
}

.qp-btn--disabled {
  opacity: 0.5;
}

.qp-btn--large {
  display: block;
  padding: 15px 30px !important;
  text-align: center;
  width: 100%;
}

.qp-btn--small {
  font-size: small;
  padding: 5px 20px !important;
  text-align: center;
}

.qp-btn--smaller {
  font-size: small;
  padding: 5px 7px !important;
  text-align: center;
}

.qp-btn--smaller-icon {
  margin-top: -3px;
}

.qp-btn--orange {
  background-color: #F47E48;
  color: #000 !important;
}

.qp-btn--orange:hover {
  color: #000 !important;
}

.qp-btn--teal {
  background-color: #3FBEAC;
  color: #000;
}

.qp-btn--teal:hover {
  color: #000 !important;
}

.qp-btn--white {
  background-color: #fff;
  color: #005E63 !important;
}

.qp-btn--white:hover {
  color: #005E63 !important;
}

.qp-checkbox {
  float: left;
  margin-top: 4px;
}

.qp-checkbox-detail {
  margin-left: 25px;
}

.qp-checkbox-detail a {
  color: #000;
  text-decoration: underline;
}

.qp-family-list {
  list-style-type: none;
  padding-left: 0;
}

.qp-family-list li {
  background-image: url("../img/list-circle.png");
  background-position: left top 14px;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-top: 8px;
}

.qp-faqs-header-img {
  margin-bottom: 50px;
  margin-top: 70px;
}

@media only screen and (max-width: 991px) {
  .qp-faqs-header-img {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

.qp-faqs-header-text {
  padding-bottom: 50px;
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .qp-faqs-header-text {
    padding-bottom: 30px;
    padding-top: 10px;
  }
}

.qp-faqs-list {
  list-style-type: none;
  padding-left: 0;
}

.qp-faqs-list a {
  color: #000 !important;
}

.qp-faqs-list li {
  background-image: url("../img/list-circle.png");
  background-position: left top 14px;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-top: 8px;
}

.qp-faqs-section {
  color: #005E63 !important;
  font-family: museo-slab,serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .qp-faqs-section {
    font-size: 20px;
  }
}

.qp-footer-larger {
  font-family: museo-slab,serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .qp-footer-larger {
    font-size: 20px;
  }
}

.qp-footer-right {
  margin-bottom: 20px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .qp-footer-right {
    text-align: left;
  }
}

.qp-form-label {
  display: inline-block; 
  padding-right: 10px; 
/*  text-align: right;*/ 
/*  width: 85px;*/
}

.qp-form-overlay {
  background: #fff;
  display: none;
  left: calc(50% - 450px);
  position: absolute;
  top: 25%;
  width: 900px;
  z-index: 999999999;
}
@media only screen and (max-width: 991px) {
  .qp-form-overlay {
    left: 5%;
    width: 90%;
  }
}

.qp-form-overlay-blocker {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

.qp-form-overlay-close {
  background-image: url("../img/overlay-close.png");
  background-size: cover;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
}

.qp-form-overlay-close span {
  margin-left: -999999px;
  position: absolute;
}

.qp-form-overlay-content {
  background-image: url("../img/overlay-bkgnd.png");
  background-size: cover;
  background-position: right bottom;
  padding: 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .qp-form-overlay-content {
    background-image: none;
    padding: 50px 20px 20px;
  }
}

.qp-form-overlay-content form {
}
@media only screen and (max-width: 991px) {
  .qp-form-overlay-content form {
    margin-bottom: 0;
  }
}

.qp-form-overlay-content .container {
  margin-left: 0;
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .qp-form-overlay-content .container {
    width: 100%;
  }
}

.qp-form-textbox {
  margin-bottom: 10px; 
/*  width: calc(100% - 95px) !important;*/
}

.qp-free_meds-option {
  border-bottom: 1px solid #D5D5D5;
  color: #aaa !important;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 10px 0;
}
@media only screen and (max-width: 1199px) {
  .qp-free_meds-option {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .qp-free_meds-option {
    border-bottom: 0;
    border-right: 1px solid #D5D5D5;
    display: inline-block;
    text-align: center;
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .qp-free_meds-option {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .qp-free_meds-option {
    font-size: 10px;
  }
}

.qp-free_meds-option a {
  color: #aaa !important;
}

.qp-free_meds-option a:focus,
.qp-free_meds-option.active a {
  color: #005E63 !important;
}

.qp-free_meds-option:last-of-type {
  border: 0;
}

.qp-free_meds-option:hover,
.qp-free_meds-option.active {
  color: #005E63 !important;
}

.qp-header-blob {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 50px;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .qp-header-blob {
    background-size: 150% 100%;
  }
}

.qp-header-blob-1 {
  background-image: url("../img/header-blob-1.png");
}

.qp-header-blob-2 {
  background-image: url("../img/header-blob-2.png");
}
@media only screen and (max-width: 767px) {
  .qp-header-blob-2 {
    background-size: 200% 100%;
  }
}

.qp-header-blob-3 {
  background-image: url("../img/header-blob-3.png");
}

.qp-header-blob-4 {
  background-image: url("../img/header-blob-4.png");
}

.qp-header-grid {
  align-content: center;
  display: grid;
}

.qp-header-grid-content {
  height: fit-content;
  margin-bottom: 30px;
}

.qp-header-grid-content--1 {
  margin-bottom: 45px;
}

.qp-header-grid-content--2 {
  margin-bottom: 15px;
}

.qp-header-grid-content-img {
  float: right; 
  margin-bottom: 20px; 
  margin-left: 20px; 
  margin-top: -20px; 
  width: 40%;
}

.qp-header-split {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 70px;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .qp-header-split {
    background-size: 150% 100%;
  }
}

.qp-header-split-1 {
  background-image: url("../img/header-split-1.png");
}
@media only screen and (max-width: 767px) {
  .qp-header-split-1 {
    background-image: url("../img/header-split-1-mobile.png");
    background-size: 100% 100%;
    padding-bottom: 10px;
    padding-top: 40px;
  }
}

.qp-header-split-2 {
  background-image: url("../img/header-split-2.png");
}
@media only screen and (max-width: 767px) {
  .qp-header-split-2 {
    background-image: url("../img/header-split-2-mobile.png");
    background-size: 100% 100%;
    padding-bottom: 10px;
    padding-top: 40px;
  }
}

.qp-header-split-3 {
  background-image: url("../img/header-split-3.png");
}
@media only screen and (max-width: 767px) {
  .qp-header-split-3 {
    background-image: url("../img/header-split-3-mobile.png");
    background-size: 100% 100%;
    padding-bottom: 55px;
    padding-top: 40px;
  }
}

.qp-header-split-4 {
  background-image: url("../img/header-split-4.png");
}
@media only screen and (max-width: 767px) {
  .qp-header-split-4 {
    background-image: url("../img/header-split-4-mobile.png");
    background-size: 100% 100%;
    padding-bottom: 10px;
    padding-top: 40px;
  }
}

.qp-header-split-5 {
  background-image: url("../img/header-split-5.png");
}
@media only screen and (max-width: 767px) {
  .qp-header-split-5 {
    background-image: url("../img/header-split-5-mobile.png");
    background-size: 100% 100%;
    padding-bottom: 10px;
    padding-top: 40px;
  }
}

.header-split-list {
  list-style-type: none;
  padding-left: 0;
}

.header-split-list li {
  background-image: url("../img/list-circle-white.png");
  background-position: left top 14px;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-top: 8px;
}

.qp-home-header {
  position: relative;
}

.qp-home-header-text {
  margin-left: 50px;
  margin-right: 50px;
  position: absolute;
  top: 33%;
}

.qp-home-header-text--hm {
  top: 26%;
}

@media only screen and (max-width: 480px) {
  .qp-home-header-text {
    margin-left: 30px;
    margin-right: 30px;
  }
  .qp-home-header-text h1 {
    font-size: 20px;
  }
}

.qp-home-header-text-es {
  margin-left: 50px;
  margin-right: 50px;
  position: absolute;
  top: 21%;
}

.qp-home-header-text .qp-btn:focus {
  background-color: #F47E48;
  color: #000 !important;
}

.qp-icon-large {
  display: inline-block;
  margin: 0 20px 20px 0;
  vertical-align: top;
  width: 100px;
}

@media only screen and (max-width: 991px) {
  .qp-icon-large {
    margin: 0 10px 10px 0;
    width: 70px;
  }
}

.qp-icon-larger {
  display: inline-block;
  margin-bottom: 20px;
  width: 70%;
}

.qp-icon-small {
  display: inline-block;
  margin-bottom: 10px;
  width: 90px;
}

@media only screen and (max-width: 991px) {
  .qp-icon-small {
    margin: 0 0 10px 0;
    width: 70px;
  }
}

.qp-milestone {
  background-image: url("../img/line-white.png");
  background-size: 100% 2px;
  background-position: 0 12px;
  background-repeat: repeat-x;
  padding-right: 20px;
}

/*@media only screen and (max-width: 991px) {
  .qp-milestone {
    background-image: none;
    padding-right: 0;
  }
}*/

.qp-milestone span {
  background-color: #F3BC47;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  margin-left: -1px;
  padding-right: 10px;
}

.qp-milestone-reward {
  padding-left: 10px;
}

.qp-milestone-table td {
  vertical-align: top;
}

.qp-milestone-table th {
  font-family: museo-slab,serif;
  font-style: normal;
  font-weight: 700;
}

.qp-more {
  margin-bottom: 0;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .qp-more {
    margin-bottom: 30px; 
    margin-top: 30px; 
  }
}


.qp-more-blob {
  text-align: center;
}

.qp-more-blob a:hover {
  text-decoration: none;
}

.qp-more-blob-title {
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: flex;
  padding: 40px;
  justify-content: center;
}

.qp-more-blob-aqua.qp-more-blob-title,
.qp-more-blob-orange.qp-more-blob-title,
.qp-more-blob-yellow.qp-more-blob-title {
  color: #000;
}

.qp-more-blob-title h3 {
  display: inline-block;
  height: fit-content;
}
@media (max-width: 767px) {
  .qp-more-blob-title h3 {
    padding-bottom: 15px;
    padding-top: 30px;
/*    color: #005E63 !important;*/
  }
}

.qp-more-blob-title--1 {
  background-image: url("../img/blob-teal-1.png");
}

@media (max-width: 767px) {
  .qp-more-blob-title--1 {
    background-image: url("../img/blob-teal-1-mobile.png");
    background-size: 100% 100%;
    height: fit-content !important;
  }
}

.qp-more-blob-title--2 {
  background-image: url("../img/blob-teal-2.png");
}

@media (max-width: 767px) {
  .qp-more-blob-title--2 {
    background-image: url("../img/blob-teal-2-mobile.png");
    background-size: 100% 100%;
    height: fit-content !important;
    margin-top: 20px;
  }
}

.qp-more-blob-title--3 {
  background-image: url("../img/blob-teal-3.png");
}

@media (max-width: 767px) {
  .qp-more-blob-title--3 {
    background-image: url("../img/blob-teal-3-mobile.png");
    background-size: 100% 100%;
    height: fit-content !important;
    margin-top: 20px;
  }
}

.qp-more-blob-title--4 {
  background-image: url("../img/blob-teal-4.png");
}

@media (max-width: 767px) {
  .qp-more-blob-title--4 {
    background-image: url("../img/blob-teal-4-mobile.png");
    background-size: 100% 100%;
    height: fit-content !important;
    margin-top: 20px;
  }
}

.qp-more-blob-title {
  font-size: 16px;
}

.qp-more-blob-aqua.qp-more-blob-title--1 {
  background-image: url("../img/blob-aqua-1.png");
}
@media (max-width: 767px) {
  .qp-more-blob-aqua.qp-more-blob-title--1 {
    background-image: url("../img/blob-aqua-1-mobile.png");
    background-size: 100% 100%;
  }
}

.qp-more-blob-aqua.qp-more-blob-title--2 {
  background-image: url("../img/blob-aqua-2.png");
}
@media (max-width: 767px) {
  .qp-more-blob-aqua.qp-more-blob-title--2 {
    background-image: url("../img/blob-aqua-2-mobile.png");
    background-size: 100% 100%;
  }
}

.qp-more-blob-green.qp-more-blob-title--1 {
  background-image: url("../img/blob-green-1.png");
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .qp-more-blob-green.qp-more-blob-title--1 {
    background-image: none;
  }
}

.qp-more-blob-orange.qp-more-blob-title--1 {
  background-image: url("../img/blob-orange-1.png");
}
@media (max-width: 767px) {
  .qp-more-blob-orange.qp-more-blob-title--1 {
    background-image: url("../img/blob-orange-1-mobile.png");
    background-size: 100% 100%;
  }
}

.qp-more-blob-orange.qp-more-blob-title--2 {
  background-image: url("../img/blob-orange-2.png");
}
@media (max-width: 767px) {
  .qp-more-blob-orange.qp-more-blob-title--2 {
    background-image: url("../img/blob-orange-2-mobile.png");
    background-size: 100% 100%;
  }
}

.qp-more-blob-orange.qp-more-blob-title--3 {
  background-image: url("../img/blob-orange-3.png");
}
@media (max-width: 767px) {
  .qp-more-blob-orange.qp-more-blob-title--3 {
    background-image: url("../img/blob-orange-3-mobile.png");
    background-size: 100% 100%;
  }
}

.qp-more-blob-yellow.qp-more-blob-title--1 {
  background-image: url("../img/blob-yellow-1.png");
}
@media (max-width: 767px) {
  .qp-more-blob-yellow.qp-more-blob-title--1 {
    background-image: url("../img/blob-yellow-1-mobile.png");
    background-size: 100% 100%;
  }
}

.qp-more-blob-yellow.qp-more-blob-title--2 {
  background-image: url("../img/blob-yellow-2.png");
}
@media (max-width: 767px) {
  .qp-more-blob-yellow.qp-more-blob-title--2 {
    background-image: url("../img/blob-yellow-2-mobile.png");
    background-size: 100% 100%;
  }
}

.qp-more-blob-yellow.qp-more-blob-title--3 {
  background-image: url("../img/blob-yellow-3.png");
}
@media (max-width: 767px) {
  .qp-more-blob-yellow.qp-more-blob-title--3 {
    background-image: url("../img/blob-yellow-3-mobile.png");
    background-size: 100% 100%;
  }
}


/*.qp-more-btn {
  float: right;
  text-align: center;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .qp-more-btn {
    float: none;
    width: 100%;
  }
}*/
.qp-more-btn {
  text-align: center;
  width: 100%;
}


.qp-more-item-img {
  float: left; 
  margin-bottom: 20px; 
  margin-top: -10px; 
  margin-right: 20px; 
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .qp-more-item-img {
    margin: 0 15px 20px 0;
    width: 30%;
  }
}

.qp-more-item-img.qp-more-item-img-large {
  width: 350px;
}

.qp-more-item-text {
  text-align: center;
  width: 100%;
}

.qp-more-text {
  display: inline; 
  height: fit-content; 
  margin: auto;
  width: 100%;
}

.qp-more-text-p {
  float: left;
  width: calc(100% - 280px);
}
@media only screen and (max-width: 767px) {
  .qp-more-text-p {
    float: none;
    width: 100%;
  }
}

.qp-more-text-wrapper {
  display: flex; 
  height: 100%;
}

.qp-nav-arrow {
  margin: -1px 5px 0;
  width: 10px;
}

.qp-nav-selected {
  margin: 0 0.5rem;
  padding: 0.5rem 0 0.1rem 0 !important;
  border-bottom: 2px solid #007278;
}

.qp-navbar-menu {
  color: #005E63;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

.qp-options-18 {
  bottom: 10px;
  margin-bottom: 0;
  position: absolute;
  right: 10px;
}

.qp-options-btn {
  bottom: 20px;
  position: absolute;
}

.qp-options-group {
  padding-bottom: 70px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .qp-options-group--or {
    padding-bottom: 20px;
  }
}

.qp-options-list {
  padding-left: 0;
  list-style-type: none;
}

.qp-options-list--sm {
  text-align: center;
}

.qp-options-listitem {
}

.qp-options-listitem--sm {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}

.qp-options-listitem-text {
  display: inline-block;
  width: calc(100% - 130px);
}

.qp-options-listitem-text--sm {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 100%;
}

.qp-options-or {
  background-image: url("../img/or.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: museo-slab,serif;
  font-style: normal;
  font-weight: 700;
  padding: 25px;
  position: relative;
  z-index: 1;
}

.qp-options-or-wrapper {
  align-items: center;
  display: flex;
  height: calc(100% + 40px);
  justify-content: center;
  text-align: center;
  width: 100%;
}

.qp-options-or-wrapper:before {
  border-left: 2px solid #fff;
  content: '';
  display: block;
  left: 50%;
  height: 100%;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .qp-options-or-wrapper:before {
    border-left-width: 0;
    border-top: 2px solid #fff;
    content: '';
    display: block;
    left: 0;
    height: 0;
    position: absolute;
    top: 40%;
    width: 100%;
  }
}

.qp-options-single-btn {
  margin-bott
}

.qp-options-toggle {
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  background-color: #3FBEAC;
  cursor: pointer;
  display: none;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .qp-options-toggle {
    display: block;
  }
}

.qp-options-toggle .qp-options-toggle-text {
  margin-bottom: 0;
}

.qp-phone {
  font-family: museo-slab,serif;
  font-weight: 700;
/*  margin-left: -7px;*/
  margin-top: 17px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 10px;
}

@media only screen and (max-width: 1199px) {
  .qp-phone {
    font-size: 13px;
    margin-left: 8px;
    margin-top: 10px;
    right: 25px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .qp-phone {
    right: -10px;
  }
}

/*.qp-phone a {
  color: #3FBEAC !important;
}*/

.qp-phone a:hover {
  text-decoration: none;
}

.qp-phone--hm {
  font-size: 13px;
}

/*.qp-professionals-imgblock {
  margin-top: -50px;
}

@media only screen and (max-width: 991px) {
  .qp-professionals-imgblock {
    margin-top: 0;
  }
}*/

/*@media only screen and (max-width: 767px) {
  .qp-professionals-imgblock {
    margin-top: -50px;
  }
}*/

.qp-ready-link,
.qp-ready-link:hover {
  color: #005E63;
}
@media only screen and (max-width: 767px) {
  .qp-ready-link {
    text-decoration: underline;
  }
}

.qp-ready-link--black,
.qp-ready-link--black:hover {
  color: #000;
}

.qp-savings-form {
  background-image: url("../img/savings-blob-1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 50px;
  margin-top: -250px;
  padding: 50px;
}

.qp-savings-form.expanded {
  background-image: url("../img/savings-blob-2.png");
}

.qp-savings-form form {
  margin-bottom: 0;
}

.qp-savings-form form input[type=currency], 
.qp-savings-form form input[type=email], 
.qp-savings-form form input[type=text], 
.qp-savings-form form textarea {
  background-color: #fff;
}

.qp-savings-form form select {
  appearance: none;
  background-color: #fff;
  background-image: url("../img/select-arrow.png");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  border: 0;
  border-radius: 0;
  font-family: museo-sans, serif;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px;
  width: 80px;
  -webkit-appearance: none;
}

.qp-savings-results {
  margin-top: 100px;
}

.qp-savings-results p {
  font-family: museo-slab,serif;
  font-weight: 700;
  margin-bottom: 0; 
  margin-top: 10px;
}

.qp-savings-results p.h3 {
  margin-bottom: 10px; 
  margin-top: 0;
  width: 150px;
}

.qp-savings-results p.qp-savings-results-detail {
  font-family: museo-sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-top: 0;
}

.qp-section {
  
}

.qp-section--about-links {
  margin-bottom: 20px;
  margin-top: -20px;
}

.qp-section--advice {
  margin-bottom: 50px;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media only screen and (max-width: 991px) {
  .qp-section--advice {
    padding-bottom: 20px;
    padding-top: 10px;
  }
}

.qp-section--benefits {
  margin-bottom: 100px;
  margin-top: -170px;
}

@media only screen and (max-width: 991px) {
  .qp-section--benefits {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

.qp-section--teal {
  background-color: #3FBEAC;
}

.qp-section--faqs {
  margin-bottom: 50px;
}

.qp-section--header-signup {
  margin-bottom: 50px;
  margin-top: 20px;
}

.qp-section--header-signup2 {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .qp-section--header-signup2 {
    margin-top: 0;
  }
}

.qp-section--header-signup-full {
  padding-bottom: 70px;
  padding-top: 50px;
  position: relative;
}

.qp-section--header-signup-tools {
  padding-bottom: 70px;
}

.qp-section--more {
  padding-bottom: 50px;
  padding-top: 50px;
}

.qp-section--more-professionals {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .qp-section--more-professionals {
    margin-top: -30px;
  }
}

.qp-section--options {
  background: #3FBEAC;
  padding-bottom: 30px;
  padding-top: 60px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .qp-section--options {
    padding-top: 20px;
  }
}

.qp-section--options .qp-btn:focus {
  background-color: #F47E48;
  color: #000 !important;
}

.qp-section--options-intro {
  margin-bottom: 40px;
  margin-top: 30px;
}


@media only screen and (max-width: 767px) {
  .qp-section--options-signup {
    padding-top: 50px;
  }
}

.qp-section--options-signup-full {
  padding-bottom: 40px;
}

.qp-section--prefooter {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}

.qp-section--prefooter-advice-family {
  background-image: url("../img/prefooter-advice-family.png");
  margin-bottom: -2px;
  margin-top: 50px;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .qp-section--prefooter-advice-family {
    background-image: url("../img/prefooter-advice-stick-mobile.png");
    margin-top: -100px;
  }
}

.qp-section--prefooter-advice-gr {
  background-image: url("../img/prefooter-advice-gr.png");
  margin-bottom: -2px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .qp-section--prefooter-advice-gr {
    background-image: url("../img/prefooter-advice-gr-mobile.png");
  }
}

.qp-section--prefooter-advice-savings {
  background-image: url("../img/prefooter-advice-savings.png");
  margin-bottom: -2px;
  margin-top: 50px;
  padding-bottom: 0;
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .qp-section--prefooter-advice-savings {
    background-image: url("../img/prefooter-advice-savings-mobile.png");
  }
}

.qp-section--prefooter-advice-stick {
  background-image: url("../img/prefooter-advice-stick.png");
  margin-bottom: -2px;
  margin-top: 50px;
  padding-bottom: 0;
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .qp-section--prefooter-advice-stick {
    background-image: url("../img/prefooter-advice-stick-mobile.png");
    margin-top: -100px;
  }
}

.qp-section--prefooter-edu {
  background-image: url("../img/prefooter-professionals-edu.png");
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .qp-section--prefooter-edu {
    background-position: center bottom;
    background-size: 200% 70%;
    margin-top: -30px;
  }
}

.qp-section--prefooter-hc {
  background-image: url("../img/prefooter-professionals-hc.png");
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .qp-section--prefooter-hc {
    background-image: url("../img/prefooter-professionals-hc-mobile.png");
    margin-top: -50px;
    padding-top: 10px;
  }
}

.qp-section--ready {
  font-family: museo-slab,serif;
  font-style: normal;
  margin-bottom: 50px;
}

.qp-section--ready h3,
.qp-section--ready p {
  display: inline-block;
  margin: 10px;
}

.qp-section--ready h3 {
  position: relative;
  top: 4px;
}

@media only screen and (max-width: 767px) {
  .qp-section--ready h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .qp-section--ready .qp-btn {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.qp-section--subheader {
  padding-bottom: 20px;
  padding-top: 10px;
}

.qp-section--success {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .qp-section--success {
    margin-bottom: 10px;
  }
}

.qp-section--success h3 {
  text-indent: -8px;
}

.qp-section--success h3.qp-no-indent {
  text-indent: 0;
}

.qp-section--success .container {
  position: relative;
}

.qp-section--videos {
  margin: 0 0 70px;
}

.qp-section--videos-home {
  margin: 50px 0;
}

.qp-section--videos .qp-quitstory-video {
  text-align: center;
}

.qp-section--videos .qp-quitstory-video img {
  border-radius: 20px;
}

.qp-section--videos .qp-quitstory-video p {
  margin-top: 10px;
}

.qp-section--videos .qp-quitstory-video-img-wrapper {
  position: relative;
}

.qp-section--videos .qp-quitstory-video-overlay {
  background-color: rgba(0,0,0,0.2);
  border-radius: 20px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.qp-section--videos .qp-quitstory-video-overlay:before {
  background-image: url('/assets/img/video-play.png');
  background-size: cover;
  content: '';
  height: 50px;
  left: calc(50% - 25px);
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
}

.qp-signup-header-img {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .qp-signup-header-img {
    margin-bottom: 0;
  }
}

.qp-signup-header-text {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .qp-signup-header-text {
    margin-bottom: 50px;
    margin-top: 0;
    text-align: center;
  }
}

.qp-signup-tools-btn {
  margin-bottom: 20px;
  margin-top: 30px;
}

.qp-signup-tools-header-text {
}

@media only screen and (max-width: 767px) {
  .qp-signup-tools-header-text {
    margin-top: 20px;
    text-align: center;
  }
}

.qp-signup-tools-intro {
  margin-bottom: 30px;
}

.qp-signup-tools-or-wrapper {
  position: relative;
}

.qp-signup-tools-or {
  left: calc(50% - 40px);
  position: absolute;
  top: -40px;
  width: 80px;
  z-index: 1;
}

.qp-signup-tools-spacer {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .qp-signup-tools-spacer {
    display: none;
  }
}

.qp-skip {
  color: #000;
  right: 50px;
  position: absolute;
  text-align: center;
  top: -100px;
  z-index: 1;
}

.qp-skip:focus {
  top: 10px;
}

.qp-slipup-list {
  list-style-type: none;
  padding-left: 0;
}

.qp-slipup-list li {
  background-image: url("../img/list-circle-white.png");
  background-position: left top 14px;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-top: 8px;
}

.qp-social-icon {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-top: 15px;
  width: 33px;
}

.qp-stress-icon {
  float: left;
  margin-right: 20px;
  margin-top: -10px;
  width: 100px;
}

.qp-stress-text {
  margin-bottom: 40px;
  margin-left: 120px;
}

.qp-subheader-row {
  padding-bottom: 10px;
}

.qp-success-carousel > div {
  min-height: 540px;
}

.qp-success-img {
  position: absolute;
  width: 38%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .qp-success-img {
    width: calc(100% - 30px);
  }
}

.qp-success-quote {
  background-image: url("../img/success-blob-1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 120px 100px 180px 200px;
}

.qp-success-quote-blank {
  background-image: url("../img/success-blob-blank.png");
}

@media only screen and (max-width: 767px) {
  .qp-success-quote {
    background-size: 160% 100%;
    margin-top: 80%;
    padding: 150px 50px 190px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .qp-success-quote-wrapper {
    padding: 0;
  }
}

.qp-superscripts {
  font-size: 12px;
}

.qp-superscripts a {
  color: #000;
}

.qp-text--black {
  color: #000 !important;
}

.qp-text--orange {
  color: #F47E48 !important;
}

.qp-text--teal {
  color: #005E63 !important;
}

.qp-text--white {
  color: #fff !important;
}

.qp-timeline-benefits {
  font-size: 14px;
  min-height: 120px;
}

.qp-timeline-circle {
  background-image: url("../img/timeline-circle.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  padding: 60px 10px 50px 10px;
  width: 100%;
}

.qp-timeline-gutter-wrapper {
  height: 100px;
  overflow-x: scroll;
  width: 100%;
}

.qp-timeline-gutter {
  margin: 0 50px;
  width: 1000px;
}

@media only screen and (max-width: 1200px) {
  .qp-timeline-gutter {
    width: 830px;
  }
}

.qp-timeline-number {
  color: #000;
  font-family: museo-sans,serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}

.qp-timeline-number.smaller {
  font-size: 70px;
  position: relative;
  top: 10px;
}

.qp-timeline-span {
  font-family: museo-slab,serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  margin-top: -10px;
}

.qp-video-hero--controls {
  align-items: center;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0.0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}

.qp-video-hero--controls:hover {
  opacity: 1.0;
}

.qp-video-hero--controls--item {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
  width: 10%;
}

.qp-video-hero--controls--item:hover {
  opacity: 1.0;
  width: 10%;
}

.qp-video-hero--controls--playPause {
  margin-right: 5%;
}

@keyframes rotateRewind {
  from{
    transform: rotate(0deg);
  }       
  to{
    transform: rotate(-360deg);
  }                       
}

.qp-video-hero--controls--rewind {
  margin-right: 5%;
}

.qp-video-hero--controls--rewind.animated {
  animation: rotateRewind 0.8s;
}

.qp-video-wrapper {
  position: relative;
}

.qp-video-wrapper-badge {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: 5%;
  width: 20%;
  z-index: 3;
}

.qp-video-wrapper-mask-bottom {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.qp-video-wrapper-mask-top {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}


.slick-dots {
  background-image: url("../img/slick-bkgnd.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 120px 2px;
  bottom: -50px;
}

.slick-dots li {
  margin: 0 20px;
}

.slick-dots li button {
  background-color: #3FBEAC;
  border-radius: 20px;
  cursor: pointer;
  height: 20px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 20px;
}

.slick-dots li button:before {
  content: "";
}

.slick-dots li.slick-active button {
  background-color: transparent;
  background-image: url("../img/slick-active.png");
  background-position: center center;
  background-size: 100% 100%;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  left: -95px;
  top: -95px;
}


.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

.u-dev--desktop {
  display: inherit;
}

@media only screen and (max-width: 991px) {
  .u-dev--desktop {
    display: none;
  }
}

.u-dev--mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .u-dev--mobile {
    display: inherit;
  }
}

.u-img--full {
  width: 100%;
}

.u-underline {
  text-decoration: underline;
}

.u-visuallyhidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.u-window-open {
  margin-left: 3px; 
  margin-top: -2px; 
  width: 12px;
}

.u-window-open-small {
  margin-left: 2px; 
  margin-top: -3px; 
  width: 10px;
}

.u-window-open-smaller {
  margin-left: 2px; 
  margin-top: -3px; 
  width: 8px;
}