#wq .find-a-store #crumblist,
#wq .find-a-distributor #crumblist {
  position: relative;
}
#wq .find-a-store #crumblist .breadcrumb-item:before,
#wq .find-a-distributor #crumblist .breadcrumb-item:before {
  color: #000;
}
#wq .find-a-store #crumblist .breadcrumb-item,
#wq .find-a-distributor #crumblist .breadcrumb-item {
  color: #000;
}
#wq .find-a-store #crumblist .breadcrumb-item a,
#wq .find-a-distributor #crumblist .breadcrumb-item a {
  color: #000;
}
#wq .find-a-store .search-wrapper,
#wq .find-a-distributor .search-wrapper {
  margin-bottom: 30px;
  padding-bottom: 20px;
  background-color: #ebebeb;
  background-image: -webkit-linear-gradient(270deg, #fff, hsla(0deg, 0%, 100%, 0) 45%);
  background-image: linear-gradient(180deg, #fff, hsla(0deg, 0%, 100%, 0) 45%);
}
#wq .find-a-store #lookupPostcode,
#wq .find-a-distributor #lookupPostcode {
  max-width: 370px;
  margin-bottom: 0.5rem;
}
#wq .find-a-store input.form-check-input,
#wq .find-a-distributor input.form-check-input {
  -webkit-appearance: radio;
}
#wq .find-a-store .form-check-label,
#wq .find-a-distributor .form-check-label {
  margin-bottom: -4px;
}
#wq .find-a-store .filters .dropdown.filter .nav-item,
#wq .find-a-distributor .filters .dropdown.filter .nav-item {
  margin-bottom: 0;
}
#wq .find-a-store #map,
#wq .find-a-distributor #map {
  min-height: 400px;
  border: 2px solid #e0e0e0;
  border-radius: 0.2rem;
  margin-top: 10px;
}
#wq .find-a-store .store-list-item,
#wq .find-a-distributor .store-list-item {
  display: block;
  margin-bottom: 1rem;
  padding: 1.25rem 1.25rem 1.25rem 3.8rem;
  border: 2px solid #e0e0e0;
  border-radius: 0.2rem;
}
#wq .find-a-store .store-list-item:hover,
#wq .find-a-distributor .store-list-item:hover {
  border-color: #c9d2d6;
}
#wq .find-a-store .store-list-item .open,
#wq .find-a-distributor .store-list-item .open {
  border-color: #e0e0e0;
}
#wq .find-a-store .store-list-item .accordion-plus-header,
#wq .find-a-distributor .store-list-item .accordion-plus-header {
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 35px 0 0;
}
#wq .find-a-store .store-list-item .accordion-plus-header .distance,
#wq .find-a-distributor .store-list-item .accordion-plus-header .distance {
  margin-left: 5px;
  color: #000;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 767px) {
  #wq .find-a-store .store-list-item .accordion-plus-header .distance,
  #wq .find-a-distributor .store-list-item .accordion-plus-header .distance {
    display: block;
    margin-left: 0;
  }
}
#wq .find-a-store .store-list-item .accordion-plus-header .far,
#wq .find-a-distributor .store-list-item .accordion-plus-header .far {
  right: 0;
  font-size: 2rem;
  left: auto;
  margin: 0;
  top: 0;
}
#wq .find-a-store .store-list-item .accordion-plus-content,
#wq .find-a-distributor .store-list-item .accordion-plus-content {
  margin-top: 1rem;
}
#wq .find-a-store .store-list-item .number,
#wq .find-a-distributor .store-list-item .number {
  position: absolute;
  left: -46px;
  top: -6px;
  width: 35px;
  height: 35px;
  margin-right: 1rem;
  padding-top: 8px;
  border-radius: 70px;
  background-color: #000;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}
#wq .find-a-store .loading,
#wq .find-a-distributor .loading {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: Black;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.8;
}
#wq .find-a-store .loading .center,
#wq .find-a-distributor .loading .center {
  z-index: 1000;
  margin: 300px auto;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  color: #fff;
}

/* CALENDAR
===================================== */
.mura-calendar {
  text-align: center;
}
.mura-calendar table thead {
  background: #e9ecef;
}
.mura-calendar table thead th, .mura-calendar table thead th a {
  line-height: 1.5;
  padding: 0.5em;
  text-align: center;
}
.mura-calendar table td, .mura-calendar table th {
  border-collapse: collapse;
  font-size: 12px;
}
.mura-calendar table table #previousMonth a,
.mura-calendar table table #nextMonth a {
  font-weight: normal;
  font-size: 150%;
  line-height: 1.1;
  padding: 0;
}
.mura-calendar table .table tbody tr:hover td,
.mura-calendar table .table tbody tr:hover th {
  background: #fff;
}

.mura-calendar-nav th {
  line-height: 1;
  padding: 0;
}
.mura-calendar-nav th a {
  line-height: 1;
  padding: 2px 2px 4px;
}
.mura-calendar-nav td {
  padding: 5px 0;
}

.carousel-item {
  max-height: 628px;
}
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.carousel-item a {
  color: #fff;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  bottom: 0;
}

.mura-comments > .mura-comment-sort-container,
.mura-comments .mura-comment-more-comments-container {
  margin-bottom: 1rem;
}
.mura-comments dl:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mura-comments dt > em {
  font-weight: normal;
  font-style: italic;
}
.mura-comments #mura-comment-post-comment legend {
  border: 0;
}
.mura-comments dd.mura-comment-reply {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mura-comments dd.mura-comment-reply:before {
  margin-right: 0.25em;
  color: #f00;
  content: "\f112";
}
.mura-comments dd.mura-comment-spam {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mura-comments dd.mura-comment-spam:before {
  margin-right: 0.25em;
  color: #f00;
  content: "\f05e";
}
.navbar-nav .nav-item > .dropdown-menu {
  display: block;
  transition: margin ease 500ms;
  margin: 0;
}
.navbar-nav .nav-item > .dropdown-menu .mega-nav {
  max-height: 0;
  overflow: hidden;
  transition: all ease 500ms;
}
@media (max-width: 991px) {
  .navbar-nav .nav-item.hover > .dropdown-toggle:after {
    transform: rotate(180deg);
    transform-origin: center;
  }
  .navbar-nav .nav-item.hover > .dropdown-menu {
    margin: 15px 0;
  }
  .navbar-nav .nav-item.hover > .dropdown-menu .mega-nav {
    max-height: 1000px;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-item > .dropdown-menu .mega-nav {
    box-shadow: 0 50vh 0vh 50vh rgba(0, 0, 0, 0);
  }
  .navbar-nav .nav-item:hover > .dropdown-menu .mega-nav {
    max-height: 1000px;
    box-shadow: 0 50vh 0vh 50vh rgba(0, 0, 0, 0.6);
  }
}

div[data-cssclass=home-news] {
  padding: 2em 0 0 0;
}
div[data-cssclass=home-news] .mura-object-meta {
  text-align: center;
}
div[data-cssclass=home-news] .mura-collection-item .mura-item-content a:hover {
  opacity: 0.8;
}
div[data-cssclass=home-news] .mura-collection-item .mura-item-meta div[class^=mura-item-meta_] {
  margin: 1em 0 0 0;
}
div[data-cssclass=home-news] .mura-collection-item .mura-item-meta .mura-item-meta__date {
  color: #6c757d;
}
div[data-cssclass=home-news] .mura-collection-item .mura-item-meta .mura-item-meta__credits {
  color: #6c757d;
}

.mura-nav .active {
  color: #343a40;
}
.mura-index {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.mura-index dl {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 12px;
  margin: 0 0 12px;
  width: 100%;
}
.mura-index .comments {
  font-size: 0.875rem;
}
.mura-index .credits {
  font-size: 0.875rem;
}
.mura-index .releaseDate {
  font-size: 0.875rem;
}
.mura-index .tags {
  font-size: 0.875rem;
}
.mura-index .title {
  font-size: 1.75rem;
}
.mura-search-results__matches p {
  margin-bottom: 0;
}

.moreResults {
  border-radius: 6px;
}
.moreResults dt {
  font-size: 12px;
  font-weight: normal;
}
.moreResults > p {
  margin: 0.5em 0;
}
.moreResults > ul {
  whitespace: nowrap;
}
.moreResults > ul > li {
  display: inline-block;
}
.moreResults > ul.pager {
  margin: 0;
}

.bg-black {
  background-color: #000 !important;
}

.mura-region::after,
.mura-region-inherited::after,
.mura-region-local::after {
  display: block;
  clear: both;
  content: "";
}

.mura-index .releaseDate {
  font-weight: normal;
  margin: 0;
}
.mura-search-results .moreResults {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.mura-breadcrumb li {
  display: list-item;
  margin-right: 0;
}

/* Global Theme */
:root {
  --font-family-sans-serif: proxima-nova, sans-serif;
}

/* ==========================================
	Variables
========================================== */
/* Colours */
/* flordis-Global */
/* Fonts */
/* ==========================================
  Global
========================================== */
/* Sections */
.section {
  padding-top: 40px;
  padding-bottom: 40px;
  /*overflow: hidden;*/
}
@media (max-width: 991px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section.section-half-gap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section.section-no-pt {
  padding-top: 0;
}
.section.section-no-pb {
  padding-bottom: 0;
}

.content .mura-region-local .mura-object {
  float: none;
  clear: both;
}
.content .mura-region-local .mura-object.mura-right {
  clear: none;
  float: right;
}
.content .mura-region-local .mura-object.mura-left {
  clear: none;
  float: left;
}

/* elements */
a {
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #006269;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #40c1ac;
}

a:focus {
  outline: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

.link {
  color: #006269;
  font-weight: 600;
}
.link:hover {
  color: #3991c0;
}

input {
  -webkit-appearance: none;
}

input:focus {
  border: 1px solid #006269 !important;
}

#wq body {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.1rem;
  font-weight: 100;
  color: #000000;
  line-height: 1.1em;
  background: #fff;
}
@media (max-width: 991px) {
  #wq body.dark-bg {
    overflow: hidden;
  }
}
#wq .container {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

button, html input[type=button], input[type=reset] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0px;
  font-weight: 600;
  color: #000000;
}

h1, .h1 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  line-height: 1em;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.1em;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.7rem;
  }
}

h3, .h3 {
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
  line-height: 1.1em;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  line-height: 1.1em;
}

h5, .h5 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.1em;
}

h6, .h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.1em;
}

h1.script {
  margin-left: 3rem;
  font-family: liebegerda, sans-serif;
  color: #fff;
  font-size: 8rem;
  line-height: 0.9em;
}

.script {
  font-family: liebegerda, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lead, .lead > p, big {
  position: relative;
  margin-top: 0px;
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 400;
}

p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3em;
}

.small, small, .small p {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5em;
}

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

b, strong {
  font-weight: bold;
}

ol {
  font-size: 1rem;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  padding-left: 20px;
}

ul {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  padding-left: 20px;
}

li {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.article-checklist li {
  padding-left: 25px;
  background-image: url("/source/d662c6f4929f21885b2cc04e4b928bac.svg");
  background-position: 0px -2px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  line-height: 1.1em;
  margin-bottom: 0.5rem;
}

.table {
  margin-bottom: 2rem;
}
.table thead {
  background-color: #000;
  color: #fff;
}

.device {
  width: 50px;
  height: 4px;
  margin-bottom: 1.4rem;
  background-color: #000;
}

.device.centre {
  display: block;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
}

.device.sfi {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #90c81a;
}

.white {
  display: block;
  color: #fff;
}

.teal {
  display: block;
  color: #006269;
}

.hidden {
  display: none;
}

/* breadcrumbs */
#crumblist {
  background-color: transparent;
  border-radius: 0;
  padding: 0.5rem 0;
  margin: 0 0 15px;
  border: 0;
  position: absolute;
  z-index: 1;
}
#crumblist .breadcrumb-item {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0;
}
#crumblist .breadcrumb-item:last-child a {
  text-decoration: none;
}
#crumblist .breadcrumb-item a {
  text-decoration: underline;
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

@media (max-width: 767px) {
  #crumblist.breadcrumb-theme-light,
  #healthprofessionals.depth-3 #crumblist,
  #healthinsights.depth-3 #crumblist,
  #evidence.depth-2 #crumblist {
    position: static;
    margin-bottom: 0;
  }
}
#crumblist.breadcrumb-theme-light .breadcrumb-item,
#crumblist.breadcrumb-theme-light .breadcrumb-item a,
#crumblist.breadcrumb-theme-light .breadcrumb-item + .breadcrumb-item::before,
#healthprofessionals.depth-3 #crumblist .breadcrumb-item,
#healthprofessionals.depth-3 #crumblist .breadcrumb-item a,
#healthprofessionals.depth-3 #crumblist .breadcrumb-item + .breadcrumb-item::before,
#healthinsights.depth-3 #crumblist .breadcrumb-item,
#healthinsights.depth-3 #crumblist .breadcrumb-item a,
#healthinsights.depth-3 #crumblist .breadcrumb-item + .breadcrumb-item::before,
#evidence.depth-2 #crumblist .breadcrumb-item,
#evidence.depth-2 #crumblist .breadcrumb-item a,
#evidence.depth-2 #crumblist .breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}

@media (max-width: 767px) {
  #crumblist.breadcrumb-theme-blue,
  #healthprofessionals.depth-3 #crumblist,
  #healthinsights.depth-3 #crumblist,
  #evidence.depth-2 #crumblist {
    position: static;
    margin-bottom: 0;
  }
}
#crumblist.breadcrumb-theme-blue .breadcrumb-item,
#crumblist.breadcrumb-theme-blue .breadcrumb-item a,
#crumblist.breadcrumb-theme-blue .breadcrumb-item + .breadcrumb-item::before,
#healthprofessionals.depth-3 #crumblist .breadcrumb-item,
#healthprofessionals.depth-3 #crumblist .breadcrumb-item a,
#healthprofessionals.depth-3 #crumblist .breadcrumb-item + .breadcrumb-item::before,
#healthinsights.depth-3 #crumblist .breadcrumb-item,
#healthinsights.depth-3 #crumblist .breadcrumb-item a,
#healthinsights.depth-3 #crumblist .breadcrumb-item + .breadcrumb-item::before,
#evidence.depth-2 #crumblist .breadcrumb-item,
#evidence.depth-2 #crumblist .breadcrumb-item a,
#evidence.depth-2 #crumblist .breadcrumb-item + .breadcrumb-item::before {
  color: #006269;
}

/* button */
.btn {
  min-width: 220px;
  display: inline-block;
  margin: 0 0.5rem 1rem 0;
  padding: 0.5rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 0.2rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.07rem;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  white-space: normal;
}
.btn.btn-lnk {
  min-width: auto;
}
.btn.btn-lnk:hover {
  color: #fff;
}
.btn.subscribe {
  margin-bottom: 0;
}
.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-light {
  border-width: 2px;
  border-color: #f1f1f1;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 600;
}
.btn-outline-light:hover {
  background-color: #fff;
  background-image: none;
  color: #00466b;
}

.btn-outline-primary {
  border-width: 2px;
  border-color: #006269;
  background-color: #fff;
  color: #006269;
  font-weight: 600;
}
.btn-outline-primary:hover {
  background-color: #006269;
  border-color: #006269;
  background-image: none;
  color: #fff;
}
.btn-outline-primary .fa-angle-right {
  top: -1px;
  position: relative;
  font-size: 11px;
}

.btn.btn-secondary {
  background-color: #006269;
}
.btn.btn-secondary:hover {
  background-color: #40c1AC;
  border-color: #40c1AC;
}

.blockquote p {
  margin-bottom: 1rem;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 600;
  text-align: left;
}

.author {
  color: #000;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* fontawesome CSS Pseudo-elements */
.icon-before::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.icon-after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.section-mb-15 {
  margin-bottom: 15px;
}

/* expander */
.expander:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 0.3em;
  font-weight: 400;
}
.expander[aria-expanded=false]:after {
  content: "\f055";
}
.expander[aria-expanded=true]:after {
  content: "\f056";
}

.mandatory-statement p, .mandatory-statement li, .mandatory-statement h1, .mandatory-statement h2, .mandatory-statement h3, .mandatory-statement h4, .mandatory-statement h5, .mandatory-statement h6 {
  font-size: 0.8rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.promo-strip {
  color: #ffffff;
}
.promo-strip small {
  font-size: 1rem;
}
@media (max-width: 480px) {
  .promo-strip small {
    font-size: 0.8rem;
  }
}
.promo-strip a {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  padding-right: 2rem;
}
@media (max-width: 480px) {
  .promo-strip a {
    font-size: 0.8rem;
  }
}
.promo-strip a:hover, .promo-strip a:visited {
  color: #ffffff;
  text-decoration: none;
}
.promo-strip a.expand-after:after {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.3em;
  vertical-align: text-bottom;
  display: inline-block;
}
.promo-strip a.expand-after.collapsed:after {
  content: "\f107";
}
.promo-strip.alert-banner-green {
  color: #000000;
  background-color: #40c1ac;
}
.promo-strip.alert-banner-green a {
  color: #000;
}
.promo-strip.alert-banner-orange {
  background-color: #d04705;
}

.latin {
  font-style: italic;
}

/* product icon */
.chesty-coughs {
  background-image: url("/source/4ae0fd40bc7025414ec071a174c1d078.svg");
}

.cholesterol-management, .cholesterol {
  background-image: url("/source/954fb6953939f9cfa2d1d770d6941de2.svg");
}

.cognitive-health, .brain-health {
  background-image: url("/source/68679caf042aebda7cc61237c9ae6475.svg");
}

.cystitis, .recurrent-cystitis,
.urinary-tract-health {
  background-image: url("/source/46c50fe1c96c140f7f91eed20f5a7009.svg");
}

.digestive-health {
  background-image: url("/source/4806986f6a178bf93c04e59c3b8e1c1f.svg");
}

.energy-immune-system, .energy {
  background-image: url("/source/2b40a1f1accc2bfa274657ea9b64f07b.svg");
}

.insomnia, .sleep {
  background-image: url("/source/8796d24dcc029d3743cd0f951e9502c7.svg");
}

.liver-health-detox {
  background-image: url("/source/3030884bc1daf031eb5d8e8ccf3645b2.svg");
}

.menopause, .menopause-symptoms {
  background-image: url("/source/6d7dd86c1289732d073b71d467667727.svg");
}

.pms, .pms-symptoms, .pms-cycle-regularity {
  background-image: url("/source/5b5a2af6ceaadcb1c8616500d5513c98.svg");
}

.anxiety, .stress-mild-anxiety {
  background-image: url("/source/22f9887b7e7cc3450d79ab444beac9f0.svg");
}

.evidence {
  background-image: url("/source/4062efd60b6a063b8fea3f5c20c68153.svg");
}

.natural-medicine {
  background-image: url("/source/af5fc3f5a7a2df0e88b562ca86bcc7b9.svg");
}

.pregnancy {
  background-image: url("/source/e9dc926efa50876701256725fb80f533.svg");
}

.prostate-health {
  background-image: url("/source/2d5b2ac7007218c491f8ed0837e674c8.svg");
}

.weight-management {
  background-image: url("/source/f9a8075790e5561c15849d98e8d65092.svg");
}

.learning-behaviour, .learning-difficulties {
  background-image: url("/source/be429c1475980f83ab3a25baa15f06a7.svg");
}

.wound-care {
  background-image: url("/source/c1e02fa3a2d626f6f40f5ef242eee166.svg");
}

/* category icon */
.chesty-coughs.white {
  background-image: url("/source/250d029388341a1b21dcf072c5a16dbd.svg");
}

.cholesterol-management.white, .cholesterol.white {
  background-image: url("/source/a5c51b2d9e19a55c26965cf04af3bf99.svg");
}

.cognitive-health.white, .brain-health.white {
  background-image: url("/source/8e3d0f07eb05a6b8fe340c63d8fafd2e.svg");
}

.cystitis.white, .recurrent-cystitis.white,
.urinary-tract-health.white {
  background-image: url("/source/d31a4119cac1a01b4cf54ba17d31bc62.svg");
}

.digestive-health.white {
  background-image: url("/source/04dee90245795c51d037065ad86d3cc0.svg");
}

.energy-immune-system.white, .energy.white {
  background-image: url("/source/b85e8f6e87472805d2e8e508526286e5.svg");
}

.insomnia.white, .sleep.white {
  background-image: url("/source/2794615daf499d5897340d652cc13c0f.svg");
}

.liver-health-detox.white {
  background-image: url("/source/e07a7cf38dab456b2f72b6a8bfcf91b5.svg");
}

.menopause.white, .menopause-symptoms.white {
  background-image: url("/source/91eccd2e2278d3ac52b7eb1319fef334.svg");
}

.pms.white, .pms-symptoms.white, .pms-cycle-regularity.white {
  background-image: url("/source/4d27e81f63841fddc0cfc25da65d13d4.svg");
}

.anxiety.white, .stress-mild-anxiety.white {
  background-image: url("/source/5790a5284b98cf47a8ea8b7829e90405.svg");
}

.evidence.white {
  background-image: url("/source/eabaf3585ad2acfd6fcfc6cb79200fb5.svg");
}

.natural-medicine.white {
  background-image: url("/source/b13132e299429fb28139769ab392ccbf.svg");
}

.pregnancy.white {
  background-image: url("/source/b73f7c4a4e8367d4d0fe88816851b5fc.svg");
}

.prostate-health.white {
  background-image: url("/source/1b0e809ae42aa2068d6ab5b30a0c06f1.svg");
}

.weight-management.white {
  background-image: url("/source/a881100f3d75153b742b4894bc98c1cc.svg");
}

.learning-behaviour.white, .learning-difficulties.white {
  background-image: url("/source/6077892d28da1c0a24e6f268cf1ca69c.svg");
}

.wound-care.white {
  background-image: url("/source/7a202d78948dd3c91e0d299f67dcbc1b.svg");
}

/* light theme icon */
.header-theme-light .chesty-coughs {
  background-image: url("/source/4ae0fd40bc7025414ec071a174c1d078.svg");
}
.header-theme-light .cholesterol-management, .header-theme-light .cholesterol {
  background-image: url("/source/954fb6953939f9cfa2d1d770d6941de2.svg");
}
.header-theme-light .cognitive-health, .header-theme-light .brain-health {
  background-image: url("/source/68679caf042aebda7cc61237c9ae6475.svg");
}
.header-theme-light .cystitis, .header-theme-light .recurrent-cystitis,
.header-theme-light .urinary-tract-health {
  background-image: url("/source/46c50fe1c96c140f7f91eed20f5a7009.svg");
}
.header-theme-light .digestive-health {
  background-image: url("/source/4806986f6a178bf93c04e59c3b8e1c1f.svg");
}
.header-theme-light .energy-immune-system, .header-theme-light .energy {
  background-image: url("/source/2b40a1f1accc2bfa274657ea9b64f07b.svg");
}
.header-theme-light .insomnia, .header-theme-light .sleep {
  background-image: url("/source/8796d24dcc029d3743cd0f951e9502c7.svg");
}
.header-theme-light .liver-health-detox {
  background-image: url("/source/3030884bc1daf031eb5d8e8ccf3645b2.svg");
}
.header-theme-light .menopause, .header-theme-light .menopause-symptoms {
  background-image: url("/source/6d7dd86c1289732d073b71d467667727.svg");
}
.header-theme-light .pms, .header-theme-light .pms-symptoms, .header-theme-light .pms-cycle-regularity {
  background-image: url("/source/5b5a2af6ceaadcb1c8616500d5513c98.svg");
}
.header-theme-light .anxiety, .header-theme-light .stress-mild-anxiety {
  background-image: url("/source/22f9887b7e7cc3450d79ab444beac9f0.svg");
}
.header-theme-light .evidence {
  background-image: url("/source/4062efd60b6a063b8fea3f5c20c68153.svg");
}
.header-theme-light .natural-medicine {
  background-image: url("/source/af5fc3f5a7a2df0e88b562ca86bcc7b9.svg");
}
.header-theme-light .pregnancy {
  background-image: url("/source/e9dc926efa50876701256725fb80f533.svg");
}
.header-theme-light .prostate-health {
  background-image: url("/source/2d5b2ac7007218c491f8ed0837e674c8.svg");
}
.header-theme-light .weight-management {
  background-image: url("/source/f9a8075790e5561c15849d98e8d65092.svg");
}
.header-theme-light .learning-behaviour, .header-theme-light .learning-difficulties {
  background-image: url("/source/be429c1475980f83ab3a25baa15f06a7.svg");
}
.header-theme-light .wound-care {
  background-image: url("/source/c1e02fa3a2d626f6f40f5ef242eee166.svg");
}

.eu-privacy {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
  width: 100%;
}
.eu-privacy .eu-privacy-content {
  background-color: #006269 !important;
  position: relative;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.eu-privacy .btn-primary {
  border: 2px solid #006269;
  background-color: #fff;
  color: #006269;
  font-weight: 600;
  margin-bottom: 0 !important;
  letter-spacing: 0.07rem;
  padding: 0.5rem 1.2rem;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.2em;
  cursor: pointer;
  text-decoration: none;
}
.eu-privacy .btn-primary:hover {
  background-color: #006269;
  color: #fff;
}
@media (max-width: 1100px) {
  .eu-privacy .btn-primary-wrap {
    display: block;
    margin-top: 15px;
  }
}

.content.cookies {
  margin-bottom: 0px;
  background-color: #006269 !important;
  color: #fff;
  font-size: 16px;
}
.content.cookies p {
  display: inline;
  margin-right: 10px;
}
.content.cookies p a {
  color: #fff;
  text-decoration: underline;
}

.content.cookies.end {
  margin-bottom: 0 !important;
}

.lead.cookies {
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1.2em;
}

/*
	Ginsana Theme
========================================== */
#wq {
  /* ==============================================================================================================================
  	Header
  ========================================== */
  /* header sfi strip */
  /* header logo */
  /* header nav */
  /* dropdown nav */
  /* header contact */
  /* header socials */
  /* header search section */
  /* nav contact */
  /* nav social links*/
  /* header Pit-crew nav */
  /* promo strip */
  /* ==============================================================================================================================
  	Footer
  ========================================== */
  /* ==============================================================================================================================
  	Components
  ========================================== */
  /* full width  */
  /* isotope cards */
  /* isotope cards filters */
  /* clear fix
  .grid:after {
  	content: '';
  	display: block;
  	clear: both;
  }
  */
  /* Global elements */
  /* Background colours */
  /* Border colours */
  /* accordion plus / minus */
  /* pagination */
  /* useful component */
  /* Homepage section
  ========================================== */
  /* Products section
  ========================================== */
  /* Products cards */
  /* end Products cards */
  /* Ingredients section
  ========================================== */
  /* Ingredients cards */
  /* Ingredients details page */
  /* Ingredients details slides */
  /* Ingredients details CDRI 08  */
  /* Health insights section
  ========================================== */
  /* health insights mega nav*/
  /* health insights category landing page */
  /* Article page style congnitive */
  /* Health insights feature cards */
  /* Evidence section
  ========================================== */
  /* About flordis section
  ========================================== */
  /* Contact us section
  ========================================== */
  /* Login section
  ========================================== */
  /* Register section
  ========================================== */
  /* modules & components section
  ========================================== */
  /* Products landing */
  /* Products details */
  /* source to patient full banner */
  /* Clinical evidence full banner */
  /* evidence grey banner */
  /* Health Insights banner */
  /* Benefit cards */
  /* Lifestage cards */
  /* testimonials section */
  /* Quote banner */
  /* Usage dosage section */
  /* faq section */
  /* you might like section */
  /* you might like section aside section */
  /* article card */
  /* product card */
  /* campaign banner */
  /* product feature */
  /* ==============================================================================================================================
  	Article details section
  ========================================== */
  /* Health Insights topics */
  /* ==============================================================================================================================
  	404
  ========================================== */
  /* ==============================================================================================================================
  	Search results
  ========================================== */
  /* ==============================================================================================================================
  	Subscribe form
  ========================================== */
  /* legals */
  /* ==============================================================================================================================
  	Glossary
  ========================================== */
  /* ==============================================================================================================================
  	Resources
  ========================================== */
  /* resource card */
}
#wq .sfi-strip {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #006269;
}
@media (max-width: 991px) {
  #wq .sfi-strip {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  #wq .sfi-strip {
    margin-left: 0px;
  }
}
#wq .logo-sfi {
  display: block;
  float: right;
}
#wq .brand {
  position: relative;
  float: left;
  text-decoration: none;
  border-bottom-style: none;
  z-index: 1000;
  margin-top: 23px;
  margin-right: 20px;
}
#wq .brand:hover {
  border-bottom-style: none;
}
#wq .brand.brand-ginjo {
  margin-top: 10px;
  margin-bottom: 23px;
}
#wq .brand.brand-ginjo .logo {
  width: 120px;
}
@media (max-width: 991px) {
  #wq .brand.brand-ginjo .logo {
    width: 90px;
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  #wq .brand.brand-ginjo .logo {
    width: 90px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  #wq .brand {
    width: 200px;
    position: absolute !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #wq .brand {
    width: 160px;
    padding-left: 10px;
  }
}
#wq .logo {
  width: 220px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  #wq .logo {
    width: 200px;
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  #wq .logo {
    width: 160px;
    margin-top: 10px;
  }
}
#wq .wq-navbar {
  padding-top: 10px;
  background-color: #fff;
  line-height: 1.4em;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  z-index: 1000;
}
@media (max-width: 991px) {
  #wq .wq-navbar {
    padding-bottom: 13px;
  }
}
#wq .navbar.nav-menu {
  padding: 0;
}
@media (min-width: 992px) {
  #wq .navbar.nav-menu {
    float: left;
    margin-top: 40px;
    min-width: 76%;
  }
}
#wq .navbar.nav-menu #navPrimary {
  margin: 0;
  padding: 0;
}
#wq .navbar.nav-menu #navPrimary li {
  margin-bottom: 0;
}
#wq .navbar.nav-menu .nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-right: 32px;
  padding: 0px 0px 0.75rem;
  border-bottom: 3px solid transparent;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #222;
}
@media (max-width: 1199px) {
  #wq .navbar.nav-menu .nav-link {
    font-size: 1.1rem;
    margin-right: 6px;
    margin-left: 6px;
  }
}
#wq .navbar.nav-menu .nav-link:hover {
  border-bottom: 3px solid #006269;
  color: #006269;
  text-decoration: none;
}
#wq .navbar.nav-menu .nav-link.active {
  border-bottom-color: #006269;
  color: #006269;
}
#wq .navbar.nav-menu .first .nav-link {
  margin-left: 0;
}
#wq .navbar.nav-menu .last .nav-link {
  margin-right: 0;
}
@media (max-width: 991px) {
  #wq .navbar.nav-menu {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }
  #wq .navbar.nav-menu .navbar-collapse {
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    max-height: calc(100vh - 97px);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  #wq .navbar.nav-menu .navbar-toggler {
    padding: 0;
    border: none;
  }
  #wq .navbar.nav-menu .navbar-toggler .fa-bars {
    font-size: 1.6em !important;
    margin-bottom: 7px;
  }
  #wq .navbar.nav-menu .navbar-toggler {
    color: #006269;
  }
  #wq .navbar.nav-menu .navbar-toggler.collapsed {
    color: #000000;
  }
  #wq .navbar.nav-menu .first.nav-item .nav-link {
    border-top: 1px solid #d8d8d8;
  }
  #wq .navbar.nav-menu .nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 15px 0;
    border-bottom: 0;
  }
  #wq .navbar.nav-menu .nav-link:hover {
    border-bottom: 0;
  }
  #wq .navbar.nav-menu .nav-link.active {
    color: #006269;
  }
  #wq .navbar.nav-menu .navbar-mobile {
    padding-bottom: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  }
  #wq .navbar.nav-menu .menu-button {
    margin-left: -5px;
    padding: 0px;
    float: left;
    text-align: center;
  }
  #wq .navbar.nav-menu .menu-button.w--open {
    background-color: transparent;
    color: #006269;
  }
  #wq .navbar.nav-menu .menu-icon {
    margin-top: -6px;
    font-size: 3rem;
  }
  #wq .navbar.nav-menu .menu-text {
    display: block;
    margin-top: -5px;
    font-size: 0.8rem;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  #wq .navbar.nav-menu .nav-pill {
    font-size: 0.9rem;
    line-height: 1.6em;
  }
}
#wq .navbar.nav-menu.flau-navbar .nav-link {
  font-size: 1.15rem;
}
@media (max-width: 991px) {
  #wq .dark-bg .flordis-theme.template {
    position: relative;
  }
  #wq .dark-bg .flordis-theme.template::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  #wq .nav-container {
    margin-right: 0px;
    margin-left: 0px;
  }
}
#wq .dropdown-card-deck {
  background-repeat: no-repeat;
}
#wq .global-container {
  float: right;
}
#wq .global-link {
  display: inline-block;
  margin-right: 15px;
  padding-top: 2px;
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
}
#wq .global-link:hover {
  text-decoration: none;
}
#wq .hcp-profile {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 97, 148, 0.15);
  border-radius: 0.3rem;
  background-color: rgba(0, 97, 148, 0.09);
}
#wq .nav-social {
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  border-left: 1px solid #ebebeb;
  text-align: right;
}
#wq .nav-social .nav-icon {
  display: inline-block;
  margin-left: 5px;
  padding-top: 3px;
  font-family: "Font awesome 5 brands 400", sans-serif;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  #wq .nav-social {
    display: none;
  }
}
#wq .search-field {
  float: right;
}
#wq .search-field input {
  width: 240px;
  padding: 2px 5px 2px 10px;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300;
  color: #000000;
}
#wq .search-field input::placeholder {
  color: #c7c7c7 !important;
}
#wq .search-field input:-ms-input-placeholder {
  color: #c7c7c7 !important;
}
#wq .global-search-top a.search-collapse {
  color: #000000;
}
#wq .global-search-top a.search-collapse:hover {
  text-decoration: none;
}
#wq .global-search-top #searchForm input::placeholder {
  color: #c7c7c7 !important;
  font-size: 1rem !important;
  font-style: italic !important;
}
#wq .global-search-top #searchForm input:-ms-input-placeholder {
  color: #c7c7c7 !important;
  font-size: 1rem !important;
  font-style: italic !important;
}
@media (min-width: 992px) {
  #wq .global-search-top .search-collapse {
    display: none;
  }
  #wq .global-search-top .collapse#collapseSearch {
    display: block;
  }
}
@media (max-width: 991px) {
  #wq .global-search-top {
    float: none !important;
    position: relative;
    z-index: 1;
  }
  #wq .global-search-top .input-group {
    width: 100%;
  }
  #wq .global-search-top .search-field {
    float: none !important;
  }
  #wq .global-search-top #searchForm .wq-form-control {
    width: 100%;
  }
  #wq .global-search-top #searchForm .input-group-btn {
    display: none;
  }
  #wq .global-search-top #searchForm #input::placeholder {
    color: #c7c7c7 !important;
    font-size: 1rem !important;
    font-style: italic !important;
  }
  #wq .global-search-top #searchForm #input:-ms-input-placeholder {
    color: #c7c7c7 !important;
    font-size: 1rem !important;
    font-style: italic !important;
  }
  #wq .global-search-top .top-contact-link, #wq .global-search-top .hcp-link {
    display: none !important;
  }
  #wq .global-search-top .search-collapse {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  #wq .global-search-top .search-collapse {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  #wq .global-search-top #collapseSearch form {
    padding-top: 10px;
  }
}
#wq .global-search-top .search-collapse .fas {
  font-size: 2.2em;
  color: #000000;
}
#wq .global-search-top .search-collapse .fa-search {
  display: none;
}
#wq .global-search-top .search-collapse .fa-times {
  color: #006269;
  display: block;
  position: relative;
  right: 5px;
}
#wq .global-search-top .search-collapse.collapsed .fa-search {
  display: block;
}
#wq .global-search-top .search-collapse.collapsed .fa-times {
  display: none;
}
@media (min-width: 992px) {
  #wq .global-search--top {
    position: relative;
    right: 245px;
  }
}
@media (min-width: 992px) {
  #wq .global-search--bottom {
    position: absolute;
    right: 15px;
    top: 0;
  }
}
#wq .nav-contact-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 15px 0;
  color: #000000;
  font-weight: 600;
  margin-top: 10px;
  border-bottom-style: none;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: none;
}
#wq .nav-contact-link:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  #wq .nav-contact-link {
    display: none;
  }
}
#wq .nav-hcp-link {
  display: inline-block;
  padding: 10px 15px;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  margin: 10px 10px 10px 10px;
}
#wq .nav-hcp-link:hover {
  color: #006269;
  text-decoration: none;
}
#wq .nav-hcp-link.hcp-sign-out {
  margin-left: 0;
}
@media (min-width: 992px) {
  #wq .nav-hcp-link {
    display: none;
  }
}
#wq .nav-social-links {
  padding: 10px 15px;
  float: left;
  border-left: 1px solid #ebebeb;
  text-align: right;
}
#wq .nav-social-links .nav-icon {
  display: inline-block;
  margin-right: 15px;
  margin-left: 0px;
  padding-top: 3px;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 400;
}
@media (min-width: 992px) {
  #wq .nav-social-links {
    display: none;
  }
}
#wq .input-group-btn {
  position: absolute;
  top: 3px;
  right: 0;
}
#wq .search-icon {
  display: inline-block;
  float: right;
  color: #000000;
  font-size: 1.4rem;
  background: none;
}
@media (min-width: 992px) {
  #wq .slide--reset ~ .section-wrapper .sticky-scroll-wrap .fixed {
    padding-top: 169px;
  }
}
#wq .nav-container.pit-crew {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
#wq body {
  padding-top: 169px;
}
@media (max-width: 991px) {
  #wq body {
    padding-top: 119px;
  }
}
#wq body.blank {
  padding-top: 0px;
}
#wq header {
  height: 169px;
}
@media (max-width: 991px) {
  #wq header {
    height: 119px;
  }
}
#wq header .container {
  position: relative;
}
@media (min-width: 992px) {
  #wq body.header--promo-strip .slide--reset ~ .section-wrapper .sticky-scroll-wrap .fixed {
    padding-top: 205px;
  }
}
#wq body.header--promo-strip {
  padding-top: 205px;
}
@media (max-width: 991px) {
  #wq body.header--promo-strip {
    padding-top: 155px;
  }
}
#wq body.header--promo-strip header {
  height: 205px;
}
@media (max-width: 991px) {
  #wq body.header--promo-strip header {
    height: 155px;
  }
}
#wq .header--fixed {
  position: fixed;
  z-index: 1001;
  right: 0;
  left: 0;
  top: 0;
}
#wq .slide--up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#wq .slide {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#wq .slide--reset {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#wq .slide--up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#wq footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #006269;
}
@media (min-width: 768px) {
  #wq footer .footer-links {
    float: left;
  }
}
@media (max-width: 767px) {
  #wq footer .footer-links {
    margin-top: 20px;
  }
}
#wq footer .footer-links .footer-link {
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #wq footer .footer-links .footer-link {
    border-bottom: 1px solid transparent;
    -webkit-transition: border 200ms ease;
    transition: border 200ms ease;
  }
}
#wq footer .footer-links .footer-link:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#wq footer .footer-links .footer-link.small {
  margin-right: 20px;
  font-size: 0.9rem;
  text-transform: none;
}
@media (max-width: 767px) {
  #wq footer .footer-links .footer-link.small {
    margin-bottom: 10px;
    display: block;
  }
  #wq footer .footer-links .footer-link.small:hover {
    border-bottom: 0;
  }
}
#wq footer .footer-links .footer-link .icon-external {
  margin-left: 4px;
}
#wq footer .footer-links .copyright {
  display: inline-block;
  margin-right: 20px;
  float: left;
  color: hsla(0deg, 0%, 100%, 0.7);
  font-size: 0.8rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  #wq footer .footer-social {
    float: right;
    text-align: right;
  }
}
#wq footer .footer-social .fab {
  color: hsla(0deg, 0%, 100%, 0.8);
  font-size: 1.8rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  #wq footer .footer-social .fab {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #wq footer .footer-social .fab {
    margin-top: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  #wq #navFooter .nav-item {
    margin-right: 3%;
  }
}
@media (min-width: 992px) {
  #wq #navFooter .nav-item {
    margin-bottom: 1.5rem;
    margin-right: 7%;
  }
}
#wq #navFooter .nav-item .nav-link {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#wq #navFooter .nav-item .nav-link:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media (max-width: 767px) {
  #wq #navFooter .nav-item .nav-link {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
#wq body {
  overflow-x: hidden;
}
#wq .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#wq .full-width--container {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
#wq .full-width--gradient {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-position: 0;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
}
#wq .shimmer {
  background: #ebebeb;
  background: -moz-linear-gradient(top, #ebebeb 1%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ebebeb 1%, #ffffff 100%);
  background: linear-gradient(to bottom, #ebebeb 1%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebebeb", endColorstr="#ffffff",GradientType=0 );
}
#wq .grey {
  background-color: #ebebeb;
}
#wq .v-center {
  position: relative;
  height: 100%;
}
#wq .grid {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #wq #healthprofessionals .grid {
    max-width: 100%;
  }
}
#wq .grid-item {
  flex-direction: row;
  justify-content: space-between;
  width: 31.3333333333%;
  /*
  @media (max-width: 991px) {
  	width: calc(96% / 2);
  }
  */
}
#wq .grid-item.productCard {
  padding-bottom: 0;
}
#wq .grid-item .card {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #wq .grid-item {
    width: 100%;
  }
}
#wq .gutter-sizer {
  position: absolute;
}
@media (min-width: 768px) {
  #wq .gutter-sizer {
    width: 2%;
  }
}
@media (min-width: 768px) {
  #wq .filters {
    /*margin-bottom: 1rem;*/
  }
}
#wq .filters .text-filter {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.2rem;
  position: relative;
  top: -7px;
}
@media (max-width: 767px) {
  #wq .filters .text-filter {
    margin-bottom: 0.5rem;
  }
}
#wq .filters .dropdown.filter {
  display: inline-block;
  width: 370px;
  margin-bottom: 0;
  position: relative;
  text-align: left;
}
@media (max-width: 991px) {
  #wq .filters .dropdown.filter {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #wq .filters .dropdown.filter {
    width: 100%;
  }
}
#wq .filters .dropdown-toggle {
  width: 100%;
  margin-top: 0px;
  margin-right: 0rem;
  padding-right: 2.5rem;
  padding-left: 0.75rem;
  border-width: 2px;
  border-color: #e0e0e0;
  background-color: #fff;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.4em;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.01rem;
}
#wq .filters .dropdown-toggle:hover {
  -webkit-filter: none;
  filter: none;
  color: #006269;
}
#wq .filters .dropdown-toggle::after {
  border: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
#wq .filters .dropdown-menu {
  padding: 0;
  margin: -1px 0 0;
  width: 370px;
  padding-bottom: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 0rem 0rem 0.2rem 0.2rem;
  background-color: #fff;
  z-index: 2000;
}
@media (max-width: 767px) {
  #wq .filters .dropdown-menu {
    width: 100%;
  }
}
#wq .filters .dropdown-item {
  padding: 0.6rem 1.5rem 0.6rem 2.5rem;
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
}
#wq .filters .dropdown-item:hover {
  background-color: #fff;
  color: #006269;
  text-decoration: none;
}
#wq .filters .icon-fa-angle-down::after {
  position: absolute;
  top: 10px;
  right: 15px;
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 5rem;
  padding-right: 1rem;
  padding-left: 0.5rem;
  float: right;
  font-family: "Font Awesome 5 Pro";
  color: #006269;
  font-size: 1.4rem;
  content: "\f107";
}
@media (min-width: 768px) {
  #wq .filters .sort-by {
    display: inline-block;
    float: right;
  }
}
#wq .filters .sort-by .dropdown.filter, #wq .filters .sort-by .dropdown-menu {
  width: 270px;
}
@media (max-width: 767px) {
  #wq .filters .sort-by .dropdown.filter, #wq .filters .sort-by .dropdown-menu {
    width: 100%;
  }
}
#wq .filters .sort-by .dropdown.filter .dropdown-item, #wq .filters .sort-by .dropdown-menu .dropdown-item {
  padding: 0.6rem 0.6rem 0;
}
@media (min-width: 768px) {
  #wq .filters .sort-by .dropdown-toggle {
    border-color: transparent;
    /*text-align: right;*/
  }
  #wq .filters .sort-by .dropdown-toggle span.text-filter-sort {
    text-align: right;
    display: inline-block;
    font-weight: 400;
    /*padding-right: 25px;*/
  }
  #wq .filters .sort-by .dropdown-toggle span.text-filter-sort .text-filter-sort-current {
    font-weight: 600;
    color: #006269;
  }
  #wq .filters .sort-by .dropdown-toggle:hover {
    border-color: #e0e0e0;
  }
}
#wq .filters .sort-by .dropdown.show .dropdown-toggle {
  border-color: #e0e0e0;
}
@media (max-width: 767px) {
  #wq .filters li.nav-item {
    margin-bottom: 0;
  }
}
#wq .leaf {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-right: 6px;
  float: left;
  border: 3px none #fff;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
#wq .leaf-product {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-right: 6px;
  float: left;
  border: 3px none #fff;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #5cb04c;
}
#wq .leaf-product.large {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
#wq .leaf.white {
  width: 230px;
  height: 230px;
  margin-right: 2rem;
  margin-bottom: 1.5em;
  padding: 2rem;
  float: none;
  border: 3px none #fff;
  border-style: solid;
  border-width: 3px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: rgba(0, 0, 0, 0.4);
}
#wq .leaf-product-white {
  display: block;
  width: 360px;
  margin-top: -5px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1.25rem 1.25rem;
  border: 2px solid #fff;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  #wq .leaf-product-white {
    width: 100%;
    margin-right: 0rem;
    padding: 0.75rem 1rem 1rem;
  }
}
#wq .leaf-product-white p {
  display: inline;
  font-size: 1.3rem;
  line-height: 1.2em;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  #wq .leaf-product-white p {
    line-height: 1.1em;
    display: inline;
    font-size: 1.3rem;
  }
}
#wq .leaf.step {
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 1rem;
  padding: 1rem 0rem 0rem;
  float: left;
  border-style: solid;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
#wq .KeenMind {
  background-color: #23b68a;
}
#wq .Ginsana {
  background-color: #F26536;
}
#wq .Gincosan {
  background-color: #00A651;
}
#wq .Nuvexa {
  background-color: #0B82A8;
}
#wq .Calorese {
  background-color: #0B82A8;
}
#wq .Ellura {
  background-color: #ED1B2F;
}
#wq .Femular {
  background-color: #A397C0;
}
#wq .Legalon {
  background-color: #B46585;
}
#wq .Premular {
  background-color: #4D60AB;
}
#wq .Redormin {
  background-color: #008B6A;
}
#wq .Remotiv {
  background-color: #77C043;
}
#wq .Equazen {
  background-color: #2b9fda;
}
#wq .Prospan {
  background-color: #adca35;
}
#wq .Agiofibe {
  background-color: #5cb04c;
}
#wq .Agiolax {
  background-color: #f49429;
}
#wq .Cardiozen {
  background-color: #541ea1;
}
#wq .Mumomega {
  background-color: #dc503d;
}
#wq .Fix {
  background-color: #0f81a4;
}
#wq .Pronatal {
  background-color: #e32f92;
}
#wq .Prostatonin {
  background-color: #2e57af;
}
#wq .SonghaNight {
  background-color: #2c297e;
}
#wq .keenmind {
  border-color: #23b68a;
}
#wq .ginsana {
  border-color: #F26536;
}
#wq .gincosan {
  border-color: #00A651;
}
#wq .nuvexa {
  border-color: #0B82A8;
}
#wq .calorese {
  border-color: #0B82A8;
}
#wq .ellura {
  border-color: #ED1B2F;
}
#wq .femular {
  border-color: #A397C0;
}
#wq .legalon {
  border-color: #B46585;
}
#wq .premular {
  border-color: #4D60AB;
}
#wq .redormin {
  border-color: #008B6A;
}
#wq .remotiv {
  border-color: #77C043;
}
#wq .equazen {
  border-color: #2b9fda;
}
#wq .prospan {
  border-color: #adca35;
}
#wq .agiofibe {
  border-color: #5cb04c;
}
#wq .agiolax {
  border-color: #f49429;
}
#wq .cardiozen {
  border-color: #541ea1;
}
#wq .mumomega {
  border-color: #dc503d;
}
#wq .fix {
  border-color: #0f81a4;
}
#wq .pronatal {
  border-color: #e32f92;
}
#wq .prostatonin {
  border-color: #2e57af;
}
#wq .songhaNight {
  border-color: #2c297e;
}
#wq .registered {
  position: relative;
  top: -16px;
  padding-left: 2px;
  font-size: 1.5rem;
  line-height: 0.6em;
}
#wq .anchor-links {
  margin: 1rem 0;
}
#wq .anchor-links a {
  color: #fff;
  text-decoration: underline;
  margin-right: 1rem;
  font-size: 1.2rem;
}
#wq .anchor-links a:hover {
  text-decoration: none;
}
#wq .anchor-links a i {
  margin-left: 5px;
}
#wq .accordion-plus-container {
  margin-bottom: 2rem;
}
#wq .accordion-plus-header {
  display: block;
  margin-bottom: 0.7rem;
  padding-top: 1rem;
  padding-left: 1.7rem;
}
#wq .accordion-plus-header:hover {
  text-decoration: none;
}
#wq .accordion-plus-header .far {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 0px;
  color: #000;
  font-size: 1.4rem;
  line-height: 0.9em;
  position: absolute;
  left: 0;
  top: 12px;
}
#wq .accordion-plus-header .fa-plus-circle {
  display: none;
}
#wq .accordion-plus-header.collapsed .fa-plus-circle {
  display: inline-block;
}
#wq .accordion-plus-header.collapsed .fa-minus-circle {
  display: none;
}
#wq #otherWaysToBuy.accordion-plus-body {
  padding-top: 20px;
}
#wq #otherWaysToBuy.accordion-plus-body .other-ways {
  margin-top: -15px;
  padding: 1.25rem;
  border-radius: 0.2rem;
  background-color: #f1f1f1;
}
#wq #otherWaysToBuy.accordion-plus-body .other-ways .text-online {
  display: inline-block;
  margin-right: 1rem;
  font-weight: 600;
}
#wq #otherWaysToBuy.accordion-plus-body .other-ways a {
  max-width: 100%;
  display: inline-block;
}
#wq #otherWaysToBuy.accordion-plus-body .other-ways a img {
  /*width: 80px;*/
  margin-right: 1.5rem;
}
#wq .line {
  width: 10px;
  height: 30px;
  margin-left: 40px;
  background-color: #00466b;
}
#wq .pagination {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-left: 0px;
}
#wq .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.25em;
  color: #277ba8;
}
#wq .page-item.active .page-link {
  color: #000;
}
#wq .page-link:focus {
  box-shadow: none;
}
#wq .panel.useful-container {
  margin-top: 40px;
  margin-bottom: 40px !important;
}
@media (min-width: 768px) {
  #wq .panel.useful-container .mura-object {
    float: left;
  }
}
#wq .panel .articleRater .useful {
  display: inline-block;
}
@media (max-width: 767px) {
  #wq .panel .articleRater .useful {
    margin-bottom: 1rem;
  }
}
#wq .panel .articleRater .thumbs {
  margin-left: 10px;
  font-size: 1.3rem;
}
#wq .panel .articleRater .thumbs.down {
  top: 4px;
  display: inline-block;
}
@media (min-width: 768px) {
  #wq .panel .share.right {
    float: right;
  }
}
#wq .panel .share.right .share-text {
  display: inline-block;
  margin-right: 5px;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 300;
}
#wq #homepage .products-header {
  height: 500px;
  background-position: 50% 0px;
}
@media (max-width: 991px) {
  #wq #homepage .products-header {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #wq #homepage .products-header {
    height: 420px;
  }
}
#wq #homepage .products-header .products-header-gradient {
  height: 500px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
@media (max-width: 991px) {
  #wq #homepage .products-header .products-header-gradient {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #wq #homepage .products-header .products-header-gradient {
    height: 420px;
  }
}
#wq #homepage .products-header .products-header-gradient.no-gradient {
  background-image: none !important;
}
#wq #homepage .products-header .full-width--container {
  height: 500px;
}
@media (max-width: 991px) {
  #wq #homepage .products-header .full-width--container {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #wq #homepage .products-header .full-width--container {
    height: 420px;
  }
}
@media (min-width: 992px) {
  #wq #homepage .products-header .header-container {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #wq #homepage .products-header .header-container {
    width: 100%;
  }
}
#wq #homepage .products-header .header-container .btn-outline-light i {
  top: 1px;
  position: relative;
}
#wq #filterableProducts .productCard a {
  color: #000000;
}
#wq #filterableProducts .productCard a:hover {
  text-decoration: none;
}
#wq #filterableProducts .productCard .card {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  background-color: #fff;
  /*transition: all 300ms ease;*/
  color: #000000;
  font-weight: 400;
}
#wq #filterableProducts .productCard .card .product-card--top {
  flex: 0 1 auto;
  position: relative;
  padding-bottom: 0px;
  background-image: linear-gradient(205deg, #e4e4e4, #fff 55%);
  transition: all 200ms ease;
}
#wq #filterableProducts .productCard .card .product-card--top:hover {
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
}
#wq #filterableProducts .productCard .card .product-card--top .product-card--title {
  position: relative;
  padding: 1.25rem 1.25rem 0;
}
#wq #filterableProducts .productCard .card .product-card--top .product-card--title .product-card--name {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.1em;
  font-weight: 600;
}
#wq #filterableProducts .productCard .card .product-card--top .product-card--img {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  transition: all 200ms ease;
  padding-bottom: 75.283%;
  position: relative;
}
#wq #filterableProducts .productCard .card .product-card--top .product-card--img:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
#wq #filterableProducts .productCard .card .product-card--top .product-card--img img {
  position: absolute;
  width: 100%;
  height: auto;
}
#wq #filterableProducts .productCard .card .product-card--body {
  flex: 1 1 auto;
  position: relative;
  padding: 1.25rem;
  margin-bottom: 1rem;
}
#wq #filterableProducts .productCard .card .product-card--body .lead {
  position: relative;
  margin-top: 0px;
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 400;
}
#wq #filterableProducts .productCard .card .product-card--body .product-card--ingredient a {
  color: #000000;
}
#wq #filterableProducts .productCard .card .product-card--body .product-card--ingredient a:hover {
  text-decoration: none;
}
#wq #filterableProducts .productCard .card .product-card--footer {
  flex: 0 1 auto;
  font-size: 80%;
  line-height: 1.5em;
  display: inline-block;
  position: absolute;
  left: 1.25rem;
  bottom: 0rem;
  margin-bottom: 1.25rem;
}
#wq #filterableProducts .productCard .card .product-card--footer .card-footer--link {
  margin-top: 0.25px;
  float: right;
  color: #666666;
  font-size: 0.7rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #wq .content_types-page_product .col-md-8 {
    padding-bottom: 40px;
  }
}
#wq #products .products-header-gradient {
  overflow: hidden;
}
#wq #products.depth-2 .product-header .device {
  display: none;
}
#wq .ingredientCard {
  margin-bottom: 20px;
  min-height: 400px;
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #e0e0e0;
  border-radius: 0.2rem;
  transition: all 300ms ease;
  border-radius: 0.2rem;
}
#wq .ingredientCard:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
#wq .ingredientCard .ingredientCard-gradient {
  min-height: 400px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-position: 0;
  background-size: auto;
  background-repeat: repeat;
  transition: all 300ms ease;
  height: 100%;
  border-radius: 0.2rem;
}
#wq .ingredientCard .ingredientCard-gradient:hover * {
  text-decoration: none;
}
#wq .ingredientCard .card {
  height: 100%;
  min-height: 400px;
  display: block;
  background-color: transparent;
  border: 0;
}
#wq .ingredientCard .card .card-body.ingredient {
  color: #fff;
}
#wq .ingredientCard .card .card-body .ingredient-name {
  display: block;
  margin-top: 0px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 600;
}
#wq .ingredientCard .card .card-body .ingredient-name .latin-small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2em;
  font-style: italic;
}
#wq .ingredientCard .card .category.small {
  position: absolute;
  left: 1.25rem;
  bottom: 0rem;
  margin-bottom: 1.25rem;
}
#wq .ingredientCard .card .category .link-category {
  color: #f1f1f1;
  font-size: 0.7rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#wq #ingredients.depth-2 .products-header, #wq #ingredients.depth-2 .products-header .products-header-gradient, #wq #ingredients.depth-2 .products-header .full-width--container {
  height: 420px;
}
#wq #ingredients.depth-2 .products-header .latin, #wq #ingredients.depth-2 .products-header .products-header-gradient .latin, #wq #ingredients.depth-2 .products-header .full-width--container .latin {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2em;
  font-style: italic;
}
@media (max-width: 991px) {
  #wq #ingredients.depth-2 .products-header, #wq #ingredients.depth-2 .products-header .products-header-gradient, #wq #ingredients.depth-2 .products-header .full-width--container {
    height: 360px;
  }
  #wq #ingredients.depth-2 .products-header .header-container, #wq #ingredients.depth-2 .products-header .products-header-gradient .header-container, #wq #ingredients.depth-2 .products-header .full-width--container .header-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #wq #ingredients.depth-2 .products-header, #wq #ingredients.depth-2 .products-header .products-header-gradient, #wq #ingredients.depth-2 .products-header .full-width--container {
    height: 500px;
  }
}
#wq .ingredient-story-container {
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 2rem;
  border-radius: 0.2rem;
}
#wq .ingredient-story .ingredient-story-body .accordion-plus-content {
  padding-left: 1.7rem;
}
@media (max-width: 991px) {
  #wq .ingredient-story .col-lg-5 img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #wq .ingredient-story .col-lg-5 img {
    width: 100%;
  }
}
#wq .content_types-page_ingredient .full-width--content.section .line:last-of-type {
  display: none;
}
#wq .icon-trial {
  width: 60px;
  height: 60px;
  background: url(/source/deaf68cdd934a78307e23fab1f6f5bc9.svg) no-repeat 0 0;
  background-size: 60px;
  display: block;
  margin: -15px auto 0.5rem;
}
#wq .swiper-container {
  padding: 35px 30px 0;
}
#wq .swiper-button-prev, #wq .swiper-container-rtl .swiper-button-next {
  background-image: url(/source/0714977da0848f0fbfa6cc9cf253fc0e.svg);
}
#wq .swiper-button-next, #wq .swiper-container-rtl .swiper-button-prev {
  background-image: url(/source/420a93c97bfff6dc331bd3ea1b5783be.svg);
}
#wq .swiper-slide {
  width: 33%;
}
@media (max-width: 767px) {
  #wq .swiper-slide {
    width: 100%;
  }
}
#wq .fade-off {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  width: 50px;
  background-image: -webkit-linear-gradient(0deg, #ebebeb 36%, hsla(0deg, 0%, 92%, 0));
  background-image: linear-gradient(90deg, #ebebeb 36%, hsla(0deg, 0%, 92%, 0));
}
#wq .fade-off.left {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 70px;
  background-image: -webkit-linear-gradient(180deg, #ebebeb 26%, hsla(0deg, 0%, 92%, 0));
  background-image: linear-gradient(270deg, #ebebeb 26%, hsla(0deg, 0%, 92%, 0));
}
#wq .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: auto;
  top: 0;
}
#wq .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: #bcbcbc;
  opacity: 1;
}
#wq .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #277ba8;
}
#wq .swiper-wrapper .slide {
  padding-right: 10px;
  padding-left: 10px;
}
#wq .swiper-wrapper .slide .card-trial {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 0.2rem;
  background-color: #fff;
  text-align: center;
}
#wq .swiper-wrapper .slide .trial-name {
  display: block;
  margin: -1px;
  padding: 5px 15px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#wq .swiper-wrapper .slide .card-body.clinical {
  min-height: 390px;
  text-align: left;
  position: relative;
  padding: 1.25rem 1.25rem 4rem;
}
#wq .swiper-wrapper .slide .facts {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.1em;
  font-weight: 400;
  text-decoration: none;
}
#wq .swiper-wrapper .slide .facts.larger p {
  min-height: 50px;
  font-size: 1.4rem;
  line-height: 1.1em;
}
#wq .swiper-wrapper .slide .facts.larger p strong {
  font-size: 1.8rem;
  font-weight: 600;
}
#wq .swiper-wrapper .slide .text-improvement {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.25rem;
  border-radius: 0.25rem;
  color: #000;
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#wq .swiper-wrapper .slide .text-improvement {
  border-width: 3px;
  border-style: solid;
  background-color: #fff;
  color: #000;
  font-weight: 600;
}
#wq .swiper-wrapper .slide .small.fixed {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 0;
  display: block;
  text-align: left;
}
#wq .swiper-wrapper .slide .small.fixed p {
  line-height: 1.5em;
}
#wq .trialsPanel .swiper-slide {
  height: auto;
}
#wq .trialsPanel .swiper-slide .slide, #wq .trialsPanel .swiper-slide .card-trial {
  height: 100%;
}
@media (max-width: 991px) {
  #wq .trialsPanel .swiper-slide {
    width: 45%;
  }
}
@media (max-width: 767px) {
  #wq .trialsPanel .swiper-slide {
    width: 100%;
  }
}
#wq .key-icon {
  width: 100%;
  height: 100px;
  margin-bottom: 1rem;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#wq .key-icon.icon-quality-consistant {
  background-image: url(/source/87f97ecf8aa690d8a30aca2192d7552f.svg);
}
#wq .key-icon.icon-clinical-research {
  background-image: url(/source/89f7d161d205cac3f3877a7bcfccf54f.svg);
}
#wq .key-icon.icon-trials {
  background-image: url(/source/ec6e7bf9b33d865ebcc96dc9a38fb4d6.svg);
}
#wq .key-icon.icon-recommended {
  background-image: url(/source/69936e03488015f7173ad4a59a499e0f.svg);
}
#wq .extract-quality {
  padding-bottom: 20px;
}
#wq .extract-quality .content-grey {
  border: 1px solid #e0e0e0;
  background-color: #f1f1f1;
  border-radius: 0.2rem;
}
#wq .extract-quality .card-body {
  height: 100%;
}
#wq .extract-quality .card-body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #wq #heading-nav .nav-item.dropdown .nav-link.dropdown-toggle {
    padding-left: 1.5rem;
    background-image: url("/source/caebbcb5c37befe3c47c93a8915de661.svg");
    background-position: 0px 5px;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  #wq #heading-nav .nav-item.dropdown .nav-link.dropdown-toggle:hover {
    background-position: 0px 6px;
  }
}
@media (max-width: 991px) {
  #wq #heading-nav .nav-item.dropdown .nav-link.dropdown-toggle::after {
    background-image: url("/source/caebbcb5c37befe3c47c93a8915de661.svg");
    background-size: 18px;
    background-position: 0;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    border: 0;
  }
}
@media (min-width: 992px) {
  #wq #heading-nav .nav-item.dropdown .nav-link.dropdown-toggle::after {
    display: none;
  }
}
#wq .mega-nav {
  background-color: #ebebeb;
}
#wq .mega-nav .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#wq #healthInsights-mega-nav.dropdown-menu {
  padding: 0;
}
@media (max-width: 991px) {
  #wq #healthInsights-mega-nav.dropdown-menu {
    border: none;
  }
}
@media (min-width: 992px) {
  #wq #healthInsights-mega-nav.dropdown-menu {
    margin: 0;
    border: none;
  }
}
@media (min-width: 992px) {
  #wq #healthInsights-mega-nav .full-width {
    position: fixed;
  }
}
#wq #healthInsights-mega-nav .card-deck.icons {
  margin: 0;
}
@media (max-width: 767px) {
  #wq #healthInsights-mega-nav .card-deck.icons {
    display: block;
    position: relative;
    padding-top: 60px;
  }
}
#wq #healthInsights-mega-nav .icon-card {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}
#wq #healthInsights-mega-nav .card.deck.category {
  display: block;
  flex: auto;
  letter-spacing: 0.03rem;
  border-style: none;
  background-color: transparent;
  text-align: center;
  margin: 0 0 20px;
  color: #000;
  width: 16%;
  max-width: 200px;
}
@media (max-width: 767px) {
  #wq #healthInsights-mega-nav .card.deck.category {
    width: 50%;
    float: right;
  }
}
#wq #healthInsights-mega-nav .card.deck.category:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #006269;
  text-decoration: none;
}
#wq #healthInsights-mega-nav .card.deck.category.locked .icon-card, #wq #healthInsights-mega-nav .card.deck.category.locked .category-text {
  opacity: 0.3;
}
#wq #healthInsights-mega-nav .card.deck.category.locked .register {
  display: none;
  background-color: hsla(0deg, 0%, 100%, 0.8);
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 0.2rem;
  font-size: 0.8rem;
  padding: 42px 10px;
}
#wq #healthInsights-mega-nav .card.deck.category.locked:hover .register {
  display: block;
  z-index: 1;
}
#wq #healthInsights-mega-nav .category-text {
  height: 40px;
  font-size: 1rem;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#wq #healthInsights-mega-nav .link-insights {
  display: block;
  width: 100%;
  clear: both;
}
@media (max-width: 767px) {
  #wq #healthInsights-mega-nav .link-insights {
    position: absolute;
    top: 0;
  }
}
#wq #healthInsights-mega-nav .nav-link-insights {
  border-bottom: 1px solid transparent;
  color: #000;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#wq #healthInsights-mega-nav .nav-link-insights .fas {
  font-size: 0.8rem;
}
#wq #healthInsights-mega-nav .nav-link-insights:hover {
  text-decoration: none;
  border-bottom: 1px solid #006269;
  color: #006269;
}
#wq .products-header .icon-category {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 50px;
  margin-bottom: 0.25rem;
}
#wq .full-article-image {
  position: relative;
  margin-bottom: 1rem;
}
#wq .full-article-image .img-fluid {
  margin-bottom: 1rem;
}
#wq .article-image {
  margin: 0 0 1rem 0;
  border-radius: 0.2rem;
}
#wq .article-image.inline-right {
  width: 50%;
  margin: 0 0 1rem 1rem;
  float: right;
}
@media (max-width: 767px) {
  #wq .article-image.inline-right {
    width: 100%;
  }
}
#wq .article-blockquote {
  display: block;
  margin-bottom: 1rem;
  padding: 2rem;
  border-width: 2px;
  border-style: solid;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 400;
}
#wq .article-blockquote p {
  font-size: 1.6rem;
  line-height: 1.3em;
  margin-bottom: 0;
}
#wq .article-blockquote.emerald {
  border-color: #006f43;
}
#wq .article-blockquote.black {
  border-color: #000;
}
#wq .article-blockquote.oceania {
  border-color: #00466b;
}
#wq .article-blockquote.sienna {
  border-color: #e55625;
}
#wq .article-blockquote.berry {
  border-color: #a72873;
}
#wq .article-tweet-banner {
  display: block;
  margin-bottom: 1.5rem;
  padding: 2.5rem;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 70, 107, 0.5);
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
#wq .article-tweet-banner .tweet-blockquote {
  margin-bottom: 1rem;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 600;
  text-align: left;
}
#wq .article-tweet-banner .tweet-blockquote .icon-tweet {
  float: left;
  margin-right: 5px;
}
#wq .article-tweet-banner .tweet-blockquote .icon-tweet .fab {
  font-size: 1.4rem;
}
#wq .article-tweet-banner .tweet-blockquote h4, #wq .article-tweet-banner .tweet-blockquote p {
  font-size: 1.3rem;
  line-height: 1.3em;
  margin-bottom: 0;
}
#wq h6.article-references {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 0;
  padding-top: 40px;
}
#wq .article-references p, #wq .article-references li {
  font-size: 0.9rem;
  margin-bottom: 0;
}
#wq ul.article-references,
#wq ol.article-references {
  margin-bottom: 2rem;
}
#wq .article-feature .col-12 .grid-item, #wq .page-article-category .col-12 .grid-item, #wq .page-evidence-category .col-12 .grid-item, #wq .product-feature .col-12 .grid-item {
  width: auto;
  height: 100%;
}
#wq .article-feature .col-12, #wq .page-article-category .col-12, #wq .page-evidence-category .col-12, #wq .product-feature .col-12 {
  margin-bottom: 15px;
}
#wq .card.feature {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
  border-color: #e6e6e6;
  background-color: #f1f1f1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-weight: 400;
}
#wq .card.feature:hover {
  border-color: #c9d2d6;
  background-color: #fcfcfc;
  text-decoration: none;
}
#wq .card.feature h3 a:hover {
  text-decoration: none;
}
#wq .card.feature .card-body {
  position: relative;
  padding: 1.25rem;
}
#wq .card-article-image.feature {
  position: relative;
  width: 50%;
  min-height: 325px;
  float: left;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #wq .card-article-image.feature {
    width: 100%;
    min-height: auto;
    padding-bottom: 59.057%;
  }
}
#wq .card-body.feature {
  width: 50%;
  float: right;
}
@media (max-width: 767px) {
  #wq .card-body.feature {
    width: 100%;
  }
}
#wq .card-body.feature .insight-type {
  margin-bottom: 0.3rem;
  color: #5d5d5d;
  font-size: 1rem;
  font-style: italic;
}
#wq .card-body.feature .link-category {
  margin-top: 0.25px;
  color: #666666;
  font-size: 0.7rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#wq .card-body.feature .link-category:hover {
  text-decoration: none;
}
#wq #about.depth-1 .inner-container,
#wq #about.depth-1.about .inner-container {
  padding-top: 30px;
}
#wq #about.depth-1 .mura-async-object:nth-child(2n) .featurePanel .container,
#wq #about.depth-1.about .mura-async-object:nth-child(2n) .featurePanel .container {
  padding-top: 0;
}
#wq #about.depth-1 .mura-async-object:nth-child(2n+1) .featurePanel .container,
#wq #about.depth-1.about .mura-async-object:nth-child(2n+1) .featurePanel .container {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #wq #about.depth-1 .mura-async-object:nth-child(2n+1) .featurePanel .container .row div:nth-child(1),
  #wq #about.depth-1.about .mura-async-object:nth-child(2n+1) .featurePanel .container .row div:nth-child(1) {
    order: 2;
  }
  #wq #about.depth-1 .mura-async-object:nth-child(2n+1) .featurePanel .container .row div:nth-child(2),
  #wq #about.depth-1.about .mura-async-object:nth-child(2n+1) .featurePanel .container .row div:nth-child(2) {
    order: 1;
  }
}
#wq #about.depth-1 .mura-left.col-md-6,
#wq #about.depth-1.about .mura-left.col-md-6 {
  padding-left: 0;
}
#wq #about.depth-1 .mura-right.col-md-6 img,
#wq #about.depth-1.about .mura-right.col-md-6 img {
  border-radius: 0.2rem;
}
#wq #about.depth-2.source-to-patient .mura-async-object:nth-child(2n) .featurePanel .container {
  padding-top: 0;
}
#wq #about.depth-2.source-to-patient .mura-async-object:nth-child(2n+1) .featurePanel .container {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #wq #about.depth-2.source-to-patient .mura-async-object:nth-child(2n+1) .featurePanel .container .row div:nth-child(1) {
    order: 2;
  }
  #wq #about.depth-2.source-to-patient .mura-async-object:nth-child(2n+1) .featurePanel .container .row div:nth-child(2) {
    order: 1;
  }
}
#wq .about-story {
  background-color: #fff;
  padding: 2rem 1rem;
}
#wq .card-story-container {
  background-color: #fff;
}
#wq .card-story-container i::before {
  top: 1px;
  position: relative;
}
#wq .image-right-stp {
  min-height: 450px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #wq .image-right-stp {
    min-height: 200px;
  }
}
#wq .section.careers {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
#wq .section.careers .card-deck_50 {
  width: 48%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.2rem;
}
@media (max-width: 767px) {
  #wq .section.careers .card-deck_50 {
    width: 100%;
  }
}
#wq .section.sfi {
  background-color: #034e5a;
}
#wq .section.sfi .sfi-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 991px) {
  #wq .section.sfi .sfi-wrapper {
    width: 100%;
  }
}
#wq .section.sfi .sfi-wrapper .sfi-logo {
  width: 134px;
  display: block;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}
#wq .video-wrapper.stp {
  position: relative;
  display: block;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  top: 50%;
  width: 90%;
  border-style: none;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
@media (min-width: 768px) {
  #wq .video-wrapper.stp {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  #wq .video-wrapper.stp {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    width: 100%;
    margin: 0;
  }
}
#wq .source-patient-journey {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/source/57369f3de5a5af4003a7fcac2ef441c8.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/source/57369f3de5a5af4003a7fcac2ef441c8.jpg");
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  /* journey swipe */
}
@media (max-width: 767px) {
  #wq .source-patient-journey {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
#wq .source-patient-journey .swiper-container {
  padding: 0 0 40px;
}
#wq .source-patient-journey .slide-header h2 {
  padding-top: 15px;
}
#wq .source-patient-journey .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  top: auto;
  text-align: left;
}
#wq .source-patient-journey .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
#wq .source-patient-journey .leaf-picture {
  width: 100%;
  max-width: 350px;
  height: auto;
  float: right;
  border: 3px solid #fff;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #wq .source-patient-journey .leaf-picture {
    width: 200px;
    height: 200px;
    float: none;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}
#wq #contactus .inner-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  #wq #contactus .inner-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#wq #contactus .inner-container label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
#wq #contactus .inner-container label::after {
  display: none;
}
#wq #contactus .form-submit {
  background-color: #ce481a;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  min-width: 220px;
  margin-bottom: 1rem;
  padding: 0.5rem 1.2rem;
  border-radius: 0.2rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.07rem;
}
#wq #contactus .col-md-4 .mura-object-content .mura-object-content {
  position: relative;
  padding: 1.25rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.2rem;
  background-color: #fff;
}
#wq #contactus .col-md-4 .mura-object-content .mura-object-content p {
  position: relative;
  margin-top: 0px;
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 400;
}
#wq .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #e0e0e0;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#wq .form-control:focus, #wq .form-control:active {
  color: #000;
  background-color: #fff;
  border: 2px solid rgba(0, 70, 107, 0.5) !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wq .form-control::placeholder {
  color: #cacaca !important;
  font-style: italic !important;
}
#wq .form-control:-ms-input-placeholder {
  color: #cacaca !important;
  font-style: italic !important;
}
@media (min-width: 768px) {
  #wq #field-fullname-container {
    width: 50%;
    float: left;
  }
  #wq #field-contactnumberoptional-container {
    width: 50%;
    float: right;
    padding-left: 15px;
  }
  #wq #field-email-container {
    width: 50%;
  }
  #wq #field-subject-container {
    width: 50%;
  }
  #wq #field-country-container {
    width: 50%;
    float: right;
    padding-left: 15px;
  }
  #wq #field-yourmessage-container textarea {
    min-height: 100px;
  }
}
#wq .bg-green {
  background-color: #006f43;
}
#wq .login-form-container label {
  color: #ffffff;
}
#wq .login-form-container .req label:after {
  content: "";
}
#wq .login-form-container a.forgot-password {
  color: #ffffff;
  text-decoration: underline;
}
#wq .login-form-container .form-sendlogin {
  margin-top: 15px;
}
#wq .login-form-container .btn-red {
  background-color: #ce481a;
}
#wq #svEditProfile label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
#wq #svEditProfile label::after {
  display: none;
}
#wq #svEditProfile .form-submit {
  background-color: #ce481a;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  min-width: 220px;
  margin-bottom: 1rem;
  padding: 0.5rem 1.2rem;
  border-radius: 0.2rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.07rem;
}
#wq #svEditProfile .form-check-input {
  -webkit-appearance: checkbox;
  margin-top: 0.1rem;
}
#wq .products-header {
  height: 300px;
  background-color: #ebebeb;
  background-position: 100% 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  #wq .products-header {
    height: 280px;
  }
}
@media (max-width: 767px) {
  #wq .products-header {
    height: 260px;
    margin-bottom: 10px;
  }
}
#wq .products-header .full-width--container {
  height: 300px;
}
@media (max-width: 991px) {
  #wq .products-header .full-width--container {
    height: 280px;
  }
}
@media (max-width: 767px) {
  #wq .products-header .full-width--container {
    height: 260px;
  }
}
#wq .products-header .products-header-gradient {
  height: 300px;
  background-size: cover;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
@media (max-width: 991px) {
  #wq .products-header .products-header-gradient {
    height: 280px;
  }
}
@media (max-width: 767px) {
  #wq .products-header .products-header-gradient {
    height: 260px;
  }
}
#wq .v-center .header-container,
#wq .v-center .product-header {
  position: relative;
  top: 50%;
  display: block;
  width: 70%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: left;
}
@media (max-width: 767px) {
  #wq .v-center .header-container,
  #wq .v-center .product-header {
    width: 100%;
  }
}
#wq .v-center .header-container .device.white,
#wq .v-center .product-header .device.white {
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
}
#wq .header-theme-light .products-header-gradient {
  background-image: none !important;
}
#wq .header-theme-light .v-center .white {
  color: #000;
}
#wq .header-theme-light .v-center .device.white {
  background-color: #000;
}
#wq .header-theme-light .v-center .anchor-links a {
  color: #000;
}
#wq .header-theme-teal .v-center .white {
  color: #006269;
}
#wq .header-theme-teal .v-center .device.white {
  background-color: #006269;
}
#wq .header-theme-teal .v-center .anchor-links a {
  color: #006269;
}
#wq .header-product,
#wq .header-product .products-header-gradient,
#wq .header-product .full-width--container {
  height: 420px;
}
@media (max-width: 991px) {
  #wq .header-product,
  #wq .header-product .products-header-gradient,
  #wq .header-product .full-width--container {
    height: 360px;
  }
}
@media (max-width: 767px) {
  #wq .header-product,
  #wq .header-product .products-header-gradient,
  #wq .header-product .full-width--container {
    height: 500px;
  }
}
#wq .header-product .product-header {
  width: 100%;
}
#wq .header-product .product-info {
  position: absolute;
  top: 50%;
  width: 40%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: left;
}
@media (max-width: 767px) {
  #wq .header-product .product-info {
    position: relative;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
#wq .header-product .packshot {
  display: inline-block;
  width: 45%;
  margin-top: 0;
  margin-right: -50px;
  float: right;
}
@media (max-width: 1199px) {
  #wq .header-product .packshot {
    margin-right: -30px;
  }
}
@media (max-width: 991px) {
  #wq .header-product .packshot {
    width: 40%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #wq .header-product .packshot {
    display: block;
    width: 80%;
    float: none;
    margin: 30px auto 0;
  }
}
#wq .badge {
  width: 75px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0;
}
#wq .component-sourcetopatient {
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 767px) {
  #wq .component-sourcetopatient {
    background-position: -319px 0px;
  }
}
#wq .component-sourcetopatient .full-width--container {
  padding-top: 60px;
  padding-bottom: 60px;
}
#wq .component-sourcetopatient .full-width--content {
  width: 100%;
  float: right;
}
@media (min-width: 992px) {
  #wq .component-sourcetopatient .full-width--content {
    width: 50%;
  }
}
#wq .component-sourcetopatient .btn i {
  font-size: 0.9rem;
}
#wq .content_types-component_clinicalTrial {
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  /*background-image: url(/source/5fa4ba741cd6afe0a059a2d7f007f339.jpg);*/
}
#wq .content_types-component_clinicalTrial .section {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  #wq .content_types-component_clinicalTrial .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #wq .content_types-component_clinicalTrial .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#wq .content_types-component_clinicalTrial .card-deck.no-stretch {
  margin: 0;
}
@media (max-width: 991px) {
  #wq .content_types-component_clinicalTrial .card-deck.no-stretch {
    display: block;
  }
}
#wq .content_types-component_clinicalTrial .card-deck .card.deck {
  position: relative;
  display: block;
  margin: 0 0 20px;
  flex: 0 auto;
  border: 1px solid #e0e0e0;
  background-color: #f1f1f1;
  transition: all 300ms ease;
  color: #000;
  font-weight: 400;
}
#wq .content_types-component_clinicalTrial .card-deck .card.transparent {
  width: auto;
  border-style: none;
  background-color: transparent;
}
@media (max-width: 991px) {
  #wq .content_types-component_clinicalTrial .card-deck .card.transparent {
    width: 100%;
    margin-bottom: 0px;
  }
}
#wq .content_types-component_clinicalTrial .card-deck .card.transparent .leaf.white {
  width: 230px;
  height: 230px;
}
#wq .content_types-component_clinicalTrial .card-deck .card.copy {
  margin-left: 0;
  margin-right: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-color: transparent;
}
@media (max-width: 991px) {
  #wq .content_types-component_clinicalTrial .card-deck .card.copy {
    width: 60%;
    flex: auto;
    float: left;
  }
}
@media (max-width: 767px) {
  #wq .content_types-component_clinicalTrial .card-deck .card.copy {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
#wq .content_types-component_clinicalTrial .card-deck .card .lead p a {
  color: #fff;
  text-decoration: underline;
}
#wq .content_types-component_clinicalTrial .card-deck .card-trial {
  position: relative;
  border-radius: 0.2rem;
  text-align: center;
}
#wq .content_types-component_clinicalTrial .card-deck .card-trial.product {
  width: 30%;
  min-height: 180px;
}
@media (max-width: 991px) {
  #wq .content_types-component_clinicalTrial .card-deck .card-trial.product {
    float: right;
    display: block;
  }
}
@media (max-width: 767px) {
  #wq .content_types-component_clinicalTrial .card-deck .card-trial.product {
    float: none;
    width: 100%;
    min-height: auto;
  }
}
#wq .content_types-component_clinicalTrial .card-deck .card-trial .trial-name {
  display: block;
  margin: -1px;
  padding: 5px 15px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#wq .content_types-component_clinicalTrial .card-deck .card-trial .clinical-product {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  min-height: auto;
  text-align: left;
  margin-bottom: 1rem;
  position: relative;
  padding: 1.25rem;
}
#wq .content_types-component_clinicalTrial .card-deck .card-trial .clinical-product .facts {
  display: block;
  overflow: auto;
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.1em;
  font-weight: 400;
  text-decoration: none;
}
#wq .content_types-component_clinicalTrial .card-deck .card-trial .clinical-product .facts.trial {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  background-image: url("/source/deaf68cdd934a78307e23fab1f6f5bc9.svg");
  background-position: 0px 0px;
  background-size: 40px;
  background-repeat: no-repeat;
}
#wq .content_types-component_clinicalTrial .card-deck .card-trial .clinical-product .facts.research {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  background-image: url("/source/af197e5561377cf35a5751631c7b684c.svg");
  background-position: 0px 0px;
  background-size: 40px;
  background-repeat: no-repeat;
}
#wq .evidence-wrapper {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
  background-color: #006269;
  background-position: 100% 0px;
  background-size: 500px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (max-width: 991px) {
  #wq .evidence-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 527px 0px;
  }
}
@media (max-width: 767px) {
  #wq .evidence-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 75px 0px;
  }
}
#wq .evidence-wrapper .evidence-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #wq .evidence-wrapper .evidence-flex {
    flex-wrap: wrap;
  }
}
#wq .evidence-wrapper .evidence-flex .evidence-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  #wq .evidence-wrapper .evidence-flex .evidence-content {
    padding-right: 0rem;
  }
}
#wq .evidence-wrapper .evidence-flex .evidence-content.evidence-content--col {
  width: 16%;
  padding-right: 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
@media (max-width: 991px) {
  #wq .evidence-wrapper .evidence-flex .evidence-content.evidence-content--col {
    width: 23%;
  }
}
@media (max-width: 767px) {
  #wq .evidence-wrapper .evidence-flex .evidence-content.evidence-content--col {
    width: 100%;
    padding-right: 0rem;
  }
}
#wq .evidence-wrapper .evidence-flex .evidence-content h2 {
  line-height: 1.2em;
}
@media (max-width: 991px) {
  #wq .evidence-wrapper .evidence-flex .evidence-content h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  #wq .evidence-wrapper .evidence-flex .evidence-content h2 {
    font-size: 1.7rem;
  }
}
#wq .evidence-wrapper .evidence-flex .evidence-content h2.white {
  color: #fff;
}
#wq .evidence-wrapper .evidence-flex .evidence-content h2 .link-white {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
#wq .evidence-wrapper .evidence-flex .evidence-content h2 i {
  font-size: 1.5rem;
}
#wq .evidence-wrapper .evidence-flex .evidence-content h3 {
  color: #fff;
  display: block;
  margin-top: 0px;
  margin-bottom: 1.25rem;
  font-size: 1.6rem;
  line-height: 1.1em;
  font-weight: 600;
}
@media (max-width: 991px) {
  #wq .evidence-wrapper .evidence-flex .evidence-content h3 {
    font-size: 1.5rem;
  }
}
#wq .evidence-wrapper .evidence-flex .evidence-content p {
  color: #fff;
  position: relative;
  margin-top: 0px;
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 400;
}
#wq .evidence-wrapper .evidence-flex .evidence-content .icon-evidence {
  background: url(/source/1f0cef0b241ffa53a6f3d0dfe77ba23e.svg) no-repeat 0 0;
  background-size: 120px;
  width: 120px;
  height: 120px;
  float: right;
}
@media (max-width: 767px) {
  #wq .evidence-wrapper .evidence-flex .evidence-content .icon-evidence {
    margin-bottom: 1rem;
    float: left;
  }
}
#wq .insights-wrapper {
  background-color: #006269;
}
#wq .benefit.content-grey .benefit-card-body {
  position: relative;
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding: 1.25rem;
  border: 1px solid #e0e0e0;
  background-color: #f1f1f1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-weight: 400;
  border-radius: 0.2rem;
}
@media (min-width: 768px) {
  #wq .benefit.content-grey .benefit-card-body {
    height: 100%;
  }
}
#wq .benefit .key-icon {
  width: auto;
  height: 100px;
  margin-bottom: 1rem;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
#wq .benefit .key-icon:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
#wq .benefit .key-feature {
  margin-bottom: 0.5rem;
}
#wq .benefit .lead {
  margin-bottom: 0;
}
#wq .benefit .lead p:last-child {
  margin-bottom: 0;
}
#wq .lifestage.content-grey .lifestage-card-body {
  position: relative;
  display: block;
  margin-bottom: 20px;
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  background-color: #f1f1f1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-weight: 400;
  border-radius: 0.2rem;
}
@media (max-width: 991px) {
  #wq .lifestage.content-grey .media {
    text-align: center;
    display: block;
  }
}
#wq .lifestage.content-grey h3 {
  margin-bottom: 0.5rem;
}
#wq .lifestage.content-grey p {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
#wq .lifestage .product-image {
  max-width: 175px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #wq .lifestage .product-image {
    margin: 0 auto 10px;
  }
}
#wq .lifestage .product-label {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  font-size: 0.7rem;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.09rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #wq .lifestage .product-label {
    margin-bottom: 10px;
  }
}
#wq .modules-testimonials {
  padding: 0;
  margin: 40px 0 30px;
}
@media (max-width: 991px) {
  #wq .modules-testimonials {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #wq .modules-testimonials {
    margin-bottom: 0;
  }
}
#wq .modules-testimonials h3 {
  text-align: center;
}
#wq .modules-testimonials .video-testimonials {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #wq .modules-testimonials .video-testimonials {
    width: 70%;
    margin: 0 auto 2rem;
  }
}
#wq .modules-testimonials .text-testimonials .testimonial {
  position: relative;
  margin-bottom: 1rem;
  padding: 1.25rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.2rem;
  background-color: #f1f1f1;
  text-align: center;
}
@media (min-width: 768px) {
  #wq .modules-testimonials .text-testimonials .testimonial {
    height: 100%;
  }
}
#wq .modules-testimonials .text-testimonials .testimonial .profile-pic {
  margin-right: 15px;
  margin-bottom: 4.5rem;
  float: left;
}
@media (max-width: 991px) {
  #wq .modules-testimonials .text-testimonials .testimonial .profile-pic {
    margin-bottom: 0.5rem;
  }
}
#wq .modules-testimonials .text-testimonials .testimonial .profile-pic .img {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
#wq .modules-quote {
  display: block;
  margin: 30px 0 40px;
  padding: 2.5rem;
  border: 2px solid rgba(0, 70, 107, 0.5);
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
@media (max-width: 991px) {
  #wq .modules-quote {
    margin-bottom: 30px;
  }
}
#wq .share {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 300;
}
#wq .share-text {
  display: inline-block;
  margin-right: 5px;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 300;
}
#wq .social {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 1.5rem;
  font-weight: 400;
  transition: all 200ms ease;
}
#wq .section-dosage {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #wq .section-dosage .col-md-12 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #wq .section-dosage .col-sm-12 {
    margin-bottom: 10px;
  }
}
#wq .section-dosage .dosage, #wq .section-dosage .safety {
  background-color: #fff;
  position: relative;
  padding: 1.25rem;
  border: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  #wq .section-dosage .dosage, #wq .section-dosage .safety {
    height: 100%;
  }
}
#wq .section-dosage .dosage a:hover, #wq .section-dosage .safety a:hover {
  text-decoration: none;
}
#wq .section-dosage .dosage p:last-child, #wq .section-dosage .safety p:last-child {
  margin: 0;
}
#wq .section-dosage .icon-dosage-black,
#wq .section-dosage .icon-safety-black,
#wq .section-dosage .icon-ingredient-black {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
  float: left;
  background-size: 30px;
  background-position: 0;
  background-repeat: no-repeat;
}
#wq .section-dosage .icon-dosage-black {
  background-image: url(/source/38ba1e8264159bafdbdf9e00786d50d5.svg);
}
#wq .section-dosage .icon-safety-black {
  background-image: url(/source/a166e94d494ad2c2f6c1b2eb4b762f63.svg);
}
#wq .section-dosage .icon-ingredient-black {
  background-image: url(/source/e7cef1eac66967cf8e6ac913a6f10d31.svg);
}
@media (min-width: 992px) {
  #wq .accordian-wrapper {
    width: 75%;
  }
}
#wq .accordian-wrapper .accordian-item {
  border-bottom: 2px solid hsla(0deg, 0%, 88%, 0.5);
}
#wq .accordian-wrapper .accordian-item .accordion-item-trigger {
  display: block;
  position: relative;
  margin-bottom: 0.7rem;
  padding-top: 1rem;
  padding-right: 40px;
  cursor: pointer;
  padding-left: 35px;
  color: #277ba8;
  font-size: 1.2rem;
  font-weight: 600;
  /*
  				&::before {
  					position: absolute;
  					left: 0;
  					display: inline-block;
  					width: 0px;
  					height: 0;
  					float: left;
  					font-family: "Font Awesome 5 Pro";
  					color: $brand-Black;
  					font-size: 1.6rem;
  					content: "\f056";
  				}

  				&.collapsed::before {
  					content: "\f055";
  				}
  */
}
#wq .accordian-wrapper .accordian-item .accordion-item-trigger i {
  position: absolute;
  left: 0;
  font-size: 1.7rem;
  color: #000;
  top: 10px;
}
#wq .accordian-wrapper .accordian-item .accordion-item-trigger i.fa-plus-circle {
  display: none;
}
#wq .accordian-wrapper .accordian-item .accordion-item-trigger.collapsed i.fa-minus-circle {
  display: none;
}
#wq .accordian-wrapper .accordian-item .accordion-item-trigger.collapsed i.fa-plus-circle {
  display: block;
}
#wq .accordian-wrapper .accordion-item-content .accordion {
  padding-left: 2.3rem;
}
#wq .you-might-like-content {
  background-color: #ebebeb;
  background-image: -webkit-linear-gradient(90deg, #fff, hsla(0deg, 0%, 100%, 0) 70%);
  background-image: linear-gradient(0deg, #fff, hsla(0deg, 0%, 100%, 0) 70%);
}
#wq .you-might-like-content .col-12 {
  margin-bottom: 20px;
}
#wq .you-might-like-content .col-12 .grid-item {
  width: auto;
  height: 100%;
}
#wq .you-might-like-content .col-12 .ingredientCard-gradient {
  height: 100%;
}
#wq .aside {
  position: relative;
  overflow: hidden;
}
#wq .aside .col-lg-12 .grid-item {
  width: 100%;
  margin-bottom: 20px;
}
#wq .aside .you-might-like-content {
  background-color: transparent;
}
@media (min-width: 992px) {
  #wq .aside .you-might-like-content {
    height: 100%;
    min-height: 2000px;
  }
}
#wq .aside .you-might-like-content .aside--container {
  padding: 0;
  width: 100%;
}
@media (max-width: 992px) {
  #wq .aside .you-might-like-content .aside--container .col-sm-4 {
    display: flex;
  }
  #wq .aside .you-might-like-content .aside--container .col-sm-4 .grid-item {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #wq .aside .you-might-like-content .aside--container {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
}
#wq .aside .you-might-like-content h2 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.1em;
  font-weight: 600;
}
#wq .article-locked {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  background-image: -webkit-linear-gradient(0deg, #f1f1f1, hsla(0deg, 0%, 100%, 0.65));
  background-image: linear-gradient(0deg, #f1f1f1, hsla(0deg, 0%, 100%, 0.65));
}
#wq .article-locked .leaf-article {
  position: absolute;
  display: flex;
  margin: 20px;
  padding: 5px 20px;
  justify-content: start;
  align-items: flex-start;
  background-color: #fff;
  bottom: 0;
  background-image: url(/source/c5e3add260a10bd320c4fac8e9cc2e25.svg);
  background-position: 20px 15px;
  background-size: 18px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #wq .article-locked .leaf-article {
    width: auto;
    right: 0;
    left: 0;
  }
}
#wq .article-locked .leaf-article h4 {
  margin-bottom: 10px;
  font-size: 18px;
  margin-top: 10px;
  line-height: 22px;
  margin-left: 30px;
  text-align: left;
}
#wq .card.feature .article-locked .leaf-article {
  width: 46%;
  right: 0;
}
@media (max-width: 767px) {
  #wq .card.feature .article-locked .leaf-article {
    width: auto;
  }
}
#wq .articleCard.grid-item {
  border: 1px solid #e0e0e0;
  border-radius: 0.2rem;
  background-color: #f1f1f1;
  transition: all 300ms ease;
}
#wq .articleCard.grid-item:hover {
  border-color: #c9d2d6;
  background-color: #fcfcfc;
  text-decoration: none;
}
#wq .articleCard .card {
  min-height: 400px;
  height: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  color: #000;
  font-weight: 400;
}
#wq .articleCard .card:hover {
  background-color: transparent;
}
@media (max-width: 767px) {
  #wq .articleCard .card {
    min-height: 0;
  }
}
#wq .articleCard .card .card-article-image {
  position: relative;
  transition: all 200ms ease;
}
#wq .articleCard .card .card-article-image .card-image-article {
  transition: all 200ms ease;
}
@media (max-width: 767px) {
  #wq .articleCard .card .card-article-image .card-image-article a img {
    width: 100%;
  }
}
#wq .articleCard .card .card-article-image .tint {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#wq .articleCard .card .card-article-image .tint:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#wq .articleCard .card .article-card--body {
  position: relative;
  padding: 1.25rem;
  width: 100%;
  margin-bottom: 1rem;
}
#wq .articleCard .card .article-card--body .article-card--name .name:hover {
  text-decoration: none;
}
#wq .articleCard .card .article-card--body .insight-type {
  margin-bottom: 0.3rem;
  color: #5d5d5d;
  font-size: 1rem;
  font-style: italic;
}
#wq .articleCard .card .article-card--footer {
  position: absolute;
  left: 1.25rem;
  bottom: 0rem;
  margin-bottom: 1.25rem;
}
#wq .articleCard .card .article-card--footer .card-footer--link {
  margin-top: 0.25px;
  float: right;
  color: #666666;
  font-size: 0.7rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#wq .productCard a {
  color: #000000;
}
#wq .productCard a:hover {
  text-decoration: none;
}
#wq .productCard .card {
  height: 100%;
}
#wq .productCard .card .product-card--top {
  flex: 0 1 auto;
  position: relative;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(245deg, #e4e4e4, #fff 55%);
  background-image: linear-gradient(205deg, #e4e4e4, #fff 55%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#wq .productCard .card .product-card--top:hover {
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
}
#wq .productCard .card .product-card--top .product-card--title {
  position: relative;
  padding: 1.25rem 1.25rem 0;
}
#wq .productCard .card .product-card--top .product-card--img {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
#wq .productCard .card .product-card--top .product-card--img a {
  display: block;
}
#wq .productCard .card .product-card--top .product-card--img img {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  max-height: 250px;
  margin: 0 auto;
  display: block;
}
#wq .productCard .card .product-card--top .product-card--img img:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
#wq .productCard .card .product-card--body {
  flex: 1 1 auto;
  position: relative;
  padding: 1.25rem;
  width: 100%;
  margin-bottom: 1rem;
}
#wq .productCard .card .product-card--body .product-card--ingredient a {
  color: #000000;
  font-weight: 400;
}
#wq .productCard .card .product-card--body .product-card--ingredient a:hover {
  text-decoration: none;
}
#wq .productCard .card .product-card--footer {
  flex: 0 1 auto;
  position: absolute;
  left: 1.25rem;
  bottom: 0rem;
  margin-bottom: 1.25rem;
}
#wq .productCard .card .product-card--footer .card-footer--link {
  margin-top: 0.25px;
  float: right;
  color: #666666;
  font-size: 0.7rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#wq .flordis-difference .flordis-difference-header h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #000;
  margin: 1.5rem auto;
}
#wq .flordis-difference .flordis-difference-header p {
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 400;
}
#wq .flordis-difference h3.key-feature {
  margin-bottom: 0.5rem;
}
#wq .flordis-difference .card {
  border: 0;
  background: green;
}
#wq .flordis-difference .card.deck.content-transparent {
  margin-bottom: 15px;
  border-style: none;
  background-color: #fff;
}
@media (min-width: 768px) {
  #wq .flordis-difference .card.deck.content-transparent {
    height: 100%;
    min-height: 400px;
  }
}
#wq .flordis-difference .card-body.transparent {
  padding-bottom: 60px;
}
#wq .flordis-difference .card-body.transparent.bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  flex: auto;
  padding: 0;
}
#wq .banner-campaign {
  position: relative;
  margin-bottom: 2rem;
  border-radius: 0.2rem;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.2rem;
}
@media (min-width: 768px) {
  #wq .banner-campaign {
    height: 340px;
  }
}
#wq .banner-campaign .banner-campaign-gradient {
  position: relative;
  height: 100%;
  padding: 2rem;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-position: 0 0;
  background-size: auto;
  background-repeat: repeat;
  border-radius: 0.2rem;
}
#wq .banner-campaign .banner-campaign-gradient.banner-campaign-transparent {
  background-image: none;
}
@media (max-width: 767px) {
  #wq .banner-campaign .banner-campaign-gradient {
    padding: 1.25rem;
  }
}
#wq .banner-campaign .banner-campaign-gradient .campaign-banner-container {
  position: static;
  top: 50%;
  display: block;
  width: 50%;
  margin-top: 1.5rem;
  float: left;
  text-align: left;
}
@media (max-width: 767px) {
  #wq .banner-campaign .banner-campaign-gradient .campaign-banner-container {
    width: 100%;
    margin-top: 0;
    float: none;
  }
}
#wq .banner-campaign .banner-campaign-gradient .campaign-pack {
  display: inline-block;
  float: right;
}
@media (max-width: 991px) {
  #wq .banner-campaign .banner-campaign-gradient .campaign-pack {
    width: 45%;
  }
}
@media (max-width: 767px) {
  #wq .banner-campaign .banner-campaign-gradient .campaign-pack {
    position: static;
    width: 100%;
    margin-top: 10px;
    float: none;
  }
}
@media (min-width: 768px) {
  #wq .banner-campaign.banner-small {
    height: 240px;
  }
}
#wq .banner-campaign.banner-small .banner-campaign-gradient {
  padding: 1rem 2rem;
}
#wq .banner-campaign.banner-small .banner-campaign-gradient .campaign-banner-container {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  #wq .banner-campaign.banner-small .banner-campaign-gradient .campaign-banner-container {
    float: none;
  }
}
#wq .product-feature .col-12.text-center {
  margin-bottom: 0;
}
#wq .article-container {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #wq .article-container {
    margin-top: 0;
  }
}
#wq .article-container .category.small {
  margin-bottom: 1.25rem;
}
#wq .article-container .category .link-category a {
  margin-top: 0.25px;
  color: #666666;
  font-size: 0.7rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#wq .article-container .category .link-category a:hover {
  text-decoration: none;
}
#wq .article-container .panel {
  margin-bottom: 1.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}
#wq .article-container .insight-type.inline {
  color: #5d5d5d;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  #wq .article-container .insight-type.inline {
    display: inline-block;
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #e0e0e0;
  }
}
#wq .article-container .reading-time {
  display: inline-block;
  font-size: 1rem;
  margin-top: 3px;
}
@media (min-width: 768px) {
  #wq .article-container .reading-time {
    margin-top: 0px;
  }
}
#wq .article-container .author.inline {
  color: #000;
  font-weight: 600;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0.01rem;
  text-transform: none;
  margin-top: 4px;
}
@media (min-width: 768px) {
  #wq .article-container .author.inline {
    display: inline-block;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #e0e0e0;
    margin-top: 0px;
  }
}
#wq .article-container .resource-download {
  margin-top: 4px;
  display: block;
}
@media (min-width: 768px) {
  #wq .article-container .resource-download {
    margin-top: 0px;
    float: right;
    display: inline;
  }
}
#wq .feature-image-article {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.2rem;
}
#wq .tint {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  transition-property: all;
}
#wq .tint:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#wq .tint.no-hover:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  #wq .article-categories .card-deck {
    display: block;
  }
}
#wq .article-categories .card-deck.icons {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#wq .article-categories .card.deck.category-page {
  display: block;
  flex: auto;
  letter-spacing: 0.03rem;
  border-style: none;
  background-color: transparent;
  text-align: center;
  margin: 0 0 20px;
  color: #000;
  width: 8%;
}
@media (max-width: 991px) {
  #wq .article-categories .card.deck.category-page {
    width: 16.6%;
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  #wq .article-categories .card.deck.category-page {
    width: 33%;
    float: left;
  }
}
#wq .article-categories .card.deck.category-page:hover {
  text-decoration: none;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #006269;
}
#wq .article-categories .icon-card {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
#wq .article-categories .category-text.sml {
  height: 40px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
#wq .article-categories .category-text.sml:hover {
  text-decoration: none;
}
#wq body.page-not-found #crumblist {
  display: none;
}
#wq body.page-not-found .products-header {
  min-height: calc(100vh - 131px - 146px);
  background-position: center;
}
@media (max-width: 767px) {
  #wq body.page-not-found .products-header {
    margin-bottom: 0;
  }
}
#wq body.page-not-found .products-header .products-header-gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  height: 100%;
}
#wq body.page-not-found .products-header .full-width--container {
  height: 100%;
}
#wq body.page-not-found .products-header .header-container {
  width: 50%;
}
@media (max-width: 767px) {
  #wq body.page-not-found .products-header .header-container {
    width: 100%;
  }
}
#wq #searchresults .inner-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
#wq #searchresults .inner-container h1 {
  display: none;
}
#wq #searchresults .media {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
}
#wq #searchresults .media img {
  height: 132px;
  width: 176px;
}
#wq #searchresults .media img.img-othersearchresults {
  height: 104px;
}
#wq #searchresults .media:last-child {
  margin-bottom: 2.5rem;
}
#wq .mura-search-results .panel {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}
#wq .mura-search-results .panel .moreResults p {
  display: inline-block;
  color: #5d5d5d;
  font-size: 1rem;
  font-style: italic;
  margin: 0;
}
#wq .mura-search-results .panel .moreResults .pager {
  display: inline-block;
  padding: 0;
}
#wq .mura-search-results .panel .moreResults .pager .navPrev,
#wq .mura-search-results .panel .moreResults .pager .navNext {
  margin: 0 0 0 1rem;
  padding: 0 0 0 1rem;
  border-left: 1px solid #e0e0e0;
}
#wq .mura-search-results .mura-index {
  border: none;
  margin: 1em 0;
  padding: 0;
}
#wq .mura-search-results .mura-index dl {
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #fff;
  padding: 1rem 0;
}
#wq .mura-search-results .mura-index dl .title {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.1em;
  font-weight: 600;
}
#wq .mura-search-results .card .card-body .mura-search-again p + label {
  margin-top: 1rem;
}
#wq .mura-search-results .card .card-body .mura-search-again .input-group .form-control {
  margin-bottom: 2rem;
}
#wq .mura-search-results .card .card-body .mura-search-again .input-group .btn {
  margin-bottom: 0;
  border-width: 2px;
  border-color: #006269;
  background-color: #fff;
  color: #006269;
  font-weight: 600;
}
#wq .mura-search-results .card .card-body .mura-search-again .input-group .btn:hover {
  background-color: #006269;
  border-color: #006269;
  background-image: none;
  color: #fff;
}
#wq .newsletter-wrapper {
  margin-bottom: 2.5rem;
  padding: 0;
  border-radius: 0.2rem;
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#wq .newsletter-wrapper .newsletter-gradient {
  position: relative;
  height: 100%;
  padding: 1.5rem;
  border-radius: 0.2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}
#wq .newsletter-wrapper .subscribe:before {
  content: "\f056";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  font-size: 24px;
  margin-right: 0.3em;
  vertical-align: sub;
  display: inline-block;
}
#wq .newsletter-wrapper .subscribe.collapsed:before {
  content: "\f055";
}
#wq .newsletter-wrapper .form-expand .alert-danger {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border-style: none;
  border-color: #f5e0d9;
  background-color: #f5e0d9;
  color: #c73806;
}
#wq .newsletter-wrapper .form-expand .form-control {
  margin-bottom: 1rem;
}
#wq .newsletter-wrapper .form-expand .btn {
  margin-bottom: 0;
}
#wq .privacy-legals-list li small {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
}
#wq .glossaryFilter {
  margin-top: 30px;
}
#wq .glossaryFilter li {
  margin: 0 0 2px;
}
#wq .glossaryFilter li a {
  min-width: 40px;
  display: inline-block;
  padding: 5px 0px;
  border: 1px solid #e9e9e9;
  border-right: 0;
  text-align: center;
}
#wq .glossaryFilter li:last-child a {
  border-right: 1px solid #e9e9e9;
}
#wq .people-filter {
  padding-bottom: 20px;
}
#wq .people-filter label {
  margin-right: 10px;
}
#wq .people-filter .people-search-field {
  display: inline-block;
}
#wq .people-filter input {
  width: 240px;
  padding: 2px 5px 2px 10px;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300;
  color: #000;
}
#wq #glossaryList {
  padding-bottom: 30px;
}
#wq #glossaryList h2 {
  padding-top: 20px;
  border-top: 1px solid #e9e9e9;
}
#wq a.glossaryTerm {
  color: inherit !important;
  border-bottom: 1px dashed !important;
  border-color: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
}
#wq a.glossaryTerm:hover {
  text-decoration: none !important;
}
#wq .tooltip .tooltip-inner {
  padding: 15px 10px 10px !important;
}
#wq .filter-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0.2rem;
  background-color: #e5f0ec;
  border-style: solid;
  border-width: 1px;
  border-color: #b7d6ca;
}
#wq .btn-filter {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 15px;
  border: 1px solid #b7d6ca;
  border-radius: 0.2rem;
  background-color: #fff;
  font-weight: 400;
  color: #006269;
}
#wq .btn-filter:hover {
  color: #343a40;
  text-decoration: none;
}
#wq .btn-filter.active {
  background-color: hsla(0deg, 0%, 100%, 0.5);
  color: #343a40;
}
#wq .btn-filter.active:hover {
  color: #343a40;
}
@media (min-width: 576px) {
  #wq .resource-row.card-columns {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  #wq .resource-row.card-columns {
    column-count: 3;
  }
}
#wq .card {
  margin-bottom: 20px;
  border: 1px solid #b7d6ca;
}
#wq .card .resourceCard {
  border-radius: 0.2rem;
  transition: all 300ms ease;
  background-color: #e5f0ec;
  min-height: 173px;
  height: 100%;
  position: relative;
  display: block;
  border: none;
  color: #000;
  font-weight: 400;
  border-bottom: 5px solid rgba(0, 111, 67, 0.7);
}
#wq .card .resourceCard.KeenMind {
  border-bottom: 5px solid rgba(35, 182, 138, 0.7);
}
#wq .card .resourceCard.Ginsana {
  border-bottom: 5px solid rgba(242, 101, 54, 0.7);
}
#wq .card .resourceCard.Gincosan {
  border-bottom: 5px solid rgba(0, 166, 81, 0.7);
}
#wq .card .resourceCard.Nuvexa {
  border-bottom: 5px solid rgba(11, 130, 168, 0.7);
}
#wq .card .resourceCard.Ellura {
  border-bottom: 5px solid rgba(237, 27, 47, 0.7);
}
#wq .card .resourceCard.Femular {
  border-bottom: 5px solid rgba(163, 151, 192, 0.7);
}
#wq .card .resourceCard.Legalon {
  border-bottom: 5px solid rgba(180, 101, 133, 0.7);
}
#wq .card .resourceCard.Premular {
  border-bottom: 5px solid rgba(77, 96, 171, 0.7);
}
#wq .card .resourceCard.Redormin {
  border-bottom: 5px solid rgba(0, 139, 106, 0.7);
}
#wq .card .resourceCard.Remotiv {
  border-bottom: 5px solid rgba(119, 192, 67, 0.7);
}
#wq .card .resourceCard.Equazen {
  border-bottom: 5px solid rgba(43, 159, 218, 0.7);
}
#wq .card .resourceCard.Prospan {
  border-bottom: 5px solid rgba(173, 202, 53, 0.7);
}
#wq .card .resourceCard.Agiofibe {
  border-bottom: 5px solid rgba(92, 176, 76, 0.7);
}
#wq .card .resourceCard.Agiolax {
  border-bottom: 5px solid rgba(244, 148, 41, 0.7);
}
#wq .card .resourceCard.Cardiozen {
  border-bottom: 5px solid rgba(84, 30, 161, 0.7);
}
#wq .card .resourceCard.Mumomega {
  border-bottom: 5px solid rgba(220, 80, 61, 0.7);
}
#wq .card .resourceCard.Fix {
  border-bottom: 5px solid rgba(15, 129, 164, 0.7);
}
#wq .card .resourceCard.Pronatal {
  border-bottom: 5px solid rgba(227, 47, 146, 0.7);
}
#wq .card .resourceCard.Prostatonin {
  border-bottom: 5px solid rgba(46, 87, 175, 0.7);
}
#wq .card .resourceCard.SonghaNight {
  border-bottom: 5px solid rgba(44, 41, 126, 0.7);
}
#wq .card .resourceCard:hover {
  text-decoration: none;
  background-color: #fff;
  border-bottom: 5px solid #006f43;
}
#wq .card .resourceCard:hover.KeenMind {
  border-bottom: 5px solid #23b68a;
}
#wq .card .resourceCard:hover.Ginsana {
  border-bottom: 5px solid #F26536;
}
#wq .card .resourceCard:hover.Gincosan {
  border-bottom: 5px solid #00A651;
}
#wq .card .resourceCard:hover.Nuvexa {
  border-bottom: 5px solid #0B82A8;
}
#wq .card .resourceCard:hover.Ellura {
  border-bottom: 5px solid #ED1B2F;
}
#wq .card .resourceCard:hover.Femular {
  border-bottom: 5px solid #A397C0;
}
#wq .card .resourceCard:hover.Legalon {
  border-bottom: 5px solid #B46585;
}
#wq .card .resourceCard:hover.Premular {
  border-bottom: 5px solid #4D60AB;
}
#wq .card .resourceCard:hover.Redormin {
  border-bottom: 5px solid #008B6A;
}
#wq .card .resourceCard:hover.Remotiv {
  border-bottom: 5px solid #77C043;
}
#wq .card .resourceCard:hover.Equazen {
  border-bottom: 5px solid #2b9fda;
}
#wq .card .resourceCard:hover.Prospan {
  border-bottom: 5px solid #adca35;
}
#wq .card .resourceCard:hover.Agiofibe {
  border-bottom: 5px solid #5cb04c;
}
#wq .card .resourceCard:hover.Agiolax {
  border-bottom: 5px solid #f49429;
}
#wq .card .resourceCard:hover.Cardiozen {
  border-bottom: 5px solid #541ea1;
}
#wq .card .resourceCard:hover.Mumomega {
  border-bottom: 5px solid #dc503d;
}
#wq .card .resourceCard:hover.Fix {
  border-bottom: 5px solid #0f81a4;
}
#wq .card .resourceCard:hover.Pronatal {
  border-bottom: 5px solid #e32f92;
}
#wq .card .resourceCard:hover.Prostatonin {
  border-bottom: 5px solid #2e57af;
}
#wq .card .resourceCard:hover.SonghaNight {
  border-bottom: 5px solid #2c297e;
}
@media (max-width: 767px) {
  #wq .card .resourceCard {
    min-height: 0;
  }
}
#wq .card .resourceCard .card-resource-image {
  position: relative;
  transition: all 200ms ease;
}
#wq .card .resourceCard .card-resource-image .card-image-article {
  transition: all 200ms ease;
}
@media (max-width: 767px) {
  #wq .card .resourceCard .card-resource-image .card-image-article a img {
    width: 100%;
  }
}
#wq .card .resourceCard .card-resource-image .tint {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#wq .card .resourceCard .card-resource-image .tint:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#wq .card .resourceCard .resource-card--body {
  position: relative;
  padding: 1.25rem;
  width: 100%;
  margin-bottom: 1rem;
}
#wq .card .resourceCard .resource-card--body .resource-card--name .name {
  color: #000;
  font-weight: 400;
}
#wq .card .resourceCard .resource-card--body .resource-card--name .name:hover {
  text-decoration: none;
}
#wq .card .resourceCard .resource-card--body .resource-card--name .name i.fal {
  color: #a72873;
}
#wq .card .resourceCard .resource-card--footer {
  color: #000000;
  font-size: 0.7rem;
  line-height: 1em;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#wq .card .resourceCard .resource-card--footer .card-footer--link {
  border-bottom: 1px solid #000;
  font-weight: 600;
  position: absolute;
  left: 1.25rem;
  bottom: 0rem;
  margin-bottom: 1.25rem;
  margin-top: 0.25px;
}
#wq .card .resourceCard .resource-card--footer .resourceDate {
  position: absolute;
  right: 1.25rem;
  bottom: 0rem;
  margin-bottom: 1.25rem;
  margin-top: 0.25px;
}

/*end #wq*/
/* hide FOUT (flash of unstyled text) */
html.wf-loading body {
  visibility: hidden;
}

::selection {
  background: #006269;
  color: #fff;
}

::-moz-selection {
  background: #006269;
  color: #fff;
}

.mura-region-inherited .mura-object, .mura-region-local .mura-object {
  margin-right: 0;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-red {
  background-color: #ce481a;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
  color: #fff;
  background-color: #ff5617;
}

.btn-teal {
  background-color: #48818b;
}
.btn-teal:hover, .btn-teal:focus, .btn-teal:active {
  color: #fff;
  background-color: #5c9faa;
}

.btn-yellow {
  background-color: #fbe114;
  color: #000;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
  color: #000;
  background-color: #fce746;
}

/* Responsive break points

@media (max-width: 1199px) {}
@media (min-width: 1200px) {}
@media (max-width: 991px) {}
@media (min-width: 992px) {}
@media (max-width: 767px) {}
@media (min-width: 768px) {}
@media (max-width: 480px) {}

IE10+
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}

Edge
@supports (-ms-ime-align:auto) and (not (-ms-accelerator:true)) {}


*/
/*
	Flordis Theme
========================================== */
#wq {
  /*end #.campaign-page*/
}
#wq .campaign-page {
  padding-top: 0;
  /* ==============================================================================================================================
  	Header
  ========================================== */
  /* header logo */
  /* Sleep Formula */
}
@media (max-width: 991px) {
  #wq .campaign-page .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #wq .campaign-page .section.article-feature, #wq .campaign-page .section.related-products {
    padding-bottom: 0;
  }
  #wq .campaign-page .section.related-products {
    padding-top: 0;
  }
}
#wq .campaign-page .brand {
  position: relative;
  float: none;
  text-decoration: none;
  border-bottom-style: none;
  z-index: 1000;
  margin: 20px auto;
}
@media (max-width: 991px) {
  #wq .campaign-page .brand {
    margin: 0 auto 10px;
  }
}
#wq .campaign-page .brand:hover {
  border-bottom-style: none;
}
@media (max-width: 991px) {
  #wq .campaign-page .brand {
    position: relative !important;
  }
}
@media (max-width: 767px) {
  #wq .campaign-page .brand {
    width: 160px;
    padding-left: 10px;
  }
}
#wq .campaign-page .wq-navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  #wq .campaign-page .wq-navbar {
    padding: 0;
  }
}
#wq .campaign-page .logo {
  width: 220px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  #wq .campaign-page .logo {
    width: 160px;
    margin-top: 10px;
  }
}
#wq .campaign-page .products-header {
  position: relative;
  height: 55vh;
  padding-bottom: 0;
  background-color: #cfcfcf;
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  #wq .campaign-page .products-header {
    height: 400px;
  }
}
#wq .campaign-page .products-header .products-header-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: repeat, no-repeat;
  height: 100%;
}
#wq .campaign-page .products-header .products-header-gradient .full-width--container {
  height: 100%;
}
#wq .campaign-page .products-header h1 {
  margin-bottom: 0rem;
  color: #fff;
  font-size: 4rem;
  line-height: 1.2em;
}
#wq .campaign-page .products-header h1.script {
  margin-left: 3rem;
  font-family: liebegerda, sans-serif;
  color: #fff;
  font-size: 8rem !important;
  line-height: 0.9em !important;
}
@media (max-width: 991px) {
  #wq .campaign-page .products-header h1.script {
    margin-left: 2rem;
    font-size: 6rem !important;
  }
}
@media (max-width: 767px) {
  #wq .campaign-page .products-header h1.script {
    font-size: 4rem !important;
  }
}
#wq .campaign-page h2.script {
  margin-top: -1rem;
  margin-bottom: 1.5rem;
  font-size: 6rem;
  line-height: 0.9em;
  letter-spacing: 0.2rem;
}
@media (max-width: 991px) {
  #wq .campaign-page h2.script {
    font-size: 4rem;
  }
}
#wq .campaign-page h3.script {
  margin-top: 10px;
  font-size: 3rem;
  line-height: 1em;
}
#wq .campaign-page .products-header-gradient .anchor-links {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 1.7rem;
  text-align: left;
}
#wq .campaign-page .products-header-gradient .anchor-links a {
  display: inline-block;
}
#wq .campaign-page .products-header-gradient .anchor-links a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #wq .campaign-page .products-header-gradient .anchor-links a {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  #wq .campaign-page .header-container {
    text-align: center;
  }
  #wq .campaign-page .header-container h1 {
    font-size: 2.5rem !important;
    line-height: 1em !important;
  }
  #wq .campaign-page .header-container h1.script {
    margin-left: 0rem !important;
  }
}
#wq .campaign-page .campaign-header {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent);
}
#wq .campaign-page .campaign-header .formula-wrapper {
  margin-top: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}
#wq .campaign-page .campaign-header .formula-wrapper img {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#wq .campaign-page .campaign-header .formula-wrapper img.formula-image-1 {
  width: 350px;
}
#wq .campaign-page .campaign-header .formula-wrapper img.formula-image-2 {
  width: 50px;
}
#wq .campaign-page .campaign-header .formula-wrapper img.formula-image-3 {
  width: 540px;
}
#wq .campaign-page .content_types-page_campaign ul li .lead {
  margin-bottom: 0;
}
#wq .campaign-page .feature-video {
  background-position: 80% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#wq .campaign-page .feature-video .full-width--gradient {
  padding-top: 60px;
  padding-bottom: 60px;
}
#wq .campaign-page .full-width.Redormin {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent);
}
#wq .campaign-page .newsletter-wrapper {
  margin-bottom: 0;
}
#wq .campaign-page .newsletter-wrapper .newsletter-gradient {
  padding: 60px 0;
  border-radius: 0;
}
#wq .campaign-page .newsletter-wrapper h2.no-margin {
  margin-bottom: 0;
}
#wq .campaign-page .key-icon {
  height: 120px;
  margin-right: 0px;
  margin-bottom: 1rem;
  opacity: 0.5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 991px) {
  #wq .campaign-page .key-icon {
    height: 100px;
  }
}
#wq .campaign-page .card-body.transparent.bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0 10px !important;
}
#wq .campaign-page .benefit-card-body {
  padding-bottom: 80px;
}
#wq .campaign-page .benefit .key-feature {
  margin-bottom: 0.5rem;
  min-height: 55px;
}
#wq .campaign-page .crt-widget {
  position: relative;
  padding-bottom: 0;
}
#wq .campaign-page .crt-widget-grid .crt-load-more-container {
  margin-top: 50px;
}
#wq .campaign-page .crt-widget button.crt-load-more {
  display: inline-block;
  margin: 0 0.5rem 1rem 0;
  padding: 0.5rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 0.2rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.07rem;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  white-space: normal;
  background-color: #006269;
}
#wq .campaign-page .crt-widget button.crt-load-more:hover {
  background-color: #006269;
  border-color: #006269;
}
#wq .campaign-page .crt-grid-post .crt-social-icon i,
#wq .campaign-page .crt-grid-post-new-york .crt-date,
#wq .campaign-page .crt-post-fullname a,
#wq .campaign-page .crt-post-username a {
  color: #000;
}
#wq .campaign-page .v-center.product {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  #wq .campaign-page .products-header {
    margin-bottom: 0;
  }
  #wq .campaign-page .products-header h1 {
    font-size: 3rem;
  }
  #wq .campaign-page .products-header h1.script {
    margin-left: 2rem;
    font-size: 6rem;
  }
  #wq .campaign-page .campaign-header .formula-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #wq .campaign-page .campaign-header .formula-wrapper img.formula-image-1 {
    width: 260px;
  }
  #wq .campaign-page .campaign-header .formula-wrapper img.formula-image-2 {
    width: 40px;
  }
  #wq .campaign-page .campaign-header .formula-wrapper img.formula-image-3 {
    width: 380px;
  }
}
@media (max-width: 767px) {
  #wq .campaign-page .campaign-header .formula-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #wq .campaign-page .campaign-header .formula-wrapper img {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  #wq .campaign-page .campaign-header .formula-wrapper img.formula-image-1 {
    width: 280px;
  }
}
@media (max-width: 767px) {
  #wq .campaign-page .campaign-header .formula-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
  #wq .campaign-page .campaign-header .formula-wrapper img {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  #wq .campaign-page .campaign-header .formula-wrapper img.formula-image-1 {
    width: 280px;
  }
}
@media (max-width: 479px) {
  #wq .campaign-page .campaign-header .formula-wrapper img.formula-image-1 {
    width: 250px;
  }
}
#wq .campaign-page .container--tips h2.script {
  font-family: liebegerda, sans-serif;
  margin-top: 0rem;
  margin-bottom: 1rem;
  color: #008b6a;
  font-size: 6rem;
  line-height: 0.9em;
  text-align: center;
  letter-spacing: 0.2rem;
}
@media (max-width: 991px) {
  #wq .campaign-page .container--tips h2.script {
    font-size: 4rem;
  }
}
#wq .campaign-page #topTips .toptip.col-md-4 {
  padding-bottom: 20px;
}
#wq .campaign-page .card-2 {
  border: 1px solid #e0e0e0;
  border-radius: 0.2rem;
  background-color: #f1f1f1;
  height: 100%;
}
#wq .campaign-page .card-2 .card-body .leaf-pic {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  border: 2px solid #fff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  #wq .campaign-page .card-2 .card-body .leaf-pic {
    float: left;
    margin-right: 15px;
    m-left: 0;
  }
}
#wq .campaign-page .card-2 .card-body .lead {
  text-align: left;
  position: relative;
  margin-top: 0px;
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0rem;
}
#wq .campaign-page .related-products {
  padding-top: 0;
}
#wq .embed-responsive-podcast::before {
  padding-top: 26%;
}
@media (max-width: 479px) {
  #wq .embed-responsive-podcast::before {
    padding-top: 46%;
  }
}

/*end #wq*/

/*# sourceMappingURL=theme.css.map */
