.popup {
  max-width: 490px;
  text-align: center;
}

.popup .btn {
  margin-top: 10px;
  margin-bottom: 30px;
}

.info-text {
  font-size: 12px;
  color: #89CFF0;
  font-weight: 600;
  margin-bottom: 20px;
}

.social-networks a .ytIcon {
    color: #fff !important;
}

.ytIcon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.125em;
}

ol li {
  margin-bottom: 7px;
}

.text-section {
  padding: 0 0 50px;
}

.image-textBlock {
  padding: 50px 0 0;
}

.top-gap {
  padding-top: 40px;
}

.image-textBlock .text-quote {
  font-size: 17px;
  line-height: inherit;
  font-weight: 500;
}

.spacer {
  padding: 25px 0;
}

.grayBgd {
  background-color: #f1f1f1;
}

/* Partners OTC Healthcare */

.video-block a {
  box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.7);
}

/* Top InfoBar Above Navbar */

.categoryTopbar {
  position: relative;
  width: 100%;
  padding: 8px 0 0;
  background-color: #1F242E;
  color: #fff;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .65);
  min-height: 40px;
}

.categoryTopbar .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.infoText {
  font-weight: 500;
  font-size: 105%;
}

header {
  font-size: 14px;
  width: 100%;
  z-index: 9999;
}

/*
.top-header .container {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
*/

.top-header {
  padding: 15px 10px;
  position: relative;
}

.top-header .logo {
  position: absolute;
  z-index: 1000;
  top: 2px;
  max-width: 320px;
}


/* Main Nav Phone Tab - Start */

.tabbar {
  background-color: #0057A8;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: space-around;
  height: 40px;
  padding: 10px 16px 0;
  width: 275px;
  position: absolute;
  top: 68px;
  right: 3%;
  box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.64), inset 0px 3px 5px -3px rgba(0, 0, 0, 0.84)
}

.callUs {
  display: none;
}

/* Main Nav Phone Tab - End */

@media (max-width: 1199px) {
  .top-header .logo {
    max-width: 265px !important;
  }

  .top-header {
    padding: 10px 10px 15px;
  }

  .tabbar {
    top: 62px;
  }

}

@media (max-width: 1023px) {
  .discount {
    width: 100% !important;
    border-radius: 0px !important;
  }

  .categoryTopbar {
    padding: 6px 0;
  }

  .infoText {
    font-size: 85%;
    font-weight: 600;
  }

  .tabbar {
    display: none;
  }

  .callUs {
    display: inline-block;
    color: #0057a8;
  }

  .main-nav>ul {
    display: block;
  }

  nav li.callUs:not(:last-child) {
    background: #eee;
    width: 100%;
    padding-top: 10px;
  }
}

.plan-item .description,
.plan-item .discountcode {
  margin-bottom: 20px !important;
  display: block;
}

.blue-text {
  color: #0057a8;
}


.list .sublist {
  margin: 10px 0 0 15px;
  padding: 0;
}

.list .sublist li {
  padding-left: 15px;
  margin-bottom: 10px;
  list-style: none;

}

.list .sublist li:before {
  width: 8px;
  height: 2px;
  border-radius: 0;
}

ol.list {
  counter-reset: li;
}

ol.list li:before {
  content: counter(li);
  counter-increment: li;
  background: transparent;
  top: 0;
  font-weight: bold;
}

ol.list li {
  padding-left: 25px;
}


.list-letter {
  list-style-type: lower-alpha;
  padding-left: 18px;
}

.list-roman {
  list-style-type: lower-roman;
}


.align-items-center {
  -webkit-box-align: center !important;
  align-items: center !important;
}


.d-none {
  display: none !important;
}

@media (min-width:576px) {
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {


  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .coupon {
    font-size: 30px;
    font-weight: bold;
  }
}

.vendor.section .detail-info h5 {
  border: 1px solid #a2a5ad;
  padding: 14px;
}

.offer-holder .img {
  background-size: contain !important;
}

@media (max-width: 767px) {

  main {
    padding-top: 46px;
  }

  .top-header .logo {
    max-width: 180px !important;
    top: 4px;
  }

  .coupon {
    font-size: 20px;
    font-weight: bold;
  }

  .spacer {
    padding: 5px 0;
  }

  .offer-holder .img {
    height: 195px !important;
    max-width: 100% !important;
  }

  .top-gap {
    padding-top: 20px;
  }

  .image-textBlock .text-quote {
    font-size: 15px;
    line-height: inherit;
    font-weight: 400;
  }

  /* Partners OTC Healthcare */
  .video-block a {
    float: none;
    box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.7);
    margin-right: auto;
    margin-left: auto;
  }

}


.blog-quote-holder-right {
  float: right;
  margin: 5px 0px 10px 20px;
  width: 300px;
  font-style: italic;
  font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
  font-size: 23px;
  background: #e6f3fe;
  padding: 20px;
  border-left: 5px solid #0059a4;
}

.blog-quote-holder-right blockquote {
  padding-left: 10px;
}

/* Savings From Just One Purchase Ribbon */

.rbnHolder {
  padding: 0;
  text-align: center;
}

.ribbon {
  padding: 30px;
  background: #0057A8;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.ribbon h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto 5px;
  max-width: 760px;
}

.ribbon p.smaller {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}


/* Healthcare Landing Page - Start */

.section-health {
  padding: 50px 30px 40px;
}

.section-health .graybgd {
  padding: 40px 25px 50px;
  background-color: #F1F1F1;
  margin: 10px 0 30px;
  border: 10px solid #fff;
}

.section-health hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #999;
  margin: 1em 0;
  padding: 0;
}

.section-health .whitebgd {
  padding: 30px 25px 15px;
}

.section-health .whitebgdrow {
  padding: 30px 25px 15px;
  border-top: 1px solid #999;
}

.section-health .healthSC .whiteWrap {
  margin: 15px 50px 0;
}

.section-health .img-holder{
  height: 120px;
  margin-bottom: 0;
}


.section-health img {
  max-width: 90%;
  max-height: 120px;
  height: auto;
  vertical-align: top;
  text-align: center;
  margin: 0 auto 20px;
  display: block;
}

.section-health .heading h1 {
  text-transform: none;
  margin-bottom: 0;
  font-size: 30px
}


.section-health .heading h2 {
  text-transform: none;
  font-size: 28px;
  padding: 5px;
  font-weight: 700;
  color: #CF242A;
}

.section-health .heading .h2 {
  padding: 0 0;
  font-size: 26px;
  font-weight: bold;
  color: #222;
}

.section-health h1 {
  margin: 0 0 .5em;
  text-align: center;
  color: #363F4F;
}

.section-health h2 {
  padding: 10px 0;
  font-size: 125%;
  text-align: center;
  margin-bottom: 0;
}

.section-health h3 {
  padding: 5px 0 15px;
  font-size: 110%;
  font-weight: 500;
  text-align: center;
  color: #444;
}

.section-health .h4 {
  text-align: center;
  margin-bottom: 5px !important;
}

.section-health .h5 {
  text-align: center;
  margin-bottom: 15px !important;
  color: #333;
}

.section-health h3.smSpacer {
  padding-bottom: 20px;
}

.section-health h3.smSpacertwo {
  padding-bottom: 65px;
}

.section-health h5 {
  margin: 0 0 .25em !important;
  font-weight: 600;
}

.section-health p {
  font-weight: 500;
  margin-bottom: 1.1em;
}

.section-health p.last {
  font-weight: 500;
  margin-bottom: 0px;
}

.section-health p.stOut {
  color: #363F4F;
  font-size: 120%;
}

.section-health ul{
  padding-left: 0;
  list-style: none;
}

.section-health ul li {
  padding-left: 25px;
  position: relative;
  font-weight: 500;
}

.section-health ul li:before {
  content: "\e900";
  font-family: icomoon !important;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -25px;
  padding: 0 5px 5px 0;
  font-weight: 400;
  color: #0d4fc0;
}

.section-health ol li{
  font-weight: 500;
}

.section-health a.healthLink {
  text-align: center;
  border-radius: 20px;
  background-color: #CF242A;
  color: #fff;
  font-weight: 500;
  font-size: 105%;
  padding: 10px 20px;
  margin-bottom: 15px;
  display: block;
  width: 260px;
  margin: 0 auto 25px;
}

.section-health a.healthLink:hover {
  background-color: #a41b20;
  transform: scale(1.05);
}

.section-health a.healthLink.last {
  margin-bottom: 0px !important;
}

.section-health hr {
  margin-bottom: 20px;
}

.section-health p.link {
  margin-bottom: 27px;
  text-align: center;
}

.section-health .notify {
  border-bottom: 1px solid #999;
  padding: 40px 200px;
  margin: 10px auto 30px;
}

.section-health .notify .h4 {
  line-height: 1.5;
  font-size: 130%
}

@media (max-width: 1200px) {

  .section-health {
    padding: 30px 15px 20px;
  }

  .section-health .notify {
    border-bottom: 1px solid #999;
    padding: 30px 50px;
    margin: 10px auto 30px;
  }

}

@media (max-width: 768px) {

  .section-health {
    padding: 50px 15px 20px;
  }

  .section-health .heading h1 {
    font-size: 22px
  }


  .section-health .heading h2 {
    font-size: 20px;
  }

  .section-health .heading .h2 {
    font-size: 18px;
  }

  .section-health h1 {
    margin: 0;
  }

  .section-health img {
    margin-bottom: 5px;
  }

  .section-health .graybgd {
    padding: 30px 25px;
    margin: 10px 0;
  }

  .section-health .crosswaySH .col-6 {
    margin: 0 0 15px;
  }

  .section-health .whitebgd {
    padding-bottom: 10px;
  }

  .section-health .whitebgdrow {
    margin-bottom: 20px;
  }

  .section-health .whiteWrap .col-6 {
    margin-bottom: 0px !important;
  }

  .section-health .healthSC .whiteWrap {
    margin: 0;
  }

  .section-health .healthSC ul {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .section-health h3.smSpacer {
    padding-bottom: 20px;
  }

  .section-health h3.smSpacertwo {
    padding-bottom: 0;
  }

  .section-health .notify {
    border-bottom: 1px solid #999;
    padding: 25px 15px;
    margin: 5px auto 20px;
  }

  .section-health .notify .h4 {
    line-height: 1.25;
    font-size: 110%
  }

}


/* Join Now Membership Landing Page - Start */

.section-jn-intro {
  padding: 80px 0 50px;
}


.section-jn-intro h1 {
  margin: 0 0 .5em;
}

.section-jn-intro .h1 {
  color: #cf242a;
  margin: 0 0 15px;
}

.section-jn-intro .h1.blueText, .blueText {
  color: #0057A8;
}

.redText {
  color: #cf242a;
}

.section-jn-intro .h1.grayText, .grayText {
    color: #444444;
}

.section-jn-intro .h1 .forty {
  font-size: 90px;
  display: block;
  line-height: 95px;
}

.section-jn-intro .h1 .hundred {
  font-size: 55px;
  display: block;
  line-height: 62px;
}

.section-jn-intro img {
  margin: 0 0 1em;
}

.section-jn-intro .exclusive {
  max-width: 640px;
  display: block;
  font-weight: 500;
  font-size: 1em;
  margin: 0 auto;
}

.section-info {
  margin: 40px 0;
}

.flagBgd {
  background-color: #F1F1F1;
  margin: 0 0 20px;
  padding: 3.5em 0 3em;
}


.section-jn-intro .subTitle {
  font-weight: 400 !important;
}

.btn-holder.jnButton {
  margin-top: 40px;
}

.section-jn-video {
  margin: 5em auto 2em;
}

.section-jn-video .video-container {
  margin: 0 0 3.5em;
}

.section-jn-video h3 {
  font-size: 30px;
  font-weight: 600;
  color: #cf242a;
  margin: 0 0 0.4em;
}

.section-jn-video p {
  margin-bottom: 3em;
  font-size: 19px;
}

.section-jn-video .jn-callout {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 1em;
}

.jn-btn-big {
  margin: 1.2em auto;
  font-size: 24px;
  max-width: 500px;
  font-weight: 500;
  padding: 0.8em 1.5em;
  text-transform: inherit;
}

.jn-btn-big .lg-join {
  display: block;
  font-size: 50px;
  font-weight: 700;
}

.jn-btn-big .sm-join {
  display: block;
  font-size: 19px;
  line-height: 22px;
}

.section-jn-quotes {
  padding: 40px 80px 20px;
  background-color: #0057a8;
  margin-top: 35px;
}

.section-jn-quotes h4 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.section-jn-works {
  padding: 90px 0;
  background: rgb(237, 237, 237);
  background: -webkit-linear-gradient(bottom, rgba(237, 237, 237, 1) 0%, rgba(247, 247, 247, 1) 57%, rgba(242, 242, 242, 1) 100%);
  background: -moz-linear-gradient(bottom, rgba(237, 237, 237, 1) 0%, rgba(247, 247, 247, 1) 57%, rgba(242, 242, 242, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(237, 237, 237, 1) 0%, rgba(247, 247, 247, 1) 57%, rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(to top, rgba(237, 237, 237, 1) 0%, rgba(247, 247, 247, 1) 57%, rgba(242, 242, 242, 1) 100%);
}

.section-jn-works h4 {
  font-size: 40px;
  font-weight: 500;
}

.section-jn-works .stepsBox {
  padding: 70px 65px 60px;
  margin: 0 50px 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(212, 212, 212, .80);
}

.section-jn-works .stepsBox .num {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  line-height: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: #0057a8;
}

.section-jn-discount {
  margin: 70px 0 0;
}

.section-jn-works .stepsBox .steps {
  padding-bottom: 30px;
}

.section-jn-works .stepsBox .steps h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0.2em 0 0.4em;
}

.section-jn-works .stepsBox .steps p {
  font-size: 19px;
}

.section-jn-works h5 {
  font-size: 26px;
  font-weight: 700;
}

.section-jn-works .aso-logos {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}

.section-jn-works .aso-logos img {
  padding: 15px 25px;
}

.section-jn-memberships {
  padding: 60px 0;
}

.section-jn-memberships h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0.2em 0 0.4em;
  text-transform: uppercase;
}

.section-jn-faqs {
  padding: 90px 0;
  background: rgb(237, 237, 237);
  background: -webkit-linear-gradient(bottom, rgba(237, 237, 237, 1) 0%, rgba(247, 247, 247, 1) 57%, rgba(242, 242, 242, 1) 100%);
  background: -moz-linear-gradient(bottom, rgba(237, 237, 237, 1) 0%, rgba(247, 247, 247, 1) 57%, rgba(242, 242, 242, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(237, 237, 237, 1) 0%, rgba(247, 247, 247, 1) 57%, rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(to top, rgba(237, 237, 237, 1) 0%, rgba(247, 247, 247, 1) 57%, rgba(242, 242, 242, 1) 100%);
}

.section-offers {
  padding: 60px 0 30px;
  background: rgb(237, 237, 237);
  background: -webkit-linear-gradient(bottom, rgba(237, 237, 237, 1) 0%, rgba(247, 247, 247, 1) 57%, rgba(242, 242, 242, 1) 100%);
  background: -moz-linear-gradient(bottom, rgba(237, 237, 237, 1) 0%, rgba(247, 247, 247, 1) 57%, rgba(242, 242, 242, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(237, 237, 237, 1) 0%, rgba(247, 247, 247, 1) 57%, rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(to top, rgba(237, 237, 237, 1) 0%, rgba(247, 247, 247, 1) 57%, rgba(242, 242, 242, 1) 100%);
  margin-bottom: 40px;
}

.section-jn-faqs h4 {
  font-size: 32px;
  font-weight: 600;
}

.section-jn-champion {
  padding: 60px 80px 60px;
  background-color: #0057a8;
}

.section-jn-champion h3 {
  color: #fff;
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.section-jn-bigBtn {
  margin: 40px 0;
}

@media (max-width: 767px) {

  .top-header {
    padding: 10px 0 15px;
  }

  /* Savings From Just One Purchase Ribbon */

  .ribbon {
    padding: 20px 30px;
  }

  .ribbon h3 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .ribbon p.smaller {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .btn-holder {
    margin-bottom: 30px;
  }

  .section-jn-intro {
    padding: 30px 0 20px;
  }

  .section-jn-bigBtn {
    margin: 0;
  }

  .section-jn-intro .h1 {
    margin: 0 0 7px;
  }

  .section-jn-intro .h1 .forty {
    font-size: 72px;
    display: block;
    line-height: 62px;
  }

  .section-jn-intro .h4 {
    font-size: 18px;
  }

  .flagBgd {
    margin: 2em 0 0;
    padding: 3em 0;
  }

  .slider-holder {
    margin: 0;
  }

  .section-jn-works {
    padding: 50px 0;
  }

  .video-container iframe {
    height: 26vh;
  }

  .jn-btn-big {
    margin: 1em auto;
    font-size: 19px;
    font-weight: 500;
    max-width: 420px;
    padding: 0.8em 1.5em;
    text-transform: capitalize;
  }

  .jn-btn-big .lg-join {
    font-size: 38px;
  }

  .jn-btn-big .sm-join {
    display: block;
    font-size: 14px;
    line-height: inherit;
  }

  .section-jn-intro .h1 .hundred {
    font-size: 35px;
    display: block;
    line-height: 38px;
  }

  .section-jn-discount {
    margin: 30px 0 0;
  }

  .section-jn-video {
    margin: 2.5em auto 0;
  }

  .section-jn-video .video-container {
    margin: 0 0 1.5em;
  }

  .section-jn-video .jn-callout {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
  }

  .section-jn-video h3 {
    font-size: 24px;
  }

  .section-jn-video p {
    margin-bottom: 1.85em;
    font-size: 16px;
  }

  .section-jn-quotes {
    padding: 30px 15px 10px;
  }

  .section-jn-works .stepsBox {
    padding: 50px 20px 40px;
    margin: 0 15px 30px;
  }

  .section-jn-works .stepsBox .steps h3 {
    font-size: 24px;
  }

  .section-jn-works .stepsBox .steps p {
    font-size: 16px;
  }

  .section-jn-works h4 {
    font-size: 28px;
  }

  .section-jn-works h5 {
    font-size: 21px;
  }

  .section-jn-works .aso-logos img {
    max-width: 50%;
  }

  .section-jn-memberships {
    padding: 40px 0 20px;
  }

  .section-jn-memberships h3 {
    font-size: 24px;
  }

  .section-jn-faqs {
    padding: 40px 0;
  }

  .section-jn-faqs h4 {
    font-size: 28px;
  }

  .section-jn-champion {
    padding: 40px 20px;
    margin-bottom: 40px;
  }

  .section-jn-champion h3 {
    font-size: 24px;
  }

}

.grecaptcha-badge {
  visibility: hidden;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsletter-text{
    font-size: 11px;
    padding: 10px 0 0;
    margin-bottom: 0 !important;
}

.subscribe-form .newsletter-text a{
    color: #fff;
}

.newsletter-text a:hover{
    color: #f4c93f;
    text-decoration: underline;
}

@media (max-width: 1023px) {
    .newsletter-text{
        font-size: 10px;
    }

  .section-health .img-holder{
    height: 80px;
    margin-bottom: 0;
  }

  .section-health-holder h3.smSpacer {
    min-height: 75px;
  }

  .section-health .crosswaySH .col-6{
    padding-left: 15px;
    padding-right: 15px;
  }

}

.newsletter-modal input[type=email], .newsletter-modal input[type=password], .newsletter-modal input[type=search], .newsletter-modal input[type=tel], .newsletter-modal input[type=text], .newsletter-modal select{
    margin-bottom: 20px;
}

.newsletter-modal .text-block .btn{
    margin-top: 0;
}

.newsletter-modal .newsletter-text{
    font-size: 9px;
    padding: 10px 10px;
}

.newsletter-modal .text-block{
    padding: 30px 20px 10px 10px;
}

.newsletter-modal .newsletter-text a{
    color: #222;
}

.newsletter-modal .newsletter-text a:hover{
    color: #cf242a;
    text-decoration: underline;
}

.h2-secondary{
  font-weight: 600;
  font-size: 25px;
}

@media (max-width: 600px){
  .h2-secondary{
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .section-health .img-holder {
    height: auto !important;
  }

  .section-health-holder h3.smSpacer{
    min-height: auto !important;
  }

  .section-health a.healthLink {
    font-size: 14px;
    width: 100%;
  }
  .section-health .whitebgd{
    padding: 10px 5px;
  }

  .section-health p.stOut {
    font-size: 110%;
  }

  .section-health .notify{
    padding: 10px 5px;
    margin: 0 auto;
  }

  .subscribe-form .holder{
    display: block;
  }

  .subscribe-form input[type=email], .subscribe-form input[type=text]{
    border-radius: 5px;
    margin-bottom: 5px;
    width: 100%;
  }

  .subscribe-form button{
    border-radius: 5px;
    width: 100%;
  }
}

.gifts-section div[class^='col-']{
  margin-bottom: 30px;
}