body {
  background-color: #ffffff;
  color: #191919;
  font-family: 'open sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

body p {
  font-family: 'open sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

body h1 {
  font-family: barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

body h2 {
  font-family: barlow;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

body h3 {
  font-family: barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

body h4 {
  font-family: barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

body h5 {
  font-family: barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

body .blockquote {
  font-family: 'open sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

body .caption {
  font-family: 'open sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
}

body .footer {
  font-family: 'open sans';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

body .subtitle {
  font-family: 'open sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

body small {
  font-family: 'open sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

body a {
  font-family: 'open sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #166d8c;
}

body a svg {
  fill: #166d8c;
}

body a.text-small {
  font-size: 16px;
  line-height: 24px;
}

body a:hover {
  text-decoration: none;
  color: #68a176;
}

body a:hover svg {
  fill: #68a176;
}

body a:hover svg.hamburger {
  fill: unset;
}

body a.selected {
  border-bottom: 1px solid #166d8c;
}

body a.selected:hover {
  text-decoration: none;
  border-color: #68a176;
}

body .mice-type {
  font-family: 'open sans';
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

body .mice-type a {
  font-family: 'open sans';
  font-size: 10px;
}

body .breadcrumbs a {
  display: inline;
  font-family: 'open sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0px;
}

body .ad {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
}

body .ad.sticky-ad-top {
  height: 55px !important;
  border-bottom: 1px solid #cacaca;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  body .ad.sticky-ad-top {
    height: 100px !important;
    padding-bottom: 5px !important;
  }
}

body .btn.btn-primary, body .btn.btn-secondary {
  border-radius: 5px;
  padding: 10px 30px;
  font-family: 'open sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

body .btn.btn-primary.text-small, body .btn.btn-secondary.text-small {
  font-family: 'open sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

body .btn.btn-primary:disabled, body .btn.btn-secondary:disabled {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

body .btn.btn-primary {
  background-color: #166d8c;
  border: 2px solid #166d8c;
}

body .btn.btn-primary:hover {
  background-color: #5f8fa8;
  border-color: #5f8fa8;
}

body .btn.btn-primary:focus, body .btn.btn-primary.selected {
  background-color: #5f8fa8;
  border-color: #555555;
}

body .btn.btn-secondary {
  background-color: #68a176;
  border: 2px solid #68a176;
  color: #191919;
}

body .btn.btn-secondary:hover {
  background-color: #8eb897;
  border-color: #8eb897;
}

body .btn.btn-secondary:focus, body .btn.btn-secondary.selected {
  background-color: #8eb897;
  border-color: #555555;
}

body .dropdown {
  font-style: normal;
  letter-spacing: 0px;
}

body .dropdown .dropdown-toggle {
  width: 100%;
  padding: 12px;
  font-family: 'open sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

body .dropdown .dropdown-toggle.show {
  background-color: #5f8fa8;
}

body .dropdown .dropdown-toggle::after {
  float: right;
  margin: 7px 0;
}

body .dropdown .dropdown-menu {
  width: 100%;
  background: #ffffff;
}

body .dropdown .dropdown-menu .dropdown-item {
  font-family: 'open sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 5px;
  white-space: normal;
}

body .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #5f8fa8;
}

body .news-letter-form {
  background-color: #ffffff;
  margin-bottom: 40px;
  padding: 20px 24px;
  font-size: 10px;
  border: 1px solid #cad9e1;
}

body .news-letter-form p {
  color: #000000;
  font-size: 0.8125rem;
  line-height: 1.230;
}

body .news-letter-form .news-letter-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body .news-letter-form .news-letter-input input {
  margin-bottom: 24px;
}

body .news-letter-form .news-letter-input button {
  font-family: roboto;
  padding: 8px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

body .news-letter-form .news-letter-input .thank-you {
  margin-bottom: 24px;
}

body .news-letter-form h5 {
  margin-bottom: 36px;
}

body .editorial-article .tlod .tl-heading {
  font-family: 'open sans',sans-serif;
  font-size: 14px;
  line-height: 20px;
}

body .editorial-article .tlod .tl-caption {
  font-family: 'open sans',sans-serif;
  font-size: 14px;
  line-height: 20px;
}

body .editorial-article .tlod .promoted_by_media, body .editorial-article .tlod .sponsored_by_media, body .editorial-article .tlod .promoted_by_outsource_media, body .editorial-article .tlod .sponsored_by_outsource_media {
  width: 76.75% !important;
  margin-left: 23%;
}

@media (min-width: 768px) and (max-width: 992px) {
  body .editorial-article .tlod .promoted_by_media, body .editorial-article .tlod .sponsored_by_media, body .editorial-article .tlod .promoted_by_outsource_media, body .editorial-article .tlod .sponsored_by_outsource_media {
    width: 76.765% !important;
    margin-left: 23%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  body .editorial-article .tlod .promoted_by_media, body .editorial-article .tlod .sponsored_by_media, body .editorial-article .tlod .promoted_by_outsource_media, body .editorial-article .tlod .sponsored_by_outsource_media {
    width: 77.89% !important;
    margin-left: 22%;
  }
}

@media (min-width: 1200px) {
  body .editorial-article .tlod .promoted_by_media, body .editorial-article .tlod .sponsored_by_media, body .editorial-article .tlod .promoted_by_outsource_media, body .editorial-article .tlod .sponsored_by_outsource_media {
    width: 106.53% !important;
    margin-left: -6%;
  }
}

body .tlod img {
  width: 100%;
}

body .tlod .tl-edaa-icon {
  width: 100%;
}

body .img-container, body .sponsored_by_media, body .sponsored_by_outsource_media, body .promoted_by_media, body .promoted_by_outsource_media {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  border-radius: 8px;
}

body .img-container img, body .sponsored_by_media img, body .sponsored_by_outsource_media img, body .promoted_by_media img, body .promoted_by_outsource_media img {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body .promoted_by_media, body .sponsored_by_media, body .promoted_by_outsource_media, body .sponsored_by_outsource_media {
  width: 76.75% !important;
  margin-left: 20%;
}

@media (min-width: 400px) and (max-width: 768px) {
  body .promoted_by_media, body .sponsored_by_media, body .promoted_by_outsource_media, body .sponsored_by_outsource_media {
    width: 76.182% !important;
    margin-left: 24%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  body .promoted_by_media, body .sponsored_by_media, body .promoted_by_outsource_media, body .sponsored_by_outsource_media {
    width: 75.871% !important;
    margin-left: 24%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  body .promoted_by_media, body .sponsored_by_media, body .promoted_by_outsource_media, body .sponsored_by_outsource_media {
    width: 75.87% !important;
    margin-left: 23%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  body .promoted_by_media, body .sponsored_by_media, body .promoted_by_outsource_media, body .sponsored_by_outsource_media {
    width: 103.02% !important;
    margin-left: -5%;
  }
}

@media (min-width: 1400px) {
  body .promoted_by_media, body .sponsored_by_media, body .promoted_by_outsource_media, body .sponsored_by_outsource_media {
    width: 102.58% !important;
    margin-left: -3%;
  }
}

@supports (aspect-ratio: 4/3) {
  body .sponsored_by_media, body .sponsored_by_outsource_media, body .promoted_by_media, body .promoted_by_outsource_media {
    aspect-ratio: 4 / 3;
  }
  body .sponsored_by_media img, body .sponsored_by_outsource_media img, body .promoted_by_media img, body .promoted_by_outsource_media img {
    aspect-ratio: 4 / 3;
  }
}

body .img-standard {
  aspect-ratio: 4 / 3;
}

@supports (aspect-ratio: 4/3) {
  body .img-standard img {
    aspect-ratio: 4 / 3;
  }
}

body .img-wide {
  aspect-ratio: 16 / 9;
}

@supports (aspect-ratio: 4/3) {
  body .img-wide img {
    aspect-ratio: 16 / 9;
  }
}

body .img-square {
  aspect-ratio: 1 / 1;
}

@supports (aspect-ratio: 4/3) {
  body .img-square img {
    aspect-ratio: 1 / 1;
  }
}

body .img-fill {
  width: 100%;
  height: 100%;
}

body .img-fill img {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  body h1 {
    font-size: 32px;
    line-height: 36px;
  }
  body h2 {
    font-size: 24px;
    line-height: 28px;
  }
  body h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

body .container-fluid {
  padding: 0;
}

svg.caret-right {
  height: 18px;
  width: 10px;
}

svg.caret-left {
  height: 18px;
  width: 10px;
}

svg.caret-left-double {
  width: 10px;
  height: 14px;
}

svg.caret-right-double {
  width: 10px;
  height: 16px;
}

svg.line {
  height: 20px;
  width: 2px;
}

svg.logo {
  height: 44px;
  width: 268px;
}

svg.hamburger {
  height: 18px;
  width: 21px;
  cursor: pointer;
  fill: #191919;
}

svg.home {
  height: 14px;
  width: 16px;
}

svg.sso-profile-icon {
  height: 38px;
  width: 38px;
}

svg.search, svg.mobile-hamburger, svg.mobile-menu-close {
  height: 24px;
  width: 24px;
  fill: #191919;
}

svg .mobile-menu-close {
  fill: #191919;
}

.article-content__ad-group {
  margin-bottom: 30px;
}

.article-content__ad-group .ad-refresh-bkgd {
  background-color: #ffffff !important;
}

.article-content__ad-section-background {
  width: 100%;
  padding-top: 5px;
  background-color: #ffffff;
  border-bottom: 1px solid #f1f1f1;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.new-base {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.new-base .author-detail, .new-base .medical-category, .new-base .error-page {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.new-base *, .new-base ::after, .new-base ::before {
  box-sizing: border-box;
}

.new-base .noselect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.new-base .noselect:focus {
  outline: none !important;
}

.new-base .mobile-navbar img {
  vertical-align: middle;
}

.new-base .page-header .navbar-toggler button {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.new-base header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  margin-bottom: 10px;
}

.new-base .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.new-base .search-toggle {
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow .15s ease-in-out;
}

.new-base .mobile-menu-wrapper {
  position: fixed;
  height: 100%;
  width: 100vw !important;
  z-index: 1001;
  top: 0;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .new-base .mobile-menu-wrapper {
    width: 414px !important;
  }
}

html {
  min-height: 100%;
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  min-height: 150%;
}

.sticky-ad-spacer-mobile {
  width: 100%;
  height: 60px;
  display: block;
}

@media (min-width: 768px) {
  .sticky-ad-spacer-mobile {
    height: 100px;
  }
}

@media (min-width: 768px) {
  .sticky-ad-spacer-desktop {
    display: block;
    width: 100%;
    height: 100px;
  }
}

@media (min-width: 1200px) {
  .sticky-ad-spacer-desktop {
    height: 105px;
  }
}

@media (max-width: 768px) {
  .sticky-ad-spacer-desktop.mobile-responsive {
    height: 90px;
  }
}

.desktop-sticky-ad {
  position: fixed !important;
  top: 90px !important;
  z-index: 1000 !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .desktop-sticky-ad {
    top: 58px !important;
  }
}

@media (max-width: 768px) {
  .desktop-sticky-ad.mobile-responsive {
    top: 85px;
  }
}

.desktop-sticky-ad.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .ad-placeholder {
    width: 100%;
    height: 291px;
    background-color: #f6f6f6;
  }
}

.ad-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.ad-banner .border-line {
  flex: 1;
  height: 1px;
  background-color: #f1f1f1;
}

.ad-banner .border-line.left {
  margin-right: 10px;
}

.ad-banner .border-line.right {
  margin-left: 10px;
}

.ad-banner .ad-banner-text {
  margin: 0;
  white-space: nowrap;
  font-family: 'roboto', 'open sans';
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.section-anchor-container {
  position: relative;
  margin-top: 32px;
  margin-bottom: 24px;
}

.section-anchor-container .section-anchor-slider-wrapper {
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.section-anchor-container .section-anchor-slider-wrapper::-webkit-scrollbar {
  display: none;
}

.section-anchor-container .section-anchor-slider-wrapper .section-anchor-slider {
  display: inline-flex;
  gap: 1rem;
  scroll-behavior: smooth;
}

.section-anchor-container .section-anchor-slider-left-gradient,
.section-anchor-container .section-anchor-slider-right-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.section-anchor-container .section-anchor-slider-left-gradient {
  left: 0;
  background: linear-gradient(to right, white 0%, transparent 100%);
}

.section-anchor-container .section-anchor-slider-right-gradient {
  right: 0;
  background: linear-gradient(to left, white 0%, transparent 100%);
}

.section-anchor-container .section-anchor {
  margin-right: 5px;
  font-family: 'open sans', 'barlow';
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  border: 1px solid #166d8c;
  border-radius: 20px;
  padding: 10px;
}

/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
.row-viafoura {
  display: flex;
  flex-wrap: wrap;
  min-width: 304px;
  max-width: 1200px;
}

.row-viafoura .healthing-logo {
  margin: 0 0 1.5rem;
}

@media (max-width: 1023px) {
  .row-viafoura {
    margin: 0 0.5rem;
  }
}

@media (max-width: 768px) {
  .row-viafoura {
    margin-right: 5px;
    padding: 0;
  }
}

.row-viafoura .identity-intro {
  margin-top: 5px;
  padding: 0;
}

@media (min-width: 768px) {
  .row-viafoura .identity-intro {
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .row-viafoura .identity-intro {
    margin: 0 auto;
    padding: 0;
  }
}

.row-viafoura--xl {
  max-width: 1600px;
}

.row-viafoura--reverse {
  flex-direction: row-reverse;
}

.row-viafoura.fluid {
  max-width: 100vw;
}

.row-viafoura .row {
  min-width: unset;
}

.row-viafoura .flex-align-center {
  display: flex;
  align-items: center;
}

.row-viafoura .flex-align-start {
  align-items: flex-start;
}

.row-viafoura .flex-align-justify-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-viafoura .flex-justify-center {
  display: flex;
  justify-content: center;
}

.row-viafoura .flex-justify-left {
  display: flex;
  justify-content: left;
}

.row-viafoura .flex-justify-between {
  display: flex;
  justify-content: space-between;
}

.row-viafoura .flex-direction-column {
  flex-direction: column;
}

.row-viafoura .flex-gap-xs {
  gap: 0.5rem;
}

.row-viafoura .col-xs-1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-xs-1 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-xs-1 {
    padding: 0 0.75rem;
  }
}

.row-viafoura .offset-xs-1 {
  margin-left: 8.33333333%;
}

.row-viafoura .col-xs-2 {
  width: 16.66666667%;
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-xs-2 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-xs-2 {
    padding: 0 0.75rem;
  }
}

.row-viafoura .offset-xs-2 {
  margin-left: 16.66666667%;
}

.row-viafoura .col-xs-3 {
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-xs-3 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-xs-3 {
    padding: 0 0.75rem;
  }
}

.row-viafoura .offset-xs-3 {
  margin-left: 25%;
}

.row-viafoura .col-xs-4 {
  width: 33.33333333%;
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-xs-4 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-xs-4 {
    padding: 0 0.75rem;
  }
}

.row-viafoura .offset-xs-4 {
  margin-left: 33.33333333%;
}

.row-viafoura .col-xs-5 {
  width: 41.66666667%;
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-xs-5 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-xs-5 {
    padding: 0 0.75rem;
  }
}

.row-viafoura .offset-xs-5 {
  margin-left: 41.66666667%;
}

.row-viafoura .col-xs-6 {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-xs-6 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-xs-6 {
    padding: 0 0.75rem;
  }
}

.row-viafoura .offset-xs-6 {
  margin-left: 50%;
}

.row-viafoura .col-xs-7 {
  width: 58.33333333%;
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-xs-7 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-xs-7 {
    padding: 0 0.75rem;
  }
}

.row-viafoura .offset-xs-7 {
  margin-left: 58.33333333%;
}

.row-viafoura .col-xs-8 {
  width: 66.66666667%;
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-xs-8 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-xs-8 {
    padding: 0 0.75rem;
  }
}

.row-viafoura .offset-xs-8 {
  margin-left: 66.66666667%;
}

.row-viafoura .col-xs-9 {
  width: 75%;
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-xs-9 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-xs-9 {
    padding: 0 0.75rem;
  }
}

.row-viafoura .offset-xs-9 {
  margin-left: 75%;
}

.row-viafoura .col-xs-10 {
  width: 83.33333333%;
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-xs-10 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-xs-10 {
    padding: 0 0.75rem;
  }
}

.row-viafoura .offset-xs-10 {
  margin-left: 83.33333333%;
}

.row-viafoura .col-xs-11 {
  width: 91.66666667%;
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-xs-11 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-xs-11 {
    padding: 0 0.75rem;
  }
}

.row-viafoura .offset-xs-11 {
  margin-left: 91.66666667%;
}

.row-viafoura .col-xs-12 {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-xs-12 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-xs-12 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-sm-1 {
    width: 8.33333333%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-sm-1 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-sm-1 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-sm-1 {
    margin-left: 8.33333333%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-sm-2 {
    width: 16.66666667%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-sm-2 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-sm-2 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-sm-2 {
    margin-left: 16.66666667%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-sm-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-sm-3 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-sm-3 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-sm-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-sm-4 {
    width: 33.33333333%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-sm-4 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-sm-4 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-sm-4 {
    margin-left: 33.33333333%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-sm-5 {
    width: 41.66666667%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-sm-5 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-sm-5 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-sm-5 {
    margin-left: 41.66666667%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-sm-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-sm-6 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-sm-6 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-sm-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-sm-7 {
    width: 58.33333333%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-sm-7 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-sm-7 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-sm-7 {
    margin-left: 58.33333333%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-sm-8 {
    width: 66.66666667%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-sm-8 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-sm-8 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-sm-8 {
    margin-left: 66.66666667%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-sm-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-sm-9 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-sm-9 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-sm-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-sm-10 {
    width: 83.33333333%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-sm-10 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-sm-10 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-sm-10 {
    margin-left: 83.33333333%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-sm-11 {
    width: 91.66666667%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-sm-11 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-sm-11 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-sm-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-sm-12 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-sm-12 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .col-md-1 {
    width: 8.33333333%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 991px) {
  .row-viafoura .col-md-1 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 992px) {
  .row-viafoura .col-md-1 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .offset-md-1 {
    margin-left: 8.33333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .col-md-2 {
    width: 16.66666667%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 991px) {
  .row-viafoura .col-md-2 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 992px) {
  .row-viafoura .col-md-2 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .offset-md-2 {
    margin-left: 16.66666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .col-md-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 991px) {
  .row-viafoura .col-md-3 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 992px) {
  .row-viafoura .col-md-3 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .offset-md-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .col-md-4 {
    width: 33.33333333%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 991px) {
  .row-viafoura .col-md-4 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 992px) {
  .row-viafoura .col-md-4 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .offset-md-4 {
    margin-left: 33.33333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .col-md-5 {
    width: 41.66666667%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 991px) {
  .row-viafoura .col-md-5 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 992px) {
  .row-viafoura .col-md-5 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .offset-md-5 {
    margin-left: 41.66666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .col-md-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 991px) {
  .row-viafoura .col-md-6 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 992px) {
  .row-viafoura .col-md-6 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .offset-md-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .col-md-7 {
    width: 58.33333333%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 991px) {
  .row-viafoura .col-md-7 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 992px) {
  .row-viafoura .col-md-7 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .offset-md-7 {
    margin-left: 58.33333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .col-md-8 {
    width: 66.66666667%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 991px) {
  .row-viafoura .col-md-8 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 992px) {
  .row-viafoura .col-md-8 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .offset-md-8 {
    margin-left: 66.66666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .col-md-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 991px) {
  .row-viafoura .col-md-9 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 992px) {
  .row-viafoura .col-md-9 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .offset-md-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .col-md-10 {
    width: 83.33333333%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 991px) {
  .row-viafoura .col-md-10 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 992px) {
  .row-viafoura .col-md-10 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .offset-md-10 {
    margin-left: 83.33333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .col-md-11 {
    width: 91.66666667%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 991px) {
  .row-viafoura .col-md-11 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 992px) {
  .row-viafoura .col-md-11 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .row-viafoura .col-md-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 991px) {
  .row-viafoura .col-md-12 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 992px) {
  .row-viafoura .col-md-12 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-lg-1 {
    width: 8.33333333%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-lg-1 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-lg-1 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-lg-1 {
    margin-left: 8.33333333%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-lg-2 {
    width: 16.66666667%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-lg-2 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-lg-2 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-lg-2 {
    margin-left: 16.66666667%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-lg-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-lg-3 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-lg-3 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-lg-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-lg-4 {
    width: 33.33333333%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-lg-4 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-lg-4 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-lg-4 {
    margin-left: 33.33333333%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-lg-5 {
    width: 41.66666667%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-lg-5 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-lg-5 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-lg-5 {
    margin-left: 41.66666667%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-lg-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-lg-6 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-lg-6 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-lg-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-lg-7 {
    width: 58.33333333%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-lg-7 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-lg-7 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-lg-7 {
    margin-left: 58.33333333%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-lg-8 {
    width: 66.66666667%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-lg-8 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-lg-8 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-lg-8 {
    margin-left: 66.66666667%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-lg-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-lg-9 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-lg-9 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-lg-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-lg-10 {
    width: 83.33333333%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-lg-10 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-lg-10 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-lg-10 {
    margin-left: 83.33333333%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-lg-11 {
    width: 91.66666667%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-lg-11 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-lg-11 {
    padding: 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-lg-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row-viafoura .col-lg-12 {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .row-viafoura .col-lg-12 {
    padding: 0 0.75rem;
  }
}

.row-viafoura .col-1fr-1fr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 1rem;
  column-gap: 1rem;
}

.row-viafoura .col-2fr-1fr {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  grid-gap: 1rem;
  column-gap: 1rem;
}

.row-viafoura .col-2fr-3fr {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: auto;
  grid-gap: 1rem;
  column-gap: 1rem;
}

.row-viafoura .col-3fr-2fr {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: auto;
  grid-gap: 1rem;
  column-gap: 1rem;
}

.row-viafoura .col-7fr-3fr {
  display: grid;
  grid-template-columns: 7fr 3fr;
  grid-template-rows: auto;
  grid-gap: 1rem;
  column-gap: 1rem;
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-1fr-1fr--sm-down {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-1fr-1fr--sm-up {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 1rem;
    column-gap: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-1fr-1fr--lg-down {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 1rem;
    column-gap: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-1fr-1fr--lg-up {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-2fr-1fr--sm-down {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    grid-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-2fr-1fr--sm-up {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1rem;
    column-gap: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-2fr-1fr--lg-down {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1rem;
    column-gap: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-2fr-1fr--lg-up {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-2fr-3fr--sm-down {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto;
    grid-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-2fr-3fr--sm-up {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto;
    grid-gap: 1rem;
    column-gap: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-2fr-3fr--lg-down {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto;
    grid-gap: 1rem;
    column-gap: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-2fr-3fr--lg-up {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-3fr-2fr--sm-down {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: auto;
    grid-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-3fr-2fr--sm-up {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: auto;
    grid-gap: 1rem;
    column-gap: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-3fr-2fr--lg-down {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: auto;
    grid-gap: 1rem;
    column-gap: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-3fr-2fr--lg-up {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-7fr-3fr--sm-down {
    display: grid;
    grid-template-columns: 7fr 3fr;
    grid-template-rows: auto;
    grid-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-7fr-3fr--sm-up {
    display: grid;
    grid-template-columns: 7fr 3fr;
    grid-template-rows: auto;
    grid-gap: 1rem;
    column-gap: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .row-viafoura .col-7fr-3fr--lg-down {
    display: grid;
    grid-template-columns: 7fr 3fr;
    grid-template-rows: auto;
    grid-gap: 1rem;
    column-gap: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-viafoura .col-7fr-3fr--lg-up {
    display: grid;
    grid-template-columns: 7fr 3fr;
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

.button__back-to-site {
  margin-top: 1.5rem;
}

.identity-social-login .button {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .1s ease;
  min-height: 2.5rem;
  padding: 0.125rem 0.625rem;
  background: 0 0;
  -webkit-appearance: none;
  font-family: "source sans pro", arial, helvetica, sans-serif;
  border: 0.0625rem solid transparent;
  border-radius: 0.1875rem;
}

.button.button--span {
  max-width: 100%;
  width: 100%;
}

.button--invert {
  color: #ffffff;
}

.button--icon .button__icon {
  display: block;
  line-height: 0;
}

.button--icon .button__icon--left {
  padding-right: 0.5rem;
}

.button--icon .button__icon--right {
  padding-left: 0.5rem;
}

.button--icon .button__text + .button__icon {
  padding-left: 0.5rem;
}

.button--icon svg {
  height: auto;
  margin: 0 0.3rem;
  min-width: 1rem;
  max-width: 2rem;
  fill: currentcolor;
  pointer-events: none;
}

.button.button--icon-reverse .button__icon {
  order: -1;
}

.button.button--icon-reverse .button__text + .button__icon {
  padding-left: 0;
  padding-right: 0.5rem;
}

.button.button--secondary, .button .button--secondary:visited {
  color: #fff;
  background: #2d73c4;
}

.button__social-login {
  border: 0.0625rem solid #cacaca;
  box-shadow: 0 0.0625rem 0.0625rem 0 #cacaca;
  background: #ffffff;
  margin-bottom: 1rem;
}

.button__social-login .button__icon {
  margin-right: 1rem;
  display: block;
  height: 2.375rem;
  width: 2.375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.button__social-login .button__text {
  width: 11rem;
  text-align: left;
}

.button__social-login .button__icon--facebook {
  background-image: url("/static/core/image/social-network-icons/icon-facebook.svg");
}

.button__social-login .button__icon--google {
  background-image: url("/static/core/image/social-network-icons/icon-google.svg");
}

.button__social-login .button__icon--apple {
  background-image: url("/static/core/image/social-network-icons/icon-apple.svg");
}

.button__social-login .button__icon--live {
  background-image: url("/static/core/image/social-network-icons/icon-microsoft.svg");
}

.button__social-login:disabled {
  box-shadow: none;
}

.button__social-login:disabled .button__icon--facebook {
  background-image: url("/static/core/image/social-network-icons/icon-facebook-disabled.svg");
}

.button__social-login:disabled .button__icon--google {
  background-image: url("/static/core/image/social-network-icons/icon-google-disabled.svg");
}

/* stylelint-enable declaration-no-important */
.form__control {
  display: block;
  min-height: 2.1875rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0.1875rem;
  background-color: #ffffff;
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 1rem;
  color: #191919;
  text-decoration: none;
}

.form__control::placeholder {
  color: #767676;
}

.form__control:focus {
  border-color: #005a8c;
}

.form__control:disabled, .form__control--disabled {
  background-color: #cacaca;
  border-color: #555555;
}

.form__control--dark {
  background-color: #191919;
  color: #ffffff;
  border-color: #767676;
}

@media only screen and (min-width: 420px) {
  .form__control.form__control--postal-code {
    width: 5rem;
  }
  .form__control.form__control--phone-number {
    width: 40%;
  }
}

.form__control + .button {
  min-height: 2.1875rem;
}

.form__label {
  display: inline-block;
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.33;
}

.form__label > span {
  color: #555555;
}

.form__label--checkbox {
  display: none;
  align-items: flex-start;
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 1rem;
  color: #191919;
  text-decoration: none;
}

.form__label--checkbox-image {
  align-items: center;
  height: 2rem;
  width: 12.25rem;
}

.form__label--checkbox-image img {
  max-height: 2rem;
}

.form__label--checkbox input[type='radio'],
.form__label--checkbox input[type='checkbox'],
.form__label--checkbox .form-card__checkbox {
  margin: 0 0.3125rem 0 0;
}

.form__label--checkbox:focus, .form__label--checkbox:focus-within {
  outline-style: auto;
  outline-width: 5px;
  outline-color: #005a8c;
}

.form__label-group {
  display: flex;
  align-items: stretch;
}

.form__label-group .form__label {
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
}

.form__label-group .form__control + .button,
.form__label-group .form__control + .form__control {
  margin-left: 0.5rem;
}

.form__group {
  display: flex;
  align-items: stretch;
}

.form__group > * {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.form__group > *:first-child {
  margin-left: 0;
}

.form__group .form__control:first-child {
  border-left: 1px solid #cacaca;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.form__group .form__control:last-child {
  border-right: 1px solid #cacaca;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

strong.form__label {
  font-weight: 700;
}

select.form__control,
.form__control[data-dropdown-checklist-button] {
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  appearance: none;
  background-image: url("/static/core/images/common-icon/icon-arrow-drop-down.svg");
  background-position: 96%;
  background-size: 0.75rem;
  background-repeat: no-repeat;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
}

textarea.form__control {
  height: 10.06rem;
  resize: none;
}

.form-container .form-container__bottom {
  display: flex;
}

.form-container .form-container__bottom--left {
  margin-right: auto;
}

.form-container .form-container__bottom--right {
  margin-left: auto;
}

.form-container__field--error input:not([type='submit']):not([type='checkbox']),
.form-container__field--error select,
.form-container__field--error textarea,
.form-container__field--error .form-fieldset__checkbox-group-required {
  border-color: #d2232a;
}

.form-container__count {
  padding-top: 0.1875rem;
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #6d6d6d;
  line-height: 1rem;
}

.form-container__count--error {
  color: #d2232a;
}

.form-container__message {
  padding-bottom: 1.5rem;
}

.form-container__message--success {
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.25rem;
  text-align: left;
}

.form-container__message--error {
  display: block;
  padding-top: 0.1875rem;
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #d2232a;
  line-height: 1rem;
}

.form-container__message--error ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-container__message--error ul li::before {
  content: '* ';
}

.form-container .recaptcha--error {
  display: block;
  margin-top: -1rem;
}

.form-container .recaptcha--error ul {
  position: relative;
}

.form-container__checkbox-list {
  margin-bottom: 0.3125rem;
}

.form-container__checkbox-list-item {
  margin-bottom: 0.3125rem;
}

.form-container__checkbox-sublist {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.form-card__checkbox {
  display: flex;
  padding-top: 0.1875rem;
  position: relative;
}

.form-card__checkbox input[type='checkbox'],
.form-card__checkbox svg {
  width: 1.25rem;
  height: 1.25rem;
}

.form-card__checkbox input[type='checkbox'] {
  appearance: none;
  outline: none;
  background: #ffffff;
  border: solid 1px #191919;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 1px #d8d8d8;
}

.form-card__checkbox input[type='checkbox']:checked + svg {
  animation: bounce 0.4s linear forwards 0.2s;
}

.form-card__checkbox svg {
  position: absolute;
  transform: scale(0) translatez(0);
  fill: #005a8c;
}

.form-fieldset__checkbox-group-required {
  border: 1px solid transparent;
}

.form-fieldset__checkbox-group-required .form-container__checkbox-list {
  margin-left: 0.5rem;
}

.form__control + .button {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

@keyframes bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

[data-dropdown-checklist] {
  min-height: 2.1875rem;
  border: 1px solid #cacaca;
  border-radius: 0.1875rem;
  background: #ffffff;
  position: relative;
}

[data-dropdown-checklist] [data-dropdown-checklist-set] {
  padding: 0.25rem;
  position: absolute;
  z-index: 1;
  max-height: 12.5rem;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #ffffff;
  width: calc(100% - 0.5rem);
}

header {
  position: -webkit-sticky;
  /* safari */
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  header {
    height: 90px;
    border-bottom: 1px solid #166d8c;
  }
}

header .sticky--header {
  height: 59px;
  position: relative;
}

@media (min-width: 1200px) {
  header .sticky--header {
    height: 100px;
  }
}

@media (max-width: 768px) {
  header .article-content__ad-group {
    height: 60px;
    margin-bottom: 0;
  }
  header .article-content__ad-group .ad {
    height: 60px;
  }
}

header p {
  display: none;
}

header .ad-refresh-bkgd {
  margin-top: 14px;
  padding: 0 5px;
}

.page-header .header-search {
  position: relative;
}

.page-header .header-search form {
  display: flex;
}

.page-header .header-search button {
  height: 40px;
  width: 40px;
  border: 1px solid #166d8c;
  border-left: none;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  background: #166d8c;
}

.page-header .header-search button:hover, .page-header .header-search button:focus {
  background: #004a65;
}

.page-header .header-search button svg {
  fill: #ffffff;
}

.page-header .header-search input {
  width: 230px;
  height: 40px;
  border: 1px solid #191919;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-right: none;
  padding: 10px;
  font-family: 'roboto', 'sans-serif';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 880px) {
  .page-header .header-search input {
    width: 100%;
  }
}

.page-header .header-wrapper .header {
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px 0px 15px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .page-header .header-wrapper .header {
    display: none;
  }
}

.page-header .header-wrapper .header .header-left {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .page-header .header-wrapper .header .header-left {
    display: none;
  }
}

.page-header .header-wrapper .header .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

@media (max-width: 1199px) {
  .page-header .header-wrapper .header .header-right {
    display: none;
  }
}

.page-header .header-wrapper .header .header-right .header-search {
  flex-grow: 1;
}

.page-header .header-wrapper .header .header-right .header-search button {
  cursor: pointer;
}

.page-header .header-wrapper .header .header-right .header-search .quick-search-results {
  display: none;
  position: absolute;
  width: 90%;
  max-height: 274px;
  overflow: scroll;
  top: 41px;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  margin-left: 5%;
  z-index: 10;
}

.page-header .header-wrapper .header .header-right .header-search .quick-search-results .result-count {
  display: flex;
  justify-content: center;
  padding: 8px 0;
  background-color: #f1f1f1;
}

.page-header .header-wrapper .header .header-right .header-search .quick-search-results .result-count a {
  font-size: 12px;
  line-height: 16px;
}

.page-header .header-wrapper .header .header-right .header-search .quick-search-results .content ul {
  padding: 0 16px;
  list-style: none;
}

.page-header .header-wrapper .header .header-right .header-search .quick-search-results .content ul li {
  margin-bottom: 4px;
}

.page-header .header-wrapper .header .header-right .header-search .quick-search-results .content ul li .result {
  position: relative;
  padding: 6px 0;
}

.page-header .header-wrapper .header .header-right .header-search .quick-search-results .content ul li .result .name a {
  font-size: 14px;
  line-height: 18px;
}

.page-header .header-wrapper .header .header-right .header-search .quick-search-results .content ul li .result .name a .location {
  margin-left: 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #555555;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .page-header .header-wrapper .sso-buttons-wrapper {
    margin-left: 32px;
    width: 85px;
    height: 38px;
    display: flex;
    justify-content: center;
  }
}

.page-header .header-wrapper .account-menu-close .account-menu-close-button {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
}

.page-header .header-wrapper .account-menu-close .account-menu-close-button svg {
  height: 20px;
  width: 20px;
}

.page-header .header-wrapper .account-nav-divider {
  width: 100%;
  border-top: 1px solid #bebebe;
}

.page-header .header-wrapper .account-nav-container {
  position: fixed;
  display: hidden;
  left: 0;
  top: 59px;
  z-index: 9999;
  width: 100%;
}

@media (min-width: 992px) {
  .page-header .header-wrapper .account-nav-container {
    width: 250px;
    left: unset;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .page-header .header-wrapper .account-nav-container {
    top: 100px;
    height: auto;
  }
}

.page-header .header-wrapper .account-nav-container .account-nav {
  background: #ffffff;
  height: auto;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  position: fixed;
  z-index: 9999;
}

@media (min-width: 992px) {
  .page-header .header-wrapper .account-nav-container .account-nav {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .page-header .header-wrapper .account-nav-container .account-nav {
    top: 90px;
    height: auto;
  }
}

.page-header .header-wrapper .account-nav-container .account-nav .account-nav-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.page-header .header-wrapper .account-nav-container .account-nav .account-nav-list .header-menu-nav__item-text {
  display: inline-block;
  width: 90%;
  text-align: left;
  align-items: center;
  font-family: "open sans",helvetica,arial,sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  line-height: 1.1875;
  text-decoration: none;
  margin-left: 16px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.page-header .header-wrapper .account-nav-container .account-nav .account-nav-list .account-nav-list-bottom-item {
  position: absolute;
  bottom: 10px;
  left: 0;
}

.page-header .header-wrapper .account-nav-container .account-nav .account-nav-list span {
  margin-left: 10px;
  margin-bottom: 5px;
}

.page-header .header-wrapper .sso-sign-out-button {
  font-family: open sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  border: none;
  background: none;
  padding-left: 0px;
}

.page-header .header-wrapper .sso-sign-out-button span {
  pointer-events: none;
}

.page-header .header-wrapper .sso-sign-in-button {
  height: 38px;
  width: 85px;
  border-radius: 100px;
  padding: 0;
  margin-right: 10px;
}

.page-header .header-wrapper .sso-sign-in-button span {
  pointer-events: none;
  color: #ffffff;
}

.page-header .header-wrapper .sso-sign-in-button:hover, .page-header .header-wrapper .sso-sign-in-button:focus {
  background: #004a65;
}

.page-header .header-wrapper .profile-icon-button {
  border: 0;
  padding: 0;
  background: transparent;
}

@media (min-width: 1200px) {
  .page-header .header-wrapper .profile-icon-button {
    margin-right: 0;
    margin-top: 2px;
    margin-left: 10px;
  }
}

.page-header .header-wrapper .mobile-navbar {
  border-bottom: 1px solid #166d8c;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  height: 100%;
}

.page-header .header-wrapper .mobile-navbar .mobile-nav-spacer {
  width: 50px;
}

@media (min-width: 1200px) {
  .page-header .header-wrapper .mobile-navbar {
    display: none;
  }
}

.page-header .header-wrapper .mobile-navbar .navbar {
  flex-wrap: nowrap;
}

.page-header .header-wrapper .mobile-navbar .navbar .navbar-toggler {
  padding: .5rem;
}

.page-header .header-wrapper .mobile-navbar .header-right {
  display: flex;
  margin-right: 10px;
  align-items: center;
}

@media (min-width: 370px) and (max-width: 389px) {
  .page-header .header-wrapper .mobile-navbar .header-right .search-toggle {
    padding-right: 5px;
  }
}

@media (max-width: 369px) {
  .page-header .header-wrapper .mobile-navbar .header-right .search-toggle {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .page-header .header-wrapper .mobile-navbar .header-right .search-toggle {
    padding-left: 0px;
    margin-left: 0;
  }
}

.page-header .header-wrapper .mobile-navbar .header-left {
  display: flex;
}

.page-header .header-wrapper .mobile-navbar .header-left button {
  height: 42.15px;
}

.page-header .header-wrapper .mobile-navbar .header-left .healthing-logo {
  height: 36px;
}

.page-header .header-wrapper .mobile-menu-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1001;
  top: 0;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .page-header .header-wrapper .mobile-menu-wrapper {
    width: 414px;
  }
}

.page-header .header-wrapper .mobile-menu-wrapper.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu {
  display: flex;
  flex-direction: column;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .mobile-navbar .navbar {
  flex-wrap: nowrap;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .mobile-navbar .navbar .navbar-toggler {
  padding: .5rem;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content {
  height: 100%;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content .title, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content .title {
  margin-bottom: 20px;
  margin-top: 0;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content .sections, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content .sections {
  display: flex;
  flex-direction: column;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content .sections .section, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content .sections .section {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 72px;
  border-top: 1px solid #bebebe;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content .sections .section.section-last, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content .sections .section.section-last {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 5px;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content .sections .section.section-first, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content .sections .section.section-first {
  border-top: none;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content .sections .section .btn svg, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content .sections .section .btn svg {
  vertical-align: top;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content .search input, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content .search input {
  width: 100%;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content .search .search-results, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content .search .search-results {
  width: 100%;
  height: 100vh;
  overflow: scroll;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content .search .search-results .content ul, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content .search .search-results .content ul {
  padding: 16px;
  padding-bottom: 0;
  list-style: none;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content .search .search-results .content ul li, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content .search .search-results .content ul li {
  margin-bottom: 4px;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content .search .search-results .content ul li .result, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content .search .search-results .content ul li .result {
  position: relative;
  padding: 8px 0;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content .search .search-results .content ul li .result .name a, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content .search .search-results .content ul li .result .name a {
  font-size: 14px;
  line-height: 18px;
}

.page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .menu-content .search .search-results .content ul li .result .name a .location, .page-header .header-wrapper .mobile-menu-wrapper .mobile-menu .search-menu-content .search .search-results .content ul li .result .name a .location {
  margin-left: 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #555555;
  white-space: nowrap;
}

.new-base {
  margin: 0;
}

.new-base #headersearch {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: none;
  margin: 0;
  padding: 10px;
}

.new-base .header-left a {
  -webkit-text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: transparent !important;
}

.new-base .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem #191919;
}

.new-base .header-search button .search {
  margin-top: 4px;
}

.new-base .section button {
  cursor: pointer;
  padding: 0.25rem 0.75rem;
}

.new-base .navbar-collapse {
  display: none;
}

.new-base .navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow .15s ease-in-out;
}

.navigation-svg-down.show, .navigation-svg-up.show {
  display: inline-block;
}

.navigation-svg-down.hide, .navigation-svg-up.hide {
  display: none;
}

.close-dropdown {
  height: 0;
  display: block;
  overflow: hidden;
  transition: height 1s ease;
}

#section-1.open, #dt-section-1.open {
  height: auto;
  opacity: 1;
  transition: height 1s ease;
}

#section-2.open, #dt-section-2.open {
  height: auto;
  opacity: 1;
  transition: height 1s ease;
}

#section-3.open, #dt-section-3.open {
  height: auto;
  opacity: 1;
  transition: height 1s ease;
}

#section-4.open, #dt-section-4.open {
  height: auto;
  opacity: 1;
  transition: height 1s ease;
}

#section-5.open, #dt-section-5.open {
  height: auto;
  opacity: 1;
  transition: height 1s ease;
}

#section-6.open, #dt-section-6.open {
  height: auto;
  opacity: 1;
  transition: height 1s ease;
}

.dt-navbar-toggler {
  background: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow .15s ease-in-out;
}

.new-primary-nav-wrapper {
  display: none;
}

#searchmenubar, #search-menu-content {
  width: 100% !important;
  padding: 24px 16px;
}

@media (min-width: 1200px) {
  #searchmenubar, #search-menu-content {
    display: none;
  }
}

.new-base .header-left .navigation-wrapper {
  margin-top: 7px;
  margin-left: 7px;
}

.new-base .header-left .navigation-wrapper .sections-wrapper {
  height: 90%;
}

.new-base .header-left .navigation-wrapper .sections-wrapper .primary-nav-toggle {
  margin-right: 13.5px;
  background: none;
  border: none;
}

.new-base .header-left .navigation-wrapper .sections-wrapper .primary-nav-toggle .active {
  fill: #166d8c;
}

@media (min-width: 370px) and (max-width: 389px) {
  .search-toggle {
    padding-left: 10px;
    padding-right: 5px;
  }
}

@media (max-width: 369px) {
  .search-toggle {
    padding: 0;
  }
}

.new-base .account-nav-list {
  margin-top: 0;
}

.profile-notification-bell {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .profile-notification-bell {
    margin-right: -52px !important;
  }
}

header .vf-tray-trigger-widget .vf-icon-medium {
  height: 21px !important;
  width: 20px !important;
}

header .vf-tray-trigger-widget path {
  fill: #166d8c;
}

.new-base .closedropdown {
  height: 18px;
  width: 21px;
  display: none;
}

.header .primary-nav-wrapper.show {
  transform: translate(0px, 71px) !important;
}

.header .text-small {
  font-family: 'barlow', 'open sans' !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 20px !important;
}

.header .menu-subcontent .text-small {
  font-size: 16px !important;
  line-height: 24px !important;
}

.header .mobile-menu .text-small {
  color: #191919;
}

.healthing-logo-tagline {
  display: block;
}

@media (min-width: 768px) {
  .healthing-logo-tagline {
    display: flex;
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  .healthing-logo-tagline {
    height: 35px;
    margin-top: -5px;
  }
}

.healthing-logo-tagline a {
  height: 32px;
}

.healthing-logo-tagline a, .healthing-logo-tagline img {
  padding-right: 0;
  display: block;
}

@media (min-width: 768px) {
  .healthing-logo-tagline a, .healthing-logo-tagline img {
    height: 35px;
  }
}

.healthing-logo-tagline .header-line {
  width: 1px;
  height: 35px;
  border-right: 1px solid #bebebe;
  padding-left: 15px;
  display: none;
}

@media (min-width: 768px) {
  .healthing-logo-tagline .header-line {
    display: block;
  }
}

@media (max-width: 767px) {
  .healthing-logo-tagline .healthing-logo {
    width: 118px;
    height: 22px;
  }
}

.healthing-logo-tagline .tagline-leaf-container {
  display: flex;
  height: 35px;
}

@media (min-width: 768px) {
  .healthing-logo-tagline .tagline-leaf-container {
    padding-top: 10px;
  }
}

.healthing-logo-tagline .tagline-leaf-container .healthing-leaf {
  height: 12px;
  width: 12px;
}

@media (min-width: 768px) {
  .healthing-logo-tagline .tagline-leaf-container .healthing-leaf {
    height: 20px;
    width: 20px;
  }
}

.healthing-logo-tagline p {
  font-size: 10px;
  line-height: 12px;
  display: block;
  font-weight: 700;
  font-family: 'barlow', 'open sans';
  margin: 0;
}

@media (min-width: 768px) {
  .healthing-logo-tagline p {
    font-size: 14px;
    line-height: 16.8px;
    margin-right: 5px;
    margin-left: 15px;
  }
}

.dropdown-toggle .menu-open {
  display: block;
}

.dropdown-toggle .menu-close {
  display: none;
}

.dropdown-toggle.show .menu-open {
  display: none;
}

.dropdown-toggle.show .menu-close {
  display: block;
}

.menu-subcontent {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding-left: 16px;
}

.menu-subcontent a {
  margin-bottom: 16px;
  color: #191919;
}

@media (min-width: 1200px) {
  .menu-subcontent {
    margin-bottom: 0;
  }
}

.adchoices-icon-dt {
  display: none;
}

@media (min-width: 1200px) {
  .adchoices-icon-dt {
    display: block;
  }
}

.adchoices-icon {
  display: block;
}

@media (min-width: 1200px) {
  .adchoices-icon {
    display: none;
  }
}

.adchoices-icon, .adchoices-icon-dt {
  line-height: 0 !important;
}

.adchoices-mobile-spacing {
  margin-left: 20px;
}

.adchoices-desktop-spacing {
  margin-left: 20px;
}

.navigation-wrapper .navigation {
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
}

.navigation-wrapper .sections-wrapper {
  height: 90%;
}

.navigation-wrapper .sections-wrapper .primary-nav-toggle {
  margin-right: 6.5px;
}

.navigation-wrapper .sections-wrapper .primary-nav-toggle::after {
  display: none;
}

.navigation-wrapper .sections-wrapper .primary-nav-toggle.show {
  color: #166d8c;
}

.navigation-wrapper .sections-wrapper .primary-nav-toggle.show svg {
  fill: #166d8c;
}

.navigation-wrapper .sections-wrapper .primary-nav-wrapper {
  width: 414px;
  border: none;
  top: 2px !important;
  position: fixed !important;
  padding: 0 !important;
  margin: 0 !important;
  left: 0 !important;
  height: inherit !important;
}

.navigation-wrapper .sections-wrapper .primary-nav-wrapper .primary-nav {
  width: 414px;
  display: flex;
  flex-direction: row;
}

.navigation-wrapper .sections-wrapper .primary-nav-wrapper .primary-nav .sections {
  display: flex;
  flex-direction: column;
  width: 414px;
}

.navigation-wrapper .sections-wrapper .primary-nav-wrapper .primary-nav .sections .section {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  border-top: 1px solid #bebebe;
  background: #ffffff;
}

.navigation-wrapper .sections-wrapper .primary-nav-wrapper .primary-nav .sections .section.section-last {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 5px;
}

.navigation-wrapper .sections-wrapper .primary-nav-wrapper .primary-nav .sections .section.section-first {
  border-top: none;
}

.navigation-wrapper .sections-wrapper .primary-nav-wrapper .primary-nav .sections .section a {
  color: #191919;
}

.navigation-wrapper .sections-wrapper .primary-nav-wrapper .primary-nav .sections .section a small {
  font-weight: 700;
  line-height: 24px;
}

.new-primary-nav-wrapper {
  position: fixed;
  width: 414px;
  border: none;
  padding: 0;
  top: 72px;
  margin: 0;
  left: 0;
  height: inherit;
}

.new-primary-nav-wrapper .primary-nav {
  width: 414px;
  height: 100%;
  display: flex;
  flex-direction: row;
  background: #ffffff;
}

@media (max-width: 1200px) {
  .new-primary-nav-wrapper .primary-nav {
    display: none;
  }
}

.new-primary-nav-wrapper .sections {
  flex-direction: column;
  width: 414px;
}

.new-primary-nav-wrapper .sections a {
  color: #191919;
}

.new-primary-nav-wrapper .sections a small {
  font-weight: 700;
  line-height: 24px;
}

.new-primary-nav-wrapper .section {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  border-top: 1px solid #bebebe;
  background: #ffffff;
}

.new-primary-nav-wrapper .section.section-last {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 5px;
}

.new-primary-nav-wrapper .section.section-first {
  border-top: none;
}

.new-primary-nav-wrapper .sections-wrapper {
  height: 90%;
}

.new-base .primary-nav-toggle:focus .hamburger-outline {
  position: absolute;
  color: #0d6efd40;
  border-radius: 4px;
  width: 47px;
  height: 38px;
  top: 31px;
  left: 15px;
  z-index: -1;
  box-shadow: 0 0 0 0.25rem;
}

#mobilemenubar, #desktopmenubar, #desktopdropdownmenu {
  overflow: scroll;
}

.primary-nav .btn:focus {
  box-shadow: 0 0 0 0.25rem #191919;
}

.new-base .navigation-wrapper {
  height: 100%;
}

.notification-wrapper {
  width: 100%;
}

@media (min-width: 992px) {
  .notification-wrapper.container {
    max-width: 100%;
  }
}

.notification-wrapper .notification {
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .notification-wrapper .notification {
    padding: 15px;
  }
}

.notification-wrapper .notification .notification-close-icon {
  height: 20px;
  width: 20px;
  float: right;
}

@media (min-width: 768px) {
  .notification-wrapper .notification .notification-close-icon {
    margin-top: 7px;
  }
}

.notification-wrapper .notification .notification-section {
  width: 90%;
  display: inline-block;
}

@media (min-width: 992px) {
  .notification-wrapper .notification .notification-section {
    width: 96%;
    display: inline-flex;
    justify-content: space-between;
  }
}

.notification-wrapper .notification .notification-section .notification-link-sponsor-content {
  display: inline-flex;
  margin-top: 20px;
  font-family: "open sans";
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}

@media (max-width: 992px) {
  .notification-wrapper .notification .notification-section .notification-link-sponsor-content {
    display: flex;
  }
}

@media (min-width: 992px) {
  .notification-wrapper .notification .notification-section .notification-link-sponsor-content .notification-link-sponsor-name {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.notification-wrapper .notification .notification-section .notification-link-sponsor-content .notification-link-sponsor-name .notification-link-sponsor-name-span {
  display: block;
  font-weight: bold;
}

.notification-wrapper .notification .notification-section .notification-link-sponsor-content .notification-link-sponsor-logo {
  width: 100px;
}

.notification-wrapper .notification .notification-section .notification-link-sponsor-content .notification-link-sponsor-logo img {
  margin: auto;
  object-position: center;
  object-fit: contain;
  max-height: 85%;
}

@media (min-width: 992px) {
  .notification-wrapper .notification .notification-section .notification-link-sponsor-content .notification-link-sponsor-logo img {
    max-width: 80%;
    max-height: 100%;
  }
}

@media (min-width: 992px) {
  .notification-wrapper .notification .notification-section .notification-link-sponsor-content {
    margin: auto;
    margin-right: 0;
  }
}

.notification-wrapper .notification .notification-section .notification-link-content {
  max-width: 100%;
}

@media (min-width: 992px) {
  .notification-wrapper .notification .notification-section .notification-link-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.notification-wrapper .notification .notification-section .notification-link-content .notification-link {
  font-family: 'barlow';
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .notification-wrapper .notification .notification-section .notification-link-content .notification-link {
    font-size: 20px;
    line-height: 24px;
  }
}

.notification-wrapper .notification .notification-section .notification-link-content .notification-link-icon {
  height: 12px;
  width: 7px;
  margin-bottom: 4px;
  margin-left: 6px;
}

@media (min-width: 768px) {
  .notification-wrapper .notification .notification-section .notification-link-content .notification-link-icon {
    height: 16px;
    width: 12px;
    margin-bottom: 6px;
    margin-left: 8px;
  }
}

.notification-wrapper .notification.black {
  background-color: #191919;
  color: #ffffff;
}

.notification-wrapper .notification.black .notification-link-icon {
  fill: #ffffff;
}

.notification-wrapper .notification.black .notification-link {
  color: #ffffff;
}

.notification-wrapper .notification.black .notification-link:hover {
  text-decoration: underline;
}

.notification-wrapper .notification.blue {
  background-color: #cad9e1;
  color: #191919;
}

.notification-wrapper .notification.blue .notification-link-icon {
  fill: #191919;
}

.notification-wrapper .notification.blue .notification-link {
  color: #191919;
}

.notification-wrapper .notification.blue .notification-link:hover {
  text-decoration: underline;
}

.notification-wrapper .notification.beige {
  background-color: #faf1e7;
  color: #191919;
}

.notification-wrapper .notification.beige .notification-link-icon {
  fill: #191919;
}

.notification-wrapper .notification.beige .notification-link {
  color: #191919;
}

.notification-wrapper .notification.beige .notification-link:hover {
  text-decoration: underline;
}

.notification-wrapper .notification.green {
  background-color: #d9e7db;
  color: #191919;
}

.notification-wrapper .notification.green .notification-link-icon {
  fill: #191919;
}

.notification-wrapper .notification.green .notification-link {
  color: #191919;
}

.notification-wrapper .notification.green .notification-link:hover {
  text-decoration: underline;
}

.new-base .notification-wrapper {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 992px) {
  .new-base .notification-wrapper {
    max-width: 720px;
  }
}

.new-base .notification-link-icon {
  vertical-align: middle;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1000;
  height: auto;
}

.fixed-bottom .ad {
  padding-bottom: 0;
  height: 60px;
}

@media (min-width: 768px) {
  .fixed-bottom {
    height: 0;
  }
}

.fixed-bottom .article-content__ad-group {
  height: 60px;
  margin-bottom: 0;
  padding-top: 10px;
}

.fixed-bottom .article-content__ad-group .ad {
  height: 60px;
}

.fixed-bottom p {
  display: none;
}

.fixed-bottom .fixed-bottom-ad-container {
  position: relative;
}

#fixed-bottom-ad-offset {
  height: 16px !important;
}

.page-footer {
  background-color: #f1f1f1;
  margin-top: 50px;
}

.page-footer .page-footer-inner {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  max-width: 1200px;
  margin: auto;
}

.page-footer .page-footer-inner .page-footer-main-text {
  padding-left: 20px;
  padding-right: 20px;
}

.page-footer .page-footer-inner img.healthing-logo {
  margin-bottom: 32px;
}

.page-footer .page-footer-inner h4 {
  line-height: normal;
  margin-bottom: 12px;
}

.page-footer .page-footer-inner .disclaimer {
  margin-bottom: 16px;
  font-size: 0.8125rem;
  line-height: 1.230;
  color: #555555;
}

.page-footer .page-footer-inner .copyright {
  padding-top: 18px;
  display: flex;
  gap: 40px;
}

@media (max-width: 570px) {
  .page-footer .page-footer-inner .copyright {
    display: block;
  }
}

.page-footer .page-footer-inner .copyright .copyright-logo {
  width: 217px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
}

@media (max-width: 570px) {
  .page-footer .page-footer-inner .copyright .copyright-logo {
    width: auto;
    display: block;
    padding-top: 12px;
  }
}

.page-footer .page-footer-inner .copyright .copyright-logo img {
  margin: auto;
}

@media (max-width: 570px) {
  .page-footer .page-footer-inner .copyright .copyright-logo img {
    margin: 0px;
  }
}

.page-footer .page-footer-inner .copyright .copyright-text {
  flex-grow: 1;
  flex-basis: auto;
}

.page-footer .page-footer-inner .copyright .copyright-text p {
  color: #000000;
  font-size: 0.8125rem;
  line-height: 1.230;
  margin-bottom: 14px;
}

.page-footer .page-footer-inner .footer-links {
  display: flex;
  gap: 36px;
  margin-bottom: 28px;
}

@media (max-width: 850px) {
  .page-footer .page-footer-inner .footer-links {
    display: block;
  }
}

.page-footer .page-footer-inner .footer-links .footer-link a {
  font-size: 14px;
}

.page-footer .page-footer-inner .social-icons {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 54px;
}

.page-footer .page-footer-inner .social-icons .social-icon {
  display: inline;
}

.new-base {
  margin: 0;
}

.new-base .copyright-logo {
  padding-top: 20px;
}

.new-base .copyright-logo img {
  vertical-align: middle;
}

.new-base .page-footer-inner {
  display: flex;
}

.new-base .page-footer-inner .healthing-logo {
  margin-bottom: 0 !important;
}

.new-base .page-footer-inner .news-letter-form h5 {
  margin-top: 0 !important;
}

.new-base .page-footer-inner .news-letter-form .btn-primary {
  color: #fff;
  cursor: pointer;
}

.new-base .page-footer-inner .news-letter-form img {
  vertical-align: middle;
}

.new-base .page-footer-inner .news-letter-form p {
  margin-top: 0;
}

.new-base .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .new-base .form-control {
    transition: none;
  }
}

.new-base .form-control[type=file] {
  overflow: hidden;
}

.new-base .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.new-base .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.new-base .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.new-base .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.new-base .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.new-base .form-control:disabled, .new-base .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.new-base .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .new-base .form-control::file-selector-button {
    transition: none;
  }
}

.new-base .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.new-base .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .new-base .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.new-base .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.new-base .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.new-base .form-control-plaintext.form-control-sm, .new-base .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.new-base .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.new-base .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.new-base .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.new-base .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.new-base .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.new-base .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.new-base textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.new-base textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.new-base textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.new-base .form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.new-base .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.new-base .form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.new-base .form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.new-base .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.new-base .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.new-base .form-select[multiple], .new-base .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.new-base .form-select:disabled {
  background-color: #e9ecef;
}

.new-base .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.new-base .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.new-base .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.new-base .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.new-base .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.new-base .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.new-base .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.new-base .form-check-input[type=radio] {
  border-radius: 50%;
}

.new-base .form-check-input:active {
  filter: brightness(90%);
}

.new-base .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.new-base .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.new-base .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.new-base .form-check-input[disabled] ~ .form-check-label, .new-base .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

@media (min-width: 992px) {
  .new-base .footer .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .new-base .footer .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

.new-base .header-search button .search {
  margin-top: 4px;
}

.new-primary-nav-wrapper {
  display: none;
}

.copyright {
  padding-top: 0 !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

.gx-0 {
  --bs-gutter-x: 0;
}

.home-v1 .container-fluid {
  overflow-x: hidden;
}

.home-v1 .section {
  margin-bottom: 48px;
}

.home-v1 .home-button.btn.btn-primary {
  padding: 8px 45px;
  line-height: 20px;
}

.home-v1 .top-categories {
  margin-bottom: 40px;
}

.home-v1 .top-categories .category {
  position: relative;
  height: 105px;
  width: 100%;
}

@media (max-width: 992px) {
  .home-v1 .top-categories .category {
    margin-bottom: 13px;
  }
}

.home-v1 .top-categories .category .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #191919;
  opacity: 60%;
}

.home-v1 .top-categories .category .background:hover {
  background-color: rgba(22, 109, 140, 0.6);
}

.home-v1 .top-categories .category .title {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: 100%;
  z-index: 9;
}

.home-v1 .top-categories .category .title h2 {
  margin-bottom: 0;
  color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #191919;
  word-break: break-word;
  padding: 5px;
}

.home-v1 .our-mission {
  align-items: center;
  padding: 27px 35px;
  margin-bottom: 40px;
  background-color: #cad9e1;
}

.home-v1 .our-mission .title {
  text-align: left;
  margin-bottom: 20px;
}

.home-v1 .our-mission .our-mission-content {
  max-width: 1320px;
  margin: auto;
  text-align: center;
}

.home-v1 .our-mission .our-mission-content .mission-items {
  display: flex;
  justify-content: space-evenly;
}

.home-v1 .our-mission .our-mission-content .mission-items .mission-item {
  padding: 0 20px;
  margin-bottom: 32px;
}

.home-v1 .our-mission .our-mission-content .mission-items .mission-item .row {
  justify-content: center;
}

.home-v1 .our-mission .our-mission-content .mission-items .mission-item .row .mission-item-img {
  padding-right: 0;
  padding-left: 0;
  max-width: 150px;
  aspect-ratio: 3 / 2;
  background-color: #95b3c4;
}

@media (max-width: 992px) {
  .home-v1 .our-mission .our-mission-content .mission-items .mission-item .row .mission-item-img {
    height: 48px;
    width: 150px;
  }
}

.home-v1 .our-mission .our-mission-content .mission-items .mission-item .row .mission-item-img img {
  aspect-ratio: 3 / 2;
}

.home-v1 .our-mission .our-mission-content .mission-items .mission-item .text-container {
  text-align: center;
  margin-top: 7px;
}

.home-v1 .spotlight-topic {
  padding: 10px 0px;
}

.home-v1 .spotlight-topic .list-component .item {
  background-color: #ffffff;
  padding: 16px;
}

.home-v1 .spotlight-topic .list-component .item .content-container .divider {
  display: none;
}

.home-v1 .our-team {
  background-color: #d9e7db;
  padding: 48px 25px 0px 25px;
  margin-bottom: 40px;
}

.home-v1 .our-team .our-team-inner {
  max-width: 1320px;
}

.home-v1 .our-team .our-team-inner .members {
  justify-content: center;
}

.home-v1 .our-team .our-team-inner .member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .home-v1 .our-team .our-team-inner .member {
    margin-bottom: 24px;
  }
}

@media (max-width: 992px) {
  .home-v1 .our-team .our-team-inner .member .portrait-img {
    max-width: 150px;
    margin-bottom: 8px;
  }
}

.home-v1 .our-team .our-team-inner .member .portrait-img img {
  border-radius: 50%;
}

.home-v1 .our-team .our-team-inner .member .name {
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .home-v1 .our-team .our-team-inner .member .name {
    margin-bottom: 8px;
  }
}

.home-v1 .our-team .our-team-inner .team-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-v1 .our-team .our-team-inner .team-info .info {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .home-v1 .our-team .our-team-inner .team-info .info {
    margin-bottom: 32px;
  }
}

.home-v1 .our-team .our-team-inner .team-info .meet-our-team {
  margin-bottom: 68px;
}

@media (max-width: 992px) {
  .home-v1 .our-team .our-team-inner .team-info .meet-our-team {
    margin-bottom: 32px;
  }
}

.home-v1 .editors-pick .editors-pick-article {
  margin-bottom: 30px;
}

.home-v1 .featured-category {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-v1 .featured-category .category-link {
  width: 100%;
  position: relative;
}

.home-v1 .featured-category .category-link .info {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 35px 20px 14px 20px;
  width: 50%;
  background-color: #166d8c;
  color: #ffffff;
}

@media (max-width: 992px) {
  .home-v1 .featured-category .category-link .info {
    position: relative;
  }
}

@media (max-width: 992px) {
  .home-v1 .featured-category .category-link .info {
    width: 100%;
    padding: 20px;
  }
}

.home-v1 .featured-category .category-link .info .more-stories {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-v1 .featured-category .category-link .info .more-stories h5 {
  margin-bottom: 0;
}

.home-v1 .featured-category .category-link .info .more-stories svg {
  height: 16px;
  width: 8px;
  margin-left: 20px;
  fill: #ffffff;
}

.home-v1 .our-partners {
  padding: 32px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .home-v1 .our-partners {
    padding: 16px;
  }
}

.home-v1 .our-partners .our-partners-content {
  max-width: 1320px;
}

.home-v1 .our-partners .our-partners-content .title {
  align-self: flex-start;
  margin-bottom: 8px;
}

.home-v1 .our-partners .our-partners-content .partners {
  margin-bottom: 40px;
  --bs-gutter-x: 4rem;
  text-align: center;
}

@supports not (aspect-ratio: 4/3) {
  .home-v1 .our-partners .our-partners-content .partners .partner-tile {
    margin-bottom: 24px;
    height: 320px;
  }
  @media (max-width: 767px) {
    .home-v1 .our-partners .our-partners-content .partners .partner-tile {
      height: 200px;
    }
  }
}

.home-v1 .our-partners .our-partners-content .partners .partner-name {
  margin-bottom: 24px;
}

.home-v1 .our-partners .our-partners-content .partners .partner {
  position: relative;
  margin: 24px 0;
  border: 1px solid #cad9e1;
  box-sizing: border-box;
  background-color: #ffffff;
}

@supports not (aspect-ratio: 4/3) {
  .home-v1 .our-partners .our-partners-content .partners .partner {
    height: 80%;
  }
  @media (max-width: 767px) {
    .home-v1 .our-partners .our-partners-content .partners .partner {
      height: 50%;
    }
  }
}

@media (max-width: 992px) {
  .home-v1 .our-partners .our-partners-content .partners .partner {
    margin: 12px 0;
  }
}

.home-v1 .our-partners .our-partners-content .partners .partner .partner-logo {
  padding: 22px 12px;
  position: relative;
}

.home-v1 .our-partners .our-partners-content .partners .partner .partner-logo .verified-voice-img {
  right: 0;
  top: 0;
  border: none;
  position: absolute;
  padding: 10px;
  max-width: 50%;
}

.home-v1 .our-partners .our-partners-content .partners .partner .partner-logo .img-container img {
  object-fit: contain;
}

.home-v1 .our-partners .our-partners-content .partners .partner .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.home-v1 .our-partners .our-partners-content .partners .partner .background:hover {
  background-color: rgba(22, 109, 140, 0.4);
}

.home-v1 .our-partners .our-partners-content .view-all-partners {
  text-align: center;
  margin-bottom: 12px;
}

.home-v1 .bottom .verified-voice-wrapper {
  display: flex;
  justify-content: center;
}

.home-v1 .bottom .verified-voice-wrapper .verified-voice {
  width: 80%;
  padding: 0;
}

@media (max-width: 992px) {
  .home-v1 .bottom .verified-voice-wrapper .verified-voice {
    width: 100%;
  }
}

.home-v2 .container-fluid {
  overflow-x: hidden;
}

.home-v2 .section {
  margin-bottom: 48px;
}

.home-v2 .home-button.btn.btn-primary {
  padding: 8px 45px;
  line-height: 20px;
}

.home-v2 .main-content .divider {
  display: none;
}

.home-v2 .main-content .hero .date {
  display: block;
}

.home-v2 .main-content .side-content .info-row {
  display: none;
}

@supports not (aspect-ratio: 4/3) {
  .home-v2 .our-partners .partners .partner {
    height: 80%;
  }
  @media (max-width: 767px) {
    .home-v2 .our-partners .partners .partner {
      height: 50%;
    }
  }
}

.home-v2 .our-partners .view-all-partners {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 12px;
}

.home-v2 .widget-wrapper {
  display: flex;
  justify-content: flex-end;
}

.home-v2 .widget-wrapper .verified-voice, .home-v2 .widget-wrapper .resource-centre {
  width: 90%;
}

@media (max-width: 992px) {
  .home-v2 .widget-wrapper .verified-voice, .home-v2 .widget-wrapper .resource-centre {
    width: 100%;
  }
}

.editorial-article {
  padding: 0;
  width: 100%;
  height: 100%;
}

.editorial-article .container {
  position: relative;
  max-width: 540px;
  width: 100%;
}

.editorial-article .container .article-container {
  width: 100%;
}

.editorial-article .container .article-row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .editorial-article .container {
    max-width: 720px;
  }
  .editorial-article .container .related-articles {
    width: 100%;
    height: 50%;
    padding-left: 25%;
    padding-right: 25%;
  }
  .editorial-article .container .verified-voice {
    width: 100%;
    height: 50%;
    padding-left: 25%;
    padding-right: 25%;
  }
}

@media (min-width: 992px) {
  .editorial-article .container {
    max-width: 960px;
  }
  .editorial-article .container .top-section, .editorial-article .container .bottom-section {
    display: block;
    flex: 0 0 50%;
    width: 50%;
    margin-left: 25%;
  }
  .editorial-article .container .section {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .editorial-article .container .related-articles {
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .editorial-article .container .verified-voice {
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .editorial-article .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .editorial-article .container {
    max-width: 1320px;
  }
}

.editorial-article .advertorial {
  margin-bottom: 20px;
  position: relative;
}

.editorial-article .advertorial .sponsor-info {
  display: block;
}

@media (min-width: 992px) {
  .editorial-article .advertorial .sponsor-info {
    display: inline-flex;
    align-items: center;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.editorial-article .advertorial .sponsor-info .sponsor-logo-container .sponsor-logo {
  width: 140px;
  height: 55px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .editorial-article .advertorial .sponsor-info .sponsor-logo-container .sponsor-logo {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .editorial-article .advertorial .vertical-line {
    display: none;
  }
}

@media (min-width: 992px) {
  .editorial-article .advertorial .vertical-line {
    width: 1px;
    height: 80px;
    background-color: black;
    opacity: 0.2;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.editorial-article .advertorial .info-button-mobile, .editorial-article .advertorial .info-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.editorial-article .advertorial .info-button, .editorial-article .advertorial .info-button-mobile {
  position: relative;
  margin-left: 10px;
}

.editorial-article .advertorial .info-button {
  display: none;
}

@media (min-width: 992px) {
  .editorial-article .advertorial .info-button {
    display: inline-block;
  }
}

.editorial-article .advertorial .info-button-mobile {
  display: block;
}

@media (min-width: 992px) {
  .editorial-article .advertorial .info-button-mobile {
    display: none;
  }
}

.editorial-article .advertorial .name-container {
  display: inline-flex;
  white-space: normal;
  font-family: 'barlow', 'open sans';
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0.03em;
  text-align: left;
}

@media (min-width: 992px) {
  .editorial-article .advertorial .name-container {
    display: inline-block;
  }
}

.editorial-article .advertorial .name-container .by-line {
  font-weight: 400;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .editorial-article .advertorial .name-container .by-line {
    display: inline;
    margin-bottom: 0;
  }
}

.editorial-article .advertorial .name-container .name {
  font-weight: 700;
  white-space: normal;
  word-break: break-word;
}

@media (min-width: 992px) {
  .editorial-article .advertorial .name-container .name {
    display: inline;
  }
}

.editorial-article .advertorial .info-box {
  position: absolute;
  padding: 10px;
  display: none;
  background-color: #ffffff;
  border: 1px solid #166d8c;
  box-shadow: 0px 4px 10px rgba(22, 109, 140, 0.5);
  border-radius: 5px;
  z-index: 996;
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .editorial-article .advertorial .info-box {
    width: 50%;
    margin-left: 25%;
  }
}

.editorial-article .advertorial .info-box-text {
  word-wrap: break-word;
  overflow: hidden;
  white-space: normal;
  padding: 5px;
  margin: 0;
}

.editorial-article .article-header {
  margin-bottom: 25px;
}

.editorial-article .article-header .excerpt {
  margin-bottom: 8px;
  min-height: 32px;
}

.editorial-article .article-header .excerpt .excerpt-text {
  font-family: 'open sans', 'barlow';
  font-style: italic;
  font-weight: normal;
  color: #555555;
  font-size: 18px;
  line-height: 24px;
}

.editorial-article .article-header .title .title-text {
  font-family: 'barlow';
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .editorial-article .article-header .title .title-text {
    font-size: 40px;
    line-height: 44px;
  }
}

.editorial-article .article-header .article-info {
  display: flex;
  justify-content: space-between;
  font-family: 'open sans', 'barlow';
  line-height: 20px;
  margin-bottom: 10px;
}

.editorial-article .article-header .left-side {
  display: flex;
  flex-direction: column;
}

.editorial-article .article-header .left-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.editorial-article .article-header .author-name {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.editorial-article .article-header .author-name-span {
  font-weight: 400;
  font-family: 'barlow', 'open sans';
  font-size: 14px;
}

.editorial-article .article-header .left-bottom {
  display: flex;
  align-items: center;
}

.editorial-article .article-header .left-bottom .read-time, .editorial-article .article-header .left-bottom .article-meta-comment-count {
  margin-left: 30px;
}

@media (max-width: 992px) {
  .editorial-article .article-header .left-bottom .read-time, .editorial-article .article-header .left-bottom .article-meta-comment-count {
    display: none;
  }
}

.editorial-article .article-header .published-date, .editorial-article .article-header .modified-date {
  font-family: 'open sans', 'barlow';
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.editorial-article .article-header .published-date {
  margin-right: 10px;
}

.editorial-article .article-header .published-date.no-modified-date {
  margin-right: 0 !important;
}

.editorial-article .article-header .modified-date {
  margin-left: 10px;
}

.editorial-article .article-header .vertical-line {
  width: 1px;
  height: 13px;
  background-color: #d8d8d8;
}

.editorial-article .article-header .read-time {
  display: inline-flex;
  align-items: center;
  color: #68a176;
  font-size: 13px;
}

.editorial-article .article-header .read-time .read-time-icon {
  margin-right: 4px;
}

.editorial-article .article-header .article-info-mobile-bottom {
  display: inline-flex;
  align-items: center;
  height: 20px;
}

@media (min-width: 992px) {
  .editorial-article .article-header .article-info-mobile-bottom {
    display: none;
  }
}

.editorial-article .article-header .article-info-mobile-bottom .article-meta-comment-count {
  margin-bottom: 0;
  margin-left: 40px;
}

.editorial-article .article-content-wrapper {
  margin-bottom: 42px;
}

.editorial-article .article-content-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.editorial-article .article-content-wrapper .image-wrapper .content-image img {
  width: 100%;
  height: 100%;
}

.editorial-article .article-content-wrapper .image-wrapper .embedded-img {
  border-radius: 8px;
}

.editorial-article .article-content-wrapper .image-wrapper .caption {
  width: 100%;
  padding: 8px 12px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  bottom: 0;
}

.editorial-article .article-content-wrapper .image-wrapper .caption .caption-text {
  font-style: italic;
}

.editorial-article .article-content-wrapper .image-wrapper .primary-image {
  margin-bottom: 40px;
}

.editorial-article .article-content-wrapper .image-wrapper .primary-image .caption {
  width: 50%;
  left: 25%;
  position: absolute;
}

@media (max-width: 992px) {
  .editorial-article .article-content-wrapper .image-wrapper .primary-image .caption {
    width: 100%;
    position: relative;
    left: 0;
  }
}

.editorial-article .article-content-wrapper .video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.editorial-article .article-content-wrapper .video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.editorial-article .article-content-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.editorial-article .article-content-wrapper .wrap {
  margin-bottom: 15px;
}

.editorial-article .article-content-wrapper ul {
  margin-left: calc(var(--bs-gutter-x));
}

.editorial-article .article-content-wrapper p {
  margin-bottom: 30px;
}

.editorial-article .article-content-wrapper .article-content__ad-section-background p {
  margin-bottom: 16px;
}

.editorial-article .comments {
  margin-bottom: 50px;
}

.editorial-article .comments h3 {
  margin-bottom: 0;
}

.editorial-article .comments .disclaimer {
  margin-bottom: 70px;
}

.editorial-article .widget-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 22px;
}

.editorial-article .widget-wrapper .related-articles .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}

.editorial-article .widget-wrapper .related-articles .header h2 {
  font-family: 'barlow';
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
}

.editorial-article .widget-wrapper .related-articles .header .spacer {
  flex: 1;
  margin-left: 12px;
  border-bottom: 1px solid #d9e7db;
}

.editorial-article .widget-wrapper .related-articles .content .list-component {
  padding-top: 0;
}

.editorial-article .widget-wrapper .related-articles .content .list-component .item {
  margin-bottom: 18px;
  justify-content: space-between;
}

.editorial-article .widget-wrapper .related-articles .content .list-component .item .content-container, .editorial-article .widget-wrapper .related-articles .content .list-component .item .sponsored_by_text, .editorial-article .widget-wrapper .related-articles .content .list-component .item .sponsored_by_outsource_text, .editorial-article .widget-wrapper .related-articles .content .list-component .item .promoted_by_text, .editorial-article .widget-wrapper .related-articles .content .list-component .item .promoted_by_outsource_text {
  width: 70%;
  background-color: transparent;
  padding: 0;
  padding-right: 8px;
  justify-content: flex-start;
}

.editorial-article .widget-wrapper .related-articles .content .list-component .item .content-container .title h3, .editorial-article .widget-wrapper .related-articles .content .list-component .item .content-container .article-card__link h3, .editorial-article .widget-wrapper .related-articles .content .list-component .item .sponsored_by_text .title h3, .editorial-article .widget-wrapper .related-articles .content .list-component .item .sponsored_by_text .article-card__link h3, .editorial-article .widget-wrapper .related-articles .content .list-component .item .sponsored_by_outsource_text .title h3, .editorial-article .widget-wrapper .related-articles .content .list-component .item .sponsored_by_outsource_text .article-card__link h3, .editorial-article .widget-wrapper .related-articles .content .list-component .item .promoted_by_text .title h3, .editorial-article .widget-wrapper .related-articles .content .list-component .item .promoted_by_text .article-card__link h3, .editorial-article .widget-wrapper .related-articles .content .list-component .item .promoted_by_outsource_text .title h3, .editorial-article .widget-wrapper .related-articles .content .list-component .item .promoted_by_outsource_text .article-card__link h3 {
  font-family: 'open sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.editorial-article .widget-wrapper .related-articles .content .list-component .item .content-container .title .article-card__excerpt, .editorial-article .widget-wrapper .related-articles .content .list-component .item .content-container .article-card__link .article-card__excerpt, .editorial-article .widget-wrapper .related-articles .content .list-component .item .sponsored_by_text .title .article-card__excerpt, .editorial-article .widget-wrapper .related-articles .content .list-component .item .sponsored_by_text .article-card__link .article-card__excerpt, .editorial-article .widget-wrapper .related-articles .content .list-component .item .sponsored_by_outsource_text .title .article-card__excerpt, .editorial-article .widget-wrapper .related-articles .content .list-component .item .sponsored_by_outsource_text .article-card__link .article-card__excerpt, .editorial-article .widget-wrapper .related-articles .content .list-component .item .promoted_by_text .title .article-card__excerpt, .editorial-article .widget-wrapper .related-articles .content .list-component .item .promoted_by_text .article-card__link .article-card__excerpt, .editorial-article .widget-wrapper .related-articles .content .list-component .item .promoted_by_outsource_text .title .article-card__excerpt, .editorial-article .widget-wrapper .related-articles .content .list-component .item .promoted_by_outsource_text .article-card__link .article-card__excerpt {
  display: none;
}

.editorial-article .widget-wrapper .related-articles .content .list-component .item .img-container-outer {
  width: 30% !important;
  background-color: transparent;
}

.editorial-article .widget-wrapper .related-articles .content .list-component .item .excerpt, .editorial-article .widget-wrapper .related-articles .content .list-component .item .info-row, .editorial-article .widget-wrapper .related-articles .content .list-component .item .category {
  display: none;
}

.editorial-article .widget-wrapper .related-articles .content .list-component .item .divider {
  margin-top: 8px;
  border-bottom-color: #d9e7db;
}

.editorial-article .section-top-border, .editorial-article .section-bottom-border {
  border-top: 1px solid #8eb897;
  margin-top: 40px;
}

.editorial-article .section-top-border {
  margin-bottom: 20px;
}

.editorial-article .bottom-section {
  margin-top: 40px;
  font-family: 'barlow', 'open sans';
}

.editorial-article .bottom-section .author-section {
  display: inline-flex;
  height: 100%;
  width: 100%;
}

.editorial-article .bottom-section .author-section .left-section {
  width: 15%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .editorial-article .bottom-section .author-section .left-section {
    width: 12%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .editorial-article .bottom-section .author-section .left-section {
    width: 20%;
  }
}

.editorial-article .bottom-section .author-section .left-section .author-section-image {
  border-radius: 50%;
  height: 51px;
  width: 51px;
}

.editorial-article .bottom-section .author-section .right-section {
  width: 85%;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 992px) {
  .editorial-article .bottom-section .author-section .right-section {
    width: 88%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .editorial-article .bottom-section .author-section .right-section {
    width: 80%;
  }
}

.editorial-article .bottom-section .author-section .right-section .author-section-title, .editorial-article .bottom-section .author-section .right-section .author-section-title-no-biography {
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.editorial-article .bottom-section .author-section .right-section .author-section-title-no-biography {
  margin-bottom: 30px;
}

.editorial-article .bottom-section .author-section .right-section .author-section-biography {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  font-family: 'open sans', 'barlow';
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.editorial-article .bottom-section .author-section .right-section .author-section-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #166d8c;
}

.category-container {
  padding-right: 0;
  padding-left: 0;
}

.editorial-oembed iframe {
  width: 100%;
}

.medical-category .title {
  margin-bottom: 48px;
}

.medical-category .explore {
  background-color: #166d8c;
  padding: 20px 25px;
  margin-bottom: 40px;
}

.medical-category .explore .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 30px;
  justify-content: space-evenly;
  text-align: center;
}

.medical-category .explore .content .child a {
  color: #ffffff;
}

.medical-category .explore .content .child a:hover {
  color: #e1bd8a;
}

.medical-category .article-info .short-info {
  background-color: #f1f1f1;
  padding: 27px 20px;
  margin-bottom: 33px;
  font-family: 'roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.medical-category .article-info .short-info p {
  margin: 4px 0;
}

.medical-category .article-info .short-info video {
  display: none;
}

.medical-category .article-info .short-info img {
  display: none;
}

.medical-category .article-info .article-links {
  display: flex;
  flex-direction: column;
  padding: 20px 63px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 33px;
}

@media (max-width: 992px) {
  .medical-category .article-info .article-links {
    padding: 20px 24px;
  }
}

.medical-category .article-info .article-links .links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media (max-width: 992px) {
  .medical-category .article-info .article-links .links {
    gap: 24px;
  }
}

.medical-category .article-info .article-links .links .link-batch {
  display: flex;
  justify-content: space-around;
  width: 50%;
}

@media (max-width: 992px) {
  .medical-category .article-info .article-links .links .link-batch {
    width: 100%;
    flex-direction: column;
  }
}

.medical-category .article-info .article-links .links .link-batch .link-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  min-width: 200px;
}

@media (max-width: 992px) {
  .medical-category .article-info .article-links .links .link-batch .link-container {
    margin-bottom: 24px;
    height: 75px;
    min-width: 0;
  }
}

.medical-category .article-info .article-links .links .link-batch .link-container:hover {
  border: 4px solid;
}

.medical-category .article-info .article-links .links .link-batch .link-container.btn-1-1 {
  background-color: #cad9e1;
}

.medical-category .article-info .article-links .links .link-batch .link-container.btn-1-1:hover {
  border-color: #166d8c;
}

.medical-category .article-info .article-links .links .link-batch .link-container.btn-1-2 {
  background-color: #b3d0b8;
}

.medical-category .article-info .article-links .links .link-batch .link-container.btn-1-2:hover {
  border-color: #68a176;
}

.medical-category .article-info .article-links .links .link-batch .link-container.btn-2-1 {
  background-color: #e0e0e0;
}

.medical-category .article-info .article-links .links .link-batch .link-container.btn-2-1:hover {
  border-color: #424f5a;
}

.medical-category .article-info .article-links .links .link-batch .link-container.btn-2-2 {
  background-color: #faf1e7;
}

.medical-category .article-info .article-links .links .link-batch .link-container.btn-2-2:hover {
  border-color: #be8b2d;
}

.medical-category .article-info .article-links .links .link-batch .link-container .big-btn {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.medical-category .article-info .article-links .links .link-batch .link-container .big-btn h4 {
  margin-bottom: 0;
}

.medical-category .article-info .article-links .view-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  margin-right: 63px;
}

@media (max-width: 992px) {
  .medical-category .article-info .article-links .view-more {
    margin-right: 0;
  }
}

.medical-category .article-info .article-links .view-more svg {
  margin-left: 20px;
  margin-bottom: 2px;
  height: 14px;
  width: 8px;
}

.medical-category .section {
  margin-bottom: 30px;
}

.medical-category .widget-wrapper {
  display: flex;
  justify-content: flex-end;
}

.medical-category .widget-wrapper .resource-centre, .medical-category .widget-wrapper .verified_voice {
  width: 90%;
}

@media (max-width: 992px) {
  .medical-category .widget-wrapper .resource-centre, .medical-category .widget-wrapper .verified_voice {
    width: 100%;
  }
}

.new-base .medical-category {
  margin-bottom: 20px;
  padding: 0 20px !important;
  text-align: left;
}

@media (min-width: 1200px) {
  .new-base .medical-category {
    margin-bottom: 40px;
    padding: 0 40px !important;
  }
}

.new-base .medical-category .title {
  font-family: 'barlow', 'open sans';
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.new-base .medical-category .section-header .title {
  font-family: 'barlow', 'open sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.new-base .medical-category .section-header .line {
  display: none;
}

@media (min-width: 768px) {
  .new-base .medical-category .influencer-category {
    display: inline-flex;
  }
}

.new-base .medical-category .influencer-category .title {
  display: none;
}

@media (min-width: 768px) {
  .new-base .medical-category .influencer-category .title {
    display: block;
  }
}

.new-base .medical-category .influencer-category .influencer-responsive-container {
  display: inline-flex;
  align-items: center;
}

@media (min-width: 768px) {
  .new-base .medical-category .influencer-category .influencer-responsive-container {
    align-items: normal;
  }
}

.new-base .medical-category .influencer-category .influencer-responsive-container .title {
  display: block;
}

@media (min-width: 768px) {
  .new-base .medical-category .influencer-category .influencer-responsive-container .title {
    display: none;
  }
}

.new-base .medical-category .influencer-category .influencer-image {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .new-base .medical-category .influencer-category .influencer-image {
    height: 216px;
    width: 216px;
  }
}

@media (min-width: 768px) {
  .new-base .medical-category .influencer-category .influencer-description {
    margin-left: 20px;
  }
}

.new-base .medical-category .description-section .description {
  font-family: 'open sans', 'barlow';
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}

.new-base .medical-category .category-section-anchor {
  scroll-margin-top: 140px;
}

@media (min-width: 768px) {
  .new-base .medical-category .category-section-anchor {
    scroll-margin-top: 170px;
  }
}

@media (min-width: 1200px) {
  .new-base .medical-category .category-section-anchor {
    scroll-margin-top: 190px;
  }
}

.partner-index .title {
  margin-bottom: 32px;
}

.partner-index .subtitle {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .partner-index .subtitle {
    margin-bottom: 30px;
  }
}

.partner-index .partners {
  padding: 0 32px;
  --bs-gutter-x: 3rem;
}

@media (max-width: 992px) {
  .partner-index .partners {
    --bs-gutter-x: 2rem;
    padding: 0;
  }
}

.partner-index .partners .partner-link {
  height: 100%;
  width: 100%;
}

.partner-index .partners .ad {
  margin-bottom: 40px;
}

.partner-index .partners .partner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}

@supports not (aspect-ratio: 4/3) {
  .partner-index .partners .partner {
    height: 90%;
  }
}

@media (max-width: 992px) {
  .partner-index .partners .partner {
    margin: 0 20px 48px 20px;
  }
}

.partner-index .partners .partner .partner-logo {
  width: 100%;
  border: 1px solid #cad9e1;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 22px 12px;
  margin-bottom: 16px;
}

@supports not (aspect-ratio: 4/3) {
  .partner-index .partners .partner .partner-logo {
    height: 100%;
  }
}

.partner-index .partners .partner .partner-logo .img-container img {
  object-fit: contain;
}

.partner-index .partners .partner .partner-logo .verified-voice-img {
  position: absolute;
  width: 75px;
  height: 25px;
  top: 0;
  right: 0;
}

.partner-index .partners .partner .partner-logo .sponsored-img {
  position: absolute;
  width: 75px;
  height: 25px;
  top: 0;
  right: 0;
}

.our-partners {
  margin-bottom: 40px;
}

.our-partners .partner-logo {
  padding: 5px;
  position: relative;
}

.our-partners .partner-logo .verified-voice-img {
  right: 0;
  top: 0;
  border: none;
  position: absolute;
  padding: 10px;
  max-width: 50%;
}

.our-partners .partner-logo .img-container img {
  object-fit: contain;
}

.our-partners .title {
  align-self: flex-start;
  margin-bottom: 8px;
}

.our-partners .partners {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
}

@media (min-width: 895px) and (max-width: 992px) {
  .our-partners .partners {
    column-gap: 15px;
  }
}

.our-partners .partners .partner-tile, .our-partners .partners .partner-tile-spacer {
  width: 109px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .our-partners .partners .partner-tile, .our-partners .partners .partner-tile-spacer {
    width: 107px;
  }
}

@media (min-width: 992px) {
  .our-partners .partners .partner-tile, .our-partners .partners .partner-tile-spacer {
    width: 172px;
    height: 137px;
  }
}

.our-partners .partners .partner-tile-spacer {
  height: 0;
  content: "";
  margin-bottom: 0;
}

.our-partners .partners .partner-name {
  margin-bottom: 24px;
}

.our-partners .partners .partner {
  position: relative;
  border: 1px solid #cad9e1;
  box-sizing: border-box;
  background-color: #ffffff;
  height: 85px;
  width: 109px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .our-partners .partners .partner {
    width: 107px;
  }
}

@media (min-width: 992px) {
  .our-partners .partners .partner {
    width: 172px;
    height: 137px;
  }
}

.our-partners .partners .partner .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 7px;
}

.our-partners .partners .partner .background:hover {
  background-color: #166d8c66;
}

.covid-header-map {
  width: 100%;
  height: 1570px;
  display: block;
  margin-bottom: 50px;
  margin-top: -50px;
}

.category-articles .pagination {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  .category-articles .pagination {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.category-articles .verified-voice-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.category-articles .verified-voice-wrapper .verified-voice {
  margin-bottom: 38px;
}

.partner-detail .button-container {
  text-align: center;
  border-radius: 8px;
}

.partner-detail .button-container button {
  border-radius: 8px;
  width: 300px;
  height: 41px;
  padding: 0;
}

.partner-detail .button-container .partner-visit-button {
  border: 1px solid #166d8c;
  color: #166d8c;
  background-color: #ffffff;
  margin-bottom: 20px;
}

@media (min-width: 360px) and (max-width: 768px) {
  .partner-detail .button-container button {
    width: 340px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .partner-detail .button-container {
    display: inline-flex;
    justify-content: center;
    width: 100%;
  }
  .partner-detail .button-container button {
    width: 338px;
  }
  .partner-detail .button-container .double-button {
    display: inline-flex;
    justify-content: center;
    width: 100%;
  }
  .partner-detail .button-container .double-button .partner-visit-button-container {
    margin-right: 10px;
  }
  .partner-detail .button-container .partner-donate-button-container {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .partner-detail .button-container button {
    width: 361px;
    height: 55px;
  }
}

@media (min-width: 1440px) {
  .partner-detail .button-container button {
    width: 417px;
  }
}

.partner-detail .partner-bio {
  font-family: "open sans","helvetica";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

@media (min-width: 991px) {
  .partner-detail .partner-bio {
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .partner-detail .top-section {
    display: flex;
  }
}

@media (min-width: 992px) {
  .partner-detail .top-section .top-left-section {
    width: 38%;
  }
}

@media (min-width: 1200px) {
  .partner-detail .top-section .top-left-section {
    width: 33%;
  }
}

.partner-detail .top-section .top-right-section {
  margin-top: 20px;
}

@media (max-width: 375px) {
  .partner-detail .top-section .top-right-section {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  .partner-detail .top-section .top-right-section {
    margin-top: 0;
  }
}

@media (min-width: 991px) {
  .partner-detail .top-section .top-right-section {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .partner-detail .top-section .top-right-section {
    margin-left: 30px;
  }
}

@media (min-width: 1440px) {
  .partner-detail .top-section .top-right-section {
    margin-left: 60px;
  }
}

.partner-row-single .card-outer {
  width: 50% !important;
}

@media (min-width: 992px) {
  .partner-row-single .card-outer {
    margin-left: auto;
  }
}

.partner-detail .partner-banner {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.partner-detail .header-image-container .header-image {
  width: 100vw;
  object-fit: cover;
  height: 105px;
}

@media (min-width: 540px) and (max-width: 991px) {
  .partner-detail .header-image-container .header-image {
    height: 175px;
  }
}

@media (min-width: 992px) and (max-width: 1699px) {
  .partner-detail .header-image-container .header-image {
    height: 230px;
  }
}

@media (min-width: 1700px) {
  .partner-detail .header-image-container .header-image {
    height: 270px;
  }
}

.partner-detail .partner-logo-container .partner-logo-image {
  width: 100%;
  object-fit: cover;
}

.partner-detail .partner-header {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 20px;
}

.partner-detail .partner-header .partner-type {
  width: 90px;
  height: 25px;
  line-height: 28px;
  margin-left: 8px;
}

.partner-detail .partner-header .partner-type img {
  min-width: 90px;
  min-height: 25px;
}

.partner-detail .partner-header .partner-name {
  max-width: 75%;
}

.partner-detail .partner-header .partner-name h1 {
  font-size: 24px;
  line-height: 36px;
}

@media (min-width: 992px) {
  .partner-detail .partner-header .partner-name h1 {
    font-size: 32px;
  }
}

.partner-detail .partner-info {
  font-size: 14px;
}

@media (min-width: 991px) {
  .partner-detail .partner-info {
    margin-bottom: 40px;
  }
}

.partner-detail .partner-info .partner-logo-container {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 102px;
  width: 200px;
  background-color: #ffffff;
  position: relative;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 8px -4px #000000;
}

@media (min-width: 540px) {
  .partner-detail .partner-info .partner-logo-container {
    height: 212px;
    width: 418px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .partner-detail .partner-info .partner-logo-container {
    height: 187.66px;
    width: 370px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1440px) {
  .partner-detail .partner-info .partner-logo-container {
    height: 212px;
    width: 418px;
  }
}

.partner-detail .partner-info .partner-logo-container img {
  vertical-align: middle;
  padding: 20px;
  object-fit: contain;
}

@media (min-width: 1440px) {
  .partner-detail .partner-info .partner-logo-container img {
    max-width: 350px;
    padding: 0;
  }
}

.partner-detail .partner-info .partner-social {
  background-color: #f1f1f1;
  padding: 16px 10px;
  margin-bottom: 32px;
}

.partner-detail .partner-info .partner-social .social-icons {
  margin-top: 8px;
}

.partner-detail .partner-info .partner-social .social-icons .social-icon {
  margin-right: 24px;
}

.partner-detail .partner-info .partner-social .social-icons .social-icon svg {
  height: 24px;
  width: 24px;
}

.partner-detail .partner-content .partner-type {
  color: #68a176;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
}

.partner-detail .partner-content .partner-type img {
  width: auto;
}

.partner-detail .partner-content h1 {
  display: inline-block;
  float: right;
  margin-bottom: 0 !important;
  margin-bottom: 32px;
  min-height: 50px;
}

@media (max-width: 992px) {
  .partner-detail .partner-content h1 {
    display: block;
    float: none;
  }
}

.partner-detail .partner-content .brand-container {
  background-color: #cad9e1;
  padding: 20px 12px 58px;
}

.partner-detail .partner-content .brand-container h3 {
  align-self: start;
  margin-bottom: 24px;
}

.partner-detail .partner-content .brand-container .brand-items .brand-item {
  max-width: 180px;
  max-height: 120px;
  display: flex;
  background-color: #ffffff;
  padding: 10px;
  margin: 20px;
  align-items: center;
  justify-content: center;
}

.partner-detail .partner-content .brand-container .brand-items .brand-item a {
  max-height: 100%;
  margin-bottom: 0px;
  width: 100%;
  object-fit: contain;
  display: flex;
}

.partner-detail .partner-content .brand-container .brand-items .brand-item a img {
  max-height: 100%;
  margin-bottom: 0px;
  width: 100%;
  object-fit: contain;
}

.banner-margin .partner-logo-container {
  margin-top: -39px;
}

@media (min-width: 540px) {
  .banner-margin .partner-logo-container {
    margin-top: -99px;
  }
}

@media (min-width: 992px) {
  .banner-margin .partner-logo-container {
    margin-top: -69px;
  }
}

.partner-type {
  display: flex;
  justify-content: center;
  margin-top: -20px;
  height: 41px;
  width: 340px;
}

@media (min-width: 768px) {
  .partner-type {
    width: 100%;
    margin-top: -15px;
  }
}

@media (min-width: 992px) {
  .partner-type {
    margin-top: -20px;
    width: 361px;
  }
}

@media (min-width: 1440px) {
  .partner-type {
    width: 417px;
  }
}

.partner-type .vvline-left, .partner-type .vvline-right {
  border-bottom: 1px solid #cacaca;
  height: 1px;
  width: 100%;
  margin-top: 15px;
}

.partner-type .vvline-left {
  margin-right: 15px;
}

.partner-type .vvline-right {
  margin-left: 15px;
}

.partner-type img {
  width: 100px;
  height: 28px;
}

.partner-container {
  justify-content: center;
  display: flex;
}

.new-base .standard-page {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .new-base .standard-page {
    padding: 0 60px;
  }
}

@media (min-width: 992px) {
  .new-base .standard-page {
    padding: 0 120px;
  }
}

.new-base .standard-page .container {
  padding-top: 0;
  max-width: 1440px;
}

.new-base .standard-page .page-title {
  margin-bottom: 30px;
  margin-top: 0;
}

.new-base .standard-page .section-title {
  margin-bottom: 24px;
}

.new-base .standard-page .sub-section-title {
  margin: 0;
}

.new-base .standard-page .paragraph-section {
  font-family: 'open sans', 'barlow';
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.new-base .standard-page .paragraph-section .paragraph-section-strong-text {
  font-weight: 700;
}

.new-base .standard-page .paragraph-section .paragraph-section-link {
  text-decoration: underline;
  font-weight: 400;
  color: #191919;
}

.new-base .standard-page .highlight-wrapper {
  padding: 15px;
  background-color: #cad9e1;
}

.new-base .error-page .content {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.new-base .error-page .left-content, .new-base .error-page .image {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .new-base .error-page .left-content, .new-base .error-page .image {
    margin-bottom: 0;
  }
}

.new-base .error-page .title {
  margin-bottom: 10px;
  height: 40px;
  background: linear-gradient(88.67deg, #166d8c 0%, #8eb897 98.87%);
  -webkit-background-clip: text;
  /* for webkit browsers (chrome, safari) */
  background-clip: text;
  color: transparent;
}

.new-base .error-page .message {
  margin-bottom: 20px;
}

.new-base .error-page .image {
  text-align: center;
}

.new-base .error-page .image .error-image {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .new-base .error-page .content {
    padding: 0 100px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
  .new-base .error-page .title {
    height: 50px;
  }
  .new-base .error-page .left-content {
    width: 50%;
    margin-right: 10px;
  }
  .new-base .error-page .image {
    width: 50%;
    text-align: right;
  }
}

.hero-list-4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.hero-list-4 small {
  font-size: 16px;
}

.hero-list-4 a small {
  font-weight: 700;
}

.hero-list-4 .info-row {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #555555;
  position: relative;
}

.hero-list-4 .category {
  padding-left: 8px;
}

.hero-list-4 .hero {
  display: flex;
  flex-direction: column;
}

.hero-list-4 .hero .content-container {
  display: flex;
  flex-direction: column;
  padding: 24px 0px 17px 0px;
}

.hero-list-4 .hero .content-container .title {
  margin-bottom: 30px;
}

.hero-list-4 .hero .content-container .title h3 {
  line-clamp: 4;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.hero-list-4 .hero .content-container .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.hero-list-4 .hero .divider {
  width: 100px;
  border-bottom: 1px solid #8eb897;
}

.hero-list-4 .side-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .hero-list-4 .side-content {
    margin-top: 40px;
    padding: 0 20px;
  }
}

.hero-list-4 .side-content .simple_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .hero-list-4 .side-content .simple_card {
    height: unset;
  }
}

.hero-list-4 .side-content .simple_card .top-row {
  display: flex;
}

.hero-list-4 .side-content .simple_card .top-row .title {
  margin-bottom: 14px;
  padding-right: 8px;
  width: 70%;
}

.hero-list-4 .side-content .simple_card .top-row .title h5 {
  line-clamp: 4;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.hero-list-4 .side-content .simple_card .top-row .img-container-outer {
  width: 40%;
}

.hero-list-4 .side-content .simple_card .divider {
  margin-top: 16px;
  width: 50px;
  border-bottom: 1px solid #8eb897;
}

.hero-list-4 .side-content .see-more a {
  text-align: center;
}

.hero-list-4 .side-content .see-more svg {
  margin-left: 18px;
  margin-top: -2px;
}

.list-component .item.adslot [id^="google_ads_iframe"] {
  margin: unset !important;
  width: 100%;
}

.list-component .item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 24px;
}

.list-component .item .content-container, .list-component .item .sponsored_by_text, .list-component .item .sponsored_by_outsource_text, .list-component .item .promoted_by_text, .list-component .item .promoted_by_outsource_text {
  width: 70%;
  background-color: transparent;
  padding: 0;
  padding-right: 8px;
  justify-content: flex-start;
}

.list-component .item .content-container.sponsored_by_text, .list-component .item .content-container.sponsored_by_outsource_text, .list-component .item .content-container.promoted_by_text, .list-component .item .content-container.promoted_by_outsource_text, .list-component .item .sponsored_by_text.sponsored_by_text, .list-component .item .sponsored_by_text.sponsored_by_outsource_text, .list-component .item .sponsored_by_text.promoted_by_text, .list-component .item .sponsored_by_text.promoted_by_outsource_text, .list-component .item .sponsored_by_outsource_text.sponsored_by_text, .list-component .item .sponsored_by_outsource_text.sponsored_by_outsource_text, .list-component .item .sponsored_by_outsource_text.promoted_by_text, .list-component .item .sponsored_by_outsource_text.promoted_by_outsource_text, .list-component .item .promoted_by_text.sponsored_by_text, .list-component .item .promoted_by_text.sponsored_by_outsource_text, .list-component .item .promoted_by_text.promoted_by_text, .list-component .item .promoted_by_text.promoted_by_outsource_text, .list-component .item .promoted_by_outsource_text.sponsored_by_text, .list-component .item .promoted_by_outsource_text.sponsored_by_outsource_text, .list-component .item .promoted_by_outsource_text.promoted_by_text, .list-component .item .promoted_by_outsource_text.promoted_by_outsource_text {
  width: 70% !important;
}

.list-component .item .content-container .title, .list-component .item .content-container .article-card__headline, .list-component .item .sponsored_by_text .title, .list-component .item .sponsored_by_text .article-card__headline, .list-component .item .sponsored_by_outsource_text .title, .list-component .item .sponsored_by_outsource_text .article-card__headline, .list-component .item .promoted_by_text .title, .list-component .item .promoted_by_text .article-card__headline, .list-component .item .promoted_by_outsource_text .title, .list-component .item .promoted_by_outsource_text .article-card__headline {
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .list-component .item .content-container .title, .list-component .item .content-container .article-card__headline, .list-component .item .sponsored_by_text .title, .list-component .item .sponsored_by_text .article-card__headline, .list-component .item .sponsored_by_outsource_text .title, .list-component .item .sponsored_by_outsource_text .article-card__headline, .list-component .item .promoted_by_text .title, .list-component .item .promoted_by_text .article-card__headline, .list-component .item .promoted_by_outsource_text .title, .list-component .item .promoted_by_outsource_text .article-card__headline {
    margin-bottom: 16px;
  }
}

.list-component .item .content-container .title h3, .list-component .item .content-container .article-card__headline h3, .list-component .item .sponsored_by_text .title h3, .list-component .item .sponsored_by_text .article-card__headline h3, .list-component .item .sponsored_by_outsource_text .title h3, .list-component .item .sponsored_by_outsource_text .article-card__headline h3, .list-component .item .promoted_by_text .title h3, .list-component .item .promoted_by_text .article-card__headline h3, .list-component .item .promoted_by_outsource_text .title h3, .list-component .item .promoted_by_outsource_text .article-card__headline h3 {
  line-clamp: 4;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .list-component .item .content-container .title h3, .list-component .item .content-container .article-card__headline h3, .list-component .item .sponsored_by_text .title h3, .list-component .item .sponsored_by_text .article-card__headline h3, .list-component .item .sponsored_by_outsource_text .title h3, .list-component .item .sponsored_by_outsource_text .article-card__headline h3, .list-component .item .promoted_by_text .title h3, .list-component .item .promoted_by_text .article-card__headline h3, .list-component .item .promoted_by_outsource_text .title h3, .list-component .item .promoted_by_outsource_text .article-card__headline h3 {
    line-clamp: 5;
    -webkit-line-clamp: 5;
  }
}

.list-component .item .content-container .excerpt, .list-component .item .content-container .article-card__excerpt, .list-component .item .sponsored_by_text .excerpt, .list-component .item .sponsored_by_text .article-card__excerpt, .list-component .item .sponsored_by_outsource_text .excerpt, .list-component .item .sponsored_by_outsource_text .article-card__excerpt, .list-component .item .promoted_by_text .excerpt, .list-component .item .promoted_by_text .article-card__excerpt, .list-component .item .promoted_by_outsource_text .excerpt, .list-component .item .promoted_by_outsource_text .article-card__excerpt {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .list-component .item .content-container .excerpt, .list-component .item .content-container .article-card__excerpt, .list-component .item .sponsored_by_text .excerpt, .list-component .item .sponsored_by_text .article-card__excerpt, .list-component .item .sponsored_by_outsource_text .excerpt, .list-component .item .sponsored_by_outsource_text .article-card__excerpt, .list-component .item .promoted_by_text .excerpt, .list-component .item .promoted_by_text .article-card__excerpt, .list-component .item .promoted_by_outsource_text .excerpt, .list-component .item .promoted_by_outsource_text .article-card__excerpt {
    display: none;
  }
}

.list-component .item .content-container .author, .list-component .item .sponsored_by_text .author, .list-component .item .sponsored_by_outsource_text .author, .list-component .item .promoted_by_text .author, .list-component .item .promoted_by_outsource_text .author {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}

.list-component .item .content-container .category a, .list-component .item .sponsored_by_text .category a, .list-component .item .sponsored_by_outsource_text .category a, .list-component .item .promoted_by_text .category a, .list-component .item .promoted_by_outsource_text .category a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.list-component .item .content-container .date, .list-component .item .sponsored_by_text .date, .list-component .item .sponsored_by_outsource_text .date, .list-component .item .promoted_by_text .date, .list-component .item .promoted_by_outsource_text .date {
  display: none;
}

.list-component .item .content-container .divider, .list-component .item .sponsored_by_text .divider, .list-component .item .sponsored_by_outsource_text .divider, .list-component .item .promoted_by_text .divider, .list-component .item .promoted_by_outsource_text .divider {
  margin-top: 16px;
  width: 100px;
  border-bottom: 1px solid #8eb897;
}

.list-component .item .img-container-outer {
  background-color: #ffffff;
  width: 30%;
  height: fit-content;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1000;
  height: auto;
}

.fixed-bottom .ad {
  padding-bottom: 0;
  height: 60px;
}

@media (min-width: 768px) {
  .fixed-bottom {
    height: 0;
  }
}

.fixed-bottom .article-content__ad-group {
  height: 60px;
  margin-bottom: 0;
  padding-top: 10px;
}

.fixed-bottom .article-content__ad-group .ad {
  height: 60px;
}

.fixed-bottom p {
  display: none;
}

.fixed-bottom .fixed-bottom-ad-container {
  position: relative;
}

#fixed-bottom-ad-offset {
  height: 16px !important;
}

.page-footer {
  background-color: #f1f1f1;
  margin-top: 50px;
}

.page-footer .page-footer-inner {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  max-width: 1200px;
  margin: auto;
}

.page-footer .page-footer-inner .page-footer-main-text {
  padding-left: 20px;
  padding-right: 20px;
}

.page-footer .page-footer-inner img.healthing-logo {
  margin-bottom: 32px;
}

.page-footer .page-footer-inner h4 {
  line-height: normal;
  margin-bottom: 12px;
}

.page-footer .page-footer-inner .disclaimer {
  margin-bottom: 16px;
  font-size: 0.8125rem;
  line-height: 1.230;
  color: #555555;
}

.page-footer .page-footer-inner .copyright {
  padding-top: 18px;
  display: flex;
  gap: 40px;
}

@media (max-width: 570px) {
  .page-footer .page-footer-inner .copyright {
    display: block;
  }
}

.page-footer .page-footer-inner .copyright .copyright-logo {
  width: 217px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
}

@media (max-width: 570px) {
  .page-footer .page-footer-inner .copyright .copyright-logo {
    width: auto;
    display: block;
    padding-top: 12px;
  }
}

.page-footer .page-footer-inner .copyright .copyright-logo img {
  margin: auto;
}

@media (max-width: 570px) {
  .page-footer .page-footer-inner .copyright .copyright-logo img {
    margin: 0px;
  }
}

.page-footer .page-footer-inner .copyright .copyright-text {
  flex-grow: 1;
  flex-basis: auto;
}

.page-footer .page-footer-inner .copyright .copyright-text p {
  color: #000000;
  font-size: 0.8125rem;
  line-height: 1.230;
  margin-bottom: 14px;
}

.page-footer .page-footer-inner .footer-links {
  display: flex;
  gap: 36px;
  margin-bottom: 28px;
}

@media (max-width: 850px) {
  .page-footer .page-footer-inner .footer-links {
    display: block;
  }
}

.page-footer .page-footer-inner .footer-links .footer-link a {
  font-size: 14px;
}

.page-footer .page-footer-inner .social-icons {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 54px;
}

.page-footer .page-footer-inner .social-icons .social-icon {
  display: inline;
}

.new-base {
  margin: 0;
}

.new-base .copyright-logo {
  padding-top: 20px;
}

.new-base .copyright-logo img {
  vertical-align: middle;
}

.new-base .page-footer-inner {
  display: flex;
}

.new-base .page-footer-inner .healthing-logo {
  margin-bottom: 0 !important;
}

.new-base .page-footer-inner .news-letter-form h5 {
  margin-top: 0 !important;
}

.new-base .page-footer-inner .news-letter-form .btn-primary {
  color: #fff;
  cursor: pointer;
}

.new-base .page-footer-inner .news-letter-form img {
  vertical-align: middle;
}

.new-base .page-footer-inner .news-letter-form p {
  margin-top: 0;
}

.new-base .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .new-base .form-control {
    transition: none;
  }
}

.new-base .form-control[type=file] {
  overflow: hidden;
}

.new-base .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.new-base .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.new-base .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.new-base .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.new-base .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.new-base .form-control:disabled, .new-base .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.new-base .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .new-base .form-control::file-selector-button {
    transition: none;
  }
}

.new-base .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.new-base .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .new-base .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.new-base .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.new-base .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.new-base .form-control-plaintext.form-control-sm, .new-base .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.new-base .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.new-base .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.new-base .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.new-base .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.new-base .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.new-base .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.new-base textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.new-base textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.new-base textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.new-base .form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.new-base .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.new-base .form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.new-base .form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.new-base .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.new-base .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.new-base .form-select[multiple], .new-base .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.new-base .form-select:disabled {
  background-color: #e9ecef;
}

.new-base .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.new-base .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.new-base .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.new-base .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.new-base .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.new-base .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.new-base .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.new-base .form-check-input[type=radio] {
  border-radius: 50%;
}

.new-base .form-check-input:active {
  filter: brightness(90%);
}

.new-base .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.new-base .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.new-base .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.new-base .form-check-input[disabled] ~ .form-check-label, .new-base .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

@media (min-width: 992px) {
  .new-base .footer .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .new-base .footer .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

.new-base .header-search button .search {
  margin-top: 4px;
}

.new-primary-nav-wrapper {
  display: none;
}

.copyright {
  padding-top: 0 !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

.gx-0 {
  --bs-gutter-x: 0;
}

.home-hero-4 .carousel-row {
  margin-bottom: 10px;
}

.home-hero-4 .carousel-inner {
  margin-bottom: 10px;
}

.home-hero-4 .carousel-inner .controls {
  max-height: 75%;
}

.home-hero-4 .carousel-indicators {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #f1f1f1;
  width: 100%;
  padding: 24px 0;
  margin: 0;
}

.home-hero-4 .carousel-indicators button {
  position: relative;
  box-sizing: unset;
  height: unset;
  width: unset;
  text-indent: unset;
  opacity: 1;
  margin: 0 16px;
  height: 100%;
}

.home-hero-4 .carousel-indicators button .active-overlay {
  display: none;
  border: 2px solid #166d8c;
  height: 110%;
  width: 110%;
  aspect-ratio: 4 / 3;
  position: absolute;
  top: -10px;
  left: -10px;
}

.home-hero-4 .carousel-indicators button.active .active-overlay {
  display: block;
}

.home-hero-4 .carousel-indicators button .btn-content {
  max-width: 200px;
  background-color: #f1f1f1;
  text-align: left;
  color: #166d8c;
}

@supports not (aspect-ratio: 4/3) {
  .home-hero-4 .carousel-indicators button .btn-content {
    display: flex;
    /* corrects issues where legacy browsers would have btn-content grow outside its bounds */
    flex-direction: column;
  }
}

@supports (aspect-ratio: 4/3) {
  .home-hero-4 .carousel-indicators button .btn-content {
    aspect-ratio: 4 / 3;
  }
}

.home-hero-4 .carousel-indicators button .btn-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-hero-4 .carousel-indicators button .btn-content small {
  margin-top: 10px;
  text-align: left;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 800;
}

.hero-slide {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  padding: 0;
  margin-bottom: 14px;
}

.hero-slide .img-container {
  margin-bottom: 20px;
}

.hero-slide .title {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}

.hero-slide .title h2 {
  margin-bottom: 0;
}

.hero-slide .excerpt {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-slide .info-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 0px 10px 0px;
  margin-bottom: 4px;
}

.hero-slide .info-row .name {
  color: #555555;
  margin-right: 10px;
}

.hero-slide .info-row .date {
  color: #555555;
}

.hero-slide .category {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}

.hero-slide .category a h5 {
  height: 20px;
  margin-bottom: 0;
}

.hero-slide .control-wrapper {
  position: relative;
}

.hero-slide .control-wrapper .controls {
  max-height: 25%;
}

.hero-slide .control-wrapper .controls .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("/static/core/image/previous_default.svg");
}

.hero-slide .control-wrapper .controls .carousel-control-prev:focus > .carousel-control-prev-icon,
.hero-slide .control-wrapper .controls .carousel-control-prev:active > .carousel-control-prev-icon,
.hero-slide .control-wrapper .controls .carousel-control-prev:hover > .carousel-control-prev-icon {
  background-image: url("/static/core/image/previous_hover.svg");
}

.hero-slide .control-wrapper .controls .carousel-control-next .carousel-control-next-icon {
  background-image: url("/static/core/image/next_default.svg");
}

.hero-slide .control-wrapper .controls .carousel-control-next:focus > .carousel-control-next-icon,
.hero-slide .control-wrapper .controls .carousel-control-next:active > .carousel-control-next-icon,
.hero-slide .control-wrapper .controls .carousel-control-next:hover > .carousel-control-next-icon {
  background-image: url("/static/core/image/next_hover.svg");
}

.simple-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #cad9e1;
}

@media (max-width: 992px) {
  .simple-card {
    max-width: 100%;
  }
}

.simple-card .card-text {
  height: 166px;
  width: 100%;
  padding: 24px 16px;
}

.simple-card .card-text .name {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}

.simple-card .card-text .name small {
  font-weight: 700;
  text-transform: uppercase;
}

.simple-card .card-text .excerpt {
  font-weight: normal;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: black;
}

.social-share {
  display: flex;
  gap: 8px;
}

.social-share .social-icon {
  width: 40px;
  height: 40px;
}

.social-share .social-icon a {
  cursor: pointer;
}

.social-share .social-icon a img {
  width: 40px;
  height: 40px;
}

#sharemodal {
  z-index: 9999;
}

#sharemodal .modal-dialog {
  height: 100%;
  margin: 0;
  max-width: unset;
}

#sharemodal .modal-dialog .modal-content {
  height: 100%;
  width: 100%;
}

#sharemodal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}

#sharemodal .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
}

#sharemodal .modal-dialog .modal-content .modal-body .social-icon {
  height: 40px;
  margin-bottom: 33px;
}

#sharemodal .modal-dialog .modal-content .modal-body .social-icon a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

#sharemodal .modal-dialog .modal-content .modal-body .social-icon a img {
  width: 40px;
  height: 40px;
}

#sharemodal .modal-dialog .modal-content .modal-body .social-icon .name {
  color: #166d8c;
  margin-left: 12px;
}

.pagination .page-item .page-link {
  border-color: #5f8fa8;
  color: #5f8fa8;
}

.pagination .page-item .page-link svg {
  margin-top: -4px;
}

.pagination .page-item.disabled .page-link.page-arrows {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  fill: #424f5a;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #5f8fa8;
  border-color: #424f5a;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px #424f5a;
}

.pagination .page-item.active .page-link:hover {
  background-color: #5f8fa8;
}

.pagination .desktop-pagination {
  display: none;
}

@media (max-width: 992px) {
  .pagination .desktop-pagination {
    display: block;
  }
  .pagination .mobile-pagination {
    display: none;
  }
}

.ron_cheetah_infeed_desktop_direct_promoted_by, .ron_cheetah_infeed_desktop_direct_text {
  padding-left: 13px;
  width: 60% !important;
}

.ron_cheetah_infeed_desktop_direct_promoted_by, .ron_cheetah_infeed_desktop_direct img {
  max-width: 100%;
}

.article-card__meta-bottom {
  font-size: 80%;
}

.article-card__meta-bottom a {
  font-size: 10 0%;
}

.ron_cheetah_infeed_mobile_direct_promoted_by, .ron_cheetah_infeed_mobile_direct {
  padding: 25px 0 25px 0;
}

.ron_cheetah_infeed_mobile_direct_promoted_by, .ron_cheetah_infeed_mobile_direct_text {
  padding-left: 13px;
  width: 60% !important;
}

.ron_cheetah_infeed_mobile_direct_promoted_by, .ron_cheetah_infeed_mobile_direct img {
  max-width: 100%;
}

.article-card__meta-bottom {
  font-size: 80%;
}

.article-card__meta-bottom a {
  font-size: 10 0%;
}

.sponsored_by, .sponsored_by_outsource, .promoted_by, .promoted_by_outsource {
  margin-bottom: 8px !important;
}

.sponsored_by_media, .sponsored_by_outsource_media, .promoted_by_media, .promoted_by_outsource_media {
  width: 30% !important;
  height: fit-content;
}

.search-page .header {
  margin-bottom: 35px;
}

.search-page .search-bar {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.search-page .search-bar input {
  width: 100%;
  height: 35px;
  padding-left: 8px;
  border: 1px solid #191919;
  border-radius: 4px;
}

.search-page .search-bar .quick-search-results {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 274px;
  overflow: scroll;
  top: 55px;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  z-index: 10;
}

.search-page .search-bar .quick-search-results .result-count {
  display: flex;
  justify-content: center;
  padding: 8px 0;
  background-color: #f1f1f1;
}

.search-page .search-bar .quick-search-results .result-count a {
  font-size: 12px;
  line-height: 16px;
}

.search-page .search-bar .quick-search-results .content ul {
  padding: 0 16px;
  list-style: none;
}

.search-page .search-bar .quick-search-results .content ul li {
  margin-bottom: 4px;
}

.search-page .search-bar .quick-search-results .content ul li .result {
  position: relative;
  padding: 6px 0;
}

.search-page .search-bar .quick-search-results .content ul li .result .name a {
  font-size: 14px;
  line-height: 18px;
}

.search-page .search-bar .quick-search-results .content ul li .result .name a .location {
  margin-left: 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #555555;
  white-space: nowrap;
}

.search-page .filter-tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 24px;
}

.search-page .filter-tabs .tab-item.active {
  border-bottom: 2px solid #166d8c;
}

.search-page .info-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.search-page .info-row .info {
  font-size: 18px;
  line-height: 22px;
}

.search-page .info-row .info .strong {
  font-weight: 700;
}

.search-page .info-row .sort {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.search-page .info-row .sort h5 {
  margin-bottom: 0;
}

.search-page .info-row .sort .dropdown {
  margin-left: 7px;
}

.search-page .info-row .sort .dropdown .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.search-page .info-row .sort .dropdown .btn::after {
  margin-left: 40px;
}

@media (max-width: 992px) {
  .search-page .info-row .sort .dropdown .btn::after {
    margin-left: 15px;
  }
}

.search-page .info-row .sort .dropdown .dropdown-menu {
  padding: 0;
}

.search-page .info-row .sort .dropdown .dropdown-menu li a {
  padding: 7px 10px;
  margin-bottom: 0;
}

.search-page .search-page-content .result-container {
  margin-bottom: 48px;
}

.search-page .search-page-content .result-container .result {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7.5px 8px;
  border: 1px solid #cad9e1;
}

.search-page .search-page-content .result-container .result.category {
  background-color: #d9e7db;
  border: none;
}

.search-page .search-page-content .result-container .result.partners .info, .search-page .search-page-content .result-container .result.editorial-articles .info {
  display: flex;
  flex-direction: row;
}

.search-page .search-page-content .result-container .result.partners .info .name, .search-page .search-page-content .result-container .result.editorial-articles .info .name {
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
}

.search-page .search-page-content .result-container .result.partners .info .date, .search-page .search-page-content .result-container .result.editorial-articles .info .date {
  font-weight: 400;
  color: #555555;
  margin-left: 8px;
}

.search-page .search-page-content .result-container .result.partners .image {
  object-fit: contain !important;
}

.search-page .search-page-content .result-container .result .content-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 80%;
  padding-bottom: 20px;
}

.search-page .search-page-content .result-container .result .content-container .title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 11px;
  position: relative;
  top: 0;
  max-width: 75%;
}

.search-page .search-page-content .result-container .result .content-container .title h3 {
  margin-bottom: 0;
}

.search-page .search-page-content .result-container .result .content-container .title h3 a {
  font-family: unset;
  font-size: unset;
  line-height: unset;
}

.search-page .search-page-content .result-container .result .content-container .title h5 {
  margin-bottom: 0;
  margin-left: 7px;
  line-height: 24px;
}

.search-page .search-page-content .result-container .result .content-container .content {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 10px;
  color: #555555;
}

.search-page .search-page-content .result-container .result .content-container .content img {
  display: none;
}

.search-page .search-page-content .result-container .result .content-container .content video {
  display: none;
}

.search-page .search-page-content .result-container .result .content-container .info {
  display: flex;
  align-items: flex-end;
  flex: 1;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
}

.search-page .search-page-content .result-container .result .content-container .info .date {
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
}

.search-page .search-page-content .result-container .result .content-container .info .category {
  margin-left: 8px;
  font-size: 13px;
  line-height: 14px;
}

.search-page .search-page-content .result-container .result .content-container .info .category a {
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 0;
}

.search-page .search-page-content .result-container .result .img-container-outer {
  display: flex;
  justify-content: flex-end;
  width: 20%;
}

.search-page .search-page-content .result-container .result .brand-container {
  padding-top: 10px;
}

.search-page .no-results-wrapper .no-results {
  margin-bottom: 32px;
  font-family: 'barlow';
  font-size: 20px;
  line-height: 24px;
}

.search-page .no-results-wrapper .more-info {
  margin-bottom: 48px;
}

.search-page .no-results-wrapper .trouble {
  font-family: 'barlow';
  font-size: 20px;
  line-height: 24px;
}

.search-page .no-results-wrapper .trouble ul {
  font-family: 'open sans';
  font-size: 16px;
  line-height: 20px;
  margin-top: 32px;
}

.search-page .no-results-wrapper .trouble ul li {
  margin-bottom: 24px;
}

.section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}

.section-header .title {
  font-family: barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  margin-right: 16px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .section-header .title {
    font-size: 20px;
  }
}

.section-header .line {
  height: 100%;
  flex: 1;
}

.section-header .line::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #d9e7db;
  display: block;
  position: relative;
  top: 50%;
}

.consent__banner {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  width: 100%;
  max-width: 55.9375rem;
  padding: 1rem 2rem;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 111;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .consent__banner {
    flex-direction: column;
    justify-content: center;
    padding: 0.75rem;
  }
}

.consent__banner--with-article-limit {
  bottom: 5.75rem;
}

@media only screen and (min-width: 992px) {
  .consent__button-column {
    margin-left: 0.75rem;
  }
}

@media only screen and (max-width: 991px) {
  .consent__button-column {
    margin-top: 0.5rem;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.consent__title {
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: inherit;
}

@media only screen and (max-width: 991px) {
  .consent__title {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

.consent__info {
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.125rem;
  font-family: inherit;
}

@media only screen and (max-width: 991px) {
  .consent__info {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

.consent__info a {
  font-weight: 700;
  color: inherit;
}

.consent__button {
  background-color: #166d8c;
  color: #ffffff;
  min-width: 6.25rem;
  width: 100%;
  font-family: 'open sans';
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 0.75rem 1.5rem;
}

.ron_cheetah_infeed_desktop_direct_promoted_by, .ron_cheetah_infeed_desktop_direct_text {
  padding-left: 13px;
  width: 60% !important;
}

.ron_cheetah_infeed_desktop_direct_promoted_by, .ron_cheetah_infeed_desktop_direct img {
  max-width: 100%;
}

.article-card__meta-bottom {
  font-size: 80%;
}

.article-card__meta-bottom a {
  font-size: 10 0%;
}

.ron_cheetah_infeed_mobile_direct_promoted_by, .ron_cheetah_infeed_mobile_direct {
  padding: 25px 0 25px 0;
}

.ron_cheetah_infeed_mobile_direct_promoted_by, .ron_cheetah_infeed_mobile_direct_text {
  padding-left: 13px;
  width: 60% !important;
}

.ron_cheetah_infeed_mobile_direct_promoted_by, .ron_cheetah_infeed_mobile_direct img {
  max-width: 100%;
}

.article-card__meta-bottom {
  font-size: 80%;
}

.article-card__meta-bottom a {
  font-size: 10 0%;
}

.sponsored_by, .sponsored_by_outsource, .promoted_by, .promoted_by_outsource {
  margin-bottom: 8px !important;
}

.sponsored_by_media, .sponsored_by_outsource_media, .promoted_by_media, .promoted_by_outsource_media {
  width: 30% !important;
  height: fit-content;
}

.vertical.carousel {
  overflow: hidden;
}

.vertical.carousel .carousel-inner, .vertical.carousel .carousel, .vertical.carousel .carousel-item, .vertical.carousel .carousel-container {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end), .vertical.carousel .active.carousel-item-start {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}

.vertical.carousel .carousel-item-next:not(.carousel-item-start), .vertical.carousel .active.carousel-item-end {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
}

.vertical.carousel .carousel-indicators {
  top: 0;
  margin: auto;
  height: 20px;
  right: 10px;
  left: auto;
  display: block;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
  background: none;
  border: 2px solid white;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  margin-bottom: 5px;
}

.vertical.carousel .carousel-indicators li.active {
  background: white;
}

.vertical.carousel .carousel-control-next-icon, .vertical.carousel .carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
  position: fixed;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}

.vertical.carousel .carousel-control-prev-icon {
  top: 5%;
}

.vertical.carousel .unclickable {
  pointer-events: none;
}

.vertical.carousel .clickable {
  pointer-events: all;
}

.todays-health-news {
  background: rgba(217, 231, 219, 0.4);
  box-sizing: border-box;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .todays-health-news {
    margin-top: 48px;
  }
}

.todays-health-news .header {
  padding: 16px 8px;
}

.todays-health-news .title {
  margin-bottom: 0;
  text-align: center;
}

.todays-health-news .content {
  padding-left: 12px;
  padding-right: 12px;
}

.todays-health-news .content .list-component {
  padding-top: 16px;
}

.todays-health-news .content .list-component .item .content-container {
  width: 65%;
  padding: 0;
  padding-right: 8px;
  justify-content: flex-start;
  background-color: transparent;
}

.todays-health-news .content .list-component .item .content-container .title h3 {
  font-family: 'open sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.todays-health-news .content .list-component .item .content-container > :not(.title) {
  display: none;
}

.todays-health-news .content .list-component .item .img-container-outer {
  width: 35%;
  align-items: flex-end;
  background-color: transparent;
}

.todays-health-news .content .list-component .item .excerpt {
  display: none;
}

.todays-health-news .content .list-component .item .info-row {
  display: none;
}

.todays-health-news .content .list-component .item .category {
  display: none;
}

.clinical-trials {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px;
  border: 2px solid #cad9e1;
  box-sizing: border-box;
  border-radius: 4px;
}

.clinical-trials .title {
  text-transform: uppercase;
  color: #68a176;
  margin-bottom: 24px;
}

.clinical-trials .title h4 {
  margin-bottom: 0;
}

.clinical-trials .img-container {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 24px;
}

.clinical-trials .img-container .image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 992px) {
  .verified-voice {
    margin-top: 48px;
  }
}

.verified-voice .header {
  margin-bottom: 12px;
}

.verified-voice .header .verified-voice-logo {
  height: 28px;
  width: 101px;
}

.verified-voice .sub-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.verified-voice .sub-header .sub-container {
  width: 60%;
  font-size: 12px;
  line-height: 14px;
}

.verified-voice .sub-header .sub-container .name {
  font-weight: 700;
}

.verified-voice .sub-header .partner-logo {
  height: 30px;
  width: 85px;
}

.verified-voice .sub-header .partner-logo img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  width: unset;
  left: unset;
}

.verified-voice .spacer {
  width: 100%;
  border-top: 1px solid #191919;
  opacity: 0.1;
}

.verified-voice .content .list-component {
  padding-top: 14px;
}

.verified-voice .content .list-component .item {
  margin-bottom: 18px;
  justify-content: space-between;
}

.verified-voice .content .list-component .item .content-container {
  width: 70%;
  padding: 0;
  padding-right: 8px;
  justify-content: flex-start;
}

.verified-voice .content .list-component .item .content-container .title h3 {
  font-family: 'open sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.verified-voice .content .list-component .item .content-container > :not(.title) {
  display: none;
}

.verified-voice .content .list-component .item .img-container-outer {
  width: 30%;
}

.verified-voice .content .list-component .item .excerpt, .verified-voice .content .list-component .item .info-row, .verified-voice .content .list-component .item .category {
  display: none;
}

.resource-centre {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding-top: 16px;
}

@media (min-width: 768px) {
  .resource-centre {
    margin-right: 25%;
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .resource-centre {
    margin: 0;
  }
}

@media (max-width: 992px) {
  .resource-centre {
    margin-top: 48px;
  }
}

.resource-centre .header {
  padding: 0 14px 0 16px;
  margin-bottom: 8px;
}

.resource-centre .header h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.resource-centre .sub-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 14px 0 16px;
}

.resource-centre .sub-header .sub-container {
  width: 60%;
  font-size: 12px;
  line-height: 14px;
}

.resource-centre .sub-header .sub-container .name {
  font-weight: 700;
}

.resource-centre .sub-header .partner-logo {
  height: 30px;
  width: 85px;
}

.resource-centre .sub-header .partner-logo img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  width: unset;
  left: unset;
}

.resource-centre .spacer {
  width: 100%;
  border-top: 1px solid #191919;
  opacity: 0.1;
}

.resource-centre .content .list-component {
  padding-top: 0;
}

.resource-centre .content .list-component .item {
  padding: 0 14px 0 16px;
  margin-bottom: 18px;
  justify-content: space-between;
}

.resource-centre .content .list-component .item .content-container {
  width: 70%;
  background-color: transparent;
  padding: 0;
  padding-right: 8px;
  justify-content: flex-start;
}

.resource-centre .content .list-component .item .content-container .title h3 {
  font-family: 'open sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.resource-centre .content .list-component .item .content-container > :not(.title) {
  display: none;
}

.resource-centre .content .list-component .item .img-container-outer {
  width: 30%;
  background-color: transparent;
}

.resource-centre .content .list-component .item .excerpt, .resource-centre .content .list-component .item .info-row, .resource-centre .content .list-component .item .category {
  display: none;
}

.resource-centre .widget-carousel .carousel-btn.btn-right {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.image-carousel .carousel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 200px;
}

.image-carousel .carousel .btn-left .carousel-control-icon {
  background: url("/static/core/image/previous_default.svg") no-repeat;
  background-size: 19px;
}

.image-carousel .carousel .btn-left:focus > .carousel-control-icon,
.image-carousel .carousel .btn-left:active > .carousel-control-icon,
.image-carousel .carousel .btn-left:hover > .carousel-control-icon {
  background: url("/static/core/image/previous_hover.svg") no-repeat;
  background-size: 19px;
}

.image-carousel .carousel .btn-right .carousel-control-icon {
  background: url("/static/core/image/next_default.svg") no-repeat;
  background-size: 19px;
}

.image-carousel .carousel .btn-right:focus > .carousel-control-icon,
.image-carousel .carousel .btn-right:active > .carousel-control-icon,
.image-carousel .carousel .btn-right:hover > .carousel-control-icon {
  background: url("/static/core/image/next_hover.svg") no-repeat;
  background-size: 19px;
}

.image-carousel .carousel .carousel-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #555555;
  width: 24px;
  padding: 0;
  border-radius: 0;
}

.image-carousel .carousel .carousel-inner {
  height: 100%;
}

.image-carousel .carousel .carousel-inner .carousel-item {
  height: 100%;
}

.image-carousel .carousel .carousel-inner .carousel-item .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #555555;
  height: 100%;
  width: 100%;
}

.image-carousel .modal.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.image-carousel .modal .modal-dialog {
  max-width: unset;
  width: 60%;
  margin: 7% auto auto auto;
}

@media (max-width: 992px) {
  .image-carousel .modal .modal-dialog {
    width: 100%;
    margin: 25% auto auto auto;
  }
}

.image-carousel .modal .modal-dialog .modal-header {
  border: none;
}

.image-carousel .modal .modal-dialog .modal-header .btn-close {
  background: none;
  opacity: unset;
}

.image-carousel .modal .modal-dialog .modal-body {
  padding: 0;
}

.image-carousel .modal .modal-dialog .modal-body .img-container {
  background-color: #555555;
}

.image-carousel .modal .modal-dialog .modal-body .content-container {
  background-color: #cad9e1;
  color: #191919;
  padding: 20px;
}

.widget-carousel .carousel-btn {
  width: 100%;
  background-color: #cad9e1;
  border-radius: 0;
  height: 30px;
  padding: 0;
}

.widget-carousel .first-page .list-component .last-item {
  height: 30px;
  margin-bottom: 0px;
  overflow: hidden;
}

.widget-carousel .first-page .list-component .last-item .content-container .title h3 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.widget-carousel .middle-page .list-component {
  padding-top: 0;
}

.widget-carousel .middle-page .list-component .first-item {
  height: 30px;
  overflow: hidden;
}

.widget-carousel .middle-page .list-component .first-item .content-container .title h3 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.widget-carousel .middle-page .list-component .last-item {
  height: 30px;
  margin-bottom: 0px;
  overflow: hidden;
}

.widget-carousel .middle-page .list-component .last-item .content-container .title h3 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.widget-carousel .last-page .list-component {
  padding-top: 0;
}

.widget-carousel .last-page .list-component .first-item {
  height: 30px;
  overflow: hidden;
}

.widget-carousel .last-page .list-component .first-item .content-container .title h3 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.widget-carousel .last-page .list-component .last-item {
  margin-bottom: 14px;
}

.widget-carousel .gradient-box {
  position: absolute;
  width: 100%;
  z-index: 900;
  background-color: #ffffff;
  pointer-events: none;
}

.widget-carousel .gradient-box.gradient-bottom {
  height: 30px;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
  bottom: 30px;
}

.widget-carousel .gradient-box.gradient-top {
  height: 30px;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
  top: 30px;
}

.share-story {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .share-story {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 6px;
  }
}

.share-story .title {
  font-family: 'open sans';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 0;
}

.share-story .social-share {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .share-story .social-share {
    margin-left: 0;
  }
}

.content-card-widget-top-border {
  margin-top: 30px;
  border-top: 1px solid #8eb897;
  padding-bottom: 20px;
}

.content-card-widget-inner-span {
  width: 100%;
  float: left;
  margin-right: 10px;
  font-family: "barlow";
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 2%;
}

@media (min-width: 996px) {
  .content-card-widget {
    padding-top: 20px;
  }
}

.content-card-widget .content-card-widget-inner-bottom-border {
  border-bottom: 1px solid #8eb897;
  width: 50%;
  padding-top: 20px;
}

.content-card-widget a {
  font-family: "barlow";
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #166d8c;
}

.content-card-widget .horizontal-card, .content-card-widget .vertical-card {
  width: 100%;
  height: 100%;
}

.content-card-widget .horizontal-card .img-container, .content-card-widget .vertical-card .img-container {
  margin-bottom: 9px;
}

.content-card-widget .content-card-outer {
  width: 100%;
}

.content-card-widget .content-card-outer-right {
  width: 100%;
  margin-right: 10px;
}

.content-card-widget .content-card-link {
  color: #191919;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-card-widget .content-card-link:hover {
  color: #68a176;
}

.content-card-row {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 25px;
  column-gap: 10px;
}

@media (min-width: 768px) {
  .content-card-row {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    width: 100%;
  }
}

.content-card-row .img-container {
  padding-bottom: 130px;
}

@media (min-width: 1200px) {
  .content-card-row .img-container {
    padding-bottom: 150px;
  }
}

@media (min-width: 1400px) {
  .content-card-row .img-container {
    padding-bottom: 180px;
  }
}

.partner-detail .content-card-widget-inner-span,
.author-detail .content-card-widget-inner-span,
.error-page .content-card-widget-inner-span {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  margin-right: 0;
}

@media (min-width: 1200px) {
  .partner-detail .content-card-widget-inner-span,
.author-detail .content-card-widget-inner-span,
.error-page .content-card-widget-inner-span {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .partner-detail .content-card-widget-inner-span,
.author-detail .content-card-widget-inner-span,
.error-page .content-card-widget-inner-span {
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .medical-category .content-card-widget-inner-span {
    width: 20%;
    padding-right: 20px;
  }
}

.medical-category .content-card-widget-inner-bottom-border {
  display: none;
}

.content-card-widget-title {
  font-family: 'barlow', 'open sans';
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  background: linear-gradient(88.67deg, #166d8c 0%, #8eb897 98.87%);
  -webkit-background-clip: text;
  color: transparent;
}

.content-card-widget-title.placeholder-title {
  display: none;
}

@media (min-width: 996px) {
  .content-card-widget-title.placeholder-title {
    display: block;
    visibility: hidden;
  }
}

.author-detail .content-card-widget {
  padding: 0 10px;
}

@media (min-width: 397px) {
  .author-detail .content-card-widget {
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  .author-detail .content-card-widget {
    padding: 0 40px;
  }
}

.error-page .content-card-widget {
  padding: 0 10px;
}

@media (min-width: 397px) {
  .error-page .content-card-widget {
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .error-page .content-card-widget {
    padding: 0 100px;
  }
}

.content-card-slider-left-gradient,
.content-card-slider-right-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 996px) {
  .content-card-slider-left-gradient,
.content-card-slider-right-gradient {
    width: 0;
  }
}

.content-card-slider-left-gradient {
  left: 0;
  opacity: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 6.69%, #ffffff 100%);
}

.content-card-slider-right-gradient {
  right: 0;
  opacity: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 6.69%, #ffffff 100%);
}

.content-card-slider {
  display: flex;
  gap: 1rem;
  width: 100%;
  scroll-behavior: smooth;
  padding-bottom: 20px;
  overflow-x: scroll;
  scrollbar-width: none;
}

@media (min-width: 996px) {
  .content-card-slider {
    padding-bottom: 10px;
  }
}

.content-card-slider .content-card-outer {
  flex: 0 0 auto;
  max-width: 225px;
}

@media (min-width: 996px) {
  .content-card-slider .content-card-outer {
    max-width: 300px;
  }
}

.content-card-slider::-webkit-scrollbar {
  display: none;
}

.content-card-widget-inner-container.has-slider {
  position: relative;
}

.content-card-widget-inner-span {
  position: relative;
  z-index: 3;
}

.content-card-slider-arrow {
  display: none;
}

@media (min-width: 996px) {
  .content-card-slider-arrow {
    background: none;
    border: none;
    cursor: pointer;
    pointer-events: all;
    /* so the button is clickable */
    z-index: 3;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.slider-arrow-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
}

.content-card-slider-arrow.left .slider-arrow-icon {
  transform: rotate(180deg);
}

.newsletter-background {
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #fcf8f3 67.5%);
  padding: 0 20px;
  margin-bottom: 24px;
}

.newsletter-container {
  min-height: 450px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: 10px;
}

@media (min-width: 500px) {
  .newsletter-container {
    padding: 10px 50px;
  }
}

@media (min-width: 768px) {
  .newsletter-container {
    padding: 10px 150px;
  }
}

@media (min-width: 996px) {
  .newsletter-container {
    padding: 40px 75px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .newsletter-container {
    padding: 50px;
  }
}

@media (min-width: 1400px) {
  .newsletter-container {
    padding: 50px 150px;
  }
}

.newsletter-container .newsletter-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media (min-width: 996px) {
  .newsletter-container .newsletter-content {
    width: 60%;
    align-items: flex-start;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .newsletter-container .newsletter-content {
    width: 700px;
  }
}

@media (max-width: 996px) {
  .newsletter-container .newsletter-content.thank-you-active {
    justify-content: center;
    align-items: center;
  }
}

.newsletter-container .newsletter-title, .newsletter-container .thank-you-msg {
  font-family: 'barlow', 'open sans';
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(88.67deg, #166d8c 0%, #8eb897 98.87%);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media (min-width: 996px) {
  .newsletter-container .newsletter-title, .newsletter-container .thank-you-msg {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .newsletter-container .newsletter-title, .newsletter-container .thank-you-msg {
    font-size: 48px;
    line-height: 50px;
  }
}

.newsletter-container .thank-you-msg {
  text-align: center;
}

.newsletter-container .newsletter-description {
  font-family: 'open sans', 'barlow';
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 996px) {
  .newsletter-container .newsletter-description {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .newsletter-container .newsletter-description {
    font-size: 20px;
  }
}

.newsletter-container .newsletter-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding-top: 8px;
}

@media (min-width: 996px) {
  .newsletter-container .newsletter-form-wrapper {
    flex-direction: row;
    gap: 20px;
    padding-bottom: 16px;
  }
}

.newsletter-container .newsletter-input-field {
  width: 100%;
  border: 1px solid #5f8fa8;
  border-radius: 60px;
  border-width: 1px;
  padding: 16px;
  font-family: 'open sans', 'barlow';
  font-style: italic;
  font-size: 18px;
  line-height: 100%;
  box-shadow: 0px 8px 12px 0px #d8ebf5;
  margin-bottom: 10px;
}

@media (min-width: 996px) and (max-width: 1024px) {
  .newsletter-container .newsletter-input-field {
    width: 70%;
  }
}

@media (min-width: 996px) {
  .newsletter-container .newsletter-input-field {
    width: 75%;
  }
}

.newsletter-container .newsletter-btn {
  width: 100%;
  height: 56px;
  gap: 10px;
  border-radius: 116px;
  border: 1px solid #166d8c;
  padding: 16px;
  font-family: 'open sans', 'barlow';
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  background: #166d8c;
  color: #ffffff;
  margin-bottom: 20px;
}

.newsletter-container .newsletter-btn:hover {
  background-color: #68a176;
  border-color: #68a176;
}

@media (min-width: 996px) and (max-width: 1024px) {
  .newsletter-container .newsletter-btn {
    width: 30%;
  }
}

@media (min-width: 996px) {
  .newsletter-container .newsletter-btn {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .newsletter-container .newsletter-btn {
    width: 25%;
  }
}

.newsletter-container .validation-error {
  width: 100%;
  font-size: 10px;
  color: red;
  margin-top: 10px;
  display: block;
  height: 16px;
  visibility: hidden;
}

.newsletter-container .validation-error.show {
  visibility: visible;
}

.newsletter-container .newsletter-disclaimer {
  font-family: 'open sans', 'barlow';
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

@media (min-width: 996px) {
  .newsletter-container .newsletter-disclaimer {
    text-align: left;
  }
}

.newsletter-container .newsletter-image {
  display: none;
}

@media (min-width: 996px) {
  .newsletter-container .newsletter-image {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .newsletter-container .newsletter-image {
    width: 400px;
    margin-left: 40px;
    padding: 0;
  }
}

.page-register .loginradius-submit {
  margin-top: 1rem;
}

@media only screen and (min-width: 1024px) {
  .page-email-validation h1 span {
    display: none;
  }
}

.page-email-validation .identity-screen h2 {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .page-email-validation .identity-screen h2 {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-forgot-password {
    margin-left: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-email, .page-login {
    width: 50%;
    margin-left: 24%;
  }
}

@media only screen and (min-width: 1024px) {
  .page-email h1 span, .page-login h1 span {
    display: none;
  }
}

.page-email .identity-screen h2, .page-login .identity-screen h2 {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .page-email .identity-screen h2, .page-login .identity-screen h2 {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .identity-intro {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .identity-intro {
    padding-top: 1.5rem;
    background: none;
    align-items: center;
    height: 100vh;
  }
}

.identity-intro h1 {
  font-family: "source sans pro", arial, helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1.166;
}

@media only screen and (min-width: 1024px) {
  .identity-intro h1 {
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }
}

.identity-intro h2 {
  font-family: "source sans pro", arial, helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1.166;
  font-family: "source sans pro", arial, helvetica, sans-serif;
  margin-bottom: 0.5rem;
}

.identity-intro p {
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .identity-intro .healthing-logo {
    width: 17.19rem;
    margin: 0 0 2rem;
  }
}

@media (min-width: 1024px) {
  .page-forgot-password h1 {
    font-family: "barlow", sans-serif;
  }
}

.identity-feature-list {
  padding-left: 0.5rem;
  margin: 1rem;
}

.identity-feature-list li {
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.25;
  font-family: "open sans", helvetica, arial, sans-serif;
  margin-bottom: 1.5rem;
}

.identity-incentives {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .identity-incentives {
    display: block;
  }
}

.identity-screen {
  flex-direction: column;
  padding-right: 0;
  margin-right: 0;
}

@media only screen and (min-width: 1024px) {
  .identity-screen {
    background: #eeeeee;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}

.identity-screen h2 {
  font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  display: none;
}

@media (min-width: 1024px) {
  .identity-screen h2 {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .identity-screen h2 .page-email, .identity-screen h2 .page-login {
    width: 50%;
    margin-left: 25%;
  }
}

.identity-screen p {
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.identity-screen .form-container__field {
  margin-bottom: 1.5rem;
}

.identity-screen .form__label--checkbox {
  font-size: .8125rem;
  line-height: 1.2188;
}

.identity-screen .form__label--checkbox input[type='checkbox'] {
  min-height: auto;
  margin-top: 0.125rem;
}

.identity-screen .identity-mice-type {
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.33;
  margin-top: 1rem;
}

.identity-screen .identity-mice-type .identity__link {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: #2d73c4;
}

.identity-screen .identity-form__message--error {
  margin-top: 1.5rem;
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #d2232a;
  line-height: 1.2188;
}

.identity-screen .identity-form__message--error ul {
  padding: 0;
  margin: 0;
}

.identity-screen .identity-form__message--error li {
  display: flex;
}

.identity-screen .identity-form__message--error li::before {
  content: '';
  padding-right: 2rem;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-repeat: no-repeat;
  background-image: url("/static/core/image/common-icon/icon-error-alert.svg");
  background-position: 0 0;
  background-size: contain;
}

.identity-screen .resend-activation-email__message--success {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  line-height: 1.2188;
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.identity-screen .resend-activation-email__message--success::before {
  content: '';
  margin-right: 0.25rem;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-repeat: no-repeat;
  background-image: url("/static/core/image/common-icon/icon-success-checkmark.svg");
  background-position: 0 0;
  background-size: contain;
}

.identity-divider {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.285;
}

.identity-divider__line {
  background-color: #cacaca;
  width: 100%;
  height: 0.0625rem;
}

.identity-divider__text {
  padding: 0 1rem;
}

.identity__link-container {
  justify-content: space-between;
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.285;
}

.identity-screen-success--active {
  margin-right: 10px;
}

.identity-screen-success--active .identity-screen-form,
.identity-screen-success--active .identity-screen-error,
.identity-screen-success--active .identity-screen-validating-email {
  display: none;
}

.identity-screen-success--active .identity-screen-form .identity__link,
.identity-screen-success--active .identity-screen-error .identity__link,
.identity-screen-success--active .identity-screen-validating-email .identity__link {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: #2d73c4;
}

.identity-screen-success--active .identity-screen-success {
  display: block;
}

.identity-screen-success {
  display: block;
}

.identity-screen-success .identity__link {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: #2d73c4;
}

.identity-screen-error--active .identity-screen-form,
.identity-screen-error--active .identity-screen-success,
.identity-screen-error--active .identity-screen-validating-email {
  display: none;
}

.identity-screen-error--active .identity-screen-error {
  display: block;
}

.identity-screen__email-validation-success {
  display: none;
}

.identity-screen__email-validation-success--active .identity-screen__email-validation {
  display: none;
}

.identity-screen__email-validation-success--active .identity-screen__email-validation-success {
  display: block;
}

.loginradius-submit {
  margin-top: 1.5rem;
  margin-bottom: 30px;
}

.footer-viafoura {
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.33;
  margin-bottom: 0.25rem;
}

.footer-viafoura .copyright__brand-logo {
  float: unset;
  display: block;
  height: auto;
  padding-bottom: 0.25rem;
}

.identity-footer {
  margin: 2rem 0 1rem;
}

.identity-footer .copyright__brand-logo {
  float: unset;
  display: block;
  height: auto;
  padding-bottom: 0.25rem;
}

.identity-footer svg {
  fill: #191919;
}

.identity-footer p {
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.33;
  margin-bottom: 0.25rem;
}

.identity-footer__links {
  display: flex;
  margin-bottom: 0.5rem;
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.33;
}

.identity-footer__links li {
  margin-right: 1rem;
}

.identity-intro .page-email .healthing-logo, .identity-intro .page-login .healthing-logo {
  margin: 0 0 1.5rem;
}

.identity-intro .page-email .identity-screen .email, .identity-intro .page-login .identity-screen .email {
  display: none;
}

@media (min-width: 1024px) {
  .identity-intro .page-email .identity-screen h2, .identity-intro .page-login .identity-screen h2 {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .identity-intro {
    width: 24.5rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .identity-intro {
    width: 50%;
  }
}

.identity-screen-form,
.identity-screen-success,
.identity-screen-error {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .identity-screen-form,
.identity-screen-success,
.identity-screen-error {
    width: 24.5rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .identity-screen-form,
.identity-screen-success,
.identity-screen-error {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .identity-screen-form,
.identity-screen-success,
.identity-screen-error {
    width: 24.5rem;
  }
}

@media (max-width: 1023px) {
  .identity-screen-success h2 {
    display: block;
  }
}

.identity-screen-form--active .identity-screen-form {
  display: block;
}

.content-loginradius-password input,
.content-loginradius-confirmpassword input {
  padding-right: 4rem;
}

.show-password-button-container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom: 2.313rem;
  height: 0;
}

.show-password-button {
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #555555;
  line-height: 1.33;
  width: 4rem;
  height: 2.313rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0.25rem;
}

.show-password-button .button__text {
  padding-right: 0.125rem;
}

.identity-social-login {
  margin-top: 1.5rem;
}

.button__social-login {
  border: 0.0625rem solid #cacaca;
  box-shadow: 0 0.0625rem 0.0625rem 0 #cacaca;
  background: #ffffff;
  margin-bottom: 1rem;
}

.button__social-login .button__icon {
  margin-right: 1rem;
  display: block;
  height: 2.375rem;
  width: 2.375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.button__social-login .button__text {
  width: 11rem;
  text-align: left;
}

.button__social-login .button__icon--facebook {
  background-image: url("/static/core/image/social-network-icons/icon-facebook.svg");
}

.button__social-login .button__icon--google {
  background-image: url("/static/core/image/social-network-icons/icon-google.svg");
}

.button__social-login .button__icon--apple {
  background-image: url("/static/core/image/social-network-icons/icon-apple.svg");
}

.button__social-login .button__icon--live {
  background-image: url("/static/core/image/social-network-icons/icon-microsoft.svg");
}

.button__social-login:disabled {
  box-shadow: none;
}

.button__social-login:disabled .button__icon--facebook {
  background-image: url("/static/core/image/social-network-icons/icon-facebook-disabled.svg");
}

.button__social-login:disabled .button__icon--google {
  background-image: url("/static/core/image/social-network-icons/icon-google-disabled.svg");
}

.button__icon--eye-hidden {
  display: none;
}

.show-password--visible .button__icon--eye-show {
  display: none;
}

.show-password--visible .button__icon--eye-hidden {
  display: block;
}

.identity-loader {
  width: 5rem;
  height: 5rem;
  display: block;
  margin: 10% auto;
  border-radius: 50%;
  border: 0.66666667rem solid #ffffff;
  border-top: 0.66666667rem solid #555555;
  animation: identity-loader-spin 2s linear infinite;
}

@keyframes identity-loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.identity-screen-form--active .identity-screen__loader,
.identity-screen-success--active .identity-screen__loader,
.identity-screen-error--active .identity-screen__loader {
  display: none;
}

@media (min-width: 1024px) {
  .identity-screen-form--active .email, .identity-screen-form--active .forgot-password,
.identity-screen-success--active .email,
.identity-screen-success--active .forgot-password,
.identity-screen-error--active .email,
.identity-screen-error--active .forgot-password {
    width: 24.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .identity-screen-form--active .email, .identity-screen-form--active .forgot-password,
.identity-screen-success--active .email,
.identity-screen-success--active .forgot-password,
.identity-screen-error--active .email,
.identity-screen-error--active .forgot-password {
    width: 50%;
  }
}

.content-loginradius-firstname {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 0.5rem;
}

.content-loginradius-lastname {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 0.5rem;
}

.subscription-offer-link {
  font-family: "open sans", helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.25;
  margin-top: 2rem;
  display: block;
}

.button__back-to-site {
  margin-top: 1.5rem;
}

#account-nav-controller svg, #account-nav-controller-small svg {
  fill: none;
}

@media (min-width: 992px) {
  .article-footer {
    display: block;
    flex: 0 0 50%;
    width: 50%;
    margin-left: 25%;
    margin-bottom: 50px;
  }
}

.profile-button {
  width: auto;
}

.profile-service .settings-delete-button {
  height: auto;
  padding: 6px;
}

.vf3-comments {
  z-index: 1;
}

.vf3-comments__fade-out[data-v-2ad154a6] {
  overflow: visible;
}

.vf-promo-gtag {
  display: block !important;
  position: absolute;
}

.vf-trending-articles {
  margin-top: 30px !important;
  margin-bottom: -30px !important;
}

@media (min-width: 768px) {
  .vf-trending-articles {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.vf-trending-articles__header {
  position: absolute;
  margin-top: 20px !important;
}

.vf-trending-articles__row {
  margin-top: 50px !important;
}

@media (min-width: 992px) {
  .vf-trending-articles__row {
    margin-left: 160px !important;
    margin-bottom: -50px !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .vf-trending-articles__row {
    margin-left: 190px !important;
    margin-bottom: -50px !important;
  }
}

@media (min-width: 1400px) {
  .vf-trending-articles__row {
    margin-left: 220px !important;
    margin-bottom: -50px !important;
  }
}

.vf-trending-articles__content-wrapper {
  border-width: 1px 0 0 0 !important;
  border-color: #8eb897 !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  .vf-trending-articles__content-wrapper {
    margin-bottom: -40px !important;
    margin-top: 30px !important;
  }
}

@media (min-width: 1200px) {
  .vf-trending-articles__content-wrapper {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .vf-trending-articles__flex-wrapper {
    position: absolute;
  }
}

@media (min-width: 992px) {
  .vf-trending-articles__flex-wrapper {
    margin-top: 10px !important;
  }
}

.vf-trending-section {
  margin-left: -20px !important;
  margin-right: -15px !important;
  margin-top: -15px !important;
}

@media (min-width: 768px) {
  .vf-trending-section {
    margin-left: 300px !important;
    margin-top: 1% !important;
    margin-bottom: 20px !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 993px) {
  .vf-trending-section {
    margin-left: 1px !important;
    margin-top: 1% !important;
    margin-bottom: 0 !important;
    margin-right: -15px !important;
  }
}

.viafoura {
  height: auto;
  width: 100%;
}

.viafoura button.vf-follow-button {
  margin-top: 10px;
}

.viafoura .vf-content-layout {
  width: 100%;
}

.viafoura .vf-post-form__auth-actions {
  display: none;
}

.viafoura .vf-post-form[class="v3-comments__post-form"] {
  margin-top: 0;
}

.viafoura header.vf-comment-header[class="vf-comment-header"] h2 {
  display: none;
}

.viafoura footer.vf3-conversations-footer[class="vf3-conversations-footer"] {
  display: none;
}

[data-sso-commenting="viafoura"] .viafoura > .vf-tray-trigger {
  visibility: hidden;
  cursor: not-allowed;
  pointer-events: none;
}

.sso-signedout .viafoura button.vf-tray-trigger[type="button"] {
  display: none;
}

.vf-comments-count {
  display: none;
}

.article-meta-comment-count {
  display: flex;
  align-items: center;
  font-family: 'open sans', 'barlow';
  font-size: .8125rem;
  font-weight: 700;
  color: #166d8c;
  line-height: 1.2188;
  text-decoration: none;
  white-space: nowrap;
  white-space: nowrap;
  margin-bottom: 1rem;
  min-height: 16px;
}

@media (min-width: 992px) {
  .article-meta-comment-count {
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.article-meta-comment-count .comment-bubble {
  display: inline-block;
  vertical-align: middle;
  color: #166d8c;
  margin-right: 0.375rem;
}

.author-info {
  padding: 0 20px;
}

@media (min-width: 1200px) {
  .author-info {
    padding: 0 222px;
  }
}

@media (min-width: 1440px) {
  .author-info {
    padding: 0 325px;
  }
}

.author-info .top-section {
  display: flex;
  align-items: center;
}

.author-info .top-section .author-profile-photo {
  border-radius: 50%;
}

.author-info .top-section .author-name {
  font-family: 'barlow', 'open sans';
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .author-info .top-section .author-name {
    font-size: 42px;
    line-height: 50px;
  }
}

.author-info .bottom-section .author-biography {
  font-family: 'open sans', 'barlow';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}

.breadcrumbs {
  font-size: 12px;
  display: inline-block;
  font-family: 'open sans', 'barlow';
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (min-width: 480px) {
  .breadcrumbs {
    -webkit-line-clamp: 1;
    max-width: 768px;
  }
}

.breadcrumbs .breadcrumb-link {
  font-size: 12px;
}

.breadcrumbs .lastcrumb {
  color: #555555;
}

.breadcrumbs .breadcrumb-divider {
  margin-left: 2px;
  margin-right: 2px;
}

.breadcrumbs .breadcrumb-divider, .breadcrumbs .lastcrumb {
  font-weight: bold;
}

