/* ============================================================
   EVERBELLA COMBINED STYLESHEET
   Merged from main.css and style-everbella.css
   When conflicts exist, style-everbella.css takes precedence.
   ============================================================ */

/* ---------- BASE / RESET ---------- */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
}

body {
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: #181818;
  font-size: 18px;
  line-height: 1.6em;
  background: #fff;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: proportional-nums;
}
@media (max-width: 500px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #2197ff;
}
a:hover {
  color: #a4caff;
  text-decoration: none !important;
}
a:focus, a:visited {
  outline: none;
  color: #2174ff;
}
a:active {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

b, strong {
  font-weight: bold;
}
strong {
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
}

button {
  background: none;
  border: 0;
  padding: 0px;
  cursor: pointer;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 2px solid #d2d2d2;
}

.container {
  position: relative;
  z-index: 10;
}

/* ---------- TYPOGRAPHY ---------- */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  line-height: 1.2em;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 5px 0;
}
h1 {
  font-size: 75px;
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1.1;
}
h1 .large-span {
  font-size: 80px;
  font-size: 8.0rem;
  color: #77bc20;
  font-weight: 900;
}
.h1-alt {
  font-size: 45px;
  font-size: 4.5rem;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  font-weight: 100;
}
h2 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.1em;
}
h1, h2 { margin-bottom: 25px; }

h3 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.1em;
  font-weight: 200;
}
h4 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2em;
  font-weight: 300;
}
h3, h4 {
  margin-bottom: 25px;
}
h5 {
  font-size: 18px;
  line-height: 1.2em;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  .h1-alt {
    font-size: 40px;
    font-size: 4.0rem;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    font-weight: 100;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1.1;
  }
  h1 .large-span {
    font-size: 55px;
    font-size: 5.5rem;
    color: #cd1900;
    font-weight: 900;
  }
  h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h4 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2em;
  }
}
.light-weight {
  font-weight: 300;
}

p, li {
  font-size: 16px;
  line-height: 1.7;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
p {
  margin-bottom: 20px;
  font-weight: 300;
}
ul li, ol li {
  font-size: 16px;
  font-weight: 300;
}

small p {
  font-size: 10px;
  line-height: 11px;
  color: #6d8d8a;
  font-style: italic;
}

sup {
  font-size: 60%;
  font-weight: 500;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  top: -0.6em;
}

.learning-curve {
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.hero-font {
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

/* BLOCKQUOTES */
.blockquote-footer {
  font-size: 100%;
}
blockquote {
  margin-top: 15px;
  margin-bottom: 40px;
}
blockquote p {
  font-size: 20px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  line-height: 32px;
  color: #202227;
  font-size: 300;
  font-style: italic;
  padding-left: 30px;
  border-left: 4px solid white;
}
blockquote p:before {
  content: '"'
}
blockquote p:after {
  content: '"'
}
@media (max-width: 767.98px) {
  blockquote p {
    font-size: 18px;
    line-height: 30px;
    padding-left: 20px;
    margin-left: 0px;
  }
}

/* LISTS - ol/eb-list/wp-list */
ol, .wp-list, .eb-list {
  list-style: none;
  counter-reset: wp-list-counter;
}
ol, .eb-list {
  margin-bottom: 30px;
}
ol, ul {
  margin: 0;
  padding: 0;
}
ol li, .wp-list li {
  margin-bottom: 15px;
}
.eb-list li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 15px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  text-wrap: wrap;
  padding-left: 10px;
}
ol li:before, .wp-list li:before {
  content: counter(wp-list-counter) " ";
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 25px;
  font-size: 20px;
  background-color: #816aa9;
  font-weight: 700;
  font-family:  hero-new, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  position: absolute;
  z-index: 2;
  color: white;
  margin-left: -40px;
}
.eb-list li:before {
  content: counter(wp-list-counter) " ";
  width: 15px;
  height: 15px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 15px;
  background-color: rgba(255,255,255, 1.0);
  font-weight: 900;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  z-index: 2;
  color: #b4b4b4;
  margin-left: -20px;
}
ol > li::before {
  counter-increment: wp-list-counter;
  content: counter(wp-list-counter);
  margin-right: 10px;
}
ol .pink-number:before, .wp-list .pink-number:before {
  background-color: #ad3d5c;
}
ol li ul {
  list-style: none;
  padding-left: 25px;
  margin-bottom: 25px;
}
ol li p {
  margin-bottom: 9px;
}
ol li ul li {
  margin-bottom: 10px;
}
ol li ul li::before {
  content: "•";
  font-size: 40px;
  line-height: 15px;
  margin: 0px 0px 0px -35px;
  color: #2197ff;
  background: none;
}
.ccp-list {
  padding-left: 40px;
  margin-bottom: 25px;
}
.ccp-list li {
  margin-bottom: 13px;
  line-height: 1.5;
  overflow-wrap: break-word;
}
.ccp-list li:before {
  content: counter(wp-list-counter) " ";
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 29px;
  background-color: #816aa9;
  font-weight: 900;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  z-index: 2;
  color: #fff;
  margin-left: -45px;
  border: 3px solid #3b1e6a;
}

/* HEART LISTS (from main.css) */
.heart-ul {
  padding-left: 0px;
}
.heart-ul li {
  background-image: url(../images/heart-icon-eucalyptus.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 10px, center;
  list-style: none;
  line-height: 1.2em;
  padding: 10px 10px 10px 40px;
}
.heart-ul-sm {
  padding-left: 0px;
}
.heart-ul-sm li {
  background-image: url(../images/heart-icon-eucalyptus.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  list-style: none;
  line-height: 1.2em;
  background-position: 0px, center;
  font-size: 14px;
  padding: 10px 10px 0px 28px;
}
.heart-ul-purple li {
  background-image: url(../images/heart-icon-purple.svg);
}
.heart-ul-eucalyptus li {
  background-image: url(../images/heart-icon-eucalyptus2.svg);
}
.heart-ul-rust li {
  background-image: url(../images/heart-icon-rust.svg);
}

.secondary-main ul {
  margin-bottom: 35px;
}
.secondary-main ul li {
  margin-bottom: 15px;
}

/* SMALL TITLES / UTILITIES */
.small-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
}
.uppercase {
  text-transform: uppercase;
}
.ls-2 {
  letter-spacing: -2px;
}
.font-weight-bold {
  font-weight: 900;
}
.underline-green {
  background: linear-gradient(to top,transparent 0,transparent 7px,rgba(119,188,32,0.95) 0,rgba(119,188,32,0.95) 18%,transparent 18%,transparent 100%);
}
.underline-purple {
  background: linear-gradient(to top,transparent 0,transparent 7px,rgba(129,106,169,0.95) 0,rgba(129,106,169,0.95) 18%,transparent 18%,transparent 100%);
}
.underline-purple-dk {
  background: linear-gradient(to top,transparent 0,transparent 4px,rgba(59,30,106,0.75) 0,rgba(59,30,106,0.5) 11%,rgba(59,30,106,0.9) 18%,transparent 18%,transparent 100%);
}

/* TEXT/BG COLORS */
.white { color: #ffffff !important; }
.green { color: #77bc20 !important; }
.red { color: #cd1900 !important; }
.ccp { color: #816aa9 !important; }
.ccp-dk { color: #3b1e6a !important; }
.lavender { color: #816aa9 !important; }
.lt-lavender { color: #b69fd5 !important; }
.green-lt { color: #6d8d8a !important; }
.purple { color: #816aa9 !important; }
.eucalyptus { color: #81A997 !important; }
.eucalyptus-dk { color: #0d403d !important; }
.nutraboost { color: #cd5d28 !important; }
.nutraboost-lt { color: #e3a386 !important; }
.gray1 { color: rgba(255,255,255,0.6) !important; }
.gray2 { color: rgba(255,255,255,0.4) !important; }
.gray3 { color: rgba(255,255,255,0.2) !important; }
.gray-alt1 { color: rgba(0,0,0,0.6) !important; }
.gray-alt2 { color: rgba(0,0,0,0.4) !important; }
.gray-alt3 { color: rgba(0,0,0,0.2) !important; }
.blue-dk { color: #004483 !important; }

.red-bg { background: #cd1900; }
.blue-bg { background: #e6f5f8; }
.rose-bg { background: #c07aa4 !important; }
.green-bg { background: #1d4d4a !important; }
.lt-green-bg { background: #6d8d8a; }
.purple-bg { background: #816aa9 !important; }
.ccp-bg { background: #816aa9; }
.ccp-dk-bg { background: #3b1e6a; }
.nutraboost-bg { background: #cd5d28 !important; }
.beige-bg { background: #f5f2ef; }
.black-bg { background: #181818; }
.eucalyptus-dk-bg { background: #0d403d !important; }
.rosegold-bg {
  background: linear-gradient(45deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
}
.bg-white {
  background: white;
}

.mb-30 {
  margin-bottom: 30px;
}
.btn-spacing {
  margin-bottom: 15px;
}
.tm {
  font-size: 10px !important;
  letter-spacing: -1px;
  line-height: 1.0em;
}

.weight-100 { font-weight: 100; }
.weight-300 { font-weight: 300; }
.weight-700 { font-weight: 700; }
.rotate-3 { transform: rotate(-3deg); }
@media (max-width: 768px) {
  .rotate-3 { transform: rotate(0deg); }
}
.text-indent-1 { text-indent: 30px; }
.text-indent-2 { text-indent: 60px; }
.text-indent-3 { text-indent: 90px; }
.text-indent-4 { text-indent: 120px; }
@media (max-width: 560px) {
  .text-indent-1, .text-indent-2, .text-indent-3, .text-indent-4 {
    text-indent: 0px;
  }
}

.none {
  display: none;
}

.boldem {
  font-weight: 800;
  font-style: italic;
}

.disclaimer, .disclaimer p {
  font-style: italic;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

/* ---------- FORMS ---------- */
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.7rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  background: none;
  background-clip: padding-box;
  border: 1px solid white;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 7px;
}
legend {
  font-weight: 600;
  font-weight: 400;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.form-group {
  margin-bottom: 5px;
}
.form-group label {
  font-size: 15px;
  margin-bottom: 15px;
  color: #141425 !important;
  font-weight: 600;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.form-group p {
  margin-top: 10px;
  font-size: 14px;
}
select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.form-check .custom-radio {
  margin-left: 0px;
}
.terms {
  padding-left: 0px;
}
.terms .radio-container {
  font-size: 18px;
  font-weight: 600;
  padding-left: 40px;
}

label {
  padding: 0px 10px;
}

/* CHECKBOX */
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 45px;
  min-height: 30px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 300;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
  background-image: url(../images/checkbox-bg-checked.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.css-label {
  background-image: url(../images/checkbox-bg2.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .checkbox-wrap {
    margin-bottom: 25px;
  }
}
.plan-header input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.radio-container {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 16px;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #6d8d8a;
  border-radius: 50%;
}
.solo-checkmark {
  margin-top: 20px;
}
.row-form {
  margin-left: 0px;
  margin-right: 0px;
}
.radio-container:hover input ~ .checkmark {
  background-color: #98b4ee;
}
.radio-container input:checked ~ .checkmark {
  background-color: #1d4d4a;
}
.radio-container input:checked ~ .checkmark-no {
  background-color: #AD3D5C !important;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
.radio-container .checkmark:after {
  left: 5px;
  top: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: white;
  content: "\f00c";
  text-align: center;
}
.radio-container .checkmark-no:after {
  left: 8px;
  top: 1px !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: white;
  content: "\f00d";
  text-align: center;
}
.checkbox-wrap {
  margin-bottom: 4px;
}

/* MOBILE MENU "X" */
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ aside .aside-left {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
input[type="checkbox"]:checked ~ aside .aside-right {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
input[type="checkbox"]:checked ~ label .bar {
  background-color: #fff;
}
input[type="checkbox"]:checked ~ label .top {
  -webkit-transform: translateY(0px) rotateZ(45deg);
  transform: translateY(0px) rotateZ(45deg);
}
input[type="checkbox"]:checked ~ label .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}
input[type="checkbox"]:checked ~ label .middle {
  width: 0;
}

/* ---------- NAVBAR / NAVIGATION ---------- */
/* YELLOW BAR */
.yellow-bar {
  background: #ffb700;
  background: linear-gradient(45deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  padding: 7px 0px;
  position: absolute;
  width: 100%;
  top: 64px;
}
.yellow-bar p, .yellow-bar a {
  text-transform: uppercase;
  text-decoration: none;
  color: #212227;
  font-size: 20px;
  font-weight: 700;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

.sm-logo-main {
  width: 0px;
}
.sm-logo-main.vis {
  width: 248px;
  transition: all 0.5s ease;
}
.sm-logo-main svg, .sm-logo-main img {
  width: 60px;
  place-items: left center;
  padding-top: 7px;
  padding-bottom: 7px;
}
#everbella-navbar-collapse {
  justify-content: end;
  transition: all 0.5s ease;
}
#everbella-navbar-collapse.vis {
  justify-content: end;
  transition: all 0.5s ease;
}
.navbar-background {
  background: rgba(32,34,39,0.0);
  -webkit-transition: height .5s;
  transition: height .5s;
  min-height: 10px;
}
.navbar-background-alt {
  background: rgba(32,34,39,0.0);
  box-shadow: none;
  -webkit-transition: height .5s;
  transition: height .5s;
  min-height: 10px;
  transition: all 0.5s ease;
  justify-content: center;
}
.navbar {
  padding: 0px 30px;
}
.navbar-background.vis, .navbar-background-alt.vis {
  background: rgba(32,34,39,1.0);
  -webkit-box-shadow: 0px 4px 8px rgba(0,0,0, 0.25);
  box-shadow: 0px 4px 8px rgba(0,0,0, 0.25);
  -webkit-transition: 1s;
  transition: 1s;
  justify-content: space-between;
}
.img-main-logo {
  opacity: 1.0;
  width: 248px !important;
  position: relative;
}
.img-main-logo.vis {
  opacity: 1.0;
  -webkit-transition: background 1s;
  transition: background 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

/* TEMP NAVBAR */
.navbar-temp {
  background: rgba(32,34,39,1.0);
  opacity: 1.0;
  -webkit-transition: height .5s;
  transition: height .5s;
  min-height: 10px;
}
.sm-logo-main-vis {
  width: 248px;
}
.logo-vis {
  opacity: 1.0;
}

/* NAVIGATION */
.nav-link {
  font-size: 13px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  letter-spacing: 2px;
  font-weight: 400;
}
.nav-link a {
  padding: 15px 14px;
  color: #fff;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-link a:hover {
  color: #212227;
  text-decoration: none;
  background: linear-gradient(35deg, #d1a493, #fedfcb);
}
.intro-logo {
  width: 400px;
  margin: 0px auto 45px;
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1.0;
}
.intro-logo.vis {
  width: 300px;
  margin: 0px auto 45px;
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.0;
}
.nav-biotin {
  border-left: 4px solid #81A997 !important;
}
.nav-collagen {
  border-left: 4px solid #816aa9 !important;
}
.nav-nutraboost {
  border-left: 4px solid #cd5d28 !important;
}
.navbar-toggler {
  padding: 1.25rem;
}
.bar {
  display: block;
  background-color: #ffffff;
  width: 35px;
  width: 3.5rem;
  height: 2px;
  height: 0.2rem;
  border-radius: 4px;
  border-radius: 0.4rem;
  margin: 5px auto;
  margin: 0.75rem auto;
  -webkit-transition: background-color 0.4s ease-in, width 0.4s ease-in, -webkit-transform 0.4s ease-in;
  transition: background-color 0.4s ease-in, width 0.4s ease-in, -webkit-transform 0.4s ease-in;
  transition: background-color 0.4s ease-in, transform 0.4s ease-in, width 0.4s ease-in;
  transition: background-color 0.4s ease-in, transform 0.4s ease-in, width 0.4s ease-in, -webkit-transform 0.4s ease-in;
}
.bar.vis {
  background-color: #423630;
}
.current-menu-item a {
  color: white;
  padding: 0px;
  padding: 15px 12px;
  padding: 1.5rem 1.2rem;
  border-radius: 7px;
  border-radius: 0.7rem;
}
.current-menu-item .dropdown-menu .nav-link a {
  background: none;
}
.current-menu-item .dropdown-menu .nav-link a:hover {
  background: #0081f5;
  border-radius: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0;
  margin: 0px;
  font-size: 14px;
  color: #202227;
  text-align: left;
  list-style: none;
  background: linear-gradient(180deg, #ffffff, #f4f4f4);
  background-clip: padding-box;
  border-radius: 0px 0px 4px 4px;
  border-radius: 0 0 0.4rem 0.4rem;
  box-shadow: 0px 4px 20px rgba(15, 0, 100, 0.25);
  box-shadow: 0 0.4rem 2.0rem rgba(15, 0, 100, 0.25);
  min-width: 300px;
  min-width: 30.0rem;
  margin-top: -5px;
}
.dropdown-menu .nav-link {
  border-bottom: 1px solid rgba(66,54,48,0.7);
  padding: 0px !important;
}
.dropdown-menu .nav-link:last-child {
  border: none;
}
.dropdown-menu .current-menu-item:last-child {
  border-radius: 0px 0px 4px 0;
  border-radius: 0 0 0.4rem 0;
}
.dropdown-menu .nav-link:last-child a:hover {
  border-radius: 0px 0px 4px 0px;
  border-radius: 0 0 0.4rem 0;
}
.dropdown-menu .dropdown-item {
  color: #202227;
  padding-top: 7px;
  padding-top: 0.7rem;
  padding-bottom: 7px;
  padding-bottom: 0.7rem;
  font-weight: 600;
  width: 100%;
}
.dropdown-menu .dropdown-item a {
  padding: 15px;
  padding: 1.5rem;
}
.dropdown-menu .nav-link a {
  color: #212227;
  line-height: 1.5em;
  padding: 9px 14px;
  padding: 0.9rem 1.4rem;
  letter-spacing: 0;
}
.dropdown-menu .current-menu-item {
  background: white;
}
.dropdown-menu .current-menu-item a {
  background: #0081f5;
}
.dropdown-menu .current-menu-item a:first-child {
  border-radius: 0px;
}
.dropdown-menu .nav-link a:hover {
  color: #212227;
  margin: 0px;
  border-radius: 0px;
  background: linear-gradient(35deg, #d1a493, #fedfcb);
}
.dropdown-menu .current-menu-item a:hover {
  border-radius: 0px;
  color: #202227;
}
.dropdown-menu .dropdown-item a:hover, .dropdown-menu .dropdown-item:hover {
  background: #202227;
  color: white;
  width: 100%;
}

@media (max-width: 991.98px) {
  .navbar-background-alt {
    justify-content: space-between;
  }
  .navbar-nav {
    background: #d1a493;
    background: linear-gradient(35deg, #d1a493, #fedfcb);
    border: 1px solid rgba(209,164,147,0.5);
    border-bottom: 0px;
    right: 0 !important;
    border-radius: 13px 0px 0px 13px;
  }
  .nav-link {
    display: block;
    padding: 0px;
    border-bottom: 1px solid rgba(233,195,177,0.5);
  }
  .navbar-nav .nav-link:first-child, .navbar-nav .nav-link:first-child:hover, .navbar-nav .nav-link:first-child a:hover {
    border-radius: 13px 0px 0px 0px;
  }
  .navbar-nav .nav-link:last-child, .navbar-nav .nav-link:last-child:hover, .navbar-nav .nav-link:last-child a:hover {
    border: none;
    border-radius: 0px 0px 0px 13px;
  }
  .nav-link:hover {
    background: #d1a493;
  }
  .nav-link a {
    color: #7a574c;
  }
  .navbar-collapse {
    border: none;
    margin-right: 0px;
    position: absolute;
    top: 70px;
    top: 7.0rem;
    right: 0;
    left: 0;
    left: 0%;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.show {
    background: none;
    transition: all 0.3s ease;
    height: auto;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-left: 100%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.show {
    right: 0;
    box-shadow: none;
  }
  .navbar {
    padding: 0px 10px;
  }
  .navbar-nav .dropdown-menu {
    display: block;
    box-shadow: none;
    min-width: 100%;
    border: 0px;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #feefe6;
  }
  .dropdown-menu .nav-link:first-child, .dropdown-menu .nav-link:last-child, .dropdown-menu .nav-link:first-child:hover, .dropdown-menu .nav-link:first-child a:hover, .dropdown-menu .nav-link:last-child:hover {
    border-radius: 0px;
  }
  .dropdown-menu .nav-link a:hover {
    color: white;
    text-decoration: none;
    background: #212227;
    padding-left: 35px;
    padding-left: 3.5rem;
    padding: 10px 14px;
    padding: 1.0rem 1.4rem;
  }
  .dropdown-menu {
    border-top: 1px solid #a9c5ff;
    border-bottom: none;
    border-radius: 0px;
    background: rgba(255,255,255,0.9);
    min-width: 75%;
    margin-top: 0px;
  }
  .dropdown-menu .nav-link {
    border-bottom: 1px solid #0f41ff;
  }
  .dropdown-menu .current-menu-item:last-child {
    border-radius: 0px;
  }
  .dropdown-menu .nav-link {
    border-bottom: 1px solid #f2f2f2;
    background: rgba(254,239,230,0.25);
  }
  .dropdown-menu .nav-link a {
    padding: 7px 14px;
    padding: 0.7rem 1.4rem;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    font-weight: 500;
  }
  .dropdown-menu .nav-link a, .dropdown-menu .current-menu-item a:hover {
    color: #1D3347;
    padding: 10px 14px;
    padding: 1.0rem 1.4rem;
  }
  .dropdown-menu .nav-link:last-child a:hover {
    border-radius: 0px;
  }
}
@media (max-width: 767.98px) {
  .top-nav-btn-wrap .btn-main {
    font-size: 15px;
  }
  .intro-logo {
    width: 250px;
  }
  .menu-label {
    display: inline-block;
  }
}
@media (max-width: 599.98px) {
  .navbar-collapse {
    top: 58px;
    top: 5.8rem;
  }
  .navbar-toggler {
    padding: 1.0rem;
  }
  .img-main-logo {
    width: 150px !important;
    position: relative;
  }
}
@media (max-width:424.98px) {
  .img-main-logo {
    width: 200px !important;
  }
  .navbar-toggler {
    margin: 10px;
  }
}
.menu-label {
  top: 10px;
  display: none;
  padding: 7px 10px;
  background-color: transparent;
  cursor: pointer;
  margin: 10px;
  z-index: 3;
}

.btn-nav {
  margin-top: 9px;
  margin-left: 9px;
}
.btn-topnav {
  opacity: 0.0;
}
.btn-topnav.vis {
  opacity: 1.0;
  -webkit-transition: background 1s;
  transition: background 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.btn-block {
  display: block;
}

.img-rt-logo {
  opacity: 0;
  width: 248px;
}
.img-rt-logo.vis {
  opacity: 1;
  -webkit-transition: background 1s;
  transition: background 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.navbar-seo {
  background: linear-gradient(110deg, #311d8c, #00cdff);
}

.top-nav {
  background: #b69fd5;
  margin-top: 59px;
}

#new-nav {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 2, 70px, 60px;
  grid-template-areas: "nav-a nav-a nav-a nav-b nav-b nav-b nav-b nav-b nav-b nav-b nav-c nav-c nav-c nav-c nav-c nav-c nav-c nav-c nav-d nav-d";
}
#new-nav .logo {
  grid-area: nav-a;
}
#new-nav .searchform {
  grid-area: nav-b;
}

.solid {
  background: #202227;
}

.half-button-wrap button {
  background: none;
  border: none;
  padding: 0px;
  color: #cadbff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-header button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-header .collapse {
  grid-column: 1 / -1;
}
.navbar .form-control {
  margin-bottom: 0px;
}
.logoSearch-header {
  display: grid;
  grid-gap: 20px;
}
.logoSearch-header form {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.logo-nav svg, .logo-nav img {
  width: 150px;
  place-items: left center;
  padding-top: 7px;
  padding-bottom: 7px;
}
.logo-main svg, .logo-main img {
  width: 450px;
  grid-column-start: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  place-items: left center;
}
@media (max-width: 767.98px) {
  .logo-main svg, .logo-main img {
    width: 300px;
  }
}
@media (max-width: 600.98px) {
  .logo-main svg, .logo-main img {
    width: 250px;
  }
}
.logo-header-blue {
  background: linear-gradient(110deg, #002a8f, #007be0);
  transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  margin-left: -20px;
}


/* ---------- BUTTONS ---------- */
.btn-wrap {
  display: block;
  margin: 30px auto;
  text-align: center;
}
.btn-addtocart-wrap {
  padding: 20px 25px 30px;
  border-radius: 9px;
  display: inline-block;
  margin: 20px auto 30px;
  text-align: center;
}
.btn-main {
  background: #fd6300;
  background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);
  padding: 20px 25px;
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  line-height: 0.9em;
  white-space: normal;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #212227;
  text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
  line-height: 1.0em;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.0);
  cursor: pointer;
  display: inline-block;
  transition: all .15s ease;
}
.btn-main:hover {
  background: linear-gradient(0deg, #fc9903, rgba(255,201,0,1));
  color: white;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
  border: 1px solid #fc9903;
  box-shadow: none;
  transition: all .15s ease;
  border: none;
}
.btn-orange {
  background: #fd6300;
  padding: 20px 25px;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
  line-height: 0.9em;
  white-space: normal;
  font-size: 24px;
}
.btn-orange:hover {
  background: linear-gradient(0deg, #fc9903, rgba(255,201,0,1));
  color: #212227;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
  border: 1px solid #fc9903;
}
.btn-rosegold {
  background: linear-gradient(35deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  color: #202227 !important;
  text-shadow: 0px 2px 1px rgba(233,195,177,0.85);
}
.btn-rosegold:hover {
  background: #e9c3b1;
}
.btn-small {
  white-space: nowrap;
  display: inline-block;
  padding: 2px 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: white;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  cursor: pointer;
}
.btn-small:hover {
  text-decoration: none;
  color: white;
  box-006e4c;
}
.btn-top {
  background: none;
  border: 1px solid #212227;
  text-shadow: none;
}
.btn-top:hover {
  background: linear-gradient(35deg, #d1a493, #fedfcb);
  border: 1px solid rgba(233,195,177,0.85);
  color: #212227;
  box-shadow: 0px 4px 10px rgba(255,255,255,0.5);
}
.btn-top:active, .btn-top:focus {
  background: linear-gradient(35deg, #d1a493, #fedfcb);
  border: 1px solid rgba(233, 195, 177, 0.85);
  color: #212227;
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.5);
}
.btn-top-rev {
  background: none;
  border: 1px solid #fff;
  color: #fff !important;
  text-shadow: none;
}
.btn-top-rev:hover {
  background: linear-gradient(35deg, #d1a493, #fedfcb);
  border: 1px solid rgba(233,195,177,0.85);
  color: #212227 !important;
  box-shadow: 0px 4px 10px rgba(255,255,255,0.25);
}
.btn-outline-sm {
  background: none;
  border: 2px solid #6a90ff;
  color: #6a90ff !important;
}
.btn-outline-sm:hover {
  background: #6d8d8a;
  border: 2px solid #1d4d4a !important;
  color: white !important;
}
.btn-outline-sm:hover i {
  transform: rotate(180deg);
}
.btn-outline-sm-wht {
  background: none;
  border: 2px solid white;
  box-shadow: 0px 4px 0px white;
  color: white !important;
}
.btn-outline-sm-wht:hover {
  background: #6d8d8a;
  border: 2px solid #1d4d4a !important;
  color: white !important;
}
.btn-green {
  background: #6d8d8a;
}
.btn-green:hover {
  background: #1d4d4a;
}
.btn-purple {
  background: #816aa9;
  color: white;
}
.btn-purple:hover {
  background: #b69fd5;
  color: white;
}
.btn-rust {
  background: #cd5d28;
  color: white;
}
.btn-rust:hover {
  background: #e3a386;
  color: white;
}
.btn-inline-block {
  display: inline-block !important;
}
.btn-carousel-product {
  background: none;
  border: none;
  box-shadow: none;
}
.btn-carousel-product:hover {
  background: white;
  color: #212227;
}
.btn-carousel-product.active {
  background: rgba(233,195,177,0.85);
  color: #212227;
}
.btn-biotin {
  border: 2px solid #81A997 !important;
  background: #fff;
  color: #212227 !important
}
.btn-collagen {
  border: 2px solid #816aa9 !important;
  background: #fff;
  color: #212227 !important
}
.btn-nutraboost {
  border: 2px solid #cd5d28 !important;
  background: #fff;
  color: #212227 !important
}
.btn-biotin, .btn-collagen, .btn-nutraboost {
  border: none !important;
}
.btn-desk {
  display: inline-block !important;
  margin: 20px auto;
}
.btn-mob {
  display: none !important;
}
.btn-special {
  white-space: nowrap;
  display: inline-block;
  padding: 10px 14px;
  background: linear-gradient(135deg, rgba(0,0,0,0.05), rgba(255,255,255,0.25));
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: black;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  transition: all 0.15s ease;
  cursor: pointer;
  box-shadow: 12px 12px 19px 0 rgba(0, 0, 0, 0.25), -5px -5px 9px 0 rgb(255 255 255), 1px 0px 2px 0 rgba(0,0,0,0.25), 0px 4px 10px 0 rgba(255,255,255,1.0);
  text-shadow: 0px 3px 1px rgba(255,255,255,0.85);
}
.btn-special:hover {
  text-decoration: none;
  background: #f4f3f9;
  color: black;
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, .25) inset, -4px -7px 7px 0 rgba(255, 255, 255, 1.0) inset;
  text-shadow: 0px 1px 2px white;
}
@media (max-width: 424.98px) {
  .btn-main {
    font-size: 12px;
  }
}

/* COUNTER */
.counter-wrap {
  padding-top: 35px;
  padding-bottom: 40px;
}


/* ---------- LAYOUT / SECTIONS ---------- */
/* SECTION CONTAINERS */
.diagonal-split-background{
  background-color: #f8e2d4;
  background-image: -webkit-linear-gradient(-30deg, #f8e2d4 58%, rgba(248,226,212,0.5) 42%), url(../images/top-bg2.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-top-alt {
  padding-bottom: 150px;
}
.st1{fill:linear-gradient(35deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);}
.rosegold1 { stop-color: #9c7566; }
.rosegold2 { stop-color: #d1a493; }
.rosegold3 { stop-color: #fedfcb; }
.rosegold4 { stop-color: #fff0d6; }
#rosegold {
  fill: url(#Gradient1);
  opacity: 0.95;
}
#rosegold-m {
  fill: url(#Gradient2);
  opacity: 0.95;
}
#rosegold-lg {
  fill: url(#Gradient3);
  opacity: 0.95;
}
.st0{fill:#FFFFFF;}

/* SECTION REPEAT - precedence: style-everbella */
.section-repeat {
  padding-top: 45px;
  padding-bottom: 55px;
}
.section-repeat .h2-title {
  margin-bottom: 25px;
  color: #1d4d4a;
  text-align: center;
}
.section-repeat .intro-text {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}
.section-repeat .intro-text p {
  font-weight: 400;
}
.section-repeat .callout-description {
  font-size: 14px;
  line-height: 18px;
}
.section-repeat .four-callout-item {
  text-align: center;
}
.section-repeat .img-four-callout {
  width: 100px;
  display: block;
  margin: 20px auto;
}
@media (max-width: 991.98px) {
  .section-repeat {
    padding: 40px 0px;
  }
}

.section-gold-swoosh {
  background: url('../images/product-curve-rg.svg');
  height: 400px;
  background-repeat: repeat-x;
  background-position: top center;
  margin-top: -150px;
  position: relative;
  z-index: 1001;
}
.section-products {
  padding-bottom: 33px;
  position: relative;
  z-index: 1003;
}
.as-seen-on-ticker {
  margin-top: -285px;
  padding-bottom: 33px;
  position: relative;
  z-index: 1002;
}
@media (max-width: 991px) {
  .section-gold-swoosh {
    margin-top: -99px;
  }
}
@media (max-width: 768px) {
  .as-seen-on-ticker {
    margin-top: -340px;
  }
}
@media (max-width: 399px) {
  .as-seen-on-ticker {
    margin-top: -390px;
  }
}
@media (min-width: 1199px) {
  .section-gold-swoosh {
    background-size: cover;
  }
}
@media (min-width: 1700px) {
  .section-gold-swoosh {
    background: url('../images/product-curve-rg-lg.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .as-seen-on-ticker {
    margin-top: 0px;
  }
}
@media (min-width: 1700px) {
  .as-seen-on-ticker {
    margin-top: -225px;
  }
}
.section-forbes {
  background: linear-gradient(180deg, rgba(182,159,213,0.15), rgba(182,159,213,0.75));
  padding-top: 35px;
}
.forbes-intro {
  padding: 0px 45px;
  display: grid;
  grid-template-columns: 2fr 2.5fr;
  margin-top: -70px;
}
.forbes-img-wrap {
  display: grid;
  align-items: end;
}
.forbes-intro-content {
  padding-top: 70px;
  padding-bottom: 25px;
  display: grid;
  align-content: center;
  align-items: center;
}
.btn-container-forbes {
  padding: 15px 15px 45px !important;
}
@media (max-width: 991px) {
  .section-forbes {
    background: linear-gradient(180deg, rgba(182,159,213,0.15), rgba(182,159,213,0.75));
    padding-top: 0px;
  }
  .forbes-img-wrap {
    display: none;
  }
  .forbes-intro {
    margin-top: 0px;
    padding: 30px 45px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .forbes-intro-content {
    padding-top: 0px;
  }
}
.section-about {
  background: linear-gradient(0deg, rgba(254,239,230,0.5), rgba(254,239,230,0.5));
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(calc(50vw - 0px), auto);
}
.section-cristina {
  grid-template-areas: "image text";
}
.section-everbella {
  grid-template-areas: "text image";
}
.img-overlay-brown {
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,rgba(233,195,177,0.25),rgba(66,54,48,0.85));
  position: absolute;
  right: 0;
}
.about-img-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: 0px auto;
  min-width: 0px;
  grid-area: image;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about-img-holder {
  margin: 0px;
  min-width: 0px;
  border: 0px;
  box-sizing: border-box;
  display: flex;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding: 0px;
  width: 100%;
  position: absolute;
  inset: 0px;
}
.about-img-wrap {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  will-change: opacity;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.img-about {
  object-position: top center;
  box-sizing: border-box;
  height: auto;
  height: 100%;
  position: absolute;
  width: 100%;
  outline: none;
  object-fit: cover;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.about-content {
  padding: 45px;
}
@media (min-width: 1600px) {
  .section-about {
    grid-template-rows: 600px;
  }
  .about-content {
    width: 600px;
  }
  .img-overlay-brown, .img-about {
    width: 700px;
    height: 600px;
  }
  .overlay-grandmother {
    left: 0;
  }
  .content-grandmother {
    right: 52.5%;
    position: absolute;
    width: 700px;
  }
  .img-about {
    object-position: top center;
  }
  .img-cristina {
    left: auto;
  }
  .img-grandmother {
    right: auto;
  }
}
@media (max-width: 768px) {
  .section-about {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .section-cristina {
    grid-template-areas: "text" "image";
  }
  .section-everbella {
    grid-template-areas: "text" "image";
  }
  .about-img-container {
    box-sizing: border-box;
    margin: 0px auto;
    min-width: 0px;
    grid-area: image;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .img-about {
    object-position: top center;
  }
}
.section-repeat-sm {
  padding-top: 25px;
  padding-bottom: 35px;
}
.section-top {
  padding-top: 150px;
}
.section-as-seen-on {
  padding-top: 75px;
  background: #f9eadf;
  background: linear-gradient(110deg, rgba(66,54,48,0.7), rgba(66,54,48,0.7)), url(../images/hair-bg2.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}
.section-as-seen-on-purple {
  background: white;
  color: #816aa9;
  border-bottom: 4px solid rgba(182,159,213,0.15);
}
.as-seen-on-row {
  padding-top: 19px;
  padding-bottom: 0px;
}
@media (max-width: 575px) {
  .section-forbes, .as-seen-on-row, .section-as-seen-on-purple {
    border-radius: 0px;
  }
}


/* ---------- INTROS / HEADERS ---------- */
.tagline {
  font-size: 26px;
  font-weight: 300;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 4px;
  color: #e9c3b1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 0px 1px 2px rgba(0,0,0,1.0);
}
@media (max-width: 768px) {
  .tagline {
    font-size: 20px;
    font-weight: 300;
  }
}

#main-intro {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 340px;
  height: 100%;
}
#main-intro .main-intro-content {
  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;
}
#main-intro .main-intro-content h2 {
  margin-top: 40px;
  margin-bottom: 30px;
}
#main-intro .main-intro-content .lead {
  font-weight: 300;
}
#main-intro .main-intro-content .author, #main-intro .main-intro-content .date {
  margin-bottom: 5px;
  font-size: 12px;
  color: white;
  text-shadow: 0px 1px 1px #202227;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
#main-intro .main-intro-content .author {
  font-weight: 600;
}
#main-intro .main-intro-content .social-links {
  padding-left: 0px;
  margin-bottom: 10px;
}
#main-intro .main-intro-content .social-links li {
  list-style-type: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px !important;
}
#main-intro .main-intro-content .social-links li .fab, #main-intro .main-intro-content .social-links li .fas {
  font-size: 24px;
  line-height: 30px;
  color: #816aa9;
}
#main-intro .main-intro-content .social-links li .fab:hover, #main-intro .main-intro-content .social-links li .fas:hover {
  font-size: 24px;
  color: #b69fd5;
}
#main-intro .main-intro-content .social-links li:first-child {
  margin-left: 0px !important;
}
#main-intro .feature h3 {
  color: #ffc900;
}
#main-intro .feature p {
  text-shadow: none;
  color: #98b4ee;
  font-weight: 500;
}
#main-intro .btn-main {
  margin-right: 10px;
}
#main-intro .btn-main-alt {
  background: #202227;
  color: white;
  padding: 20px;
  margin-bottom: 10px;
}
#main-intro .btn-main-alt:hover {
  background: #0f41ff;
  color: #202227;
}
@media (max-width: 767.98px) {
  #main-intro .main-intro-content .tagline {
    font-size: 20px;
  }
  #main-intro {
    min-height: 240px;
  }
}
@media (max-width: 600.98px) {
  #main-intro {
    min-height: 200px;
  }
}

#product-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;
  padding-top: 150px;
  padding-bottom: 150px;
  height: 100%;
  position: relative;
  z-index: 1000;
}
#product-intro h1, .product-title {
  font-size: 60px;
  font-weight: 700;
  color: #212227;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 1.0);
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0em;
}
#product-intro h1 span, .product-title span {
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 100px;
}
#product-intro .product-intro-content {
  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;
}
#product-intro h3, #product-intro ul li {
  color: #212227;
  text-shadow: 0px 1px 2px rgba(255,255,255,0.5);
}
#product-intro .heart-ul-purple, #product-intro .heart-ul-eucalyptus, .heart-ul-eucalyptus {
  padding-left: 0px;
}
#product-intro .heart-ul-purple li, #product-intro .heart-ul-eucalyptus li, .heart-ul-eucalyptus li {
  line-height: 1.1em;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 10px, center;
  list-style: none;
  padding: 10px 10px 10px 40px;
  font-weight: 600;
}
.product-curve-purple, .product-curve-eucalyptus, .product-curve-rust, .product-curve-mintlavender {
  height: 200px;
  background-repeat: repeat-x;
  background-position: bottom center;
  margin-top: -150px;
  position: relative;
  z-index: 1001;
}
.product-curve-purple-sm, .product-curve-eucalyptus-sm, .product-curve-rust-sm, .product-curve-mintlavender-sm {
  height: 50px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-top: -40px;
  position: relative;
  z-index: 1001;
}
.product-curve-purple { background-image: url('../images/product-curve-purple.svg'); }
.product-curve-eucalyptus { background-image: url('../images/product-curve-eucalyptus.svg'); }
.product-curve-rust { background-image: url('../images/product-curve-rust.svg'); }
.product-curve-mintlavender { background-image: url('../images/product-curve-mintlavender.svg'); }
.product-curve-purple-sm { background-image: url('../images/product-curve-purple-sm.svg'); }
.product-curve-eucalyptus-sm { background-image: url('../images/product-curve-eucalyptus-sm.svg'); }
.product-curve-rust-sm { background-image: url('../images/product-curve-rust-sm.svg'); }
.product-curve-mintlavender-sm { background-image: url('../images/product-curve-mintlavender-sm.svg'); }
@media (min-width: 767.98px) and (max-width: 950px) {
  #product-intro h1 {
    font-size: 61px;
  }
  #product-intro h1 span {
    font-size: 80px;
  }
}
@media (max-width: 620.98px) {
  #product-intro {
    padding-top: 90px;
    padding-bottom: 150px;
    height: 100%;
    position: relative;
    z-index: 1000;
  }
  #product-intro h1, .product-title {
    font-size: 55px;
  }
  #product-intro h1 span, .product-title span {
    font-size: 75px;
  }
  .product-curve-purple, .product-curve-eucalyptus, .product-curve-rust {
    margin-bottom: 90px;
  }
  .flavor {
    font-size: 16px;
    line-height: 12px;
  }
  .uc-item section.uc-item-info {
    padding: 0px 10px;
  }
}

#sub-intro {
  padding: 65px 30px 75px;
  background: #c07260;
}
#sub-intro p {
  color: white;
}
@media (max-width: 600.98px) {
  #sub-intro {
    padding: 35px 15px 40px;
  }
}

.top-area-content {
  background-image: url(../images/icon-tbsp.svg);
  background-size: 100px;
  background-repeat: no-repeat;
  padding-top: 40px;
}
.flavor {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-radius: 24px;
  box-shadow: 0px 2px 3px rgba(255,255,255,1.0);
  font-weight: 600;
  color: white !important;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-bottom: 25px !important;
}
.flavor-ccplus {
  background: linear-gradient(45deg, #9677a7, #491d64);
  text-shadow: 0px 2px 2px rgba(73, 29, 100, 1.0);
}
.flavor-cbplus {
  background: linear-gradient(45deg, #81a997, #0e403d);
  text-shadow: 0px 2px 2px rgba(73, 29, 100, 1.0);
}
.flavor-nutraboost {
  background: linear-gradient(45deg, #e3a386, #cd5d28);
  text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
.product-page {
  color: white !important;
}

.border-gradient {
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
}
.border-gradient-rosegold {
  border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  min-height: 340px;
  padding-top: 150px;
  padding-bottom: 130px;
  margin: 15px;
}
.border-gradient-rosegold-sub {
  border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  padding-top: 70px;
  padding-bottom: 75px;
  margin: 80px 15px 15px;
}
.border-gradient-rosegold-product {
  border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  min-height: 240px;
  padding-top: 120px;
  padding-bottom: 75px;
  margin: 15px;
}
.border-gradient-rosegold-sub h1 {
  color: #fedfcb;
}
.border-gradient-rg {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
}
.rosegold-frame{
  border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
}
@media (max-width: 991.98px) {
  .border-gradient-rosegold {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .border-gradient-rosegold-sub {
    border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
    min-height: 240px;
    padding-top: 70px;
    padding-bottom: 75px;
    margin: 108px 15px 15px;
  }
}
@media (max-width: 600.98px) {
  .border-gradient-rosegold {
    padding-top: 55px;
    padding-bottom: 20px;
  }
  .border-gradient-rosegold-sub {
    border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
    min-height: 200px;
    padding-top: 50px;
    padding-bottom: 55px;
    margin: 75px 15px 15px;
  }
}
@media (max-width: 424.98px) {
  .border-gradient-rosegold-product {
    padding-top: 75px;
  }
}

/* SUB PAGE HEADER */
.sub-page-header {
  min-height: 435px;
  padding-top: 70px;
  padding-bottom: 75px;
  margin: 125px 15px 15px;
  display: grid;
  align-items: center;
}
.sub-page-header h1, .contact-content h1 {
  color: white !important;
}
@media (max-width: 767.98px) {
  .sub-page-header {
    min-height: 240px;
    padding-top: 70px;
    padding-bottom: 75px;
    margin: 108px 15px 15px;
  }
}
@media (max-width: 599.98px) {
  .sub-page-header {
    min-height: 200px;
    padding-top: 50px;
    padding-bottom: 55px;
    margin: 75px 15px 15px;
  }
}

/* SECONDARY PAGE */
#secondary-top {
  background-position: center center;
  padding-top: 170px;
  padding-bottom: 70px;
  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;
}
#secondary-top p {
  color: #212227;
  text-shadow: none;
}
#secondary {
  padding-top: 50px;
  padding-bottom: 50px;
}
#secondary .author {
  margin-bottom: 5px;
  color: #202227;
  font-weight: 500;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
#secondary .daily-articles .individual-article .item-right .text-wrap .course-description {
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.secondary-main {
  padding-right: 20px;
  margin-bottom: 25px;
}


/* ---------- ARTICLE CATEGORIES, AUTHOR, DATE ---------- */
.article-categories {
  list-style: none;
  padding-left: 0px;
}
.article-categories li {
  display: inline-block;
  padding: 5px 7px;
  border-radius: 4px;
  background: #6d8d8a;
  margin-right: 7px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 11px;
}
.author {
  font-size: 12px;
}
.date {
  color: #202227;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px !important;
  margin-bottom: 10px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.article-category {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 7px;
  margin-top: 10px;
}
.article-date {
  font-size: 12px !important;
  font-weight: 400;
  margin-bottom: 14px;
}
.category-ribbon {
  color: white;
  font-size: 14px;
  background: #1d4d4a;
  padding: 3px;
  border-radius: 4px 0px 0px 4px;
  width: 150px;
  font-weight: 400;
  font-family: bodoni-urw, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  margin-bottom: 7px;
}

/* SOCIAL LINKS */
.social-links {
  padding-left: 0px;
  margin-bottom: 10px;
}
.social-links li {
  list-style-type: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px !important;
}
.social-links li .fab, .social-links li .fas {
  font-size: 24px;
  line-height: 30px;
  color: #816aa9;
}
.social-links li .fab:hover, .social-links li .fas:hover {
  font-size: 24px;
  color: #b69fd5;
}
.social-links li:first-child {
  margin-left: 0px;
}

/* SIDEBARS */
.header-sidebar {
  background: rgba(33, 43, 56, 0.75);
  border-radius: 1.5rem;
  padding: 25px;
  margin-bottom: 40px;
}
.header-sidebar h3, .header-sidebar p {
  color: white !important;
}
.header-sidebar form input
.btn-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
}
.related-sidebar {
  text-align: center;
}
.related-sidebar h4 {
  color: white;
  margin-bottom: 10px;
  font-weight: 500;
}
.related-sidebar .img-product-sm {
  width: 80%;
  margin-bottom: 15px;
}
.related-sidebar .item {
  padding: 15px 10px;
  border-left: 4px solid white;
  border-bottom: 4px solid white;
  -webkit-box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  border-radius: 9px;
  background-position: center center;
  background-size: cover;
}
.related-sidebar .item h3 {
  color: white;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.related-sidebar .item p {
  font-size: 14px !important;
  line-height: 1.4rem !important;
  color: white;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.sidebar {
  padding: 10px;
}
.sidebar .small-title {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .sidebar {
    margin-top: 50px;
  }
}

/* PRODUCT SM PADDING */
.product-sm-padding {
  padding-top: 75px !important;
  padding-bottom: 100px !important;
}

/* FEATURES / EDITORIALS */
#how-to-invest .feature, #about .feature, #editorials .feature, #related-articles .feature {
  padding: 0px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
#how-to-invest .feature header, #about .feature header, #editorials .feature header, #related-articles .feature header {
  border-radius: 2.5rem 2.5rem 0 0;
  background: #b69fd5;
  padding: 10px;
  margin-bottom: 7px;
}
#how-to-invest .feature header img, #about .feature header img, #editorials .feature header img, #related-articles .feature header img {
  width: 69%;
  margin: 20px auto;
}
#how-to-invest .feature .feature-content, #about .feature .feature-content, #editorials .feature .feature-content, #related-articles .feature .feature-content {
  padding: 20px;
}
#how-to-invest .feature .feature-content p, #about .feature .feature-content p, #editorials .feature .feature-content p, #related-articles .feature .feature-content p {
  line-height: 1.4em;
  margin-bottom: 25px;
}
#editorials, #related-articles {
  padding-top: 50px !important;
  padding-bottom: 75px !important;
  background: rgba(182,159,213,0.15);
}
#editorials .features .feature, #related-articles .features .feature {
  text-align: left;
}
#editorials .features .feature .img-article, #related-articles .features .feature .img-article {
  border-radius: 2.2rem 2.2rem 0 0;
  min-height: 200px;
}
.img-article-sm {
  display: block;
  margin: 20px auto;
  width: 200px;
  height: auto;
  text-align: center;
}
.icon-circle {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0px auto -35px;
  background: linear-gradient(110deg, #ff3400, #ffb80b);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 999;
}
.icon-circle p {
  text-align: center;
}
.icon-circle i {
  font-size: 35px;
  line-height: 75px;
  text-align: center;
  color: white;
}
.icon-circle img {
  width: 40px;
}
.features {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media (max-width: 575.98px) {
  .features {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    margin: 0px 10px;
  }
}
.feature {
  background: white;
  padding: 10px;
  border: 4px solid white;
  text-align: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 2.7rem;
  padding: 30px;
}
.feature .icon {
  font-size: 50px;
}
.feature h3 {
  margin-bottom: 15px;
}
.feature p {
  color: rgba(0, 0, 0, 0.5);
}
.featured-article {
  background: white;
  padding: 0px 0px 25px;
  border: 1px solid white;
  text-align: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 3.5rem;
}
.featured-article header {
  background: #969696;
  padding: 20px 0px 10px;
  border-radius: 3.5rem 3.5rem 0 0;
}
.featured-article .icon {
  font-size: 50px;
}
.featured-article h3 {
  margin-bottom: 10px;
  color: #202227;
  letter-spacing: 0px;
}
.featured-article p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1.4rem;
}
@media (min-width: 767.98px) {
  #related-content {
    padding-bottom: 300px;
  }
}
@media (max-width: 575.98px) {
  #related-content .item .item-img {
    background-position: top center;
  }
  #related-content .item .item-img:before {
    padding-top: 23.3%;
  }
}

/* VIDEO */
#video-module {
  padding-top: 60px;
  padding-bottom: 50px;
}
#video-module .callout-text {
  color: white;
}
#video-module .video {
  width: 100%;
  margin-bottom: 30px;
}

/* CLAIM ICONS */
.claim-icon-wrap, .claim-icon-wrap-five {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}
.claim-icon-wrap-five .claim-icon {
  text-align: center;
  display: grid;
  min-width: 100px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1rem));
}
.claim-icon-wrap-five .claim-icon .img-sm-icon {
  width: 90px !important;
  margin: 10px auto;
  display: block;
}
.claim-icon-wrap .claim-icon {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1rem));
}
.claim-title {
  font-size: 18px;
  font-weight: 700;
  color: #212227;
  line-height: 1.1em;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.claim-text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 0.9em;
  font-weight: 700;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.claim-icon-wrap-five .claim-icon .claim-text {
  text-transform: none;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 300;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
@media (max-width: 575px) {
  .claim-icon-wrap .claim-icon {
    grid-template-columns: repeat(auto-fit, minmax(137px, 1rem));
  }
}

/* CONTACT (from main.css, with style-everbella overrides below for footer) */
.contact-items {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact-items .contact-item {
  padding-bottom: 30px;
  border-bottom: 2px solid #816aa9;
  margin-bottom: 20px;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 70px 3fr;
}
.contact-items .contact-item .contact-icon-wrap {
  text-align: center;
}
.contact-items .img-contact-icon {
  width: 60px;
}
.contact-items .col {
  padding-left: 0px;
  padding-right: 10px;
}
.contact-item p {
  margin-bottom: 5px;
  line-height: 1.1em;
  font-size: 18px;
}
@media (max-width: 768px) {
  .contact-items {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* CONTACT SECTION */
#contact {
  padding: 70px 0px;
  background: #6d8d8a;
  text-align: center;
  display: grid;
  align-items: center;
}
#contact .left-form, #section-404 .left-form {
}
#contact h2, #contact p {
  color: white;
  text-shadow: 0px 1px 1px #202227;
}
@media (max-width: 767.98px) {
  #contact {
    padding: 50px 0px;
  }
  #contact .left-form, #section-404 .left-form {
    border-right: none;
    padding-bottom: 25px;
    border-bottom: 1px solid #98b4ee;
    margin-bottom: 25px;
  }
}

/* 404 SECTION */
#section-404 {
  padding-top: 70px;
  padding-bottom: 75px;
}
#section-404 ul {
  padding-left: 0px;
}
#section-404 ul li{
  border-radius: 4px;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
  background-image: url(../images/wp-check.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 10px, center;
  list-style: none;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding: 20px 20px 20px 40px;
}

/* TESTIMONIALS SECTION (main.css) */
#testimonials {
  padding-top: 45px;
  padding-bottom: 55px;
  min-height: 500px;
}
#testimonials .testimonials-wrap {
  display: flex;
  align-items: center;
}
.img-testimonial {
  border: 2px solid rgba(255,255,255,0.5);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0px auto 20px;
}


/* ---------- LOGOS / LOGO CONTAINERS ---------- */
.img-small-logo {
  width: 300px;
  margin: 0px auto 30px;
}
.press-logo {
  width: 200px;
  margin-bottom: 10px;
}
.logo-container {
  display: grid;
  background: white;
  z-index: 10000;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.logo-item {
  color: #444444;
  text-align: right;
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
}
.logo-sub {
  width: 350px;
  margin-bottom: 35px;
}
.sm-logo-container {
  display: grid;
  z-index: 10000;
  padding: 25px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.sm-logo-footer svg, .sm-logo-footer img {
  width: 300px;
}
.sm-logo-item {
  color: #444444;
  text-align: right;
  cursor: pointer;
  -ms-flex-item-align: center;
      align-self: center;
}
.hero h1, .hero-sub h1 {
  color: white;
  text-shadow: 0px 2px 0px black;
}
.hero > *, .hero-sub > * {
  padding: 5px;
}
.hero p, .hero-sub p {
  color: white;
  text-shadow: 0px 2px 0px black;
}
.intro {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: white;
  min-height: 400px;
}
.callout-copy {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 200;
  text-align: center;
}

/* CALLOUT TEXT */
.callout-text {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 100;
}
@media (max-width: 767.98px) {
  .callout-text {
    font-size: 28px;
    line-height: 30px;
  }
}
.inline-callout-text {
  font-size: 34px !important;
  line-height: 40px;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 100;
}

/* INTRO TEXT */
.intro-text {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
}
.intro-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-left: 0px;
}
.intro-text li {
  display: list-item;
  list-style: none;
  margin-right: 20px;
}

/* LEAD */
.lead {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3em;
  font-weight: 500;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}
.sm-lead {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 500;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .sm-lead, .lead {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .lead {
    font-size: 18px;
    line-height: 1.4em;
  }
}

.widget {
  margin-bottom: 40px;
}

/* CAROUSEL */
.carousel-indicators {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  top: 0;
  width: 100%;
}
.carousel-indicators li {
  background: #6d8d8a;
  height: 5px;
  border-radius: 2px;
}
.carousel-indicators .active {
  background: #1d4d4a;
}
.carousel-item {
  text-align: center;
}
.carousel-item .close {
  padding: 0;
  top: -3.75rem;
  right: 0.5rem;
  position: absolute;
}
.carousel-inner {
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(254,239,230,0.5), rgba(255,255,255,1.0));
  padding: 40px;
}
.carousel-inner .form-group {
  margin-bottom: 30px !important;
}
.carousel-inner .btn-nomargin {
  margin-bottom: 0px;
}
.carousel-row-wrap {
  display: flex;
  align-content: stretch;
  grid-gap: 20px;
}
.carousel-nav {
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(254,239,230,0.5), rgba(254,239,230,0.5));
  padding: 20px;
}
.product-img-carousel {
  width: 80%;
  display: block;
  margin: 20px auto;
}

/* MODAL */
.modal-content {
  padding: 20px 15px 25px;
  border-radius: 9px;
  border: none;
}
.modal-title {
  line-height: 1.0em;
}
.modal-header {
  border: none;
  padding: 0px 0px 10px;
}
.modal-header .close {
  padding: 0;
  top: -1.75rem;
  right: 1rem;
  position: absolute;
}
.close {
  font-size: 5.5rem;
  font-weight: 900;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  line-height: 1.0;
}
.modal-logo {
  width: 250px;
  display: block;
  margin: 20px auto;
}
.modal-body h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .modal-header h2 {
    font-size: 40px;
  }
}

/* LOGIN */
.login-item {
  background: #b69fd5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 15px 10px;
}
.login-bg {
  background: white;
}
.login-bg h2 {
  text-transform: none !important;
  font-weight: 500;
  color: #0f41ff;
}

@media (max-width: 575px) {
  #about, #about-sm {
    padding: 40px 0 50px;
  }
}

/* RIBBON */
.ribbon-box {
  position: absolute;
  width: 90%;
}
.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: 2px solid #fc9903;
  border-bottom: 2px solid #fc9903;
  background: linear-gradient(180deg, rgba(255,201,0,1), #fc9903);
  display: grid;
  align-items: center;
  text-align: center;
  padding: 7px 20px 7px 10px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.75);
  color: #212227;
  font-weight: 900;
  position: absolute;
  z-index: 1001;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.0;
  left: 0%;
  top: 33px;
}
.ribbon-featured {
  border-image-source: linear-gradient(35deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  background: #212227;
  color: white;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 200px;
  padding: 5px 0;
  background-color: #ff007d;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 600 18px/1 hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon-top-left {
  top: -7px;
  left: -7px;
}
.ribbon-top-left span {
  right: -39px;
  top: 27px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.coming-soon-ribbon {
  width: 165px;
  height: 165px;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
}
.coming-soon-ribbon span {
  position: absolute;
  display: block;
  width: 220px;
  padding: 9px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #c04d97;
  font: 600 18px/1 sofia-pro, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
.coming-soon-ribbon-right {
  top: 0px;
  right: 15px;
}
.coming-soon-ribbon-right span {
  right: -45px;
  top: 45px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.coming-soon-ribbon-right::before,
.coming-soon-ribbon-right::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.coming-soon-ribbon-right::before {
  top: 0;
  right: 0;
}
.coming-soon-ribbon-right::after {
  bottom: 0;
  left: 0;
}


/* ---------- PRODUCT CARDS ---------- */
.home-page-products {
}
.product-card {
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  background: #212227;
  margin-bottom: 20px;
}
.product-card .img-product-sm {
  width: 250px;
  float: right;
  margin-top: -265px;
  position: relative;
  z-index: 1001;
  transform: rotate(7deg);
  margin-left: 10px;
  margin-right: -45px;
}
@media and (max-width: 600px) {
  .product-card .img-product-sm {
    width: 100px;
    float: none;
    margin: 20px auto;
    position: relative;
    z-index: 1001;
    transform: rotate(7deg);
  }
}
.product-card .product-title-wrap {
  background: linear-gradient(45deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  padding: 30px 20px;
  border-radius: 9px 9px 0px 0px;
}
.product-card .product-title-wrap .micelle {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: black;
  text-shadow: 0px 2px 2px rgba(255,255,255, 1.0);
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.product-card .product-title-wrap h3 {
  color: black;
  text-shadow: 0px 2px 2px rgba(255,255,255, 1.0);
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.05em;
}
.product-card .product-title-wrap h3 span {
  font-size: 45px;
  color: black;
  text-shadow: 0px 2px 2px rgba(255,255,255, 1.0);
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.product-card .product-details-wrap {
  padding: 20px 20px 30px;
  color: white;
}

/* CHECKLIST IMAGES */
.checklist-green {
  padding-left: 0px;
}
.checklist-blue li {
  background-image: url(https://www.wealthplicity.com/wp-content/uploads/2020/12/wp-check-icon-blue-solid.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 0 20px 0 0px, center;
  list-style: none;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}
.checklist-green li {
  background-image: url(https://everbella.com/wp-content/uploads/2022/05/checkmark-green.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 0 20px 0 0px, center;
  list-style: none;
  line-height: 1.2em;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}
.checklist-large li {
  background-image: url(../images/wp-check.png);
  background-size: 30px;
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: 0 30px 0 0px, center;
  list-style: none;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 18px;
}
.checklist-x li {
  background-image: url(https://everbella.com/wp-content/uploads/2022/05/x-icon.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: 0 30px 0 0px, center;
  list-style: none;
  line-height: 1.7em;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 18px;
}

/* SEARCH FORMS */
.search-form, .category-form {
  margin: 10px auto 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-areas: "search-a search-a search-a search-a search-a search-a search-a search-a search-a search-b";
  grid-gap: 10px;
  border-radius: 4px 33px 33px 4px;
  padding: 7px;
  max-width: 375px;
}
.search-form .search-field, .category-form .postform {
  margin-bottom: 0;
  background: rgba(109, 141, 138, 0.15);
  border-radius: 4px;
  padding: 12px;
  border: none;
  border-right: none;
  grid-area: search-a;
}
.category-form .postform {
  padding: 12px 10px;
}
.category-form .postform .level-0 {
  display: none;
}
.search-form .search-field:focus, .category-form .postform:focus {
  border: none;
  background: rgba(182, 159, 213, 0.15);
}
.search-form .search-submit, .category-form .category-submit, .search-display-btn {
  margin-bottom: 0;
  background: #81A997;
  grid-area: search-b;
  border-radius: 50%;
  font-size: 18px;
  -ms-flex-line-pack: center;
      align-content: center;
  border: none;
  padding: 12px 15px 12px 16px;
  color: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.search-form .screen-reader-text, .category-form .screen-reader-text {
  display: none;
}
.search-form .form-group .form-control, .category-form .form-group .form-control {
  padding: 1.25rem 1rem .5rem;
  color: #fff;
  border-bottom: 2px solid #2c4162;
}
.search-form .form-group .form-control::-webkit-input-placeholder, .category-form .form-group .form-control::-webkit-input-placeholder {
  font-style: italic;
}
.search-form .form-group .form-control::-moz-placeholder, .category-form .form-group .form-control::-moz-placeholder {
  font-style: italic;
}
.search-form .form-group .form-control:-ms-input-placeholder, .category-form .form-group .form-control:-ms-input-placeholder {
  font-style: italic;
}
.search-form .form-group .form-control::-ms-input-placeholder, .category-form .form-group .form-control::-ms-input-placeholder {
  font-style: italic;
}
.search-form .form-group .form-control::placeholder, .category-form .form-group .form-control::placeholder {
  font-style: italic;
}
.search-form .form-group .form-control:active,
.search-form .form-group .form-control:focus,
.category-form .form-group .form-control:active,
.category-form .form-group .form-control:focus {
  color: #000;
}
.home-search .search-form {
  margin-top: 4px;
  margin-bottom: 4px;
}

.form-search {
  display: block;
  margin: 10px auto;
}
.form-search .form-group input {
  margin-bottom: 0px;
}
.form-search .form-group .form-control {
  padding: 1.25rem 1.0rem 0.5rem 1.0rem;
  color: white;
  border-bottom: 2px solid #98b4ee;
}
.form-search .form-group .form-control::-webkit-input-placeholder {
  font-style: italic;
}
.form-search .form-group .form-control::-moz-placeholder {
  font-style: italic;
}
.form-search .form-group .form-control:-ms-input-placeholder {
  font-style: italic;
}
.form-search .form-group .form-control::-ms-input-placeholder {
  font-style: italic;
}
.form-search .form-group .form-control::placeholder {
  font-style: italic;
}
.form-search .form-group .form-control:active, .form-search .form-group .form-control:focus {
  color: black;
}

/* DYNAMIC SEARCH */
.dynamic-search {
  position: relative;
  width: 58px;
  height: 58px;
  background: rgba(255,255,255,0.0);
  overflow: hidden;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .dynamic-search {
    right: 5px;
  }
}
.dynamic-search input {
  position: relative;
  top: 1px;
  left: 0px;
  width: calc(350px);
  border: none;
  outline: none;
  border-radius: 2px;
  background: rgba(255,255,255,0.0);
  opacity: 0.0;
  padding: 15px;
}
.dynamic-search.active {
  width: 350px;
  background: rgba(255,255,255,0.0);
  border-radius: 2px;
  transition: 0.5s;
  border-bottom: 4px solid rgba(32,34,39,1.0);
}
.dynamic-search.active input {
  background: rgba(255,255,255,0.0);
  opacity: 1.0;
  font-size: 18px;
}
.search-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: 0.5s;
}
.search-icon:before {
  position: absolute;
  content: '';
  top: 12px;
  left: 12px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 3px solid #202227;
  border-radius: 50%;
  transition: 0.5s;
}
.search-icon:after {
  position: absolute;
  content: '';
  top: 23px;
  left: 30px;
  width: 12px;
  height: 12px;
  background: transparent;
  border-left: 3px solid #202227;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.dynamic-search.active .search-icon {
  background: #AD3D5C;
}
.dynamic-search.active .search-icon:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 11px;
  width: 18px;
  height: 30px;
  background: transparent;
  border: none;
  border-right: 3px solid white;
  border-radius: 0;
  transition: 0.5s;
  transform: rotate(45deg);
}
.dynamic-search.active .search-icon:after {
  position: absolute;
  content: '';
  top: 4px;
  left: 21px;
  width: 18px;
  height: 30px;
  background: transparent;
  border-left: 3px solid white;
  transform: rotate(-45deg);
  transition: 0.5s;
}

/* SEARCH RESULTS */
.search-item {
  border-radius: 2px;
  background: rgba(182, 159, 213, 0.15);
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 2fr 6fr;
}
.search-item .search-left {
  padding: 10px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #816aa9;
  border-radius: 4px 0px 0px 4px;
}
.search-item .search-left img {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  border: 2px solid white;
}
.search-item .search-right {
  padding: 20px;
  margin: 0px;
}
.search-item .search-right .text-wrap p {
  margin-bottom: 7px !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.search-item .title-wrap {
  margin-bottom: 10px;
}
.search-item .small-text {
  margin-bottom: 7px;
}
.search-item h3 {
  margin-bottom: 15px;
}

.search-filters {
  list-style: none;
  padding-left: 0px;
  margin-top: 5px;
}
.search-filters li {
  text-align: center;
  display: inline-block;
  padding: 2px 7px;
  color: #b69fd5;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}
.search-filters li:hover {
  background: #98b4ee;
  color: white;
}
.search-filters li .active, .search-filters li:focus {
  background: #2197ff;
  color: white;
  text-decoration: none;
}


/* ---------- NEWSLETTER / EMAIL SIGNUPS ---------- */
.newsletter-img-wrap {
  display: grid;
  align-content: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .newsletter-img-wrap {
    padding-top: 45px;
  }
}
.email-signup {
  margin-bottom: 50px;
  background: white;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.email-signup-wrap {
  background: linear-gradient(110deg, rgba(15, 0, 100, 0.9), rgba(0, 110, 76, 0.9)), url("../images/iStock-173980365.jpg") no-repeat;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
  padding: 20px;
  color: white;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
.email-signup-wrap h3, .email-signup-wrap h4, .email-signup-wrap p {
  color: white;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.email-signup-wrap label {
  color: white !important;
}
.email-signup header {
  border-radius: 4px 4px 0px 0px;
  min-height: 100px;
  background: linear-gradient(110deg, #311d8c, #00cdff);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.email-signup header .email-logo {
  width: 175px;
  margin: 20px auto;
  display: block;
}
.email-signup .text-wrap {
  padding: 15px;
  border-radius: 0px 0px 4px 4px;
  background: white;
  text-align: center;
}
.email-signup .text-wrap .email-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}
.email-signup .text-wrap .btn-wrap {
  margin: 7px auto;
}
.email-signup .form-control {
  padding: 1.0rem 0.5rem 0.5rem 0.5rem;
  font-size: 16px;
  margin-bottom: 10px;
  border: 2px solid #6d8d8a;
  background: none;
  border-radius: 6px;
}
.img-sm-icon {
  width: 70px;
  margin: 10px auto;
  display: block;
}
.row-newsletter-signup {
  padding-bottom: 25px;
  border-bottom: 1px solid #6d8d8a;
  margin-bottom: 25px;
}

/* LIST ARTICLES */
.list-articles h2 {
  margin-bottom: 25px;
}
.list-articles .img-icon-wrap .img-icon {
  width: 400px;
  margin: 20px auto;
  display: block;
}
@media (max-width: 991.98px) {
  .list-articles .img-icon-wrap {
    width: 200px;
    height: 200px;
    background: white;
    border-radius: 50%;
    margin: 20px auto 30px;
    display: block;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    border: 9px solid #F0F4FF;
  }
  .list-articles .img-icon-wrap .img-icon {
    width: 130px;
  }
}
@media (max-width: 767.98px) {
  .list-articles .img-icon-wrap {
    width: 115px;
    height: 115px;
    background: white;
    border-radius: 50%;
    margin: 20px auto 30px;
    display: block;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    border: 5px solid #F0F4FF;
  }
  .list-articles .img-icon-wrap .img-icon {
    width: 80px;
  }
}
.list-articles .app-icon-img {
  width: 75px;
  margin: 0px auto;
}
.list-articles .icon-wrap {
  background: #141425;
}
.list-articles .individual-article {
  background: #fff;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 10px;
}
.list-articles .individual-article .fas {
  font-size: 22px !important;
  color: #fff;
}
.list-articles .individual-article .course-description {
  font-size: 14px;
  line-height: 1.4em;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

/* GRID LAYOUTS */
.three-columns {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}
.three-columns-item {
  border-radius: 4px;
 -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 20px;
  margin-bottom: 15px;
  display: grid;
  align-items: start;
}
.three-columns-item p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .three-columns {
    grid-template-columns: 1fr;
  }
}
.three-links, .three-callouts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  text-align: center;
  margin-bottom: 35px;
}
.three-links .item {
  background: white;
  border-radius: 4px;
  border: 2px solid rgba(182, 159, 213, 0.15);
}
.three-callouts .item {
  background: none;
}
.three-links .item .item-header {
  min-height: 175px;
  background-position: center center;
  background-size: cover;
  border-radius: 4px 4px 0px 0px;
}
.three-links .item .item-content, .three-callouts .item .item-content {
  padding: 40px;
}
.three-links .item .item-content p, .three-callouts .item .item-content p {
  margin-bottom: 20px;
}
.three-links .item .item-content .number {
  width: 50px;
  height: 50px;
  background: #1d4d4a;
  border-radius: 50%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto 10px;
}
.three-links .item .item-content .number p {
  color: white;
  font-weight: 600;
  line-height: 45px;
  font-size: 30px;
  text-align: center;
  font-family: ivypresto-headline;
}
@media (max-width: 991.98px) {
  .three-links {
    grid-template-columns: 1fr;
    padding: 0px 20px
  }
}
.three-links-ways {
  text-align: left;
}
.three-links-ways .item .item-header {
  min-height: 120px;
}
@media (max-width: 991.98px) {
  .three-links-ways .item .item-header {
    display: none;
  }
  .three-links-ways .item .item-content {
    padding: 20px;
  }
}

/* ARROWS / CHEVRONS */
.arrow-chevron {
  color: white !important;
  background: #6d8d8a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow-chevron p {
  text-align: center;
  margin: 0;
}
.arrow-chevron:hover {
  background: #1d4d4a !important;
  cursor: pointer;
}
.header-icon {
  width: 23px;
}
.rotate {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.rotate.down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* MISSION / RECENT ARTICLES */
#mission {
  padding: 70px 0px;
}
#mission .mission-img-wrap {
  display: grid;
  align-content: center;
  justify-content: center;
  height: 100%;
}
#mission .mission-img-wrap svg {
  fill: #6d8d8a;
}
#mission h2 {
  font-weight: 600;
}
.img-mission {
  width: 350px;
}
#recent-articles {
  background: linear-gradient(180deg, #6d8d8a, #1d4d4a);
  padding: 75px 0px;
}
.img-icon-sm {
  width: 250px;
  margin: 20px auto;
  display: block;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.introduction {
  background-position: left center;
}
.introduction .intro-text {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}
.product-img-wrap {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* INTRO FEATURES */
.intro-features {
  border-radius: 9px;
  -webkit-box-shadow: 0 4px 80px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 80px rgba(0, 0, 0, 0.25);
}
.intro-features .first-feature, .intro-features .second-feature, .intro-features .third-feature {
  border-bottom: 2px solid #b69fd5;
  padding: 15px 15px 15px 40px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}
.intro-features .first-feature h3, .intro-features .second-feature h3, .intro-features .third-feature h3 {
  color: #006e4c;
  text-align: left;
  font-weight: 600;
}
.intro-features .first-feature p, .intro-features .second-feature p, .intro-features .third-feature p {
  color: #6a90ff;
  text-align: left;
}
.intro-features .first-feature:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  left: 20px;
  color: #6d8d8a;
  opacity: 0.75;
  content: "\f201";
}
.intro-features .second-feature:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  left: 20px;
  color: #6d8d8a;
  opacity: 0.75;
  content: "\f19d";
}
.intro-features .third-feature:before {
  border: none;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  left: 20px;
  color: #6d8d8a;
  opacity: 0.75;
  content: "\f51c";
}

/* HEADINGS THREE/TWO */
.headings-three {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  background: #98b4ee;
  color: white;
}
.headings-three span {
  text-align: left;
  margin-bottom: 0px;
}
.headings-three span:last-child {
  text-align: right;
}
.headings-two {
  text-align: left;
  display: grid;
  grid-template-columns: 3fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  background: #98b4ee;
  color: #98b4ee;
}
.headings-two span {
  text-align: left;
  margin-bottom: 0px;
  font-size: 10px;
}
.headings-two span:last-child {
  text-align: center;
}

/* PRODUCT PAGE STYLES */
.big-number {
  font-size: 65px;
  font-weight: 100;
}

.strategy {
  padding: 7px 10px;
}
.strategy p {
  font-size: 14px;
  line-height: 13px;
  margin-bottom: 7px;
}
.news-strat a {
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 1px;
  font-weight: 600;
  color: #98b4ee;
}
.feature-alt {
  background: white;
  padding: 20px;
  border: 1px solid white;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 1.5rem;
}
.feature-alt .icon {
  font-size: 50px;
}
.feature-alt h3 {
  margin-bottom: 15px;
}
.feature-alt p {
  color: rgba(0, 0, 0, 0.5);
}


/* ---------- RECENT NEWS / MAIN ARTICLES ---------- */
.recent-news {
  margin-bottom: 30px;
}
.recent-news .news-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b69fd5;
}
.recent-news .news-item:last-child {
  margin-bottom: 20px;
}
.recent-news .news-item .news-title {
  color: #0d403d;
}
.recent-news .btn-wrap {
  margin-top: 0px;
}
.main-header {
  display: grid;
  -ms-flex-line-pack: top;
      align-content: top;
  min-height: 250px;
  padding: 20px 25px 10px;
}
.main-articles {
  background: white;
  padding: 0px 0px 20px;
  border: 1px solid white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  margin-bottom: 20px;
}
.main-articles header {
  background: #969696;
  border-radius: 9px 9px 0px 0px;
}
.main-articles header .main-featured {
  margin-bottom: 0px;
}
.main-articles .text-wrap {
  padding: 20px;
  border-radius: 9px;
}
.main-articles .text-wrap h1, .main-articles .text-wrap a {
  color: #2197ff;
}
.main-articles .text-wrap h1:hover, .main-articles .text-wrap a:hover {
  color: #2197ff;
  text-decoration: none;
}
.main-articles .text-wrap .profile-img {
  width: 75px;
  border-radius: 50%;
  border: 2px solid #6d8d8a;
  margin-top: -80px;
  margin-bottom: 0px;
}
.main-articles .news-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.main-articles .news-item:last-child {
  margin-bottom: 20px;
}
.main-articles .news-item .news-title {
  color: #0d403d;
}
.main-articles .btn-wrap {
  margin-top: 0px;
}
.news-carousel {
  margin-top: 20px;
}

#videoAlt .featured-article-alt .item {
  padding: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}
#videoAlt .featured-article-alt .item-content {
  text-align: left;
  padding: 5px 15px 10px;
}
#videoAlt .featured-article-alt .item-content p {
  font-size: 14px;
  line-height: 1.4em;
}
#videoAlt .featured-article-alt .item .item-img {
  background-size: cover;
  background-position: center center;
  border-radius: 1.5rem 1.5rem 0 0;
}
#videoAlt .featured-article-alt .item .item-img:before {
  padding-top: 50.3%;
  content: "";
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  #videoAlt .featured-article-alt .item .item-img {
    background-position: top center;
  }
  #videoAlt .featured-article-alt .item .item-img:before {
    padding-top: 23.3%;
  }
}
.related1 {
  background: url("../images/story-banner.jpg") no-repeat;
}
.related2 {
  background: url("../images/banner-1.jpg") no-repeat;
}
.related3 {
  background: url("../images/crypto-bg.jpg") no-repeat;
}

/* ADDITIONAL CONTENT */
#related-video, #video-home {
  background: #98b4ee;
  padding-top: 70px;
  padding-bottom: 80px;
}
#related-video h2, #video-home h2 {
  text-align: center;
  color: #6d8d8a;
  margin-bottom: 45px;
}
#related-video h3 a, #video-home h3 a {
  color: white;
}
#related-video .news-title, #video-home .news-title {
  margin-bottom: 0.25rem;
  font-weight: 400;
  line-height: 18px;
}
#related-video .news-title a, #video-home .news-title a {
  color: #b69fd5;
}
#video-home {
  background: none;
}
#video-home h2 {
  text-align: center;
  color: #1d4d4a;
  margin-bottom: 45px;
}
.lg-video {
  margin-bottom: 20px !important;
}
.sm-video {
  margin-bottom: 20px !important;
}
.sm-video .play-button {
  margin-bottom: 10px;
  border: 2px solid white;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.play-button {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 56px;
  background: rgba(255, 255, 255, 0.25);
}
.play-icon i {
  color: white;
}

#additional-content {
  padding-top: 50px;
  padding-bottom: 60px;
}
#paid-content {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #b69fd5;
}
#paid-content h2 {
  margin-bottom: 45px;
  text-align: center;
}
#additional-content .img-container, #paid-content .img-container {
  min-height: 200px;
  background-size: cover;
  background-position: top right;
  border-radius: 9px;
  margin-bottom: 15px;
}
#author-bio {
  padding-top: 50px;
  padding-bottom: 60px;
  background: linear-gradient(110deg,rgba(11, 22, 49,1.0),rgba(49,29,140,1.0));
}
#author-bio h3, #author-bio p {
  color: white;
  text-shadow: 0px 1px 2px rgba(0,0,0,1.0);
}
.main-featured {
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 0px;
  border-radius: 4px 4px 0px 0px;
}

/* IMAGES */
.img-inline {
  border: 5px solid;
  border-image-slice: 1;
  max-width: 300px;
  border-width: 5px;
  border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  margin-left: -75px;
  margin-right: 20px;
  margin-bottom: 5px;
  float: left;
}
.img-inline-right {
  border: 5px solid;
  border-image-slice: 1;
  max-width: 300px;
  border-width: 5px;
  border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  margin-left: 20px;
  margin-bottom: 5px;
  float: right;
}
@media (max-width: 767.98px) {
  .img-inline {
    margin-left: 0px;
    max-width: 240px;
  }
  .img-inline-right {
    margin-right: 0px;
    max-width: 240px;
  }
}
@media (max-width: 600.98px) {
  .img-inline, .img-inline-right {
    float: none;
    display: block;
    margin: 20px auto;
  }
}

.img-rosegold {
  width: 80%;
  display: block;
  margin: 20px auto;
  transform: rotate(7deg);
}
.img-rosegold-straight {
  width: 80%;
  display: block;
  margin: 20px auto;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 9px;
  border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
}
.img-rosegold-left {
  width: 80%;
  display: block;
  margin: 20px auto;
}
.img-feature {
  width: 90%;
  display: block;
  margin: 20px auto;
}
.img-product-bottle {
  width: 70%;
  display: block;
  margin: 20px auto;
  transform: rotate(7deg);
}
.img-callout {
  width: 100px;
  height: 100px;
  margin: 20px auto 10px;
  display: block;
  display: flex;
  align-items: center;
}
.img-split-callout {
  width: 200px;
  height: 200px;
  background: white;
  border-radius: 50%;
  margin: 20px auto 30px;
  display: block;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  border: 5px solid #F0F4FF;
}
.feature-ribbon {
  color: #202227;
  font-size: 12px;
  text-transform: uppercase;
  background: #ad3d5c;
  padding: 5px;
  border-radius: 0px 24px 24px 0px;
  text-align: center;
  width: 300px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-left: -20px;
}
.gradient-overlay-left-bg {
  padding-top: 55px;
  padding-bottom: 65px;
  background: linear-gradient(110deg, rgba(255,255,255,0.0) 0% 0%, rgba(255,255,255,1.0) 45% 100%);
  min-height: 550px;
  display: grid;
  align-items: center;
}
@media (max-width: 991.98px) {
  .img-rosegold, .img-rosegold-left, .img-rosegold-straight {
    width: 100%;
    transform: rotate(0deg);
  }
  .gradient-overlay-left-bg {
    background: linear-gradient(90deg, rgba(255,255,255,0.95), rgba(255,255,255, 0.95));
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .img-rosegold, .img-rosegold-left, .img-rosegold-straight {
    width: 55%;
    transform: rotate(0deg);
  }
  .img-product-bottle {
    width: 30%;
    display: block;
    margin: 20px auto;
    transform: rotate(0deg);
  }
}
@media (max-width: 599.98px) {
  .img-rosegold, .img-rosegold-left, .img-rosegold-straight {
    width: 70%;
    transform: rotate(0deg);
  }
}
.gradient-overlay-right-bg {
  padding-top: 55px;
  padding-bottom: 65px;
  background: linear-gradient(260deg, rgba(255,255,255,0.0) 0% 0%, rgba(255,255,255,1.0) 45% 100%);
  min-height: 550px;
  display: grid;
  align-items: center;
}
@media (max-width: 991.98px) {
  .gradient-overlay-right-bg {
    background: linear-gradient(90deg, rgba(255,255,255,0.95), rgba(255,255,255, 0.95));
    min-height: auto;
  }
  .section-bg-image {
    background: none;
    background: #F0F4FF !important;
  }
}

/* MAIN ARTICLE */
.main-article {
  background: rgba(182, 159, 213, 0.15);
  border: 1px solid white;
  border-radius: 4px;
  margin-bottom: 20px;
}
.main-article .btn-small {
  color: #202227 !important;
  background: #b69fd5;
  text-decoration: none;
  margin-bottom: 15px;
}
.main-article .btn-small:hover {
  text-decoration: none;
  background: #ffc900;
  color: #202227;
}
.main-article header {
  border-radius: 4px 4px 0px 0px;
}
.main-article header .main-featured {
  margin-bottom: 0px;
}
.main-article .table-header {
  padding: 10px 15px;
  background: #6d8d8a;
  border-radius: 4px 4px 0px 0px;
}
.main-article .table-header h2 {
  margin-bottom: 7px;
  color: white;
  text-shadow: 0px 1px 2px #202227;
}
.main-article .main-header {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 20px 20px 10px;
}
.main-article .main-header .author {
  margin-bottom: 5px;
}
.main-article .main-header .date {
  font-size: 12px;
  color: #202227;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.main-article .main-img {
  min-height: 270px;
  border-radius: 4px 4px 0px 0px;
  display: grid;
  align-items: center;
}
.img-profile-wrap {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: white;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.25);
}
.img-profile-large {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0px 8px 30px rgba(0,0,0,0.25);
  margin: 10px auto 0px;
}
.main-article .main-img .feature-ribbon {
  color: #202227;
  font-size: 12px;
  text-transform: uppercase;
  background: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);;
  padding: 5px 15px;
  border-radius: 4px 0px 0px 4px;
  text-align: left;
  width: 200px;
  letter-spacing: 2px;
  margin-left: -10px;
  position: relative;
  z-index: 1000;
  text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.main-article .text-wrap {
  padding: 20px;
  border-radius: 9px;
}
.main-article .text-wrap h2, .main-article .text-wrap a {
  color: #816aa9;
  margin-bottom: 10px;
}
.main-article .text-wrap h2:hover, .main-article .text-wrap a:hover {
  color: #b69fd5;
  text-decoration: none;
}
.main-article .text-wrap p {
  margin-bottom: 20px;
}
.main-article .text-wrap .profile-img {
  width: 75px;
  border-radius: 50%;
  border: 2px solid #6d8d8a;
  margin-top: -80px;
  margin-bottom: 0px;
}
.main-article .text-wrap .date, .main-article .text-wrap .category, .main-article .text-wrap .author {
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.main-article .text-wrap .date {
  font-size: 16px;
  color: #202227;
}
.main-article .news-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.main-article .news-item:last-child {
  margin-bottom: 20px;
}
.main-article .news-item .news-title {
  color: #0d403d;
}
.main-article .btn-wrap {
  margin-top: 0px;
}


/* ---------- HOMEPAGE-SPECIFIC (style-everbella additions) ---------- */
/* MAIN BG */
#main-section {
  min-height: 900px;
  max-width: 1900px;
  margin: 30px auto;
  border-radius: 20px;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.5);
}
.main-foreground {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.img-main-products {
  margin-top: -75px;
}
.img-round-basic {
  border: 1px solid rgba(0,0,0,0.25);
  padding: 20px;
  width: 300px;
  height: 300px;
  display: block;
  margin: 0px auto 20px;
  border-radius: 50%;
}

/* TESTIMONIALS (homepage variant) */
.testimonial, .testimonial-top {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  padding: 20px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 75px;
  margin-top: 20px;
}
.testimonial-top {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 25px;
  padding: 20px 20px 0px;
}
.testimonial img, .testimonial-top img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0px auto 15px;
  border: 2px solid #d2d2d2;
}
.testimonial p, .testimonial-top p {
  font-size: 18px;
  font-weight: 300;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.testimonial-top p {
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.testimonial
.quote-author, .testimonial-top .quote-author {
  font-size: 16px;
  text-align: right;
  font-style: normal;
  font-weight: 600;
}
.quote-author:before {
  content: '\2014'' ';
}
.verified-customer {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
.verified-customer i {
  color: #77bc20;
  font-size: 16px;
}

/* NON ICONS */
.section-non-icons {
  padding-top: 25px;
  padding-bottom: 35px;
}
.non-icons-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
  padding: 3px 0px;
}
.non-icon {
  width: 175px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  padding: 10px;
}
.non-icon-text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 0px;
}
.non-icon-inner, .non-icon-inner-alt {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(129,106,169,0.5);
  background: white;
  display: grid;
  align-items: center;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
  margin-bottom: 13px;
}
.non-icon-inner img {
  width: 70%;
  margin: 0px auto;
}
.non-icons-wrap-mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
}
.non-icons-cart {
  background: #e4e4e4;
}
.non-icon-mini {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40px, auto));
  padding: 10px;
  justify-content: center;
}
.non-icon-mini-text {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 0px;
}
.non-icon-mini-inner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(129,106,169,0.5);
  background: white;
  display: grid;
  align-items: center;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 50%);
  margin-bottom: 9px;
  justify-self: center;
}
.non-icon-mini-inner img {
  width: 100%;
  margin: 0px auto;
}
.vitamin-size {
  font-size: 45px !important;
  font-weight: 700 !important;
}
.non-icon .non-icon-inner p, .non-icon .non-icon-inner-alt p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 26px;
  line-height: 1.0em;
  font-weight: 600;
  color: #3b1e6a;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .non-icon {
    width: 135px;
    height: 135px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    padding: 10px;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 125px;
    height: 125px;
  }
  .non-icon .non-icon-inner p, .non-icon .non-icon-inner-alt p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .non-icon-inner:after {
    content: "";
    background: #816aa9;
    height: 5px;
    width: 145px;
    position: absolute;
    top: auto;
    transform: rotate(-45deg);
  }
}
@media (max-width: 768px) {
  .non-icon {
    width: 135px;
    height: 180px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    padding: 10px;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 125px;
    height: 125px;
  }
  .non-icon .non-icon-inner p, .non-icon .non-icon-inner-alt p {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .non-icon {
    width: 125px;
    height: 170px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, auto));
    padding: 0px;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 120px;
    height: 120px;
  }
  .non-icon .non-icon-inner p, .non-icon .non-icon-inner-alt p {
    font-size: 16px;
  }
}

/* MASONRY */
.testimonials-container {
  gap: 50px;
  columns: 2 350px;
}
.testimonial-item-wrap {
  padding: 10px 90px 30px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  border-radius: 9px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 991px) {
  .testimonials-container {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 0px;
  }
}

/* OVERLAYS */
.small-screen-overlay-wht {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .small-screen-overlay-wht {
    padding-top: 100px;
  }
}
#nutraboost {
  background: linear-gradient(0deg, rgba(205,93,40,0.15), rgba(255,255,255,1.0));
  border-bottom: 9px solid #cd5d28;
}

/* CART ITEMS */
.cart-item {
  background: linear-gradient(0deg, #f1f1f1, rgba(255,255,255,1.0));
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  border-radius: 0px;
  margin-bottom: 20px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  position: relative;
  display: grid;
  border: 1px solid #ffffff;
}
.cart-item .cart-mobile {
  display: grid;
  grid-template-columns: 1fr;
}
.highlight-callout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);
  padding-top: 5px;
  padding-bottom: 5px;
}
.best-seller-wrap {
  background: rgba(182,159,213,0.15);
  background: linear-gradient(180deg, rgba(182,159,213,0.15), rgba(182,159,213,0.33));
}
.best-seller-wrap .non-icons-wrap {
  background: rgba(182,159,213,0.3);
}
.cart-item-content-wrap {
  padding-bottom: 35px;
}
.price-callout-best {
  background: linear-gradient(180deg, #41aaf7 0%, #004483 100%);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
  text-shadow: 0px 1px 1px #212227;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 28px;
  border-radius: 13px 13px 0px 0px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  padding: 20px 0px;
}
.supply-level {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.supply-level-main {
  font-size: 26px;
  font-weight: 900;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.bottle-amount {
  font-size: 24px;
  color: #212227;
}
.savings-block {
  background: #239640;
  padding: 5px 10px;
  border-radius: 9px;
  display: inline-block;
  margin-bottom: 9px;
}
.savings-block p {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}
.btn-addtocart-wrap {
  text-align: center;
}
.btn-container {
  padding: 15px;
  border-radius: 0px 0px 13px 13px;
}
.total-savings {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #0072ff;
}
.cart-item-img-wrap, .cart-item-content-wrap {
  padding: 20px 0px 0px;
}
.img-cards {
  width: 150px;
  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;
}
.product-image {
  width: 200px;
  display: block;
  margin: 20px auto;
}
.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%;
  -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);
}
.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;
}
.card-price:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -9px;
  top: 17px;
}
.price-cbp {
  font-size: 55px;
  font-weight: 700;
  line-height: 24px;
  text-shadow: 0px 2px 2px rgba(255,255,255,1.0);
  margin-bottom: 15px;
}
.name-price-wrap {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px 15px;
  min-width: 0px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  width: 100%;
}
.name-price-wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin-bottom: 7px;
}
.amtpb {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 300;
}
.product-description {
  padding: 0px 15px;
}
.product-description p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #494a50;
  margin-bottom: 9px;
}
.star-rating {
  padding-bottom: 15px;
}
.star-rating .fa {
  color: #fc9903;
  font-size: 12px;
  font-size: 1.2rem;
}
.super-large-number {
  font-size: 130px;
  font-size: 13rem;
  line-height: 130px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -9px;
}
.sln-description {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1.0;
}
@media (max-width: 768px) {
  .super-large-number {
    font-size: 70px;
    font-size: 7.0rem;
    line-height: 70px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -5px;
  }
  .sln-description {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 0px;
  }
}

/* OWL CAROUSEL */
.owl-carousel .owl-stage {
  padding: 25px 0px 9px;
}
.owl-carousel-aso .owl-item img {
  width: 200px;
  display: block;
  margin: 0px auto;
}


/* ---------- FRONT PAGE / RECENT POSTS / ARTICLES WRAP ---------- */
#hp-recent-posts {
  background: white;
  background: linear-gradient(0deg, #ffffff, #f4f4f4);
}
.hp-main-featured {
  padding: 45px 50px 55px;
  background: #ffffff;
}
.hp-main-featured header {
  min-height: 300px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.hp-main-featured .item-header .img-post {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.hp-main-featured .item-content {
  padding: 15px;
  padding: 1.5rem;
  font-family: hero-new, Arial, Helvetica, sans-serif;
}

/* ARTICLES WRAP - merged: style-everbella has additional rules, main.css has presets like grid-template-columns and padding overrides */
.articles-wrap {
  display: grid;
}
.articles-wrap .item {
  display: grid;
  grid-template-columns: 200px auto;
  background: rgba(255,255,255,0.95);
  margin-bottom: 15px;
  border: 1px solid rgba(233,195,177,0.5);
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
.articles-wrap .item:last-child {
  margin-bottom: 0px;
}
.main-article-wrap {
  display: grid;
  align-content: center;
  grid-template-rows: 300px 1fr;
  border: 1px solid rgba(233,195,177,0.5);
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  height: 100%;
}
.main-article-wrap .item-header .main-image-wrap .img-post {
  min-height: 300px;
  width: 100%;
}
.main-article-wrap header {
  min-height: 300px;
}
.main-article-wrap .main-article-content {
  padding: 35px;
  background: rgba(255,255,255,0.95);
}
.main-article-wrap .main-article-content a {
  text-decoration: none;
}
.main-article-wrap .main-article-content h2, .main-article-wrap .main-article-content h3 {
  margin-bottom: 10px;
}
.main-article-wrap .main-article-content .date {
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.main-article-wrap .main-article-content p {
  font-weight: 200;
  line-height: 2.8rem;
  font-size: 20px;
  font-size: 2.0rem;
}
.articles-wrap .item .item-header {
  min-height: 120px;
  display: flex;
  flex-direction: column;
}
.articles-wrap .item .item-header .img-post {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(0,0,0,0.25);
}
.articles-wrap .item .item-content {
  padding: 30px 35px;
  padding: 3.0rem 3.5rem;
}
.articles-wrap .item .item-content a, .hp-main-featured .item-content a {
  text-decoration: none;
}
.articles-wrap .item .item-content ul {
  margin-bottom: 0px;
  padding-left: 0px;
}
.articles-wrap .item .item-content ul li {
  margin-left: 20px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-family: hero-new, Arial, Helvetica, sans-serif;
  font-weight: 200;
}
.articles-wrap .item .item-content h4, .hp-main-featured .item-content h2 {
}
.hp-main-featured .item-content h2, .hp-main-featured .item-content h3 {
  margin-bottom: 20px;
}
.articles-wrap .item .item-content h3 {
  line-height: 32px;
  margin-bottom: 12px;
}
.articles-wrap .item .item-content h4 {
  line-height: 1.0;
  margin-bottom: 10px;
  font-weight: 200;
}
.articles-wrap .item .item-content a h4 {
  color: rgba(66,54,48,1.0);
}
.articles-wrap .item .item-content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: hero-new, Arial, Helvetica, sans-serif;
  margin-bottom: 9px;
  font-weight: 200;
}
.articles-wrap .item .item-content .date, .hp-main-featured .item-content .date {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .main-article-wrap {
    margin-bottom: 15px;
    display: block;
    height: auto;
  }
}
@media (max-width: 991px) {
  .hp-main-featured {
    padding: 45px 20px 55px;
  }
  .articles-wrap .item {
    grid-template-columns: 1fr;
  }
  .articles-wrap .item .item-header .img-post {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
  }
  .btn-desk {
    display: none !important;
  }
  .btn-mob {
    display: inline-block !important;
    margin: 20px auto;
  }
}
@media (max-width: 575px) {
  .articles-wrap .item {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) and (max-width: 1999px) {
  .main-article-wrap {
    display: grid;
    align-content: center;
    grid-template-rows: 300px auto;
    height: auto;
  }
}
@media (min-width: 2000px) {
  .main-article-wrap {
    display: grid;
    align-content: center;
    grid-template-rows: 300px auto;
    height: 100%;
  }
}

/* "NON" VITAMINS */
.vitamins-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.vitamin {
  width: 175px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, auto));
  justify-content: center;
  justify-items: center;
}
.vitamin-text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 0px;
}
.vitamin-inner, .vitamin-inner-alt {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #cd5d28;
  background: rgba(129,106,169,0.5);
  background: white;
  display: grid;
  align-items: center;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
  margin-bottom: 13px;
}
.vitamin-inner img {
  width: 70%;
  margin: 0px auto;
}
.vitamins-wrap-mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
}
.vitamin-mini {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, auto));
  padding: 10px;
  justify-content: center;
}
.vitamin-mini-text {
  font-size: 14px;
  font-weight: 700;
  color: #cd5d28;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 0px;
}
.vitamin-mini-inner {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(129,106,169,0.5);
  background: white;
  display: grid;
  align-items: center;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 50%);
  margin-bottom: 9px;
  justify-self: center;
}
.vitamin-mini-inner img {
  width: 100%;
  margin: 0px auto;
}
.vitamin-inner {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid #e3a386;
  background: rgba(255,255,255,1.0);
  display: grid;
  align-items: center;
  align-content: center;
}
.vitamin .vitamin-inner p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 30px;
  line-height: 0.9em;
  text-transform: uppercase;
  font-weight: 500;
  color: #f26320;
  font-family: din-condensed, "Avenir", "Helvetica", arial, sans-serif;
}
.vitamin .vitamin-inner p, .vitamin .vitamin-inner-alt p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 22px;
  line-height: 0.85em;
  font-weight: 600;
  color: #cd5d28;
  font-family: din-condensed, "Avenir", "Helvetica", arial, sans-serif;
}
.vitamin .small {
  line-height: 1.2em;
  color: white;
}
.nutraboost-callouts-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
}
.vitamin .icon-text-wrap {}
.vitamin .icon-text-wrap p {
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vitamin {
    width: 135px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, auto));
    justify-content: center;
    justify-items: center;
  }
  .vitamin-inner, .vitamin-inner-alt {
    width: 125px;
    height: 125px;
    padding: 5px;
  }
  .vitamin .vitamin-inner p, .vitamin .vitamin-inner-alt p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .vitamin-mini {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    padding: 10px;
    justify-content: center;
  }
  .vitamin-mini-inner {
    width: 100px;
    height: 100px;
  }
  .vitamin {
    width: 135px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, auto));
    margin-bottom: 10px;
    padding: 10px;
  }
  .vitamin-inner, .vitamin-inner-alt {
    width: 135px;
    height: 135px;
  }
  .vitamin .vitamin-inner p, .vitamin .vitamin-inner-alt p {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .vitamin {
    width: 125px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, auto));
    padding: 0px;
  }
  .vitamin-inner, .vitamin-inner-alt {
    width: 120px;
    height: 120px;
  }
  .vitamin .vitamin-inner p, .vitamin .vitamin-inner-alt p {
    font-size: 16px;
  }
}

/* TESTIMONIAL SLIDER */
.section-testimonials {
  background: rgba(233,195,177,0.85);
  padding-top: 45px;
  padding-bottom: 55px;
}
.testimonial-item {
  background: white;
  display: grid;
  grid-template-rows: 220px auto;
  border-radius: 0px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
.testimonial-item .person {
  border-radius: 0px;
}
.testimonial-item .content-wrap {
  padding: 25px 20px;
}
.testimonial-item .content-wrap p {
  line-height: 1.5em;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.testimonial-item .content-wrap .quotation {
  font-size: 14px;
}
.review-alt .quote-author, .quote-author {
  text-align: right;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0px;
  color: #3b1e6a;
  font-weight: 600;
  padding-right: 20px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.small-stars-wrap {
  max-width: 250px;
  margin-bottom: 15px;
}
.small-stars-wrap i {
  font-size: 16px;
  color: #ffa300;
}
.owl-nav {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 50px 50px;
}
.carousel-prev i, .carousel-next i {
  font-size: 30px;
}
@media (max-width: 600px) {
  .owl-nav {
    display: grid;
    justify-content: center;
    grid-template-columns: 75px 75px;
  }
}

/* MOST RECENT - homepage variant (style-everbella precedence) */
#most-recent {
  padding-top: 70px;
  padding-bottom: 75px;
  background: linear-gradient(110deg, rgba(233,195,177,0.5),rgba(233,195,177,0.5)), url(https://everbella.com/wp-content/uploads/2022/01/everbella-heart-pattern-rose.png);
}
#most-recent .most-recent-wrap {
  padding-bottom: 45px;
}
#most-recent .most-recent-wrap .most-recent-list-item, .product-callout {
  background: white;
  border-radius: 4px;
  box-shadow: 0px 7px 10px rgb(0,0,0,0.1);
}
#most-recent .most-recent-wrap .most-recent-list-item .mr-image-wrap, .product-callout .mr-image-wrap {
  min-height: 275px;
  border-radius: 4px 4px 0px 0px;
}
#most-recent .most-recent-wrap .most-recent-list-item .mr-text-wrap, .product-callout .mr-text-wrap {
  padding: 20px;
}
#most-recent .most-recent-wrap .most-recent-list-item .mr-text-wrap h4, .product-callout .mr-text-wrap h4 {
  color: #816aa9;
  margin-bottom: 10px;
}
#most-recent .most-recent-wrap .most-recent-list-item .mr-text-wrap p, .product-callout .mr-text-wrap p {
  font-size: 14px;
  line-height: 1.6em;
}
.product-callout .mr-text-wrap p {
  margin-bottom: 5px;
}
#most-recent .most-recent-wrap .most-recent-list-item .mr-text-wrap .date, .product-callout .mr-text-wrap .date {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.mr-image-wrap {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  #most-recent .most-recent-wrap .most-recent-list-item, .product-callout {
    margin-bottom: 20px;
  }
}


/* ---------- CART SLIDE-OUT ---------- */
.cart-snapshot {
  border-radius: 13px 0px 0px 13px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.75);
}
.cart-snapshot .cart-snapshot-header {
  position: relative;
  padding: 10px 20px 10px;
  background: linear-gradient(35deg, #d1a493, #fedfcb);
}
.cart-snapshot .cart-snapshot-header h3 {
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #212227;
  text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
}
.cart-snapshot .cart-snapshot-header .close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}
.cart-snapshot .cart-snapshot-items ul li.item::nth-child(odd) {
  background: #f2f2f2;
}
.cart-snapshot .cart-snapshot-items ul li.columns .item-name, .cart-snapshot .cart-snapshot-items ul li.columns .item-qty, .cart-snapshot .cart-snapshot-items ul li.columns .item-price {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}
.cart-snapshot .cart-snapshot-items ul li {
  padding: 4px 20px;
  font-size: 12px;
}
.cart-snapshot .cart-snapshot-items ul li.total {
  padding: 4px 20px 4px;
  cursor: inherit;
  border-top: 1px solid rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  font-weight: 700;
  font-size: 16px;
}

/* ---------- CALCULATOR / GOAL ITEMS / SECTION HEADS ---------- */
.calc-btn-wrap {
  display: grid;
  grid-template-columns: 1fr 7fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
  margin-top: 25px;
}
.calc-btn-wrap .btn-wrap {
  margin: 0px;
}
.calc-btn-wrap .btn-back {
  display: grid;
  text-align: center;
  background: #6d8d8a;
  color: #98b4ee;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  border-radius: 4px;
}
.calc-btn-wrap .btn-back:hover {
  background: #F0F4FF;
  color: #6a90ff;
}

/* CALCULATOR RESULTS */
#market-insights {
  padding-top: 50px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #b69fd5, white);
}
#calculator-savings {
  border-radius: 6px;
  background: rgba(0, 157, 131, 0.25);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 157, 131, 0.15) !important;
          box-shadow: 0px 4px 20px rgba(0, 157, 131, 0.15) !important;
  padding: 20px;
  margin-bottom: 20px;
}
#calculator-savings .savings-row {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1fr !important;
}
#calculator-savings .savings-row .you-will-save p {
  font-size: 24px;
  line-height: 1.4em;
  text-align: right;
  color: #202227;
}
#calculator-savings .savings-row .savings-amount {
  padding-left: 20px;
}
#calculator-savings .savings-row .savings-amount p {
  color: #1d4d4a;
  font-size: 68px !important;
  text-align: left;
}

.goal-item {
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 1fr 5fr;
}
.goal-item .icon {
  background: linear-gradient(160deg, #b69fd5, white);
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #6a90ff;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px 0px 0px 6px;
  position: relative;
}
.goal-item .icon svg {
  width: 70px;
  fill: #6a90ff;
}
.goal-item .icon .status-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  border-radius: 6px 0px 6px 0px;
  border-right: 2px solid #6d8d8a;
  border-bottom: 2px solid #6d8d8a;
}
.goal-item .icon .status-icon i {
  font-size: 18px;
  line-height: 30px;
  color: white;
  text-align: center;
  display: grid;
  align-content: center;
  justify-content: center;
}
.goal-item .icon .status-good { background: #1d4d4a; }
.goal-item .icon .status-okay { background: #2197ff; }
.goal-item .icon .status-bad { background: #AD3D5C; }
.goal-item .icon-good {
  border-radius: 6px 0px 0px 0px;
  background: linear-gradient(130deg, rgba(23, 227, 184, 0.5), white);
}
.goal-item .icon-good svg { fill: #1d4d4a; }
.goal-item .icon-okay {
  border-radius: 6px 0px 0px 0px;
  background: linear-gradient(130deg, rgba(33, 151, 255, 0.5), white);
}
.goal-item .icon-okay svg { fill: #2197ff; }
.goal-item .icon-bad {
  border-radius: 6px 0px 0px 0px;
  background: linear-gradient(130deg, rgba(255, 0, 125, 0.5), white);
}
.goal-item .icon-bad svg { fill: #AD3D5C; }
.goal-item .details {
  padding: 10px 10px 10px 20px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  border-left: none;
  border-radius: 0px 6px 6px 0px;
}
.goal-item .details .small-title {
  color: #6a90ff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.goal-item .details .details-title {
  color: white;
  padding: 1px 7px 3px;
  background: rgba(46, 0, 128, 0.4);
  font-size: 14px;
  font-weight: 500;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
}
.goal-item .details .details-title i { font-size: 12px; }
.goal-item .details .details-title:active { background: rgba(46, 0, 128, 0.75); }
.goal-item .details .details-title-active {
  color: white;
  padding: 1px 7px 3px;
  background: rgba(46, 0, 128, 0.75);
  font-size: 14px;
  font-weight: 500;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
}
.goal-item .details .details-title-active i { font-size: 12px; }
.goal-item .details .details-content {
  font-size: 14px !important;
  line-height: 18px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  padding-right: 20px;
}
.goal-item .details p { margin-bottom: 7px; }
.goal-item .details .goal-target {
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F0F4FF;
  padding: 7px;
  text-align: center;
}
.goal-item .details .goal-good {
  background: rgba(23, 227, 184, 0.25);
  border-bottom: 4px solid #1d4d4a;
}
.goal-item .details .goal-okay {
  background: rgba(33, 151, 255, 0.25);
  border-bottom: 4px solid #2197ff;
}
.goal-item .details .goal-bad {
  background: rgba(192, 32, 93, 0.25);
  border-bottom: 4px solid #AD3D5C;
}
.goal-item .create-account-btn {
  display: grid;
  align-items: center;
  justify-content: center;
}
.goal-item-open {
  border-radius: 6px 6px 0px 6px;
  margin-bottom: 0px;
  box-shadow: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.goal-item-open .icon {
  border-radius: 6px 0px 0px 6px;
}
.goal-item-open .details {
  border-radius: 0px 6px 0px 0px;
}
.open-goal {
  border-radius: 0px 0px 6px 6px;
  border: 2px solid #6d8d8a;
  padding: 15px;
  background: #b69fd5;
  margin: 0px 0px 15px 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.open-goal .sub-text {
  font-size: 18px;
  font-weight: 300;
  color: #816aa9;
}
.open-goal .edit-btn-wrap {
  text-align: center;
  margin: 5px 5px 0px;
}
.open-goal .btn-edit {
  padding: 1px 7px 3px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 500;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
}
.open-goal .btn-edit:hover {
  background: rgba(23, 227, 184, 0.25);
  color: #2e0080 !important;
}
.strong-increase {
  font-size: 24px;
}
.debt-icon-wrap svg {
  fill: #816aa9;
}
.question-text {
  font-size: 14px;
  font-weight: 600;
  color: #202227;
}
.question-text span { font-weight: 300; }
.medium-number {
  font-size: 35px !important;
  margin-bottom: 15px;
  font-weight: 100;
  color: #816aa9;
}

.section-head {
  margin-top: 20px;
  padding: 20px 20px 1px;
  margin-bottom: 20px;
  background: linear-gradient(160deg, #b69fd5, white);
  border-radius: 6px;
  box-shadow: 0px 4px 8px inset rgba(0, 0, 0, 0.15);
}
.section-head-callout {
  display: grid;
  grid-template-columns: auto 2fr;
}
.section-head-callout h2 {
  grid-column: 1;
  justify-self: start;
}
.section-head-callout p {
  grid-column: 2;
  justify-self: end;
}
.section-head-optimized {
  margin-top: 20px;
  padding: 20px 20px 1px;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0px 4px 10px inset rgba(0, 110, 76, 0.75);
}
.card {
  background: none;
  border: none;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  border-radius: 4px;
}
#optimized-section {
  padding-top: 50px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #008f9a, #20e4ba);
}
.current-net-worth {
  background: #b69fd5;
  padding: 15px;
  border-radius: 6px;
}
.current-net-worth .net-worth-number {
  font-size: 24px !important;
  margin-bottom: 5px;
}
.optimized-description {
  line-height: 16px;
}
.nav-pills .nav-link {
  border-radius: 6px;
  text-align: center;
}
.nav-pills .nav-link i {
  font-size: 24px;
  line-height: 45px;
}
.nav-pills-custom .nav-link {
  color: #202227;
  background: #F0F4FF;
  position: relative;
  margin-bottom: 5px;
}
.nav-pills-custom .nav-link.active {
  color: white;
  background: #2197ff;
  text-align: center;
}
#v-pills-tabContent .tab-pane {
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.info-box {
  background: rgba(33, 151, 255, 0.25);
  padding: 10px 10px 10px 40px;
  position: relative;
  border-radius: 6px;
  border: 3px solid #2197ff;
  margin-top: 20px;
}
.info-box p {
  font-size: 16px;
  line-height: 20px;
  color: #2197ff;
  margin-bottom: 10px;
}
.info-box .small-title {
  margin-bottom: 15px;
}
.info-box .status-icon {
  background: #2197ff;
  position: absolute;
  top: 0px;
  left: -1px;
  width: 30px;
  height: 30px;
  border-radius: 4px 0px 6px 0px;
  border-right: 2px solid #6d8d8a;
  border-bottom: 2px solid #6d8d8a;
}
.info-box .status-icon i {
  font-size: 18px;
  line-height: 30px;
  color: white;
  text-align: center;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
.nav-pills-custom .nav-link.active::before { opacity: 1; }

.optimized-info {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.optimized-info .assessment-number {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
.optimized-info .assessment-number .big-number {
  line-height: 32px;
  margin-bottom: 15px;
}
.optimized-info .assessment-number .small-title-wrap {
  padding: 7px;
  background: #6d8d8a;
  border-radius: 6px 6px 0px 0px;
  border-bottom: 1px solid #98b4ee;
}
.optimized-info .assessment-number .small-title-wrap .small-title {
  margin-bottom: 5px;
}
.optimized-info .assessment-number .optimized-text {
  padding: 10px;
  background: white;
  border-radius: 0px 0px 6px 6px;
}
.optimized-info:last-child {
  border-right: none;
}
.optimized-title {
  font-size: 14px;
  margin-bottom: 5px;
  color: #6a90ff;
  font-weight: 600;
}
.tasks-title {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  color: #98b4ee;
}
.account-protection {
  text-align: center;
  margin-bottom: 20px;
  color: #1d4d4a;
  text-transform: uppercase;
}
.step-number {
  color: #1d4d4a;
  font-weight: bold;
}
.shadow-box {
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background: white;
}
.large-icon {
  width: 80%;
  margin: 0px auto 0px;
}
.large-icon svg {
  fill: #1d4d4a;
}
.step-container {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #6d8d8a;
}


/* ---------- ABOUT-INFO HEADER / SAVE PROMPT / RECENT ARTICLES ---------- */
.about-info-header {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 10px;
  grid-template-areas: "debt-left debt-right";
}
.about-info-header p {
  grid-area: debt-left;
}
.about-info-header .carousel-nav-wrap {
  grid-area: debt-right;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  text-align: right;
  color: #2197ff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
}
.add-btn-wrap {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.add-new {
  border-top: 1px solid #6d8d8a;
  margin-top: 20px;
}
.add-new .btn-wrap {
  margin: 20px auto 0px;
}
.removed-item {
  -webkit-animation: removed-item-animation 0.8s cubic-bezier(0.65, -0.02, 0.72, 0.29);
  animation: removed-item-animation 0.8s cubic-bezier(0.65, -0.02, 0.72, 0.29);
}
#negative-callout {
  margin-top: -50px;
}

/* MAIN CALLOUT */
.main-callout {
  border-radius: 6px;
  -webkit-box-shadow: 2px 4px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 40px rgba(0, 0, 0, 0.25);
  background: white;
  display: grid;
  grid-template-columns: 1fr 6fr;
  padding-left: 0px;
  padding-right: 0px;
}
.main-callout h3 {
  margin-bottom: 5px;
}
.main-callout .main-callout-left {
  padding: 10px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #6d8d8a;
  background: #1d4d4a;
  border-radius: 6px 0px 0px 6px;
}
.main-callout .main-callout-left .fa {
  font-size: 30px;
  color: white;
}
.main-callout .main-callout-right {
  padding: 20px 20px 5px;
}
.main-callout .main-callout-right p {
  color: #1d4d4a;
  line-height: 1.4em;
}
.main-callout .main-callout-right .small-title {
  margin-bottom: 7px;
}
@media (max-width: 767.98px) {
  .main-callout {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/* PRODUCT CALLOUT */
#product-callout {
  margin-top: 0px;
}
.product-page-callout {
  border-radius: 16px;
  border: 4px solid #d2d2d2;
  -webkit-box-shadow: 2px 4px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 40px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, rgba(235,235,235,1.0), rgba(255,255,255,1.0));
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding-left: 0px;
  padding-right: 0px;
}
.cs-callout {
  border-radius: 16px;
  -webkit-box-shadow: 2px 4px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 40px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, rgba(235,235,235,0.5), rgba(255,255,255,0.5));
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
  padding: 25px;
  margin-bottom: 25px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-callout .btn-main {
  margin: 0px;
}
.product-page-callout h4, .cs-callout h4 {
  margin-bottom: 5px;
  font-size: 22px;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgb(255 255 255);
}
.product-page-callout .product-callout-left {
  padding: 10px 0px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 14px 0px 0px 14px;
}
.product-page-callout .product-callout-left .fa {
  font-size: 30px;
  color: white;
}
.product-page-callout .product-callout-right {
  padding: 20px 20px 5px;
}
.product-page-callout .product-callout-right p, .cs-callout p {
  color: #1d4d4a;
  line-height: 1.5em;
  font-size: 16px;
  text-shadow: 0px 1px 2px rgb(255 255 255);
}
.product-page-callout .product-callout-right .small-title {
  margin-bottom: 7px;
}
@media (max-width: 991.98px) {
  #product-callout {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .product-page-callout {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .product-page-callout {
    margin-right: 10px;
    margin-left: 10px;
  }
  .product-page-callout .product-callout-right {
    padding: 10px 10px 5px 0px;
  }
}

/* DEFINITION ROWS */
.definition-row .term-definition {
  border-right: 1px solid #6d8d8a;
  margin-bottom: 25px;
}
.definition-row .term-definition p {
  line-height: 1.4em;
  color: rgba(20, 20, 37,0.75);
}
.definition-row .term-definition:last-child {
  border: none;
}
@media (max-width: 767.98px) {
  .definition-row .term-definition {
    border-right: none;
  }
}
.related-title {
  margin-bottom: 20px;
}
.definition-title {
  font-size: 18px;
  font-weight: 700;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: #1d4d4a;
  margin-bottom: 15px;
}

/* SMALL FEATURES */
.sm-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
}
.sm-features .plan {
  background: #aaaaaa;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.sm-features .plan p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}
.sm-feature {
  background: linear-gradient(110deg, #333333, #333333);
  border: 4px solid #aaaaaa;
  text-align: center;
  border-radius: 1.5rem;
  margin: 10px;
}
.sm-feature img {
  width: 75%;
  margin: 20px auto;
}
.sm-feature:hover, .sm-feature:active {
  background: linear-gradient(110deg, #002a8f, #007be0);
  border: 4px solid #edf3ff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.sm-feature:hover .plan, .sm-feature:active .plan {
  background: #edf3ff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.sm-feature:hover .plan p, .sm-feature:active .plan p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  color: #007BE0;
}

/* PAGE NUMBERS */
ul.page-numbers {
    list-style: none;
    margin: 0;
    padding-left: 0px;
    padding-bottom: 10px;
}
.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}
.page-numbers a,
.page-numbers span {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 35px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid rgba(129, 106, 169, 0.5);
    color: rgba(129, 106, 169, 1.0);
    border-radius: 50%;
}
.page-numbers a span { padding: 0 }
.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #ffffff;
    background: #81A997;
    border: 2px solid #1d4d4a;
    text-decoration: none;
}
.page-numbers:hover { text-decoration: none }

/* COMMENTS */
.comment-list {
  margin-bottom: 50px;
}
.comments-area {
  margin-top: 30px;
}
.comments-area hr {
  margin-top: 25px;
  margin-bottom: 25px;
}
.comment-list, .comment-list .children {
  list-style-type: none;
  padding-left: 0px;
}
.comment-list li {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.comment-list .children li {
  margin-bottom: 0px;
}
.comment-list .children li .children li:nth-child(odd) {
  background: #b69fd5;
  box-shadow: none;
  margin-bottom: 5px;
}
.comment-list .children li .children li:nth-child(even) {
  background: #F0F4FF;
  box-shadow: none;
  margin-bottom: 5px;
}
.comment-list .children li .children li:last-child {
  margin-bottom: 0px;
}
.comment-content p {
  margin-bottom: 5px;
}
.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  width: 100%;
  border: 2px solid #6a90ff;
  border-radius: 6px;
}
#respond {
  background: rgba(0, 157, 131, 0.15);
  border-radius: 6px;
  padding: 15px;
}
.logged-in-as {
  font-size: 14px;
}
.reply {
  margin-bottom: 15px;
  cursor: pointer;
}
.reply .comment-reply-link {
  padding: 7px;
  background: #6d8d8a;
  color: #6a90ff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
}

/* SAVE PROMPT */
.save-prompt {
  background: rgba(33, 151, 255, 0.25);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 10px solid #2197ff;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 1fr 8fr;
  margin-top: 75px;
}
.save-prompt .icon {
  background: #2197ff;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: white;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.save-prompt .important-message {
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 4fr 1fr;
}
.save-prompt .important-message .small-title {
  color: #2197ff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.save-prompt .important-message p {
  margin-bottom: 7px;
}
.save-prompt .important-message .message {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: #202227;
}
.save-prompt .create-account-btn {
  display: grid;
  align-items: center;
  justify-content: center;
}

/* WIDGET CATEGORIES */
.widget_categories h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #202227;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  margin-bottom: 9px;
}
.widget_categories ul {
  padding-left: 0px;
}
.widget_categories li {
  list-style: none;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  background: #54565a;
  background-image: url(../images/everbella-icon-white.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 10px, center;
  border-radius: 25px;
  font-weight: 600;
}
.widget_categories li a {
  color: white;
  text-transform: uppercase;
}


/* ---------- LOYALTY PAGE ---------- */
.border-gradient-rosegold-loyalty {
  border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  min-height: 240px;
  padding-top: 120px;
  padding-bottom: 50px;
  margin: 15px;
}
#loyalty-intro {
  background: #202227;
  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;
  padding-top: 150px;
  padding-bottom: 5px;
  height: 100%;
  position: relative;
  z-index: 1000;
}
#loyalty-intro .loyalty-intro-content {
  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;
}
#loyalty-intro-bottom {
  background: url(../images/yin-yang-curve-sm.svg);
  background-position: top center;
  background-repeat: repeat-x;
  height: 180px;
  position: relative;
  z-index: 999;
}
#shop-intro {
  background: #202227;
  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;
  padding-top: 100px;
  padding-bottom: 5px;
  height: 100%;
  position: relative;
  z-index: 1000;
}
#shop-intro .border-gradient-rosegold {
  border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  min-height: 340px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 15px;
}
.img-membership {
  width: 100%;
  display: block;
  margin: 0px auto;
  transform: rotate(7deg);
}
.img-membership-wrap {
  display: grid;
  justify-items: center;
  align-items: center;
}
.img-membership-sm {
  width: 70%;
  display: block;
  margin: 20px auto;
  transform: rotate(7deg);
}
.img-circle {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  display: block;
  margin: -50px auto 0px;
  border: 5px solid #816aa9;
}
.img-circle-product {
  border-radius: 50%;
  display: block;
  margin: 50px auto 0px;
  border: 5px solid #212227;
}
.img-circle-ccplus {
  border-radius: 50%;
  display: block;
  margin: 50px auto 0px;
  border: 5px solid #816aa9;
}
.img-circle-cbplus {
  border-radius: 50%;
  display: block;
  margin: 50px auto 0px;
  border: 5px solid #81A997;
}
.img-circle-body {
  border-radius: 50%;
  border: 5px solid #816aa9;
  width: 300px;
  height: 300px;
  display: block;
  margin: 20px auto;
}
@media (max-width: 991px) {
  .img-membership { width: 60%; }
  .img-circle { margin: 10px auto; }
  .img-circle-lg { max-width: 300px; margin: -50px auto -140px; }
  .img-circle-product, .img-circle-ccplus, .img-circle-cbplus {
    margin: 0px auto;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  #loyalty-intro-bottom { display: none; }
  .img-circle-lg { max-width: 300px; margin: 0px auto -100px; }
}
#loyalty-intro-follow {
  margin-top: -370px;
  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;
  padding-top: 160px;
  height: 100%;
  position: relative;
  z-index: 998;
}
@media (min-width: 1400px) {
  #loyalty-intro-follow { margin-top: -390px; padding-top: 190px; }
  .border-gradient-rosegold-loyalty { min-height: 240px; padding-top: 160px; }
}
@media (max-width: 768px) {
  #loyalty-intro-follow { margin-top: 0px; padding-top: 0px; }
}
.loyalty-bottle {
  position: relative;
  z-index: 1000;
  width: 70%;
  display: block;
  margin: 20px auto;
  transform: rotate(7deg);
}
.section-repeat .loyalty-callout-description {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.no-bottom-padding {
  padding-bottom: 0px;
}
.fun-fact {
  padding: 20px 0px 35px;
}
.fact {
  display: grid;
  grid-template-columns: 100px 3fr;
  border: 5px solid #816aa9;
  border-radius: 9px;
}
.fun-fact .icon-wrap {
  background: #816aa9;
  padding: 10px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.fun-fact .icon-wrap .fun-fact-icon { width: 80px; }
.fun-fact .fun-fact-content {
  padding: 20px;
  background: white;
  display: grid;
  align-items: center;
  justify-content: center
}
.fun-fact .fun-fact-content .small-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #816aa9;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 7px;
}
.fun-fact .fun-fact-content p {
  color: #816aa9;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 500;
  margin-bottom: 0px;
}
.large-heading {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 30px;
}
.medium-heading {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
}
@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-repeat-loyalty {
  font-size: 18px;
  line-height: 20px;
}
.img-bottle-callout {
  width: 250px;
  margin: 0px auto 15px;
  display: block;
}

/* NUTRITION LABEL */
#nutrition-facts {
  padding-top: 40px;
  padding-bottom: 50px;
}
.nutrition-label {
  border: 5px solid #212227;
  max-width: 400px;
  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;
}
.nutrition-header {
  padding: 5px;
  border-bottom: 5px solid #212227;
}
.nutrition-label-title {
  font-weight: 700;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: #212227;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 28px;
  margin: 0px;
  text-transform: uppercase;
}
.nutrition-header p {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 0px;
}
.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: 14px;
  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;
}

/* SALES PAGE STYLES */
#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;
}
#sales-intro .sales-intro-content {
  padding-top: 150px;
  padding-bottom: 100px;
}
#sales-intro h1 {
  font-size: 80px;
  font-weight: 700;
  color: #212227;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 1.0);
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
#sales-intro h1 span {
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 100px;
}
#sales-intro .sales-title {
  font-size: 70px;
  font-weight: 700;
  color: #212227;
  text-shadow: 0px 2px 2px rgb(255 255 255);
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}
.subtitle {
  font-size: 35px;
  font-weight: 700;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: #212227;
  margin-bottom: 25px;
}
.view-cart a {
  background: #11c584;
}
.view-cart a:before {
  font-family: "FontAwesome";
  content: "\f07a ";
  color: #fff !important;
  margin:10px 0px 10px 0px;
}
.view-cart a:hover:before {
  color: #212227 !important;
}

/* PRESS / ARTICLES WRAP IMAGE ITEM (main.css) */
.articles-wrap .item {
  padding: 10px;
}
.articles-wrap .item .item-content ul li {
  margin-left: 20px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-family: hero-new, Arial, Helvetica, sans-serif;
  font-weight: 200;
}
.articles-wrap .item .item-content h4 {
  font-weight: 600;
}
.articles-wrap .item .item-content h3 {
  line-height: 32px;
  margin-bottom: 12px;
}
.articles-wrap .item .item-content h4 {
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 200;
}
.articles-wrap .item .item-content .date {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 200;
  color: rgba(0,0,0,0.5);
}

/* POPOVER */
.popover {
  background: rgba(240, 244, 255, 0.9);
  border-color: #6a90ff;
}
.popover-body {
  font-size: 14px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

/* MISC TIMELINE / FLEX */
@media (max-width: 630px) {
  .flex-parent {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .input-flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 400px;
    height: auto;
    margin-top: 15vh;
    margin-left: 0;
    padding-bottom: 30px;
  }
  .timeline-input, .dot-info {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
  }
  .dot-info {
    visibility: visible;
    border-radius: 50%;
    z-index: 0;
    left: 0;
    margin-left: -70px;
    background-color: #6d8d8a;
  }
  .dot-info span.year {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ECF0F1;
  }
  .dot-info span.label {
    top: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  #timeline-descriptions-wrapper {
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .input-flex-container {
    width: 340px;
  }
}
@media (max-width: 400px) {
  .input-flex-container {
    width: 300px;
  }
}


/* ---------- FOOTER (style-everbella precedence) ---------- */
#footer {
  display: grid;
  background: linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/rose-corner-border-left.png) bottom left no-repeat;
  background-color: #212227;
  padding-top: 35px;
  padding-bottom: 50px;
}
#footer p {
  color: #d2d2d2;
  font-size: 14px;
  margin-bottom: 7px;
}
#footer .disclaimer {
  color: #d2d2d2;
  font-size: 12px;
  margin-bottom: 7px;
}
#footer a {
  color: #f4f4f4;
}
#footer hr {
  border-top: 2px solid rgba(230,230,230,0.15);
}
#footer .sm-logo-footer {
  width: 250px;
}
#footer .sm-logo-footer svg, #footer .sm-logo-footer img {
  margin: 10px auto 20px;
}
#footer .small-footer {
  font-size: 14px;
  line-height: 18px;
}
#footer .footer-nav {
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#footer .footer-nav p {
  color: #89B6DC;
}
#footer .footer-nav ul {
  padding-left: 0px;
}
#footer .footer-nav .nav-item {
  text-transform: none;
  margin-left: 0px;
}
#footer .footer-nav li {
  margin-bottom: 7px;
}
#footer .footer-nav li:hover {
  background: none;
}
#footer .footer-nav li a {
  color: #816aa9;
}
#footer .footer-nav .current-menu-item a {
  background: none;
  padding: 0px;
}
#footer .footer-nav li a:hover {
  color: #b69fd5;
  background: none;
  text-decoration: underline;
}
.footer-disclaimer {
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
}

.wp-footer {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
.footer-nav-wrap {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.footer-logo {
  display: block;
  margin: 0px auto 25px;
  width: 200px;
}

/* Footer contact items override (style-everbella precedence) */
.contact-items {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-bottom: 2px solid rgba(230,230,230,0.15);
}
.contact-items .contact-item {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 20px auto;
  grid-gap: 4px;
}
.footer-nav li {
  font-size: 14px;
  margin-bottom: 5px;
}
.footer-nav li a {
  text-decoration: underline;
}
.footer-nav .current-menu-item a {
  color: white;
  padding: 0px;
}
.contact-item i {
  font-size: 20px;
  color: white;
}
.contact-item p {
  margin-bottom: 0px !important;
  line-height: 1.1em;
  font-size: 16px;
}
.footer-social-items {
  list-style-type: none;
  text-align: center;
  display: flex;
  margin-bottom: 30px;
  padding-left: 0;
  justify-content: center;
}
.footer-social-items .footer-social-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0 8px;
  transition: all .4s ease;
  color: white;
}

.contact-footer-wrap {
  margin-top: 7px;
}
.contact-footer-wrap .email-phone {
  display: grid;
  grid-template-columns: 30px 5fr;
  align-items: center;
  margin-bottom: 8px;
}

/* Footer media queries (main.css subpage footer adjustments) */
@media (max-width: 991.98px) {
  #footer .footer-nav .nav-item {
    border-bottom: none;
    line-height: 1.1em;
  }
}
@media (max-width: 767.98px) {
  #footer .footer-nav .nav-item {
    font-size: 14px;
    padding: 0px 0px;
    border-bottom: none;
    line-height: 0.9em;
  }
  .footer-widget-wrap {
    text-align: center;
  }
  #footer h3 {
    font-size: 20px;
  }
  .wp-footer {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
@media (max-width: 575.98px) {
  #footer .footer-nav {
    text-align: center;
  }
}

#footer .wp-footer {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(129, 106, 169, 0.5);
}
#footer .wp-footer .article-social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#footer .wp-footer .article-social-wrap .social-links {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 10px;
}
#footer .wp-footer .article-social-wrap .social-links li {
  background: none;
  width: 25px;
}
#footer .wp-footer .article-social-wrap .social-links li:first-child {
  margin-left: 0px;
}
@media (max-width: 767.98px) {
  #footer .wp-footer .article-social-wrap .social-links li {
    margin-left: 10px;
    width: 20px !important;
    height: 20px !important;
  }
  #footer .wp-footer .article-social-wrap .social-links li a {
    height: 20px;
  }
  #footer .wp-footer .article-social-wrap .social-links li .fab {
    font-size: 20px;
  }
}
@media (max-width: 767.99px) {
  #footer .wp-footer .article-social-wrap {
    display: block;
    width: 100%;
  }
  .contact-footer-wrap {
    margin-top: 7px;
    display: block;
    margin: 20px auto;
  }
  .contact-footer-wrap .email-phone {
    display: grid;
    grid-template-columns: 30px 155px;
    align-items: center;
    margin-bottom: 5px;
    justify-content: center;
  }
}

#footer .footer-content-left {
  -ms-flex-line-pack: center;
      align-content: center;
}
#footer .footer-content-left p {
  color: #89B6DC;
  font-size: 14px;
  line-height: 18px;
}
#footer .footer-content-middle {
  -ms-flex-line-pack: center;
      align-content: center;
}
#footer .footer-content-right {
  text-align: right;
  -ms-flex-line-pack: center;
      align-content: center;
}
#footer .footer-content-right h4, #footer .footer-content-right p {
  font-size: 18px;
  line-height: 22px;
}
#footer ul {
  padding-left: 0px;
}
#footer li {
  list-style-type: none;
  margin-left: 0px;
}
#footer li .fab {
  font-size: 30px;
}
#footer li .fab:hover {
  font-size: 30px;
}

@media (max-width: 767.98px) {
  #footer .footer-content-left, #footer .footer-content-right {
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .sm-logo-footer svg, .sm-logo-footer img {
    width: 200px;
    margin: 20px auto;
    display: block;
  }
}
@media (max-width: 399.98px) {
  .footer-nav-wrap {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

/* ---------- HOMEPAGE-SPECIFIC RESPONSIVE OVERRIDES ---------- */
@media (max-width: 1199px) {
  .non-icon-mini {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35px, auto));
    padding: 4px;
    justify-content: center;
  }
  .non-icon-mini-inner {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 991.98px) {
  .non-icon {
    width: 110px;
    height: 110px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    padding: 10px;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 90px;
    height: 90px;
  }
  .non-icon .non-icon-inner p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
  }
  .btn-container {
    padding: 0px;
  }
  .cart-item .btn-container {
    padding: 0px 10px 10px;
  }
  .cart-item-img-wrap, .cart-item-content-wrap {
    display: grid;
    align-items: center;
    padding: 20px 0px 0px;
  }
  .cart-item .cart-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
  }
  .cart-item .cart-mobile .prod-img-wrap {
    border-right: 1px solid #eeeaf5;
  }
  .cart-item .cart-mobile .prod-content-wrap {
    padding: 15px 0px;
  }
  .btn-addtocart-wrap {
    padding: 0px 25px 30px;
  }
}
@media (max-width: 599.98px) {
  .cart-item .cart-mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .cart-item .cart-mobile .prod-content-wrap {
    padding: 0px 0px 13px;
  }
  .cart-item-img-wrap, .cart-item-content-wrap {
    display: grid;
    align-items: center;
    padding: 20px 0px 0px;
  }
  .cart-item .btn-container {
    padding: 20px;
  }
  .savings-block p {
    font-size: 18px;
    line-height: 1.0em;
  }
  .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: 80px;
  }
  .price-cbp {
    font-size: 45px;
  }
  .img-mbg {
    width: 120px;
  }
  .img-product-small {
    width: 160px;
    display: block;
    margin: 0px auto;
  }
  .price-callout-best {
    font-size: 22px;
    padding: 10px 0px;
  }
  .cart-item .btn-container .btn-main {
    padding: 20px 25px;
  }
}
