.announcement-bar {
  background: #82bd01;
  width: 100vw;
  margin: 0 -90px;
  text-align: center;
  color: #222;
  font-size: 16px;
  padding: 10px;
  height: unset;
  opacity: 1;
  transition: 0.5s;
}
.announcement-bar.not-top {
  padding: 0;
  height: 0;
  opacity: 0;
}
.announcement-bar strong {
  font-weight: 700;
}
#state-availability {
  padding-top: 80px;
  background: linear-gradient(0deg, #113267 0, #003f72 100%);
}
#state-availability .card {
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
}
#state-availability .card .card-body {
  padding-top: 40px !important;
}
#state-availability .card > .card-header {
  background: none;
  color: #fff;
  border-bottom: 1px solid #619ed8;
  width: 45%;
  margin: auto;
  min-width: unset;
}
#state-availability .card > .card-header.no-border {
  border: none;
}
#state-availability .card > .card-header .update-location {
  color: #fff;
  font-weight: 400;
}
#state-availability .card-header-text {
  color: #fff;
}
#state-availability .card-header-text strong {
  font-weight: 700;
  margin-right: 6px;
}
#state-availability #productNotAvailable h3 {
  margin-bottom: 18px;
}
#state-availability #productNotAvailable .plan-min-height {
  margin-bottom: 40px;
}
.home-auto-icon {
  width: 188px;
  margin: auto;
}
.header-section-title {
  font-size: 46px;
  line-height: 57px;
  width: 43%;
  margin: auto;
  font-family: Montserrat;
}
.header-section-title strong {
  font-weight: 700;
}
#productNotAvailable h3 {
  color: #fff;
}
#productNotAvailable .header-notify-button {
  background: #82bd01;
  color: #222;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  border: none;
  margin-left: 15px;
  border-radius: 20px;
  padding: 6px 30px;
  width: unset;
}
#productNotAvailable .no-plan-email {
  width: 402px !important;
}
#ddlMemberState {
  margin-top: 15px;
}
.email-label {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
}
.fluid-width-video-wrapper {
  padding: 0 !important;
}
.benefits-video-title {
  color: #003f72;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  margin-bottom: 30px;
}
#benefits-video {
  padding-top: 80px;
  padding-bottom: 50px;
}
#benefits-video iframe {
  height: 590px;
}
.value-props-title {
  color: #333;
  font-family: Roboto;
  font-size: 26px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.value-props-header {
  color: #003f72;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  margin: 72px auto 20px;
  line-height: 24px;
  text-align: center;
}
.value-props-text {
  width: 43%;
  margin: 0 auto 32px;
  text-align: center;
  color: #333;
  line-height: 24px;
  font-size: 16px;
  font-family: Roboto;
}
.value-props-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.value-prop-box {
  color: #333;
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: calc(33.33% - 30px);
  margin: 0 15px 35px;
}
.value-prop-img {
  width: 60px;
  margin: 0 auto 10px;
}
.value-prop-title {
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
}
#powered-by {
  background: #fff;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
#disclaimer {
  color: #757575;
  font-family: Roboto;
  font-size: 13px;
  padding: 50px 90px;
}
footer {
  height: unset;
  line-height: 2;
}
#planPricing {
  z-index: 99999;
  position: relative;
}
#planPricing > div {
  background: #f1f1f1;
  padding: 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-pricing-title {
  color: #003f72;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.plan-pricing-coupon {
  position: relative;
  border: 2px solid #003f72;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 15px;
  margin-bottom: 40px;
}
.plan-pricing-subtitle {
  color: #333;
  font-family: Montserrat;
  font-size: 26px;
  text-align: center;
  margin-bottom: 50px;
}
.plan-pricing-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.plan-pricing-button {
  border-radius: 20px;
  background-color: #82bd01;
  color: #222;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 35px;
  width: max-content;
  margin: 30px auto 35px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
.plan-pricing-button[disabled=disabled] {
  cursor: not-allowed;
  background-color: #cfcfcf;
  color: #807e7e;
}
.plan-pricing-disclaimer {
  color: #333;
  font-family: Roboto;
  font-size: 13px;
  font-style: italic;
}
.plan-pricing-coupon-flag {
  background: #f1f1f1;
  padding: 0 5px;
  position: absolute;
  top: -14px;
  color: #003f72;
  text-transform: uppercase;
  font-weight: 700;
}
.plan-pricing-coupon-text {
  text-align: center;
}
.plan-pricing-coupon-disclaimer {
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
}
.plan-pricing-card {
  border: 1px solid #cfcfcf;
  background-color: #fff;
  box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.2);
  padding: 24px 45px 33px;
  margin: 0 12px;
  cursor: pointer;
  position: relative;
  width: calc(20% - 24px);
}
.plan-pricing-card.selected {
  border: 2px solid #003f72;
}
.plan-pricing-card.selected .plan-pricing-card-select-fill {
  background-color: #003f72;
}
.plan-pricing-card.selected:last-child:before {
  width: calc(100% + 4px);
  left: -2px;
}
.plan-pricing-card:last-child:before {
  content: "Best Value";
  text-transform: uppercase;
  background: #003f72;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.56px;
  padding: 6px;
  text-align: center;
  position: absolute;
  top: -32px;
  left: -1px;
  width: calc(100% + 2px);
}
.plan-pricing-card-select-button {
  height: 21px;
  width: 21px;
  border: 1px solid #757575;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: auto;
  margin-bottom: 15px;
  padding: 1px;
}
.plan-pricing-card-select-fill {
  height: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 50%;
}
.plan-pricing-card-title {
  color: #333;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}
.plan-pricing-card-discount-price {
  color: #003f72;
  font-family: Roboto;
  font-size: 40px;
}
.plan-pricing-card-savings {
  color: #757575;
  font-family: Roboto;
  font-size: 18px;
}
.plan-pricing-card-savings .old-price {
  text-decoration: line-through;
}
.plan-pricing-card-savings .savings {
  color: #31776d;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  margin-left: 6px;
}
.compare-plans-data {
  position: relative;
  max-height: 200vh;
  transition: 0.75s;
}
.compare-plans-data.collapsed {
  max-height: 475px;
  overflow: hidden;
}
.compare-plans-data.collapsed:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, white 0, rgba(255, 255, 255, 0) 20%);
  pointer-events: none;
}
.benefits-data-container {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefits-data-container.active {
  opacity: 1;
  position: static;
}
.compare-plans-tabs {
  margin-bottom: 50px;
  border-bottom: 2px solid #cfcfcf;
  display: flex;
}
#divBenefits {
  padding: 0 90px;
}
.benefits-tab {
  color: #003f72;
  font-family: Montserrat;
  font-size: 22px;
  margin-right: 50px;
  padding-bottom: 13px;
  cursor: pointer;
  margin-bottom: -11px;
}
.benefits-tab.active {
  font-weight: 700;
  border-bottom: 11px solid #003f72;
}
.benefit-container {
  width: 45%;
  margin-bottom: 15px;
}
.benefit-title {
  color: #003f72;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.benefit-text {
  color: #757575;
  font-family: Roboto;
  font-size: 14px;
  font-style: italic;
}
.benefit-text li {
  margin-bottom: 12px;
  display: flex;
}
.benefit-text li:before {
  content: url(/wp-content/plugins/EComm/images/icon-checkmark.svg);
  min-width: 16px;
  height: 12px;
  display: inline-block;
  margin-right: 6px;
}
.view-more-overlay-button {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 25px;
  border: 1px solid #cfcfcf;
  position: absolute;
  top: -25px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.view-more-overlay {
  position: relative;
  border: 1px solid #cfcfcf;
}
#cta-banner {
  background-color: #f1f1f1;
  padding: 25px;
}
#cta-banner > div {
  display: flex;
  justify-content: center;
}
.cta-banner-text {
  color: #333333;
  font-family: Roboto;
  font-size: 26px;
}
.cta-banner-button {
  border-radius: 20px;
  background-color: #82bd01;
  color: #222;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 48px;
  margin-left: 16px;
  border: none;
}
.plan-pricing-card-terms {
  text-align: center;
}
.page-template-page-template-3e .imgClientLogos {
  width: 200px;
  max-height: unset;
}
.card .card-body {
  min-height: unset;
}
#productDetails .header-get-started-button {
  background: #82bd01;
  color: #222;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  border: none;
  padding: 6px 30px;
  border-radius: 20px;
}
#value-props > div:not(:last-child) {
  padding: 0 100px 50px;
}
button a {
  text-decoration: none !important;
}
button a:hover {
  text-decoration: none !important;
}
.navbar-landing-page.scroll-up {
  transform: translateY( -120px);
}
#state-availability #mc_embed_signup select {
  width: 100%;
  height: 40px;
}
#state-availability #mc_embed_signup .mc-field-group {
  text-align: left !important;
  margin-bottom: 12px;
}
#state-availability #mc_embed_signup label {
  font-weight: 700;
}
#state-availability #mc_embed_signup .indicates-required {
  text-align: right;  
}

@media screen and (max-width: 1024px) {
  #state-availability {
    padding-top: 100px;
  }
  #state-availability .card > .card-header {
    width: unset;
  }
  .header-section-title {
    width: unset;
  }
  #productNotAvailable p {
    width: unset;
    font-size: 16px;
    margin-bottom: 18px;
  }
  #productNotAvailable .header-notify-button {
    margin: 15px 0 0;
  }
  #mc_embed_signup_scroll {
    text-align: left !important;
  }
  .plan-pricing-table {
    justify-content: unset;
  }
  .plan-pricing-card {
    display: flex;
    align-items: center;
    padding: 18px 25px;
    margin-top: 15px;
    width: calc(50% - 24px);
  }
  .plan-pricing-card:last-child:before {
    visibility: hidden;
  }
  .plan-pricing-card-terms {
    flex-grow: 1;
    padding-left: 25px;
    line-height: 1.25;
    text-align: left;
  }
  .plan-pricing-card-select-button {
    margin: 0;
  }
  .value-props-text {
    width: unset;
  }
  #powered-by {
    text-align: left;
  }
  #powered-by h3 {
    font-family: Roboto;
    font-size: 18px;
  }
  #powered-by p {
    width: 100%;
    padding-top: 20px;
  }
  #powered-by > div > div > div.col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #powered-by > div > div > div.align-items-center {
    width: max-content;
    align-self: flex-start;
  }
  #powered-by > div > div.flex-lg-row {
    flex-direction: column !important;
  }
  #benefits-video iframe {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #benefits-video iframe {
    height: 400px;
  }
  .value-props-header {
    margin-top: 30px;
    line-height: 39px;
    display: block;
  }
  #productNotAvailable .no-plan-email {
    width: 100% !important;
  }
  .navbar-landing-page {
    height: unset;
  }
}
@media screen and (max-width: 480px) {
  .announcement-bar {
    margin: 0 -15px;
    line-height: 18px;
    font-size: 14px;
  }
  .navbar-landing-page {
    height: unset;
  }
  .navbar-landing-page .navbar-brand {
    width: 150px;
  }
  #state-availability .card .card-body {
    padding: 15px 15px 0 !important;
  }
  #state-availability .card > .card-header {
    padding: 0;
    border: none;
  }
  #state-availability .card > .card-header h5 {
    line-height: 24px;
    font-size: 16px;
  }
  #state-availability #productNotAvailable h3 {
    font-weight: 400 !important;
    margin: 0 !important;
  }
  .header-section-title {
    line-height: 34px;
    font-size: 28px;
  }
  .home-auto-icon {
    width: 120px;
    margin-bottom: 16px;
  }
  #benefits-video {
    display: none;
    padding-top: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #cfcfcf;
  }
  #benefits-video iframe {
    height: 250px;
  }
  .value-props-container {
    flex-direction: column;
    align-items: center;
  }
  .value-prop-box {
    width: 100%;
    margin: 0 0 20px;
  }
  #cta-banner {
    padding: 15px 30px 30px;
  }
  #cta-banner > div {
    flex-direction: column;
  }
  .cta-banner-text {
    line-height: 42px;
  }
  .cta-banner-button {
    margin: 16px 0 0;
  }
  .benefits-video-title {
    margin-bottom: 16px;
  }
  #disclaimer {
    padding: 25px 15px 30px;
    text-align: left;
  }
  .plan-pricing-table {
    flex-direction: column;
    width: 100%;
  }
  .plan-pricing-subtitle {
    line-height: 32px;
    margin-bottom: 0;
  }
  .plan-pricing-coupon {
    margin-top:15px;
  }
  .plan-pricing-title {
    margin-bottom: 12px;
  }
  #divCompareBenefits {
    margin-top: 0;
  }
  #divBenefits {
    padding: 0;
  }
  .compare-plans-tabs {
    border: none;
    margin-bottom: 0;
  }
  .accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #cfcfcf;
    color: #003f72;
    font-family: Montserrat;
    font-size: 22px;
  }
  .accordion-header.expanded {
    border: none;
  }
  .accordion-header.expanded .accordion-icon span {
    transform: rotate(90deg);
  }
  .accordion-header.expanded .accordion-icon span:last-child {
    left: 50%;
    right: 50%;
  }
  .accordion-icon {
    min-width: 26px;
    height: 26px;
    font-size: 1.5em;
    position: relative;
  }
  .accordion-icon span {
    position: absolute;
    transition: 0.275s;
    background: #003f72;
    border-radius: 2px;
  }
  .accordion-icon span:first-child {
    top: 25%;
    bottom: 25%;
    width: 8%;
    left: 47%;
  }
  .accordion-icon span:last-child {
    left: 25%;
    right: 25%;
    height: 8%;
    top: 47%;
  }
  .accordion-content {
    overflow: hidden;
    transition: 0.275s;
    margin-bottom: 10px;
    max-height: 0;
    padding: 0 15px;
  }
  .accordion-content.expanded {
    max-height: 800vh;
    padding: 15px;
  }
  .benefit-container {
    width: unset;
    text-align: left;
  }
  .email-label {
    margin-bottom: 6px;
  }
  .value-prop-accordion-content {
    overflow: hidden;
    transition: 0.275s;
    margin-bottom: 10px;
    max-height: 0;
    padding: 0 15px;
  }
  .value-prop-accordion-content.expanded {
    max-height: 100vh;
    padding: 15px;
  }
  .value-prop-accordion-header .value-prop-title {
    padding: 0 60px;
  }
  .value-prop-accordion-header .value-prop-title:after {
    content: url(/wp-content/uploads/2021/04/arrow.svg);
    height: 15px;
    width: 15px;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: rotate(-90deg) translateX(50%);
  }
  .value-prop-accordion-header.expanded .value-prop-title:after {
    transform: rotate(90deg) translateX(-50%);
    right: 30px;
  }
  .plan-pricing-card {
    width: calc(100% - 24px);
  }

  #value-props > div:not(:last-child) {
    padding: 0 15px;
  }
  footer img {
    margin-top: 15px;
  }
  #planPricing > div {
    padding: 45px 15px 30px;
  }
}