* Typography
 * ========================================================================== */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
/*@media (max-width: 900px) {
  html { font-size: 15px; }
}
@media (max-width: 400px) {
  html { font-size: 13px; }
}*/

body {
  /*font-family: "Avenir", "Helvetica", arial, sans-serif;*/
/*  font-size: 18px;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 2.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0 0 25px;
  font-weight: 700;
  line-height: 1.1;
}
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.1;
}

/* Display */
h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizelegibility;
}
h1 {
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  font-size: 45px;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.1em;

/*  font-size: min(72px, 8vw);
  font-weight: 500;
  width: max-content;
  text-align: center;
  background-color: rgb(255, 178, 62);
  background-image: linear-gradient(268.67deg, rgb(255, 255, 255) 3.43%, rgb(255, 240, 102) 15.69%, rgb(255, 163, 26) 55.54%, rgb(255, 0, 115) 99%);
  background-size: 100%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;*/
}

/* Headline */

h2 {
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  font-size: 38px;
  font-size: 3.3rem;
  line-height: 1.1em;
  font-weight: 700;
}

/* Title */

h3 {
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  font-size: 30px;
  font-size: 2.1rem;
  line-height: 1.1em;
  /*font-weight: 900;*/
}

/* SubTitle */

h4 {
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  font-size: 24px;
  font-size: 1.7rem;
  line-height: 1.2em;
}
blockquote {
  /*font-family: "Avenir", "Helvetica", arial, sans-serif;*/
  /*padding: 40px;*/
  /*background: white;*/
  /*border: 4px solid #41aaf7;*/
  /*box-shadow: 0px 4px 10px rgba(0,0,0,0.25);*/
  /*border-radius: 20px;*/
  /*margin: 0px 55px 50px;*/

}
.review-alt {
  background: #fff;
  border-radius: 20px;
  margin: 0px 55px 50px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  padding: 25px 20px 20px 20px;
  display: grid;
  grid-template-columns: 200px auto;
  grid-gap: 20px;
}
.review-alt .person {
  display: grid;
  align-items: start;
}
.review-alt .person img {
  border: 2px solid #f4f4f4;
  border-radius: 9px;
}
.review-alt .age {
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
blockquote p {
  font-family: Georgia, Times, serif;
  /*font-size: 22px;
  line-height: 30px;*/
  font-style: italic;
  font-weight: 400;
  /*font-size: 20px;*/
}
blockquote .quote-author {
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*text-align: right;*/
  color: #0076c7;
  text-align: right;
}
.quote-author:before {
  content: '\2014'' ';
}
.star-wrap-alt i {
  font-size: 24px;
  color: #ffa300;
}

nav {
  position: relative;
  height: 50px;
  width:100%;
  background: gray;
}
.large-arrow i {
  font-size: 60px;
  color: rgba(209, 181, 145, 0.5);
}

.arrow-down-beige-dk:before {
  content: "";
  position: absolute;
  /*top: 100%;*/
  left: 0;
  border-top: 100px solid #efe5d9;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.arrow-down-beige-dk {
  position: relative;
  height: 100px;
  width:100%;
  background: #f4ece3;
}
.arrow-down-beige-mid-dk:before {
  content: "";
  position: absolute;
  /*top: 100%;*/
  left: 0;
  border-top: 100px solid #f4ece3;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.arrow-down-beige-mid-dk {
  position: relative;
  height: 100px;
  width:100%;
  background: #f8f4ef;
}
.arrow-down-beige:before {
  content: "";
  position: absolute;
  /*top: 100%;*/
  left: 0;
  border-top: 100px solid rgba(209, 181, 145, 0.15);
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.arrow-down-beige {
  position: relative;
  height: 100px;
  width:100%;
  background: white;
}
.arrow-down-beige-mid:before {
  content: "";
  position: absolute;
  /*top: 100%;*/
  left: 0;
  border-top: 100px solid #f8f4ef;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.arrow-down-beige-mid {
  position: relative;
  height: 100px;
  width:100%;
  background: #fdfbf9;
}
.arrow-down-beige-extralt:before {
  content: "";
  position: absolute;
  /*top: 100%;*/
  left: 0;
  border-top: 100px solid #fdfbf9;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.arrow-down-beige-extralt {
  position: relative;
  height: 100px;
  width:100%;
  background: white;
}
.arrow-down-white:before {
  content: "";
  position: absolute;
  /*top: 100%;*/
  left: 0;
  border-top: 100px solid white;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.arrow-down-white {
  position: relative;
  height: 100px;
  width:100%;
  background: rgba(209, 181, 145, 0.15);
}
.large-blockquote {
  border-top: 1px solid #20100b;
  border-bottom: 1px solid #20100b;
  padding: 30px 30px 20px;
  margin-top: 9px;
  margin-bottom: 30px;
}
.large-blockquote p {
  font-family: Georgia, Times, serif;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #20100b;
  font-weight: bold;
}
@media (max-width: 992px) {
  .large-blockquote p {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .review-alt {
    padding: 25px 15px 15px 15px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin: 0px 0px 40px;
  }
  .large-blockquote {
    padding: 20px 0px 15px;
  }
  .large-blockquote p {
    font-size: 22px;
    line-height: 26px;
  }
  blockquote {
    padding: 10px;
    margin: 0px 15px;
  }
  blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  blockquote {
    margin: 0px 5px;
  }
}

p, li {
  /*font-family: Open Sans Regular, "Avenir", "Helvetica", arial, sans-serif;*/
  font-family: Georgia, Times, serif;
  font-size: 18px;
  /*font-size: 1.6rem;*/
  font-weight: 500;
  line-height: 27px;
  /*line-height: 2.8rem;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    z-index: 10000;
  }
}
.bold {
  font-weight: 900 !important;
}
.all-caps {
  text-transform: uppercase !important;
}
.lust-display {
  font-family: lust-display, serif !important;
  font-weight: 400;
  font-style: italic;
}
.testimonial, .doctor-testimonial {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  padding: 20px 20px 0px;
  font-size: 18px;
  line-height: 28px;
  /*font-style: italic;*/
  font-weight: 500;
  margin-bottom: 75px;
  /*color: #004483;*/
  margin-top: 20px;
}
.doctor-testimonial {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.doctor-testimonial-content {
    background-image: url(../images/quote.svg);
    background-size: 250px;
    background-position: 15px 100px;
    background-repeat: no-repeat;
}
.doctor-img-wrap {
  display: grid;
  align-items: end;
}
.doctor-testimonial-content {
  padding-bottom: 25px;
}

.one-spoonful {
  display: grid;
  grid-template-columns: 115px auto;
  align-items: center;
  grid-gap: 10px;
  border: 5px solid #6ab34f;
  border-radius: 10px;
  background: white;
}
.spoonful-img-wrap {
  background: #6ab34f;
  display: grid;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.spoonful-img-wrap img {
  width: 95px;
}
.spoonful-content {
  display: grid;
  align-items: center;
  padding: 10px 20px;
}
.spoonful-content p {
  color: #6ab34f;
  font-weight: 900;
  line-height: 0.9em;
  margin-bottom: 0px;
}
.lead {
  font-size: 24px;
  line-height: 32px;
  /*margin-bottom: 30px;*/
  font-weight: 500;
}
@media (max-width: 991px) {
  .doctor-testimonial {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
    background-image: 
  }
  .doctor-img-wrap {
    display: grid;
    align-items: end;
    justify-content: center;
    border-bottom: 2px solid #e5e5e5;
  }
  .doctor-img-wrap img {
    width: 200px;
  }
}
@media (max-width: 500px) {
  .one-spoonful {
    display: grid;
    grid-template-columns: 35px auto;
  }
  .spoonful-img-wrap img {
    width: 65px;
    transform: rotate(-90deg);
  }
  .lead {
    font-size: 22px;
    line-height: 1.4em;
  }
}
ol > li::before {
  counter-increment: wp-list-counter;
  content: counter(wp-list-counter);
  margin-right: 10px;
}
ol, .eb-list {
  margin-bottom: 30px;
}
ol, .eb-list {
  list-style: none;
  counter-reset: wp-list-counter;
}
.eb-list li {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}
.eb-list li:before {
  content: counter(wp-list-counter) " ";
  width: 15px;
  height: 15px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  line-height: 15px;
  background-color: rgba(255,255,255, 1.0);
  font-weight: 900;
  /*font-family: "Avenir", "Helvetica", arial, sans-serif;*/
  position: absolute;
  z-index: 2;
  color: #b4b4b4;
  margin-left: -20px;
}
.checklist-ul {
  margin-bottom: 20px;
}
.checklist-ul li {
  background-image: url('../images/checkmark-green.svg');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: top 5px left;
  list-style: none;
  font-family: Georgia, Times, serif;
  font-weight: 900;
  /*line-height: 1.4em;*/
  /*font-size: 21px;*/
  /* margin-bottom: 10px; */
  padding: 0px 10px 20px 45px;
}
@media (max-width: 600px) {
  .checklist-ul li {
    /*font-size: 20px;*/
  }
}
/* Links */
a {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}


/* NEW PAGE STYLES */

.section-repeat {
  padding: 45px 0px 55px;
}
.section-ltgray {
  background: #f4f4f4;
}
.section-beige {
  background: #f6f2e8;
}
.text-indent-1 {
  padding-left: 30px;
}
.text-indent-2 {
  padding-left: 60px;
}
.text-indent-3 {
  padding-left: 90px;
}
.text-indent-4 {
  padding-left: 120px;
}
.fw-900 {
  font-weight: 900 !important;
}
@media (max-width: 560px) {
  .section-repeat {
    padding: 40px 0px 25px;
  }
  .text-indent-1, .text-indent-2, .text-indent-3, .text-indent-4 {
    padding-left: 0px;
  }
}
.large-heading {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 0.8em;
}
.medium-heading {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
}
.weight-100 {
  font-weight: 100;
}
.weight-300 {
  font-weight: 300;
}
.weight-700 {
  font-weight: 700;
}
.rotate-3 {
  transform: rotate(-3deg);
}
.small-title {
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  font-weight: 900;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 0px;
}
.lead-title {
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  font-weight: 900;
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 10px;
}
.section-mushroom-top {
  background: url('../images/mushroom-main-bg-big5.jpg') center center no-repeat; -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; padding-bottom: 0px;
}
.mushroom-main-text {
  padding-bottom: 120px;
  flex: 0 0 auto;
  width: 60%;
}
.img-racecar-new {
  display: none;
  /*margin: 35px auto 55px;*/
}
@media (max-width: 1199px) {
  .mushroom-main-text {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .large-heading {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .medium-heading {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .section-mushroom-top {
    background: url('../images/mushroom-main-bg-plain.jpg') center center no-repeat; -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; padding-bottom: 0px;
  }
  .img-racecar-new {
    display: block;
    margin: 45px auto 0px;
  }
  .mushroom-main-lead {
    text-align: center;
  }
  .mushroom-main-text {
    padding-bottom: 0px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .img-racecar-new {
    width: 100%;
  }
}
.number-wrap {
  display: grid;
  grid-template-columns: 65px auto;
  grid-gap: 15px;
  /*align-items: center;*/
}

.number-wrap-twogroups, .monthly-supply-wrap {
  display: grid;
  justify-content: center;
  justify-items: center;
  margin-bottom: 25px;
}
.monthly-supply-wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 25px;
}
.img-tworeasons {
  width: 300px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  margin: -40px auto 15px;
  position: relative;
  z-index: 999;
}
.img-bottles {
  width: 300px;
  margin: -40px auto 15px;
  position: relative;
  z-index: 999;
}
.reasons-number {
  position: relative;
  z-index: 1000;
  width: 65px;
  height: 65px;
  background: #6ab34f;
  border-radius: 50%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*margin: 0px auto 10px;*/
  margin-bottom: 10px;
  box-shadow: 0px 3px 7px rgba(0,0,0,0.25); 
}
.reasons-number p {
  color: white;
  font-weight: 900;
  line-height: 45px;
  font-size: 30px;
  margin-bottom: 0px;
  text-align: center;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.avenir {
  font-family: "Avenir", "Helvetica", arial, sans-serif !important;
  line-height: 1.3em;
}
.reasons-number-big {
  width: 150px;
  height: 150px;
  background: #AF163C;
  border-radius: 50%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*margin: 0px auto 10px;*/
  margin: 0px auto 20px;
}
.reasons-number-big p {
  color: white;
  font-weight: 600;
  line-height: 45px;
  font-size: 70px;
  margin-bottom: 0px;
  text-align: center;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
@media (max-width: 991px) {
  .img-tworeasons {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .number-wrap {
    display: grid;
    grid-template-columns: 65px auto;
  }
  .reasons-number-big {
    width: 100px;
    height: 100px;
  }
  .reasons-number-big p {
    line-height: 45px;
    font-size: 50px;
  }
  .img-bottles {
    width: 220px;
    margin: -40px auto 15px;
    position: relative;
    z-index: 999;
  }
}
.reference-number {
  font-size: 13px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  color: #333;
  font-weight: 700;
}

ol, .ph-list, .ph-ul {
  margin-bottom: 30px;
}
ol, .ph-list {
  list-style: none;
  counter-reset: wp-list-counter;
  padding-left: 30px;
}
.ph-list li {
  font-size: 14px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  margin-bottom: 0px;
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 1.4;
  word-wrap: break-word;
}
ol > li::before {
  counter-increment: wp-list-counter;
  content: counter(wp-list-counter);
  margin-right: 10px;
}
.ph-list li:before {
  content: counter(wp-list-counter) " ";
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 22px;
  font-size: 12px;
  background-color: rgba(209, 181, 145, 0.45);
  font-weight: 600;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  position: absolute;
  z-index: 2;
  color: #212227;
  margin-left: -30px;
}

/* TEXT COLORS AND BG COLORS */
.white {
  color: #ffffff !important;
}
.text-shadow-blue {
  text-shadow: 0px 1px 1px rgba(0,60,133,1.0);
}
.brown {
  color: #796359;
}
.brown-mid {
  color: #47362c;
}
.brown-dk {
  color: #20100b;
}
.beige {
  color: #d1b591;
}
.beige-lt {
  color: #ebd8be;
}
.brown-lt-bg {
  background-color: #796359;
}
.brown-mid-bg {
  background-color: #47362c;
}
.brown-dk-bg {
  background-color: #20100b;
}
.beige-extralt-bg {
  background: #fdfbf9;
}
.beige-lt-bg {
  background: #f8f4ef;
}
.beige-midlt-bg {
  background: #f4ece3;
}
.beige-mid-bg {
  background: rgba(209, 181, 145, 0.35);
}
/*.brown {
  background-color: #7d706a;
}

.lbrown {
  background-color: #C6A897;
}*/

.yellow {
  color: #e5b200 !important; /* #f8db39*/
}
.blue-dk {
  color: #004483 !important; /* 0, 68, 131 */ /* #0069b2 | 0, 105, 178 */
}
.blue-mid {
  color: #0076c7 !important; /* 0, 118, 199 */
}
.blue-lt {
  color: #41aaf7 !important; /* 65, 170, 247 */ /* 579dd0 | 87, 157, 208 */
}
.green {
  color: #6ab34f !important;
}
.green-lt {
  color: #52fd13 !important;
}
.red {
  color: #AF163C !important; /* #AD3D5C */
}
.orange {
  color: #f26320 /* #f45338 */
}
.red-highlight {
  background: #AF163C;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.3;
}
/*.green-highlight {
  background: #6ab34f;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.3;
}*/
.blue-highlight {
  background: #41aaf7;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.3;
}
/*.underline {
  padding: 30px 0 8px;
  position: relative;
}
.underline::before {
  content: "";
  position: absolute;
  left: 7%;
  bottom: 16px;
  width: 150px;
  height: 14px;
  transform: skew(-12deg) translateX(-50%);
  background: rgba(238,111,87,0.5);
  z-index: -1;
}*/
.red-bg {
  background: #AF163C !important;
}
.blue-bg {
  background: #004483 !important; /* #4866c0 #579dd0 */
}
.blue-bg-lt {
  background: #41aaf7 !important; /* #4866c0 #579dd0 */
}
.blue-bg-mid {
  background: #0076c7 !important; /* #4866c0 #579dd0 */
} 
.green-bg {
  background: #6ab34f !important;
}
.green-highlight {
  background: linear-gradient(104deg, rgba(106,179,79,0) 0.9%, rgba(106,179,79,1.25) 2.4%, rgba(106,179,79,0.5) 5.8%, rgba(106,179,79,0.1) 93%, rgba(106,179,79,0.7) 96%, rgba(106,179,79,0) 98%), linear-gradient(183deg, rgba(106,179,79,0) 0%, rgba(106,179,79,0.3) 7.9%, rgba(106,179,79,0) 15%);
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  transform: skew(-13deg);
}
.orange-bg {
  background: #f26320;
}
.yellow-bg {
  background: #f8db39;
}
.lt-green-bg {
  background: #6d8d8a;
}
.bg-special {
  background: #6ab34f;
}
.gray-dk-bg {
  background: #333333;
}
.purple-blue-overlay {
  background: linear-gradient(35deg, rgba(14,28,103,0.8), rgba(0,118,199,0.95));
  color: white !important;
  padding: 45px 0px 55px;
}
.purple-overlay {
  background: linear-gradient(35deg, rgba(104,13,167,0.9), rgba(23,1,94,0.9));
  color: white !important;
  padding: 45px 0px 55px;
}
.purple-overlay2 {
  background: linear-gradient(45deg, rgba(13,0,99,1.0), rgba(16,24,33, 0.25));
  padding: 45px 0px 55px;
  color: white;
}
.white-yellow-overlay {
  background: linear-gradient(35deg, rgba(255,255,255,1.0), rgba(229,178,0,0.5));
  padding: 45px 0px 55px;
}
.white-yellow-overlay2 {
  background: linear-gradient(35deg, rgba(255,255,255,1.0), rgba(229,178,0,0.25));
  padding: 45px 0px 55px;
}
.white-yellow-overlay3 {
  background: linear-gradient(35deg, rgba(255,255,255,1.0), rgba(229,178,0,0.55));
  padding: 45px 0px 55px;
}
.white-green-overlay {
  background: linear-gradient(35deg, rgba(255,255,255,1.0), rgba(106,179,79,0.55));
  padding: 45px 0px 55px;
}
.white-overlay {
  background: linear-gradient(35deg, rgba(255,255,255,1.0), rgba(255,255,255,0.85));
  padding: 45px 0px 55px;
}
.white-overlay2 {
  background: linear-gradient(35deg, rgba(255,255,255,1.0), rgba(255,255,255,0.7));
  padding: 45px 0px 55px;
}
.beige-overlay {
  background: linear-gradient(0deg, rgba(248,244,239,0.85), rgba(248,244,239,1.0));
  padding: 45px 0px 55px;
}
@media (max-width: 767.98px) {
  .white-overlay2 {
    background: linear-gradient(35deg, rgba(255,255,255,0.85), rgba(255,255,255,0.85));
    padding: 45px 0px 55px;
  }
}
.light-blue-overlay {
  background: linear-gradient(110deg, rgba(87, 157, 208, 1.0), rgba(87, 157, 208, 0.5));
  padding: 45px 0px 55px;
}

/* envelope border */

.envelope-back {
  padding: 9px;
  border: 9px solid transparent;
  background: linear-gradient(white, white) padding-box,
   repeating-linear-gradient(-45deg,
    #AF163C 0,  #AF163C 12.5%,
   transparent 0, transparent 25%,
   #004483 0, #004483 37.5%,
   transparent 0, transparent 50%)
   0 / 5em 5em;
}

/* IMAGES */
.img-center {
  display: block;
  margin: 20px auto;
  max-width: 400px;
}
.img-tilt-right {
  transform: rotate(3deg);
  margin: 0px auto;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
}
.img-right {
  max-width: 400px;
  float: right;
  margin: 15px 0px 20px 15px;
}
.img-right-psu {
  margin: 0px 0px 0px 15px;
}
.img-tilt-left {
  transform: rotate(-3deg);
  margin: 0px auto;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
}
.img-left {
  max-width: 400px;
  float: left;
  margin: 15px 15px 20px 0px;
}
.img-left-new {
  max-width: 400px;
  float: left;
  margin: 0px 15px 20px 0px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
}
.img-left-alt {
  max-width: 100%;
  float: left;
  margin: 15px 15px 20px 0px;
}
.img-pull-right {
  margin-right: -75px;
}
.img-pull-left {
  margin-left: -75px;
}
.img-circle-lg {
  max-height: 400px;
  max-width: 400px;
  display: block;
  margin: 10px auto 20px;
  border-radius: 50%;
}
.img-circle-sm {
  width: 250px;
  height: 250px;
  /*padding: 25px;*/
  border: 4px solid #796359;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
  background: white;
  border-radius: 50%;
}
.img-circle-extra-sm {
  width: 150px;
  height: 150px;
  /*padding: 25px;*/
  border: 4px solid #796359;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
  background: white;
  border-radius: 50%;
}
.img-bottle {
  transform: rotate(5deg);
  max-width: 140px;
  display: block;
  /*margin: 0px auto;*/
  float: right;
}
.img-bottle-wrap {
  display: grid;
  align-items: end;
}
.img-bottle-intro {
  display: block;
  /*margin: 0px auto -10px;*/
  margin: 0px auto 50px;
  width: 330px;
}
.img-bottle-hand {
  float: right;
  margin-right: -100px;
  width: 330px;
}
.img-micelle {
  width: 200px;
  display: block;
  margin: 0px auto 20px;
}
.img-infographic {
  /*max-width: 900px;*/
  display: block;
  margin: 10px auto 40px;
}
.img-racecar {
  /*position: absolute;
  z-index: 1000;
  right: -15px;
  top: -70px;
  width: 600px;*/
  display: block;
  margin: 20px auto;
}
.racecar-fade-wrap {
  min-height: 198px;
}
.racecar-fade-wrap {
  min-height: 198px;
}
.racecar-fade-new {
  min-height: 250px;
}
.racecar-fade {
  width: 600px;
/*  height: 125px;*/
  position: relative;
  /* animation: blimp 7s linear 1, 2000ms ease-in-out 0s infinite alternate none running bobbingblimp; */
  animation: blimp 1s linear 1, 2000ms ease-in-out 0s infinite alternate none running racingcar;
  /* float: right; */
}
@keyframes blimp {
  0% {
      opacity: 0;
      width: 100px;
  }
  100% {
      /* margin-left: 43%; */
      opacity: 1.0;
      width: 600px;
  }
}
@keyframes racingcar {
  0% {
    transform: translateY(-2%);
  }
  50% {
    transform: translateY(-3%);
  }
  100% {
      transform: translateY(2%);
  }
}
.img-racecar-absolute {
  display: block;
  margin: -100px auto 0px;
  width: 400px;
  transform: rotate(11deg);
}
.university-logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  align-items: center;
  justify-content: center;
}
.university-logos img {
  max-width: 375px;
  display: block;
  margin: 10px auto;
}
.img-brain {
  max-width: 300px;
}
.img-five-mushrooms {
  width: 100%;
  margin: 20px auto 30px;
  display: block;
}
.img-gmp {
  width: 80px;
  float: left;
  margin-right: 15px;
  margin-bottom: 9px;
}
@media (max-width: 991px) {
  .img-right, .img-left, .img-right-psu, .img-left-alt {
    float: none;
    display: block;
    margin: 20px auto 30px;
  }
  .img-left-alt {
    max-width: 400px;
  }
  .img-bottle-hand {
    float: right;
    margin-right: -50px;
    width: 330px;
  }
  .img-bottle-intro {
    display: block;
    /*margin: 0px auto -10px;*/
    margin: 0px auto -10px;
    width: 330px;
  }
}
@media (max-width: 800px) {
  .img-bottle-hand {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .img-tilt-right {
    transform: rotate(5deg);
    margin: 40px auto;
  }
  .img-left-new {
    max-width: 400px;
    float: none;
    display: block;
    margin: 40px auto;
    transform: rotate(-3deg);
  }
  .img-racecar {
    max-width: 100%;
  }
  .university-logos {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .university-logos img {
    max-width: 320px;
    display: block;
    margin: 10px auto;
  }
  .img-bottle-hand {
    float: none;
    display: block;
    margin: 0px auto 20px;
    margin-right: 0px;
  }
}
@media (max-width: 599px) {
  .img-left, .img-right, .img-left-alt, .img-left-new {
    max-width: 300px;
  }
  .img-racecar-absolute {
    display: block;
    margin: -100px auto 0px;
    width: 300px;
    transform: rotate(11deg);
  }
  .img-bottle-hand {
    float: none;
    display: block;
    margin: 0px auto 20px;
    margin-right: 0px;
    width: 370px;
  }
}
@media (max-width: 425px) {
  .racecar-fade-wrap {
    min-height: 150px;
  }
}
/* MUSHROOM WRAP */

.mushroom-wrap {
  display: grid;
  grid-template-columns: 250px auto;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.mushroom-wrap-offset {
  display: grid;
  grid-template-columns: 250px auto;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-left: 100px;
}
@media (max-width: 768px) {
  .mushroom-wrap, .mushroom-wrap-offset {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .mushroom-wrap-offset {
    margin-left: 0px;
  }
  .mushroom-wrap img, .mushroom-wrap-offset img {
    width: 200px;
    height: 200px;
  }
  .mushroom-wrap p, .mushroom-wrap-offset p {
    text-align: center;
  }
}

/* HELP SECTION */

.help-wrap {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.help-wrap-offset {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-left: 100px;
}
@media (max-width: 768px) {
  .help-wrap-offset {
    margin-left: 25px;
  }
}
@media (max-width: 575px) {
  .help-wrap, .help-wrap-offset {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .help-wrap img, .help-wrap-offset img {
    display: block;
    margin: 0px auto 20px;
  }
}

.where-wrap {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.where-wrap-offset {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-left: 100px;
}
.absolute-x-wrap {
  position: relative;
}
.absolute-x {
  position: absolute;
  z-index: 1001;
  top: 0px;
  left: 17px;
  font-size: 150px;
  text-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
@media (max-width: 768px) {
  .where-wrap, .where-wrap-offset {
    display: grid;
    grid-template-columns: 150px auto;
  }
  .where-wrap-offset {
    margin-left: 25px;
  }
  .where-wrap img, .where-wrap-offset img {
    width: 150px;
    height: 150px;
  }
  .absolute-x {
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 17px;
    font-size: 150px;
  }
}

/* "NON" Icons */

.non-icons-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}
.non-icon {
  width: 175px;
  /*height: 145px;*/
/*  border-radius: 50%;
  border: 3px solid #f26320;
  background: rgba(242,99,32,0.15);*/
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  padding: 10px;
}
.non-icon-inner {
  width: 120px;
  height: 135px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(255,255,255,1.0);
  display: grid;
  align-items: center;
}
.non-icon p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
  color: #796359;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.non-icon-inner img {
  width: 120px;
  display: block;
  margin: 0px auto 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .non-icon {
    width: 105px;
    /*height: 105px;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    padding: 10px;
  }
/*  .non-icon-inner {
    width: 100px;
    height: 120px;
  }*/
/*  .non-icon .non-icon-inner p {
    font-size: 24px;
  }*/
}
@media (max-width: 768px) {
  .non-icon {
    width: 105px;
    /*height: 105px;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    padding: 10px;
  }
  .non-icon-inner img {
    width: 80px;
    display: block;
    margin: 0px auto 20px;
  }
  .non-icon-inner {
    width: 100px;
    height: 90px;
  }
  .non-icon .non-icon-inner p {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .non-icon {
    width: 85px;
    /*height: 85px;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, auto));
    padding: 0px;
  }
  .non-icon-inner {
    width: 80px;
    height: 90px;
  }
/*  .non-icon .non-icon-inner p {
    font-size: 20px;
  }*/
}


/* COMPARISON CHART */
.comparison-table {
  /*border: 4px solid #d2d2d2;*/
}
.empty {
  border: none !important;
}
.red-bg-lt {
  /* display: grid;
  align-items: center;
  justify-content: center;*/
  display: block;
  margin: 0px auto;
  background: rgba(175,22,60,0.75);
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 25px;
}
.green-bg-lt {
  /* display: grid;
  align-items: center;
  justify-content: center;*/
  display: block;
  margin: 0px auto;
  background: rgba(106,179,79,0.75);
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 25px;
}
.orange-table-bg {
  display: block;
  margin: 0px auto;
  /*background: linear-gradient(0deg, rgba(255,102,0,1.0), rgba(255,160,0,1.0));*/
  background: white;
  color: rgba(106,179,79,1.0);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 35px;
  line-height: 45px;
}

#sales-intro {
/*  background: linear-gradient(45deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  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;
  min-height: 340px;
  height: 100%;
  position: relative;
  z-index: 1000;*/
  /*text-align: center;*/
}
.initial-content {
  margin-top: -125px;
  /*margin-bottom: 55px;*/
  /*background: url('../images/looseleaf-bg.jpg') top left no-repeat;*/
  background-color: white;
  padding: 35px 35px 75px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.envelope-after {
  position: relative;
  z-index: 1000;
  margin-top: -55px;
  background: white;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.5);
}
#sales-intro h1, h1 {
/*  font-size: 50px;
  line-height: 54px;
  font-weight: 300;*/
  color: #fff;
  /*font-style: italic;*/
  text-shadow: 0px 2px 2px rgba(0,0,0, 1.0);
  font-family: din-condensed, "Avenir", "Helvetica", arial, sans-serif;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
#sales-intro h1 span, h1 span {
  font-family: din-condensed, "Avenir", "Helvetica", arial, sans-serif;
  font-size: 150px;
  line-height: 110px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.5);
}

/* TOP NAV */
.top-menu-placeholder {
  padding: 25px 0px;
  background: rgba(255,255,255,1.0);
  transition: 1.0s;
}
.top-nav-logo {
  width: 200px;
  display: block;
  margin: 0px auto 10px;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}
.btn-block[aria-expanded="true"] {
  color: #004483;
}
.btn-block[aria-expanded="true"] .fa-circle-arrow-down {
  transform: rotate(180deg);
}
.fa-chevron-circle-up {
  height: 30px;
  position: absolute;
  right: 15px;
  top: 30px;
  /*transform: rotate(-180deg);*/
  transition: .2s;
  font-size: 26px;
  transition: all 0.3s ease;
  color: #6ab34f;
}
.btn-block.collapsed .fa-chevron-circle-up {
  transform: rotate(180deg);
  color: #333;
}
.intro-bottle {
  width: 70%;
  display: block;
  margin: 10px auto;
}
.intro-cart-container {
  background: white;
  border-radius: 25px;
  padding: 0px 10px 35px;
  /*box-shadow: 0px 4px 10px rgba(0,0,0,0.25);*/
}
.intro-cart-container h3 {
  margin-bottom: 5px;
}
.intro-cart-container .fa-star {
  color: #ffd200;
}
.intro-cart-container .small-stars {
  font-size: 16px;
  font-weight: 600;
  color: #3085c7;
  margin-bottom: 7px;
}
.intro-cart-container .price {
  font-size: 40px;
  line-height: 40px;
  color: #212227;
  font-weight: 700;
}
.comparison {
  /*max-width:940px;*/
  margin:0 auto;
  font:13px/1.4 "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align:center;
  padding:10px;
}
.comparison table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 5px solid #b1c3cc;
}
.comparison td, .comparison th {
  border-right:1px solid #b1c3cc;
  empty-cells: show;
  padding:10px;
}

.compare-heading {
  font-size:16px;
  line-height: 18px;
  font-weight: bold !important;
  border-bottom: 0 !important;
  padding:10px !important;
}
.compare-heading1, .compare-heading2 {
  border-radius: 10px 10px 0px 0px;
  border: none !important;
}
.compare-heading1 {
  background: #c4d2d8;
}
.compare-heading2 {
  background: #b2c4cc;
}

.comparison .compare-row {
  background:#e2e9ec;
}

.comparison th {
  font-weight:normal;
  padding:0;
  border-bottom:1px solid #b1c3cc;
}

.comparison tr td:first-child {
  text-align:left;
  font-size: 16px;
  border-left: 1px solid #b1c3cc;
}
.comparison .qbse, .comparison .qbo, .comparison .tl {
  color:#FFF;
  padding:10px;
  font-size:13px;
  border-right:1px solid #b1c3cc;
  border-bottom:0;
}
.comparison .tl2 {
  border-right:0;
}
.comparison .qbse {
  background:#0078C1;
  border-top-left-radius: 3px;
  border-left:0px;
}
.comparison .qbo {
  background:#009E2C;
  border-top-right-radius: 3px;
  border-right:0px;
}
.td-title {
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px;
  /*border-left: 2px solid #d2d2d2;*/
}
.td-title-ph {
  font-size: 17px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px;
  background: #004483;
  color: white;
  border-radius: 10px 10px 0px 0px;
  border: none !important;
  border-bottom: 7px solid #e2e9ec !important;
}
.td-category{
  grid-area: category;
  font-size: 18px;
  line-height: 20px;
  background: rgba(0,0,0,0.05);
  padding: 5px 20px 5px 5px;
} 
.td-conventional{
  grid-area: conventional;
  font-size: 35px;
}
.td-micelle {
  background: rgba(106,179,79,0.25);
  border-bottom: 1px solid white;
}
@media (max-width: 767px) {
  /*.comparison td:first-child, .comparison th:first-child {
    display: none;
  }*/
  .comparison tbody tr:nth-child(odd) {
    display:table-row;
    background:#F7F7F7;
    column-span: 2;
  }
  .comparison .row {
    background:#FFF;
  }
  .comparison td, .comparison th {
    border:1px solid #b1c3cc;
  }
  .mobile-category {
    background: #fff;
    padding-top: 30px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
  }
  .mobile-row {
    background:#e2e9ec;
  }
  .orange-table-bg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
  }
  .compare-heading {
    font-size: 12px;
    line-height: 12px;
    /*font-weight: 400 !important;*/
    border-bottom: 0 !important;
    padding:4px !important;
  }
  .comparison tr td:first-child {
    font-size: 14px;
    line-height: 15px;
  }
  .td-title {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
    /*border-left: 2px solid #d2d2d2;*/
  }
  .td-title-ph {
/*    border-radius: 0px;
    border-right: 1px solid #b1c3cc !important;*/
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
  }
}
@media (max-width: 639px) {
  .comparison td, .comparison th {
    padding:10px 5px;
  }
  .comparison .hide-mobile {
    display:none;
  }
  .comparison .qbse, .comparison .qbo {
    font-size: 12px;
    padding: 10px 5px;
  }
  .mobile-category {
    background: #fff;
    padding-top: 30px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
  }
  .mobile-row {
    background:#e2e9ec;
  }
  .td-category{
    grid-area: category;
    font-size: 14px;
    line-height: 15px;
  } 
}

/* FAQ STYLES */

.accordion {
  background: none;
  margin-bottom: 50px;
}
.accordion .lead {
  margin-bottom: 0px;
}
.accordion p {
  line-height: 1.2em;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.accordion button p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.card-header {
  padding: 0px;
  margin-bottom: 0;
  background: none;
  border: none;
}
.card-body {
  border-bottom: 2px solid #e5b100;
  background: rgba(209, 181, 145, 0.15);
  padding: 1.25rem 50px;
}
.card-header button {
  padding: 1.75rem 1.25rem;
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  display: grid;
  grid-template-columns: auto 20px;
}
.accordion>.card {
  border-bottom: 1px solid #d2d2d2;
}
.accordion>.card>.card-header>.collapsed {
  /*border-radius: 9px;*/
  /*margin-bottom: 20px;*/
  /*background: linear-gradient(0deg, rgba(170, 170, 170, 0.15), #ffffff);*/
  /*background: white;*/
  border-bottom: 1px solid rgba(0,0,0,0.3);
  /*border: 2px solid #ffffff;*/
  text-shadow: 0px 1px 2px #ffffff;
  width: 100%;
  text-align: left;
}
.accordion>.card>.card-header {
  border-bottom: 1px solid #e5b100;
  color: #e5b100;
}
.accordion>.card>.card-header>.collapsed:hover {
  background: linear-gradient(180deg, rgba(106,179,79, 0.15), rgba(106,179,79, 0.15));
  /*border: 2px solid #f4f4f4;*/
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
.btn-block[aria-expanded="true"] {
  color: #e5b100;
  width: 100%;
  text-align: left;
}
.btn-block[aria-expanded="true"] .fa-circle-arrow-down {
  transform: rotate(180deg);
}
.fa-chevron-circle-up {
  height: 25px;
  position: absolute;
  right: 15px;
  top: 25px;
  /*transform: rotate(-180deg);*/
  transition: .2s;
  font-size: 26px;
  transition: all 0.3s ease;
  color: #6ab34f;
}
.btn-block.collapsed .fa-chevron-circle-up {
  transform: rotate(180deg);
  color: #333;
}
/*.accordion>.card>.card-header, .accordion>.card>.card-header>.collapsed:focus {
  background: #ffffff;
  border: 2px solid #f4f4f4;
}*/
.accordion .card {
  background: none;
  border: none;
}

/* NUTRITION LABEL */
#nutrition-facts {
  padding-top: 40px;
  padding-bottom: 50px;
}
.nutrition-label {
  border: 5px solid #212227;
  /*margin: 20px;*/
  max-width: 400px;
  /*padding: 0.5px;*/
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  display: block;
  margin: 0px auto 30px;
}
.nutrition-label p {
  margin-bottom: 0px !important;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
}
.nutrition-header {
  padding: 5px;
  border-bottom: 5px solid #212227;
}
.nutrition-label-title {
  font-weight: 700;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  color: #212227;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 28px;
  margin: 0px;
  text-transform: uppercase;
}
.nutrition-header p {
  /*font-weight: 700;*/
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 0px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif !important;
}
.nutrition-header p span {
  font-size: 20px;
}
.aps-wrap {
  padding: 5px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  border-bottom: 1px solid #212227;
}
.aps-heading {
  font-weight: 700;
  font-size: 16px;
}
.aps-sub-wrap {
  padding: 5px;
  display: grid;
  align-items: end;
  grid-template-columns: 3fr 1fr;
  border-bottom: 5px solid #212227;
}
.aps-sub-heading {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0px;
}
.calories-heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 1em;
}
.calories-sub-heading {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 0px;
  font-weight: 700;
}
.calories-sub-number {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  line-height: 1em;
}
.calories {
  display: grid;
  align-content: end;
}
.calories p {
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
}
.label-section {
  border-bottom: 4px solid #212227;
}
.label-main-heading {
  padding: 5px;
  display: grid;
  grid-template-columns: 2fr 0.5fr 0.5fr;
  border-bottom: 2px solid #212227;
}
.label-main-heading sup {
  line-height: 9px;
}
.label-main-heading p {
  text-align: right;
  font-size: 10px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0px;
}
.label-items-main, .label-items-additional {
  font-size: 14px;
  line-height: 1em;
}
.label-item-main {
  padding: 3px 5px;
  border-bottom: 1px solid #212227;
  border-top: 1px solid #212227;
}
.label-item-sub {
  padding: 3px 5px 3px 15px;
  border-bottom: 1px solid #212227;
}
.label-item-main, .label-item-sub {
  display: grid;
  grid-template-columns: 2fr 0.5fr 0.5fr;
}
.label-item-main p, .label-item-sub p {
  text-align: right;
}
.label-item-title {
  text-align: left !important;
}

.label-footer {
  padding: 5px;
}
.label-footer p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}
.label-footer p span {
  font-style: normal;
}
.ingredients-label {
  font-size: 20px;
  margin-bottom: 4px;
}
.ingredients-text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.caution-label {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}
.main-overlay {
  padding-top: 40px;
  padding-bottom: 45px;
  /*background: linear-gradient(0deg, rgba(252,175,0,0.65), rgba(242,99,32,0.65));*/
  /*background: linear-gradient(0deg, rgba(255,102,0,0.8), rgba(255,160,0,0.8));*/
  background: linear-gradient(0deg, rgba(255,255,255,0.85), rgba(255,255,255,0.85));
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.main-overlay-orange {
  padding-top: 40px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, rgba(255,102,0,0.7), rgba(255,160,0,0.7));
}
#sales-intro .sales-title {
  font-size: 90px;
  text-shadow: 0px 2px 2px rgb(0,0,0);
  color: white;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-family: din-condensed, "Avenir", "Helvetica", arial, sans-serif;
  text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.subtitle {
  text-shadow: 0px 2px 2px rgba(255,102,0,0.5);
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  color: white;
}
.section-gray {
  background: #f1f1f1;
}

.checkmarks-wrap {
  margin-top: 25px;
  margin-bottom: 0px;
}
.checkmarks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  justify-content: center;
}
.checkmarks h4 {
  font-size: 20px;
}
.checkmarks .green-circle {
  width: 50px;
  height: 50px;
  background: #6ab34f;
  border-radius: 50%;
  margin: 0px auto 9px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.checkmarks .green-circle i {
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 575px) {
  .checkmarks .green-circle {
    width: 50px;
    height: 50px;
  }
  .checkmarks .green-circle i {
    font-size: 30px;
    font-weight: 900;
  }
}

/* Prices */

.price-one {
  margin-top: 25px;
}
.best-value {
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
}
.price-first {
  margin-top: 25px;
}
.product-name-mini {
  font-weight: 700;
  text-shadow: 0px 1px 1px #ffffff;
  margin-bottom: 20px;
  font-size: 18px;
}
.product-name-mini span {
  font-size: 32px;
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.price-callout {
  /*background: rgba(109, 141, 138, 1.0);*/
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  /*background: rgba(0,0,0,0.5);*/
  background: #47362c;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  color: white;
  text-shadow: 0px 1px 1px #000000;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 16px;
}
.price-crossout {
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #bf0005;
  margin-bottom: 20px;
  /*text-decoration: line-through;
  text-decoration-thickness: 4px;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-thickness: 4px;*/
}
.price-crossout {
    position: relative;
    display: inline-block;
}
.price-crossout::before, .price-crossout::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.price-crossout::before {
    border-bottom: 2px solid #bf0005;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.price-crossout::after {
    border-bottom: 2px solid #bf0005;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
}
.btn-wrap {
  text-align: center;
  margin: 40px auto;
  display: grid;
  width: 250px;
}
.price-item .btn-wrap, .btn-wrap {
  margin-bottom: 50px;
}
.price-item .btn-main, .btn-main, .btn-orange {
  background: #fc9903;
  background: linear-gradient(0deg, #fc5503, #fc9903);
  padding: 20px 25px;
  border-radius: 9px;
  font-size: 24px;
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .img-guarantee {
    margin: 0px auto 20px;
  }
}
@media (max-width: 767.98px) {
  .img-product-small {
    max-width: 220px;
  }
}
.img-cards {
  width: 200px;
  margin-bottom: 20px;
}
.img-mbg {
  width: 200px;
  margin-bottom: 10px;
}
.price-callout-empty {
  /*background: rgba(106,179,79,0.75);*/
  padding: 7px 10px;
  /*border-radius: 6px 6px 0px 0px;*/
  text-align: center;
  /*margin-bottom: 7px;*/
}
.supply-level {
  font-size: 20px;
  font-weight: 700;
  color: #777777;
  text-transform: uppercase;
}
.bottle-amount {
  font-size: 24px;
  color: #212227;
}
.product-image {
  width: 200px;
  display: block;
  margin: 20px auto;
}

/* REVISED CART */

.price-item {
  background: linear-gradient(0deg, #f1f1f1, rgba(255,255,255,1.0)); 
  /*border-radius: 9px;*/
  /*padding: 5px 5px 20px;*/
  padding: 0px 0px 20px;
  box-shadow: 5px 5px 12px rgb(0,0,0,0.25) inset, -8px -8px 9px rgb(255,255,255,0.5) inset;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  position: relative;
}
@media (max-width: 1260px) {
  .price-item br {
    display: block;
  }
}
.price-one {
  margin-top: 25px;
}
.best-value {
  border: 9px solid;
  border-image-slice: 1;
  border-width: 9px;
  border-image-source: linear-gradient(180deg, #41aaf7 0%, #004483 100%);
  background: linear-gradient(180deg, rgba(32, 16, 11, 1.0), rgba(209, 181, 145, 0.15), rgba(255,255,255,1.0));
}
.price-first {
  margin-top: 25px;
}
.product-name-mini {
  font-weight: 700;
  text-shadow: 0px 1px 1px #ffffff;
  margin-bottom: 20px;
  font-size: 18px;
}
.product-name-mini span {
  font-size: 32px;
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.price-callout-best {
  background: linear-gradient(180deg, #41aaf7 0%, #004483 100%);
  padding: 10px;
  text-transform: uppercase;
  /*border-radius: 6px 6px 0px 0px;*/
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 0px 1px 1px #212227;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 32px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.img-product-small {
  width: 250px;
  display: block;
  margin: 10px auto;
}
@media (max-width: 991.98px) {
  .img-product-small {
    width: 200px;
    display: block;
    margin: 10px auto;
  }
}
.card-price {
  display: inline-block;
  
  width: auto;
  height: 38px;
  
  background-color: #6ab34f;
  -webkit-border-radius: 3px 4px 4px 3px;
  -moz-border-radius: 3px 4px 4px 3px;
  border-radius: 3px 4px 4px 3px;
  border-left: 1px solid #6ab34f;

  margin-left: 19px;
  color: white;
  line-height: 38px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  z-index: 1001;
  top: 15%;
  /*left: 20%;*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
  box-shadow: 0px 2px 4px rgba(0,0,0,0.75);

  padding: 0 10px 0 10px;
  transform: rotate(-13deg);
}

/* Makes the triangle */
.card-price:before {
  content: "";
  position: absolute;
  display: block;
  left: -19px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 19px solid #6ab34f;
}

/* Makes the circle */
.card-price:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -9px;
  top: 17px;
}
.savings-ribbon {
  background: #6ab34f;
  display: inline-block;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
  position: absolute;
  z-index: 1001;
  font-size: 18px;
  left: 50%;
  top: 30%;
  text-transform: uppercase;
  transform-style: preserve-3d;
  /*transform: rotate(-17deg) skew(-17deg, 10deg);*/
  border-radius: 0px 3px 3px 0px;
  box-shadow: 0px 4px 10px rgba(0,0,0,1.0);
}
.ribbon {
  clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 2% 50%, 0% 100%, 0% 50%, 0 0);
  margin-bottom: 25px;
  border-top: 3px solid #71cc50;
  border-bottom: 3px solid #71cc50;
  border-left: 3px solid #71cc50;
  /*height: 70px;*/
  background: #6ab34f;
  display: grid;
  align-items: center;
  text-align: center;
  padding: 7px 20px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
  /*max-width: 50%;*/
  /*border-radius: 7px 0px 0px 7px;
  border-radius: 0.7rem 0 0 0.7rem;*/
  box-shadow: 0px 2px 4px rgba(0,0,0,0.75);

  transform: rotate(-15deg) skew(-15deg, 10deg);

  color: white;
  font-weight: 700;

  position: absolute;
  z-index: 1001;
  font-size: 28px;
  line-height: 1.0;
  left: 0%;
  top: 25%;
  width: 60%;
}
.price-cbp {
  font-size: 55px;
  font-weight: 700;
  color: #6ab34f;
  margin-bottom: 40px;
  line-height: 32px;
  text-shadow: 0px 2px 2px rgba(255,255,255,1.0);
}
.price-item .btn-wrap {
  margin-bottom: 50px;
}
.price-item .btn-main, .btn-orange {
  background: #fc9903;
  background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);
  padding: 20px 25px;
  border-radius: 9px;
  color: #004483;
  text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
  font-size: 26px;
  cursor: pointer;
}
.btn-addtocart-wrap {
  /*overflow: hidden;
  position: relative;*/
  padding: 20px 25px 30px;
  border-radius: 9px;
  display: inline-block;
  margin: 0px auto;
}
/*.btn-addtocart {
  transition:  all 0.3s ease;
}*/
.btn-addtocart:before {
  position: absolute;
  top: -5px;
  left: 50px;
  content: "";
  width: 50px;
  height: 75px;
  background: rgba(255, 255, 255, 0.15);
  transform: skew(-30deg);
  animation: sheen 5s ease infinite;
}
@keyframes sheen { 
  from {left: 0%; opacity: 0;} 
  to {left: 100%; opacity: 100;}
}
.price-item .btn-main:hover, .btn-main:hover, .btn-orange:hover {
  background: #6ab34f;
  color: white;
  /*margin-bottom: 25px;*/
  text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 10px rgba(255,255,255,1.0);
  text-decoration: none;
}
/*.price-item .btn-main:hover {
  margin-bottom: 25px;
}*/
.btn-addtocart:hover:before {
  -webkit-animation-play-state:paused !important;
  -moz-animation-play-state:paused !important;
  -o-animation-play-state:paused !important;
  animation-play-state:paused !important;
}
@media (max-width: 991.98px) {
  .img-guarantee {
    margin: 0px auto 20px;
  }
}

.img-cards {
  width: 200px;
  display: block;
  margin: 0px auto 20px;
}
.img-mbg {
  width: 200px;
  display: block;
  margin: 0px auto 10px;
}
.price-callout-empty {
  padding: 20px 10px 0px;
  text-align: center;
}
.supply-level {
  font-size: 20px;
  font-weight: 700;
  color: #777777;
  text-transform: uppercase;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.bottle-amount {
  font-size: 24px;
  color: #212227;
}
.product-image {
  width: 200px;
  display: block;
  margin: 20px auto;
}
.blue-dk {
    color: #004483 !important;
}

.small-title {
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 10px;
}
.medium-heading {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
}
.references-list li {
  font-size:14px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  margin-bottom:5px;
}

/* BE Amazed Guarantee */

.be-amazed {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(33deg, rgba(165, 188, 202, 1.0), rgba(243, 244, 246, 1.0), rgba(173, 195, 208, 1.0));
  padding: 40px;
  border-radius: 20px;
}
.jumbo-heading {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  font-size: 90px;
  line-height: 0.9em;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgba(255,255,255,1.0);
  font-weight: 900;
}
.money-back-heading {
  margin-bottom: 5px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgba(255,255,255,1.0);
  font-weight: 900;
}
.money-back-body {
  margin-bottom: 10px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
  text-shadow: 0px 2px 2px rgba(255,255,255,1.0);
  font-weight: 500;
}
.money-back-hassle {
  margin-bottom: 0px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  font-size: 24px;
  text-shadow: 0px 2px 2px rgba(255,255,255,1.0);
}
.be-amazed-text {
  display: grid;
  grid-gap: 10px;
  /*grid-template-rows: 1fr 1fr;*/
}
.be-amazed-guarantee {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
}
.be-amazed-img-wrap {
  display: grid;
  justify-content: center;
  align-items: center;
}
.be-amazed img {
  display: grid;
  justify-content: center;
  align-items: center;
}
.be-amazed-img-wrap img {
  width: 350px;
}
.guarantee-section {
  padding-bottom: 40px;
}
.be-amazed-guarantee-text {
  padding: 25px;
  background: rgba(165, 188, 202, 0.25);
  border-radius: 20px;
}
.be-amazed-guarantee-text p {
  margin-bottom: 2px;
}
.guarantee-wrap, .guarantee-wrap-last {
  text-align: left;
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 20px;
  align-items: center;
}
.img-guarantee, .img-guarantee-last {
  max-width: 150px;
  /*margin-left: -150px;*/
  /* margin: 0px auto; */
  /*margin-right: 20px;*/
  display: block;
 /* margin-top: -10px;
  margin-bottom: -70px;*/
  position: relative;
  z-index: 1000;
  /*float: left;*/
}

@media (max-width: 991.98px) {
  .guarantee-wrap p {
    text-align: left;
  }
  .be-amazed {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .guarantee-wrap-last {
    display: grid;
    grid-template-columns: 1fr;
  }
  .img-guarantee-last {
    margin: 0px auto;
  }
  .be-amazed {
    padding: 40px 20px;
  }
  .be-amazed .img-guarantee {
    width: 200px;
  }
  .be-amazed-guarantee {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    justify-content: center;
    align-items: center;
  }
  .jumbo-heading {
    font-size: 65px;
  }
}
@media (max-width: 499.98px) {
  .guarantee-wrap {
    grid-template-columns: 1fr;
  }
}

.disclaimer, .disclaimer p {
  font-family: "Avenir", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

/* FOOTER */

#footer {
  display: grid;
  /*background: linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.6));*/
  background: rgba(209, 181, 145, 0.5);
  padding-top: 35px;
  padding-bottom: 50px;
}
#footer p {
  color: #20100b;
  font-size: 12px;
  margin-bottom: 7px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
#footer a {
  /*color: #f4f4f4;*/
}
.wp-footer {

}
.footer-logo {
  display: block;
  margin: 0px auto 25px;
  width: 200px;
}

@media (max-width: 1199.98px) {
  .grid-column {
    width: 150px;
  }
  .img-circle-negative-margins {
    margin: 0px auto;
  }
}
@media (max-width: 991.98px) {
  .grid-column {
    width: 110px;
  }
  .grid-column h4 {
    font-size: 18px;
  }
  .img-bottle {
    max-width: 150px;
  }
  .img-guarantee-180 {
    width: 200px;
    margin-left: -100px;
  }
  .intro-bottle {
    width: 150px;
    display: block;
    margin: 10px auto;
  }
  #sales-intro h1 span, h1 span {
    font-size: 105px;
    line-height: 94px;
  }
  .img-guarantee-180 {
    width: 200px;
    margin-left: -45px;
  }
}
@media (max-width: 767.98px) {
  #sales-intro .sales-title {
    font-size: 60px;
  }
  .grid-column {
    width: 110px;
  }
  .img-bottle {
    transform: rotate(0deg);
    max-width: 150px;
    display: block;
    margin: 0px auto;
  }
  .img-guarantee-180 {
    width: 300px;
    margin: 0px auto;
    display: block;
    float: none;
  }
}
@media (max-width: 574.98px) {
/*  .grid-centered {
    grid-gap: 10px;
  }*/
  h1 {
    font-size: 54px;
  }
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.4rem;
  }

  #sales-intro .sales-title {
    font-size: 55px;
    margin-bottom: 15px;
    line-height: 0.9em;
  }
  .img-circle {
    max-height: 100px;
    max-width: 100px;
  }
  .img-bottle {
    max-width: 100px;
  }
  .grid-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 0px;
  }
  .grid-img-sm {
    width: 80px;
    height: 80px;
  }
  .ways {
    display: grid;
    grid-template-columns: 90px auto;
    grid-gap: 15px;
  }
  .img-ways {
    width: 90px;
    margin: 0px auto;
    display: block;
  }
  #sales-intro h1 span, h1 span {
    font-size: 95px;
    line-height: 85px;
  }
}
@media (max-width: 475px) {
  h1 {
    font-size: 44px;
    line-height: 1.0em;
  }
  #sales-intro h1 span, h1 span {
    font-size: 60px;
    line-height: 1.0em;
  }
  h2 {
    font-size: 34px;
  }
  .subscribe-bottles {
    grid-template-columns: 1fr;
  }
  .bottle-options {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .pic {
    display: none;
  }
  .month-supply {
    margin-bottom: 0px;
  }
  .btn-green-addtocart {
    display: block;
  }
}
@media (max-width: 400px) {
  #sales-intro h1 span, h1 span {
    font-size: 86px;
    line-height: 81px;
  }
}
@media (max-width: 375px) {
  #sales-intro .sales-title {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .subtitle {
    font-size: 30px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 24px;
  }
  .large-heading {
    font-size: 40px;
    line-height: 42px;
  }
  .medium-heading {
    font-size: 28px;
    line-height: 30px;
  }
  .img-circle-product, .img-circle-ccplus, .img-circle-cbplus {
    margin: 0px auto;
    max-width: 220px;
  }
}

/* Blurred Text */

.title-wrapper {
  --blur: 5;
  font-size: 5rem;
  position:relative;
  display:flex;
  flex-direction:row;
  justify-content:center;  
}
.blurred-wrapper {
  position: absolute;
  filter: blur(1rem);
  transform: scale(
    var(--blur),
    0.001
  );
}
.blurred {
  transform: scale(
    calc( 1/var(--blur) ),
    775);    
}
#spacex{
  background:none;
  font-family: din-condensed, "Avenir", "Helvetica", arial, sans-serif;
  color:hsl(200,100%,80%);
}
#spacex>.still{
  color:white;
  font-weight: 900;
  font-style: italic;
  font-family: din-condensed, "Avenir", "Helvetica", arial, sans-serif;
}