/* herb.vn — page aging well issue. Preserve stylesheet load order. */

.homeTemplate [role=main] {
  padding-bottom: 2em;
}

@media (min-width:50em) {
  .g-two-up {
    display: flex;
    flex-wrap: wrap;
  }
  .g-two-up .g-main {
    padding-right: 2rem;
  }
  .g-two-up .g-main,.g-two-up .g-secondary {
    width: 50%;
  }
}

.g-four-up .g-item {
  width: 100%;
}

@media (min-width:34em) {
  .g-four-up .g-item {
    width: 50%;
  }
}

@media (min-width:50em) {
  .g-four-up .g-item {
    width: 33.33333%;
  }
}

@media (min-width:64em) {
  .g-four-up .g-item {
    width: 25%;
  }
}

.g-two-three-six {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  width: 100%;
}

.g-two-three-six .g-item {
  width: 50%;
  max-width: 20em;
}

@media (min-width:19em) {
  .g-two-three-six .g-item {
    width: 33.33333%;
  }
}

@media (min-width:50em) {
  .g-two-three-six .g-item {
    flex-wrap: nowrap;
    width: 16.666667%;
  }
}

:root {
  --site-wide-notification-size: 4rem;
  --site-wide-notification-whitespace: 0;
  --header-size-dynamic: 3.625rem;
}

@media (min-width:50em) {
  :root {
    --header-size-dynamic: 4.5625rem;
  }
}

@media (min-width:61em) {
  :root {
    --header-size-dynamic: 6.25rem;
  }
}

.header-condensed~* {
  --header-size-dynamic: 3.0625rem;
}

@media (min-width:50em) {
  .header-condensed~* {
    --header-size-dynamic: 3.6875rem;
  }
}

@media (min-width:61em) {
  .header-condensed~* {
    --header-size-dynamic: 3.75rem;
  }
}

.js-scads-inline-content {
  position: absolute;
  top: -10000in;
}

#main {
  position: relative;
}

.header .menu-button:focus-visible {
  outline: 3px solid #3F7050;
  outline-offset: 1px;
}

@supports not selector(:focus-visible) {
  .header .menu-button:focus {
    outline: 3px solid #3F7050;
    outline-offset: 1px;
  }
}

.header .nav-list-item .nav-title.nav-tools__title {
  border: none;
  padding: 0;
  background-color: inherit;
}

.header {
  display: flex;
  position: fixed;
  z-index: 98;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5rem 1rem;
  box-shadow: 0 3px 4px rgba(0,0,0,.08);
  background: #fff;
  transition: all .1s ease;
}

@media (min-width:50em) {
  .header {
    padding: .9rem 2rem;
  }
}

@media (min-width:61em) {
  .header {
    height: 100px;
    border-bottom: 1px solid #d3d3d3;
    padding: .5rem 2rem;
  }
}

@media (min-width:78em) {
  .header {
    padding: .5rem calc(50% - 37.5rem);
  }
}

@media (min-width:61em) {
  .header:not(.header-condensed) .logo{justify-content:center;align-self:flex-start}
}

.header:not(.is-fullnav) .header-nav-panel {
  display: none;
}

@media (min-width:61em) {
  .header:not(.is-fullnav) .menu-button-container {
    display: none;
  }
}

.header.is-fullnav {
  border-bottom: 1px solid #d3d3d3;
  box-shadow: 0 4px 3px -3px rgba(0,0,0,.08);
}

@media (min-width:61em) {
  .header.is-fullnav:not(.header-condensed) {
    height: 63px;
    padding-bottom: 0;
  }
  .header.is-fullnav:not(.header-condensed) .menu-button-container {
    top: 2px;
  }
}

.header.is-fullnav .header-nav-panel {
  display: block;
  max-height: 100vh;
  -webkit-overflow-scrolling: touch;
}

.header.is-fullnav .menu-button .icon-x {
  display: block;
}

.header.is-fullnav .menu-button .icon-hamburger,.header.is-fullnav .menu-button span {
  display: none;
}

.header.is-fullnav .search-button {
  visibility: hidden;
}

.header.is-fullnav .nav-list {
  display: none;
}

.header .header-secondary {
  display: flex;
  align-items: center;
  flex-grow: 0;
}

@media (min-width:61em) {
  .header .header-secondary {
    position: absolute;
    top: 12px;
    right: 0;
  }
}

.header .menu-button {
  display: block;
  flex: 1;
  outline: 0;
  height: 3em;
}

.header .menu-button-inner {
  display: flex;
  align-items: center;
}

.header .menu-button-container {
  flex: 1;
}

@media (min-width:61em) {
  .header .menu-button-container {
    position: absolute;
    right: 0;
    padding: inherit;
  }
}

.header .menu-button .icon-x {
  display: none;
  width: 25px;
  height: 20px;
  fill: #646464;
  transition: all .15s ease-in-out;
}

.header .menu-button .icon-hamburger {
  margin-right: .625rem;
  width: 25px;
  height: 20px;
  fill: #646464;
  transition: all .15s ease-in-out;
}

@media (min-width:61em) {
  .header .menu-button .icon-hamburger {
    display: none;
  }
}

.header .menu-button span {
  display: none;
}

@media (min-width:34em) {
  .header .menu-button span {
    display: block;
  }
}

@media (min-width:61em) {
  .header .menu-button span {
    display: none;
  }
}

.header .menu-button:focus,.header .menu-button:focus-visible,.header .menu-button:hover {
  color: #173D2D;
}

.header .menu-button:focus .icon-x,.header .menu-button:focus-visible .icon-x,.header .menu-button:hover .icon-x {
  fill: #173D2D;
}

.header .menu-button:focus .icon-hamburger,.header .menu-button:focus-visible .icon-hamburger,.header .menu-button:hover .icon-hamburger {
  fill: #173D2D;
}

@media (min-width:34em) {
  .header .menu-button .icon-hamburger {
    width: 30px;
    height: 25px;
  }
  .header .menu-button .icon-x {
    width: 30px;
    height: 25px;
  }
}

@media (min-width:61em) {
  .header .menu-button .icon-x {
    width: 22px;
    height: 22px;
  }
}

.header .header-nav-panel {
  display: flex;
  position: fixed;
  z-index: 2;
  align-items: flex-start;
  flex: 1 0 100%;
  flex-direction: column;
  order: 5;
  inset: 59px 0 0;
  width: 100%;
  max-height: 0;
  padding: 0;
  overflow: hidden auto;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.4);
  background: #fff;
  background-size: contain;
  transition: top .15s ease-in-out;
}

@media (min-width:34em) {
  .header .header-nav-panel {
    align-items: center;
  }
}

@media (min-width:50em) {
  .header .header-nav-panel {
    top: 75px;
  }
}

@media (min-width:61em) {
  .header .header-nav-panel {
    top: 63px;
  }
}

.header-bordered {
  border-bottom: 1px solid #d3d3d3;
  box-shadow: 0 4px 3px -3px rgba(0,0,0,.08);
}

.header-condensed,.header.journey-nav-stuck {
  border-bottom: 1px solid #d3d3d3;
  border-top-width: 0;
  box-shadow: 0 4px 3px -3px rgba(0,0,0,.08);
}

@media (max-width:50em) {
  .header-condensed,.header.journey-nav-stuck {
    padding: .2rem 1rem;
  }
  .header-condensed .header-nav-panel,.header.journey-nav-stuck .header-nav-panel {
    top: 50px;
  }
}

@media (min-width:50em) {
  .header-condensed,.header.journey-nav-stuck {
    padding: .5rem 1rem;
  }
  .header-condensed .header-nav-panel,.header.journey-nav-stuck .header-nav-panel {
    top: 60px;
  }
  .header-condensed .menu-button-container,.header.journey-nav-stuck .menu-button-container {
    flex: none;
  }
}

@media (min-width:78em) {
  .header-condensed,.header.journey-nav-stuck {
    padding: .3rem calc(50% - 37.5rem);
  }
}

.header-condensed .menu-button-container,.header.journey-nav-stuck .menu-button-container {
  margin-right: 1rem;
}

@media (min-width:61em) {
  .header-condensed .menu-button-container,.header.journey-nav-stuck .menu-button-container {
    margin-right: 0;
  }
}

.header-condensed .menu-button .icon-hamburger,.header.journey-nav-stuck .menu-button .icon-hamburger {
  margin-right: 0;
  width: 25px;
  height: 20px;
}

.header-condensed .menu-button .icon-x,.header.journey-nav-stuck .menu-button .icon-x {
  width: 25px;
  height: 20px;
}

.header-condensed .menu-button span,.header.journey-nav-stuck .menu-button span {
  display: none;
}

.header-condensed .header-secondary,.header.journey-nav-stuck .header-secondary {
  order: 4;
}

.header-condensed .logo.verywell svg,.header-condensed .logo.verywellfamily svg,.header-condensed .logo.verywellhealth svg,.header.journey-nav-stuck .logo.verywell svg,.header.journey-nav-stuck .logo.verywellfamily svg,.header.journey-nav-stuck .logo.verywellhealth svg{width:150px;height:26px}
@media (min-width:50em) {
  .header-condensed .logo.verywell svg,.header-condensed .logo.verywellfamily svg,.header-condensed .logo.verywellhealth svg,.header.journey-nav-stuck .logo.verywell svg,.header.journey-nav-stuck .logo.verywellfamily svg,.header.journey-nav-stuck .logo.verywellhealth svg{width:165px;height:30px}
}

.article-journey .header {
  transform: initial;
  transition: all .15s ease-in-out;
}

.header .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

@media (min-width:61em) {
  .header .nav {
    position: relative;
    justify-content: center;
    flex-basis: 100%;
    width: 100%;
  }
}

.header .nav-list {
  display: none;
}

@media (min-width:61em) {
  .header .nav-list {
    display: flex;
    justify-content: center;
  }
}

.header .nav-list-item {
  display: inline-block;
  position: relative;
  padding: .6875rem .75rem;
}

.header .nav-list-item:focus-within,.header .nav-list-item:hover {
  cursor: pointer;
}

.header .nav-list-item:focus-within .nav-sub,.header .nav-list-item:hover .nav-sub {
  display: block;
}

.header .nav-list-item:first-child {
  padding-left: 0;
}

.header .nav-list-item:first-child .nav-sub {
  left: -20px;
}

.header .nav-list-item:last-child {
  padding-right: 0;
}

.header .nav-list-item.active .nav-title a,.header .nav-list-item.active .nav-tools__title {
  border-bottom: 3px solid #245A43;
  padding-bottom: .125rem;
}

.header .nav-list-item .nav-title a,.header .nav-list-item .nav-tools__title {
  font-size: var(--font-size-16);
  color: #173D2D;
}

.header .nav-list-item .nav-title {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}

.header .nav-sub {
  box-sizing: border-box;
  display: none;
  position: absolute;
  z-index: 3;
  top: 47px;
  left: -9px;
  width: 230px;
  border: 1px solid #F7F5EF;
  border-top: none;
  padding: .375rem 1.25rem 1rem;
  box-shadow: 0 4px 4px rgba(0,0,0,.2);
  background: #fff;
}

.header .nav-sub:hover {
  cursor: default;
}

.header .nav-sub li {
  float: left;
  clear: left;
  padding: .375rem 0;
  line-height: 1.2;
}

.header .nav-sub li.nav-item-active span,.header .nav-sub li.nav-item-active:not(.view-all) a {
  color: #245A43;
}

.header .nav-sub li.nav-item-active span {
  font-size: var(--font-size-16);
  cursor: default;
}

.header .nav-sub li span {
  font-size: var(--font-size-16);
}

.header .nav-sub a {
  font-size: var(--font-size-16);
  color: #173D2D;
}

.header .nav-sub a span:hover {
  cursor: pointer;
}

.header .nav-sub .view-all a:hover {
  color: #245A43;
}

.header .nav-sub .view-all a {
  padding: 0;
  font-size: .9375rem;
  color: #646464;
}

.header .nav-sub .view-all a .icon-circle-arrow {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.header-condensed {
  box-shadow: 0 3px 4px rgba(0,0,0,.08);
}

@media (min-width:61em) {
  .header-condensed {
    height: 60px;
    padding: 0 1rem;
  }
  .header-condensed .logo{flex-basis:auto}
}

@media (min-width:64em) {
  .header-condensed {
    padding: 0 2rem;
  }
}

@media (min-width:78em) {
  .header-condensed {
    padding: 0 calc(50% - 37.5rem);
  }
}

@media (min-width:61em) {
  .header-condensed .header-secondary {
    position: relative;
    top: 0;
    margin-left: auto;
  }
}

.header-condensed .nav {
  flex: 1;
  order: 4;
  padding-left: .75rem;
}

@media (min-width:61em) {
  .header-condensed .nav {
    justify-content: flex-start;
  }
}

.header-condensed .nav-sub {
  top: 60px;
}

.header-condensed .nav-list-item {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}

@media (min-width:61em) {
  .header-condensed .nav-list-item {
    padding: 1.0625rem .375rem;
  }
}

@media (min-width:64em) {
  .header-condensed .nav-list-item {
    padding: 1.0625rem .75rem;
  }
}

.header-condensed .nav-list-item:first-child>span {
  border-left: 1px solid #d3d3d3;
  padding-left: .75rem;
}

.header-condensed .nav-list-item:first-child .nav-sub {
  left: -7px;
}

.skip-link {
  position: absolute;
  z-index: 100;
  top: 0;
  left: -1000rem;
  padding: 1rem 1.5rem;
  font-family: var(--font-family-a);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold-700);
  letter-spacing: .0625rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #245A43;
  transition: top .3s ease-in-out;
}

.skip-link:focus {
  left: 0;
}

.logo{display:flex;position:relative;z-index:3;text-align:center;transition:all .15s ease-in-out}
.logo.verywell svg{width:120px}
@media (min-width:34em) {
  .logo.verywell svg{width:136px}
}

@media (min-width:50em) {
  .logo.verywell svg{width:175px}
}

.logo.small svg{height:22px}
.logo.small.verywellhealth svg{width:126px}
.logo.small.verywellfamily svg{width:130px}
.logo.small.verywell svg{width:86px}
.logo .select-arrow{position:absolute;right:-15px;bottom:-5px}
.logo .vw-prefix{fill:#13404f}
.logo:hover svg .verywell-logo-use{fill:rgb(9.112244898,30.693877551,37.887755102)}
.logo:hover svg .verywellhealth-use{fill:#1d738b}
.logo:hover svg .verywellfamily-use{fill:#5d4397}
.logo svg{display:block;width:175px;height:30px}
@media (min-width:34em) {
  .logo svg{width:205px;height:35px}
}

@media (min-width:50em) {
  .logo svg{width:262px;height:45px}
}

.logo svg .verywell-logo-use{fill:#13404f}
.logo svg .verywellhealth-use{fill:#1cacbd}
.logo svg .verywellfamily-use{fill:#9755cb}
.logo svg .very-logo-use{fill:#1cacbd}
.logo svg .well-use{fill:#13404f}
.fullscreen-nav {
  display: flex;
  flex-flow: column wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 75rem;
  padding: 1rem;
}

@media (min-width:34em) {
  .fullscreen-nav {
    flex-direction: row;
  }
}

@media (min-width:50em) and (max-width:70em) {
  .fullscreen-nav {
    padding: 1rem 1.5rem;
  }
}

.fullscreen-nav .text-btn {
  padding: 0;
  letter-spacing: 1px;
  color: #646464;
  transition: all .15s ease-in-out;
}

.fullscreen-nav .general-search {
  margin: 1rem 0;
  width: 100%;
}

@media (min-width:50em) {
  .fullscreen-nav .general-search {
    margin: 1rem auto;
    padding: 0 12.5%;
  }
}

@media (min-width:64em) {
  .fullscreen-nav .general-search {
    padding: 0 15%;
  }
}

@media (min-width:70em) {
  .fullscreen-nav .general-search {
    padding: 0 25%;
  }
}

.fullscreen-nav .breadcrumbs-tags-section {
  margin-right: 3em;
  width: 100%;
}

@media (min-width:34em) {
  .fullscreen-nav .breadcrumbs-tags-section {
    flex: 1;
    padding-top: .7em;
  }
}

.fullscreen-nav .breadcrumbs-list,.fullscreen-nav .breadcrumbs-tools {
  margin-bottom: 2rem;
  width: 100%;
  background: 0 0;
}

.fullscreen-nav .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-list>.breadcrumbs-list-item:not(.is-active),.fullscreen-nav .breadcrumbs-tools.hide-siblings-mobile .breadcrumbs-list-list>.breadcrumbs-list-item:not(.is-active) {
  display: none;
}

.fullscreen-nav .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-list>.breadcrumbs-list-item:not(.is-active):not(.is-collapsed),.fullscreen-nav .breadcrumbs-tools.hide-siblings-mobile .breadcrumbs-list-list>.breadcrumbs-list-item:not(.is-active):not(.is-collapsed) {
  display: block;
}

.fullscreen-nav .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-subtitle,.fullscreen-nav .breadcrumbs-tools.hide-siblings-mobile .breadcrumbs-list-subtitle {
  display: block;
}

.fullscreen-nav .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-item.is-active>a,.fullscreen-nav .breadcrumbs-tools.hide-siblings-mobile .breadcrumbs-list-item.is-active>a {
  display: block;
  border-bottom: 0;
}

.fullscreen-nav .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-item.is-collapsed,.fullscreen-nav .breadcrumbs-tools.hide-siblings-mobile .breadcrumbs-list-item.is-collapsed {
  display: none;
}

.fullscreen-nav .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-item.is-parent .breadcrumbs-list-link,.fullscreen-nav .breadcrumbs-tools.hide-siblings-mobile .breadcrumbs-list-item.is-parent .breadcrumbs-list-link {
  border-bottom: 0;
}

.fullscreen-nav .breadcrumbs-list-list,.fullscreen-nav .breadcrumbs-tools-list {
  margin-bottom: .5rem;
}

.fullscreen-nav .breadcrumbs-list-subtitle,.fullscreen-nav .breadcrumbs-tools-subtitle {
  color: #245A43;
}

.fullscreen-nav .breadcrumbs-list-subtitle a,.fullscreen-nav .breadcrumbs-tools-subtitle a {
  color: #173D2D;
}

.fullscreen-nav .breadcrumbs-list-subtitle a:focus,.fullscreen-nav .breadcrumbs-list-subtitle a:hover,.fullscreen-nav .breadcrumbs-tools-subtitle a:focus,.fullscreen-nav .breadcrumbs-tools-subtitle a:hover {
  color: #245A43;
}

.fullscreen-nav .breadcrumbs-list-link,.fullscreen-nav .breadcrumbs-tools-link {
  border-bottom: 1px dotted #d3d3d3;
  font-size: inherit;
  line-height: inherit;
  color: #173D2D;
}

.fullscreen-nav .breadcrumbs-list-link:hover,.fullscreen-nav .breadcrumbs-tools-link:hover {
  color: #245A43;
}

.fullscreen-nav .breadcrumbs-list-submenu,.fullscreen-nav .breadcrumbs-tools-submenu {
  border-bottom: 1px dotted #d3d3d3;
  padding-left: .8rem;
}

.fullscreen-nav .breadcrumbs-list-item.is-active>a,.fullscreen-nav .breadcrumbs-tools-item.is-active>a {
  color: #245A43;
}

.fullscreen-nav .breadcrumbs-tools .breadcrumbs-list-subtitle {
  display: block;
  margin-bottom: .5rem;
  border-bottom: 1px dotted #d3d3d3;
  padding-bottom: 0;
}

.fullscreen-nav .breadcrumbs-tools .breadcrumbs-list-item {
  margin-bottom: .4rem;
}

.fullscreen-nav .breadcrumbs-tools .breadcrumbs-list-link {
  line-height: 1.2;
}

.fullscreen-nav .breadcrumbs-tools a {
  border: none;
  padding: .2em .4em .1em 0;
}

@media (min-width:50em) {
  .fullscreen-nav .breadcrumbs-tools a {
    padding-right: .4em;
  }
}

.fullscreen-nav .tags-section {
  display: none;
}

@media (min-width:34em) {
  .fullscreen-nav .tags-section {
    display: block;
  }
}

.fullscreen-nav .tags-section .tags-nav {
  display: flex;
  justify-content: flex-start;
}

.fullscreen-nav-list {
  display: block;
  flex: 1;
  margin-top: 2em;
  padding-top: .7em;
}

.fullscreen-nav-list-item {
  padding: 0 .5em .5em 0;
}

.fullscreen-nav-title {
  display: block;
  margin-bottom: .5rem;
  border-bottom: 1px dotted #d3d3d3;
}

.fullscreen-nav-title a {
  font-size: 1.5rem;
  color: #245A43;
}

.fullscreen-nav-title a:focus,.fullscreen-nav-title a:hover {
  color: #245A43;
}

.fullscreen-nav-sub {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: .5em;
}

@media (min-width:34em) {
  .fullscreen-nav-sub li:first-child,.fullscreen-nav-sub li:last-child,.fullscreen-nav-sub li:nth-child(2) {
    display: block;
  }
}

@media (min-width:50em) {
  .fullscreen-nav-sub {
    flex-direction: row;
  }
  .fullscreen-nav-sub li {
    width: 50%;
    padding-right: .4em;
  }
  .fullscreen-nav-sub li:nth-child(3) {
    display: block;
  }
}

@media (min-width:60em) {
  .fullscreen-nav-sub li {
    display: block;
  }
}

.fullscreen-nav-sub li {
  margin-bottom: .4rem;
  padding: .2em .1em .1em 0;
  line-height: 1.2;
}

.fullscreen-nav-sub a {
  color: #173D2D;
  transition: all .15s ease-in-out;
}

.fullscreen-nav-sub a:focus,.fullscreen-nav-sub a:hover {
  color: #245A43;
}

.fullscreen-nav-bottom-left {
  margin-right: 3em;
  width: 100%;
}

@media (min-width:64em) {
  .fullscreen-nav-bottom-left {
    flex: 1;
  }
}

.fullscreen-nav-bottom-right {
  margin-top: 1.5rem;
}

@media (min-width:64em) {
  .fullscreen-nav-bottom-right {
    flex: 1;
    margin-top: 1rem;
  }
}

.fullscreen-nav-alternate .fullscreen-nav-list {
  margin-top: 0;
}

@media (min-width:34em) {
  .fullscreen-nav-alternate .fullscreen-nav-list {
    margin-right: 3em;
  }
}

.fullscreen-nav-alternate .fullscreen-nav-list-item {
  width: 100%;
  padding: 0 0 .5em;
}

.fullscreen-nav-alternate .fullscreen-nav-title {
  border-bottom: 1px dotted #d3d3d3;
}

.fullscreen-nav-alternate .fullscreen-nav-title a {
  position: relative;
  font-size: 1.5rem;
}

.fullscreen-nav-alternate .fullscreen-nav-sub li {
  display: block;
}

.fullscreen-nav-alternate .breadcrumbs-tags-section {
  flex: 1;
  order: 0;
  margin-right: 0;
  padding-right: 0;
}

@media (min-width:34em) {
  .fullscreen-nav-alternate .breadcrumbs-tags-section {
    order: 1;
  }
}

.fullscreen-nav-bottom {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  order: 3;
  width: 100%;
  border-top: 1px dotted #d3d3d3;
}

.fullscreen-nav .copyright,.fullscreen-nav .disclaimer {
  color: #646464;
}

.fullscreen-nav .disclaimer {
  margin-bottom: 1rem;
}

.fullscreen-nav .copyright {
  margin-top: 1rem;
}

.breadcrumbs-list {
  position: relative;
  margin-bottom: 1rem;
  margin-left: -.625rem;
  padding-left: .625rem;
  line-height: 1.3;
}

.breadcrumbs-list .icon-circle-arrow.is-expandable {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.breadcrumbs-list-header {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6875rem;
}

.breadcrumbs-list-header a {
  color: #173D2D;
}

.breadcrumbs-list-header a:focus,.breadcrumbs-list-header a:hover {
  color: #245A43;
}

.breadcrumbs-list-subtitle {
  display: block;
  position: relative;
  border-bottom: 1px dotted #d3d3d3;
  padding-bottom: .5rem;
  font-size: 1.5rem;
}

.breadcrumbs-list-subtitle a {
  color: #173D2D;
}

.breadcrumbs-list-subtitle a:focus,.breadcrumbs-list-subtitle a:hover {
  color: #245A43;
}

.breadcrumbs-list-icon-active {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  position: relative;
  top: 3px;
  left: 1px;
  margin-left: -.75rem;
  width: 8px;
  height: 17px;
  fill: #245A43;
}

.breadcrumbs-list-list {
  display: flex;
  flex-direction: column;
}

.breadcrumbs-list-item.is-active>a:not(.text-btn) {
  position: relative;
}

.breadcrumbs-list-item.is-active>a:not(.text-btn):focus,.breadcrumbs-list-item.is-active>a:not(.text-btn):hover {
  color: #245A43;
}

.breadcrumbs-list-item.is-collapsed {
  display: none;
}

.breadcrumbs-list-item.is-parent .breadcrumbs-list-link {
  border-bottom: 0;
}

.breadcrumbs-list-link {
  display: block;
  position: relative;
  border-bottom: 1px dotted #d3d3d3;
  padding: .5em 0;
  font-size: var(--font-size-18);
  line-height: 1.2;
  color: #245A43;
}

.breadcrumbs-list-link:focus,.breadcrumbs-list-link:hover {
  color: #245A43;
}

.breadcrumbs-list-link.is-active {
  color: #424242;
}

.breadcrumbs-list-submenu {
  margin-top: -.0625rem;
}

@media (min-width:50em) {
  .breadcrumbs-list-submenu {
    border-bottom: 1px dotted #d3d3d3;
    padding-left: .8rem;
  }
  .breadcrumbs-list-submenu .breadcrumbs-list-link {
    border-bottom: 0;
    padding: .5rem 0;
  }
}

.breadcrumbs-list-submenu:empty {
  display: none;
}

.breadcrumbs-list.hide-siblings-mobile {
  margin-top: 0;
  padding-bottom: 0;
}

@media (max-width:50em) {
  .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-subtitle {
    display: none;
  }
  .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-list>.breadcrumbs-list-item:not(.is-active) {
    display: none;
  }
}

.breadcrumbs {
  margin-bottom: .25rem;
  width: 100%;
  color: #245A43;
}

.breadcrumbs svg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  display: inline-block;
  position: relative;
  top: 3px;
  width: 10px;
  height: 16px;
  fill: #d3d3d3;
}

.news-badge-wrapper+.breadcrumbs {
  display: inline;
}

@media (min-width:50em) {
  .glossaryTemplate .hero .general-search {
    width: 70%;
  }
}

@media (min-width:64em) {
  .glossaryTemplate .hero .general-search {
    max-width: 50%;
  }
}

.general-search-input::selection {
  color: #909090;
  background-color: transparent;
}

.general-search {
  min-height: 1.2em;
}

@media all and (min-width:50em) {
  .general-search .input-group {
    display: flex;
  }
}

.general-search-input:invalid {
  box-shadow: none;
}

.general-search .icon-magnifying-glass,.general-search .icon-x {
  position: relative;
  top: 2px;
  right: 0;
  width: 1.2em;
  height: 1.2em;
  fill: #245A43;
  transition: fill .15s ease-in-out;
}

.general-search .icon-x {
  fill: #646464;
}

.general-search .input-group {
  margin: 0;
}

.general-search .input-group input {
  outline: 0;
  border-width: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: var(--font-size-16);
}

.general-search .input-group .btn {
  border: 2px solid #d3d3d3;
  border-right: none;
  border-bottom-left-radius: 0;
  padding: 0 0 0 1em;
  background: #fff;
}

.general-search .input-group .btn.btn-go {
  display: none;
}

.general-search .input-group .btn:focus .icon-magnifying-glass,.general-search .input-group .btn:hover .icon-magnifying-glass {
  fill: #173D2D;
}

.general-search .input-group input+.btn,.general-search .input-group span+.btn {
  border: none;
  padding: 0 1em;
  background: #245A43;
}

.tags-section {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}

@media all and (min-width:50em) {
  .tags-section {
    margin: 1rem 0 1.5rem;
  }
}

.tags-nav {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  font-family: var(--font-family-a);
}

@media all and (min-width:50em) {
  .tags-nav {
    justify-content: flex-start;
  }
}

.article-content .tags-nav {
  margin-top: .3rem;
  margin-left: 0;
  border-top: 1px dotted #d3d3d3;
  padding-top: 1rem;
}

.trusted-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.trusted-links-link {
  display: flex;
  align-items: center;
}

.trusted-links-link:not(:last-child)::after {
  content: "";
  margin: 0 .5rem;
  height: 1rem;
  border-right: 1px solid #d3d3d3;
}

.trusted-links-link .link-list-link__deprecated {
  color: #173D2D;
}

.trusted-links-link .link-list-link__deprecated:focus,.trusted-links-link .link-list-link__deprecated:hover {
  color: #245A43;
}

.disclaimer {
  font-family: var(--font-family-b);
  font-size: var(--font-size-14);
  color: #d3d3d3;
}

.copyright {
  font-family: var(--font-family-b);
  font-size: var(--font-size-14);
  text-align: left;
  color: #d3d3d3;
}

.search-button {
  height: 1.7rem;
  border: 0;
  padding: 0;
  background: 0 0;
}

@media (min-width:64em) {
  .search-button {
    height: 1.3em;
  }
}

.search-button svg {
  top: 2px;
  width: 1.2em;
  height: 1.2em;
  fill: #245A43;
  transition: fill .15s ease-in-out;
}

@media (min-width:34em) {
  .search-button svg {
    width: 1.5em;
    height: 1.5em;
  }
}

@media (min-width:64em) {
  .search-button svg {
    width: 1.3em;
    height: 1.3em;
  }
}

.search-button:focus svg,.search-button:hover svg {
  fill: #173D2D;
}

@media (min-width:50em) {
  .prefooter .related-article-list {
    z-index: 1;
  }
}

div[data-iab-container$=flex] {
  position: relative;
  width: 100%;
  max-width: 1252px;
  font-size: 0;
}

div[data-iab-container$=flex][data-iabc-aspect]::before {
  content: " ";
  display: block;
}

div[data-iab-container$=flex][data-iabc-aspect="10x1"]::before {
  padding-top: 10%;
}

div[data-iab-container$=flex][data-iabc-aspect="8x1"]::before {
  padding-top: 12.5%;
}

div[data-iab-container$=flex][data-iabc-aspect="6x1"]::before {
  padding-top: 16.6666666667%;
}

div[data-iab-container$=flex][data-iabc-aspect="4x1"]::before {
  padding-top: 25%;
}

div[data-iab-container$=flex][data-iabc-aspect="3x1"]::before {
  padding-top: 33.3333333333%;
}

div[data-iab-container$=flex][data-iabc-aspect="1x1"]::before {
  padding-top: 100%;
}

div[data-iab-container$=flex][data-iabc-aspect="1x2"]::before {
  padding-top: 200%;
}

div[data-iab-container$=flex][data-iabc-aspect="1x3"]::before {
  padding-top: 300%;
}

div[data-iab-container$=flex]>iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.jump-link {
  transform: translateY(-60px);
}

.footer {
  isolation: isolate;
}

.footer .footer-inner {
  display: grid;
  padding: 0 1rem;
  color: #fff;
  background: #173D2D;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "logo" "newsletter" "social" "tax1" "links" "global" "footer-bottom";
}

@media (min-width:50em) {
  .footer .footer-inner {
    padding: 0 2rem;
    grid-template-columns: 45% 55%;
    grid-template-areas: "logo logo" "newsletter newsletter" "tax1 links" "social global" "footer-bottom footer-bottom";
  }
}

@media (min-width:64em) {
  .footer .footer-inner {
    grid-template-columns: 40% 18% 42%;
    grid-template-areas: "logo logo logo" "newsletter tax1 links" "social footer-bottom footer-bottom" "global footer-bottom footer-bottom";
  }
}

@media (min-width:70em) {
  .footer .footer-inner {
    grid-template-columns: 45% 20% 35%;
  }
}

@media (min-width:78em) {
  .footer .footer-inner {
    padding: 0 calc(50% - 37.5rem);
  }
}

.footer .footer-logo{grid-area:logo;border-bottom:dotted .0625rem #646464}
.footer .footer-newsletter {
  grid-area: newsletter;
}

.footer .footer-newsletter.newsletter-signup-vue {
  padding: 1.5rem 0;
}

@media (min-width:64em) {
  .footer .footer-newsletter.newsletter-signup-vue {
    border-bottom: dotted .0625rem #646464;
    padding: 2rem 3rem 1.5rem 0;
  }
}

.footer .health-social-nav {
  border-bottom: dotted .0625rem #646464;
  padding-bottom: 1.5rem;
}

@media (min-width:50em) {
  .footer .health-social-nav {
    padding-top: 1rem;
  }
}

@media (min-width:64em) {
  .footer .health-social-nav {
    border-bottom: none;
    padding-top: 2rem;
  }
}

.footer .social-nav__title {
  color: #d3d3d3;
}

.footer .social-nav__link {
  padding: .625rem;
  background: rgba(255,255,255,.28);
}

.footer .social-nav__link:hover {
  background: rgba(255,255,255,.5);
}

.footer .social-nav__list {
  column-gap: .5rem;
}

.footer .social-nav__list li {
  margin: .25rem 0;
  width: 40px;
  height: 40px;
}

.footer .footer-links,.footer .footer-tax1 {
  border-bottom: dotted .0625rem #646464;
  padding: 1rem 0 1.5rem;
}

@media (min-width:50em) {
  .footer .footer-links,.footer .footer-tax1 {
    padding-bottom: 2rem;
  }
}

@media (min-width:64em) {
  .footer .footer-links,.footer .footer-tax1 {
    padding-top: 2rem;
  }
}

.footer .footer-links a,.footer .footer-tax1 a {
  color: #F7F5EF;
}

.footer .footer-links a:hover,.footer .footer-tax1 a:hover {
  color: #B8D4A5;
}

.footer .footer-tax1 {
  grid-area: tax1;
}

@media (min-width:64em) {
  .footer .footer-tax1 {
    padding-right: .625rem;
  }
}

.footer .footer-links {
  grid-area: links;
}

.footer .footer-links-item,.footer .list-item {
  margin-bottom: .8rem;
  line-height: 1.2rem;
}

.footer .footer-links-item:nth-last-child(-n/**/+2),.footer .list-item:last-child {
  margin-bottom: 0;
}

.footer .footer-bottom {
  grid-area: footer-bottom;
  padding: 1rem 0 1.5rem;
}

@media (min-width:64em) {
  .footer .footer-bottom {
    padding-top: 2rem;
  }
}

@media (min-width:70em) {
  .footer .footer-bottom {
    align-self: center;
  }
}

.footer .footer-bottom .disclaimer {
  margin-bottom: 1rem;
}

.footer .footer-bottom .copyright {
  margin-top: 1rem;
}

@media (min-width:34em) {
  .footer .mntl-dotdash-universal-nav .mntl-dotdash-universal-nav__content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width:50em) {
  .footer .mntl-dotdash-universal-nav .mntl-dotdash-universal-nav__content {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width:78em) {
  .footer .mntl-dotdash-universal-nav .mntl-dotdash-universal-nav__content {
    padding-right: calc(50% - 37.5rem);
    padding-left: calc(50% - 37.5rem);
  }
}

.footer-logo{padding:1rem 0 .75rem}
.footer-logo.verywell svg{max-width:118px}
.footer-logo .logo{max-width:175px}
.footer-logo svg{max-width:175px;max-height:30px}
.footer-logo svg .verywell-logo-use{fill:#ffffff}
.footer-logo svg #very-logo-use{fill:#ffffff}
.footer-logo svg #well-use{fill:#1cacbd}
.footer-logo:hover svg .verywell-logo-use{fill:#ffffff}
.newsletter-signup-vue {
  padding: 1rem 1rem;
  color: #245A43;
  background: #E8EFE5;
}

@media (min-width:50em) {
  .newsletter-signup-vue {
    padding: 1rem 2rem;
  }
}

@media (min-width:70em) {
  .newsletter-signup-vue {
    padding: 1rem 0;
  }
}

.newsletter-signup-vue__header {
  display: flex;
  align-items: center;
  margin-bottom: .3rem;
  font-size: var(--font-size-18);
  line-height: 1.2;
  color: #245A43;
}

.newsletter-signup-vue__subheader {
  margin-bottom: 0;
  font-size: var(--font-size-14);
  color: #fff;
}

.newsletter-signup-vue__form {
  position: relative;
}

.newsletter-signup-vue__wrapper {
  margin-top: .75rem;
}

.newsletter-signup-vue__input-label {
  font-family: var(--font-family-b);
  font-size: var(--font-size-14);
  text-align: left;
  color: #212121;
}

.newsletter-signup-vue__input {
  padding-right: 0;
}

.newsletter-signup-vue__input-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.newsletter-signup-vue__button {
  font-family: var(--font-family-a);
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #245A43;
  transition: all .15s ease-in-out;
}

.newsletter-signup-vue__button:hover {
  background: #173D2D;
}

.newsletter-signup-vue__button:disabled {
  opacity: .4;
  cursor: default;
}

.newsletter-signup-vue input {
  min-width: 0;
}

.newsletter-signup-vue input:invalid {
  box-shadow: none;
}

.footer-newsletter.newsletter-signup-vue {
  display: block;
  color: #245A43;
  background: 0 0;
}

.footer-newsletter .newsletter-signup-vue__input-label {
  color: #F7F5EF;
}

.footer-newsletter .newsletter-signup-vue__form {
  margin-left: 0;
}

@media (min-width:50em) {
  .footer-newsletter .newsletter-signup-vue__form {
    width: calc(45% + 91px);
  }
}

@media (min-width:64em) {
  .footer-newsletter .newsletter-signup-vue__form {
    width: auto;
  }
}

.footer-newsletter .newsletter-signup-vue__disclaimer,.footer-newsletter .newsletter-signup-vue__disclaimer a,.footer-newsletter .newsletter-signup-vue__header {
  color: #d3d3d3;
}

.footer-links {
  display: flex;
  align-content: flex-start;
  flex: 1;
  flex-wrap: wrap;
}

.footer-links-item {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 1em;
  width: 50%;
  padding-right: .625em;
  font-size: var(--font-size-14);
}

.footer-links-item a,.footer-links-item button {
  font-family: var(--font-family-b);
  line-height: 1;
  color: #F7F5EF;
  transition: all .15s ease-in-out;
}

.footer-links-item a:hover,.footer-links-item button:hover {
  color: #B8D4A5;
}

.footer-links-privacy {
  border: none;
  padding: 0;
  text-align: left;
  background: inherit;
}

.footer-links-privacy .privacy-options-icon {
  white-space: nowrap;
}

.footer-links-privacy .privacy-options-icon .icon-privacy-options {
  width: 30px;
  height: 16px;
  vertical-align: sub;
}

.social-nav__link::before {
  content: attr(data-text);
}

.social-nav__title {
  font-weight: var(--font-weight-regular-400);
}

.social-nav__list {
  display: flex;
}

.social-nav__icon {
  width: 24px;
  height: 24px;
}

.health-social-nav {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}

.health-social-nav .icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.social-nav__item {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.social-nav__list {
  column-gap: .3125rem;
}

.social-nav__link {
  border-radius: 5px;
  border-bottom-left-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  cursor: pointer;
  background: #245A43;
  transition: background .15s ease-in-out;
}

.social-nav__link:focus,.social-nav__link:hover {
  background: #3F7050;
}

.social-nav__link--flipboard {
  padding: .63rem .9rem;
}

.social-nav__title {
  margin-bottom: .4rem;
  font-size: var(--font-size-18);
}

.mntl-dotdash-universal-nav {
  background-color: var(--color-background-default,#fff);
}

.mntl-dotdash-universal-nav__text {
  display: inline-block;
  font-family: Helvetica,Arial,sans-serif;
  font-size: .8125rem;
  font-weight: var(--font-weight-regular-400);
  line-height: 18px;
  text-align: center;
  color: var(--color-text-default,#000);
}

@media (min-width:34em) {
  .mntl-dotdash-universal-nav__text {
    flex-shrink: 0;
    font-size: .9375rem;
    line-height: 30px;
  }
}

.mntl-dotdash-universal-nav__content {
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  margin: 0 auto;
  padding: 1.5625rem 1.5rem 1.875rem;
}

@media (min-width:50em) {
  .mntl-dotdash-universal-nav__content {
    align-items: flex-start;
    flex-direction: row;
    padding: 1.25rem 1.5rem .875rem;
  }
}

@media (min-width:64em) {
  .mntl-dotdash-universal-nav__content {
    flex-wrap: nowrap;
  }
}

.mntl-dotdash-universal-nav__logo{display:block;position:relative;flex-shrink:0;margin-bottom:.375rem;width:100px;height:28px}
@media (min-width:50em) {
  .mntl-dotdash-universal-nav__logo{margin-right:.625rem}
}

.mntl-dotdash-universal-nav__wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (min-width:50em) {
  .mntl-dotdash-universal-nav__wrapper {
    justify-content: space-between;
    flex-flow: row wrap;
    width: calc(100% - 100px - .625rem);
    text-align: left;
    gap: 0 125px;
  }
}

.healthDigitalIssue2Template #main {
  padding: 0;
  background: #fdfdfa;
}

.healthDigitalIssue2Template .di-centered-rows .di-title {
  margin-bottom: 1.5rem;
}

@media (min-width:50em) {
  .healthDigitalIssue2Template .di-centered-rows .di-title {
    margin-bottom: 2.5rem;
  }
}

.healthDigitalIssue2Template .di-centered-rows .di-story:hover {
  color: #245A43;
}

.healthDigitalIssue2Template .di-centered-rows .di-story:hover .di-story__title {
  color: #245A43;
}

.healthDigitalIssue2Template .di-centered-rows .di-story .di-story__title {
  margin-bottom: .75rem;
}

.healthDigitalIssue2Template .di-centered-rows .di-story .di-story__image {
  margin-bottom: 1.4375rem;
}

@media (min-width:50em) {
  .healthDigitalIssue2Template .di-centered-rows .di-story .di-story__image {
    margin-bottom: 1.5rem;
  }
}

.healthDigitalIssue2Template .di-card-row .di-story {
  color: #212121;
}

.healthDigitalIssue2Template .fs-7 {
  font-family: var(--font-family-a);
  font-size: 1.75rem;
  font-weight: var(--font-weight-extra-bold-800);
  line-height: 1.12;
}

@media (min-width:50em) {
  .healthDigitalIssue2Template .fs-7 {
    font-size: 2.125rem;
    line-height: 1.06;
  }
}

@media (min-width:64em) {
  .healthDigitalIssue2Template .fs-7 {
    font-size: 2.625rem;
    line-height: 1.06;
  }
}

.healthDigitalIssue2Template .fs-8 {
  font-family: var(--font-family-b);
  font-size: var(--font-size-16);
  line-height: 1.5;
}

.healthDigitalIssue2Template .fs-9 {
  font-family: var(--font-family-b);
  font-size: var(--font-size-14);
  line-height: 1.5;
}

.healthDigitalIssue2Template .fs-12 {
  font-family: var(--font-family-b);
  font-size: var(--font-size-14);
  line-height: 1.5;
}

@media (min-width:50em) {
  .healthDigitalIssue2Template .fs-12 {
    font-size: .9375rem;
    line-height: 1.5;
  }
}

.healthDigitalIssue2Template .fs-13 {
  font-family: var(--font-family-b);
  font-size: 1.375rem;
  line-height: 1.25;
}

@media (min-width:50em) {
  .healthDigitalIssue2Template .fs-13 {
    font-size: var(--font-size-32);
    line-height: 1.25;
  }
}

.healthDigitalIssue2Template .fs-14 {
  font-family: var(--font-family-a);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-extra-bold-800);
  line-height: 1.15;
}

@media (min-width:50em) {
  .healthDigitalIssue2Template .fs-14 {
    font-size: 1.5rem;
    line-height: 1.12;
  }
}

.di-hero {
  display: grid;
  place-items: end center;
  margin-bottom: 3.5rem;
  height: 90vh;
  min-height: 800px;
  overflow: hidden;
  text-align: center;
}

@media (min-width:50em) {
  .di-hero {
    margin-bottom: 3.5rem;
  }
}

@media (min-width:64em) {
  .di-hero {
    margin-bottom: 5rem;
  }
}

.di-hero__image {
  display: grid;
  height: 100%;
  overflow: hidden;
  grid-column: 1/1;
  grid-row: 1/1;
  grid-template-rows: 100%;
}

.di-hero__image img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top;
}

.di-hero__content {
  display: grid;
  place-items: center center;
  align-content: center;
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
  grid-column: 1/1;
  grid-row: 1/1;
  grid-template-areas: "title" "subtitle" "link";
}

@media (min-width:64em) {
  .di-hero__content {
    justify-items: left;
    max-width: 935px;
    text-align: left;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title ." "subtitle ." "link .";
  }
}

.di-hero__title {
  grid-area: title;
  margin-bottom: .75rem;
  text-shadow: 0 1px rgba(0,0,0,.459);
}

.di-hero__subtitle {
  grid-area: subtitle;
  position: relative;
  margin-bottom: 1.5rem;
  max-width: 600px;
  text-shadow: 0 1px rgba(0,0,0,.459);
}

.di-hero__link {
  border-radius: 9px;
  border-bottom-left-radius: 0;
  grid-area: link;
  margin-bottom: 5rem;
  outline: 0;
  border: 0;
  padding: .75rem 1rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #245A43;
  transition: all .15s ease-out;
}

.di-hero__link:focus,.di-hero__link:hover {
  background: #3F7050;
}

.di-hero__link .link__wrapper {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-extra-bold-800);
  line-height: 1.2;
}

.health-di2__row-1.di-hero {
  min-height: 600px;
}

.health-di2__row-1 .di-hero__content {
  justify-items: center;
  margin-bottom: 5rem;
  text-align: center;
  grid-template-columns: none;
}

@media (min-width:50em) {
  .health-di2__row-1 .di-hero__content {
    margin-bottom: 2.5rem;
  }
}

.health-di2__row-1 .di-hero__title {
  margin-bottom: .5625rem;
  font-size: var(--font-size-29);
  font-weight: var(--font-weight-extra-bold-800);
  line-height: 1.2;
  color: #fff;
}

@media (min-width:50em) {
  .health-di2__row-1 .di-hero__title {
    margin-bottom: .75rem;
    font-size: var(--font-size-52);
  }
}

.health-di2__row-1 .di-hero__subtitle {
  margin-bottom: 1rem;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-extra-bold-800);
  line-height: 1.4;
  color: #fff;
}

@media (min-width:50em) {
  .health-di2__row-1 .di-hero__subtitle {
    margin-bottom: 1.5;
    font-size: 1.5rem;
    line-height: 1.12;
  }
}

.health-di2__row-1 .di-hero__link {
  margin-bottom: 0;
  color: #212121;
  background-color: #fff;
}

.health-di2__row-1 .di-hero__link:hover {
  color: #fff;
  background-color: #212121;
}

.health-di2__row-1 .di-hero__link .link__wrapper {
  line-height: 1.15;
}

.di-editor-letter {
  display: grid;
  justify-items: center;
  margin-bottom: 3.5rem;
}

@media (min-width:50em) {
  .di-editor-letter {
    margin-bottom: 3.5rem;
  }
}

@media (min-width:64em) {
  .di-editor-letter {
    margin-bottom: 5rem;
  }
}

.di-editor-letter__byline {
  display: block;
  margin-bottom: 1.625rem;
  text-align: center;
}

.di-editor-letter__byline .name {
  text-decoration: underline;
}

.di-editor-letter__byline .name:hover {
  text-decoration: none;
}

.di-editor-letter__content {
  display: grid;
  z-index: 1;
  isolation: isolate;
  padding: 0 1.25rem;
}

@media (min-width:50em) {
  .di-editor-letter__content {
    margin: 0 auto;
    max-width: 680px;
    padding: 0;
  }
}

.di-editor-letter__content .expandable__content {
  display: grid;
  max-height: 336px;
  text-overflow: ellipsis;
}

@media (min-width:50em) {
  .di-editor-letter__content .expandable__content {
    max-height: 168px;
  }
}

.di-editor-letter__content .expandable__content .mntl-sc-block {
  margin-bottom: 1.5rem;
}

.di-editor-letter__content .expandable__toggle-text {
  place-self: end stretch;
  padding-left: 1rem;
  text-align: end;
  text-decoration: underline;
  cursor: pointer;
}

.di-editor-letter__content .expandable__toggle-text:hover {
  text-decoration: none;
}

.di-editor-letter__content img {
  display: block;
  margin: 0 auto 1rem;
  width: 96px;
  height: 96px;
  border-radius: 90px;
}

@media (min-width:50em) {
  .di-editor-letter__content img {
    width: 120px;
    height: 120px;
  }
}

.health-di2__row-2 {
  margin-bottom: 2.25rem;
}

@media (min-width:50em) {
  .health-di2__row-2 {
    margin-bottom: 5rem;
  }
}

.health-di2__row-2 .di-title {
  margin-bottom: 0;
  padding: 0 1.15rem 1.3125rem;
  line-height: 1.12;
}

@media (min-width:50em) {
  .health-di2__row-2 .di-title {
    padding: 0 2.0625rem 2.5rem;
    font-size: 2.625rem;
    line-height: 1.06;
  }
}

.health-di2__row-2 img {
  margin-bottom: .9375rem;
}

@media (min-width:50em) {
  .health-di2__row-2 img {
    margin-bottom: 1rem;
  }
}

.health-di2__row-2 .di-editor-letter__byline {
  margin-bottom: 2.5rem;
}

.health-di2__row-2 .mntl-text-link {
  text-decoration-color: #212121;
}

.health-di2__row-2 .link__wrapper {
  color: #212121;
}

.health-di2__row-2 .link__wrapper:hover {
  text-decoration: none;
  color: #245A43;
}

.health-di2__row-2 .expandable__toggle-text {
  background-color: #fdfdfa;
}

.health-di2__row-2 .expandable__toggle-text:hover {
  color: #245A43;
}

.di-title {
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width:64em) {
  .di-title {
    margin-bottom: 2.5rem;
  }
}

.expandable__toggle-text:focus-visible {
  outline: 3px solid #3F7050;
  outline-offset: 1px;
}

@supports not selector(:focus-visible) {
  .expandable__toggle-text:focus {
    outline: 3px solid #3F7050;
    outline-offset: 1px;
  }
}

.expandable {
  display: grid;
}

.expandable__content {
  overflow: hidden;
  grid-column: 1/1;
  grid-row: 1/1;
}

.expandable__content.expanded {
  max-height: none;
}

.expandable__toggle-text {
  grid-column: 1/1;
  grid-row: 1/1;
  place-self: end end;
}

.mntl-sc-block-html:not(.mntl-sc-block-html-sliced) {
  counter-reset: section;
}

.mntl-sc-block-html>ol {
  counter-reset: none;
}

.mntl-sc-block-digiohembed {
  position: relative;
  z-index: 0;
  width: auto;
}

.mntl-sc-block-digiohembed:has(.digioh-inline-unit) {
  margin: 3rem 0;
}

.di-centered-rows .story .title:focus-visible {
  outline: 3px solid #3F7050;
  outline-offset: 1px;
}

@supports not selector(:focus-visible) {
  .di-centered-rows .story .title:focus {
    outline: 3px solid #3F7050;
    outline-offset: 1px;
  }
}

.di-centered-rows {
  margin-bottom: 3.5rem;
}

@media (min-width:50em) {
  .di-centered-rows {
    margin-bottom: 3.5rem;
  }
}

@media (min-width:64em) {
  .di-centered-rows {
    margin-bottom: 5rem;
  }
}

.di-centered-rows .stories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
  grid-gap: 2.5rem;
}

@media (min-width:64em) {
  .di-centered-rows .stories {
    grid-gap: 3.75rem;
  }
}

.di-centered-rows .story {
  display: grid;
  width: 270px;
  height: 100%;
  color: #212121;
}

@media (min-width:50em) {
  .di-centered-rows .story {
    width: 360px;
  }
}

.di-story .title:focus-visible {
  outline: 3px solid #3F7050;
  outline-offset: 1px;
}

@supports not selector(:focus-visible) {
  .di-story .title:focus {
    outline: 3px solid #3F7050;
    outline-offset: 1px;
  }
}

.di-story .image {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.di-story .image>img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.health-di2__row-6 {
  margin-bottom: 3.5rem;
}

.health-di2__row-6 .slide__pagination-button:hover {
  background-color: #245A43;
}

.health-di2__row-6 .di-pagination__next .icon,.health-di2__row-6 .di-pagination__prev .icon {
  fill: #212121;
}

.health-di2__row-6 .di-pagination__next .icon:hover,.health-di2__row-6 .di-pagination__prev .icon:hover {
  fill: #245A43;
}

.health-di2__row-6 .di-slideshow-title {
  padding: 0 1.25rem;
  color: #212121;
}

@media (min-width:50em) {
  .health-di2__row-6 .di-slideshow-title {
    padding: 0;
  }
}

.health-di2__row-6 .di-slide .di-slide__feature-link {
  font-size: var(--font-size-18);
  background: unset;
  background-color: #245A43;
}

.health-di2__row-6 .di-slide .di-slide__feature-link:hover {
  background-color: #212121;
}

.health-di2__row-6 .di-slide .di-slide__feature-link:focus {
  background-color: #245A43;
}

.health-di2__row-6 .di-slide .di-slide__subheading {
  margin-bottom: 1.5rem;
}

@media (min-width:50em) {
  .health-di2__row-6 .di-slide .di-slide__subheading {
    margin-bottom: 1.625rem;
  }
}

.slideshow {
  display: grid;
}

.slideshow .slides {
  display: grid;
  grid-column: 1/1;
  grid-row: 1/1;
  grid-auto-flow: column;
  grid-auto-columns: 100vw;
  overflow: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slideshow .slides::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background-color: transparent;
}

.slideshow .slides .slide {
  scroll-snap-align: start;
}

.slideshow .slides::-webkit-scrollbar-track {
  display: none;
  background-color: transparent;
}

.slideshow .slides::-webkit-scrollbar-thumb {
  display: none;
  background-color: transparent;
}

.slideshow .pagination-dots {
  z-index: 20;
  grid-column: 1/1;
  grid-row: 1/1;
  place-self: end center;
  margin-bottom: 1.5rem;
}

.slideshow .pagination-next {
  z-index: 20;
  grid-column: 1/1;
  grid-row: 1/1;
  place-self: center end;
}

.slideshow .pagination-next.hide {
  visibility: hidden;
}

.slideshow .pagination-prev {
  z-index: 20;
  grid-column: 1/1;
  grid-row: 1/1;
  place-self: center start;
}

.slideshow .pagination-prev.hide {
  visibility: hidden;
}

.di-slideshow .di-slide__feature-link:focus-visible {
  outline: 3px solid #3F7050;
  outline-offset: 1px;
}

@supports not selector(:focus-visible) {
  .di-slideshow .di-slide__feature-link:focus {
    outline: 3px solid #3F7050;
    outline-offset: 1px;
  }
}

.di-slideshow-title {
  text-align: center;
}

.di-slideshow .slides {
  margin-bottom: 5rem;
}

.di-slideshow .di-slide {
  display: grid;
  justify-items: center;
  padding: 0 1.25rem;
}

.di-slideshow .di-slide__image {
  margin-bottom: 1rem;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
}

@media (min-width:50em) {
  .di-slideshow .di-slide__image {
    margin-bottom: 1.25rem;
    width: 160px;
    height: 160px;
  }
}

.di-slideshow .di-slide__image>img {
  width: 96px;
  height: 96px;
}

@media (min-width:50em) {
  .di-slideshow .di-slide__image>img {
    width: 160px;
    height: 160px;
  }
}

.di-slideshow .di-slide__quote {
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (min-width:50em) {
  .di-slideshow .di-slide__quote {
    margin-bottom: 1.75rem;
  }
}

.di-slideshow .di-slide__subheading {
  margin-bottom: 1.5rem;
  text-align: center;
}

.di-slideshow .di-slide--wrapper {
  display: grid;
  justify-items: center;
  align-content: center;
  margin: 0 auto;
  max-width: 600px;
  grid-auto-rows: min-content;
}

@media (min-width:64em) {
  .di-slideshow .di-slide--wrapper {
    max-width: 720px;
  }
}

.di-slideshow .di-slide__feature-link {
  border-radius: 9px;
  border-bottom-left-radius: 0;
  outline: 0;
  border: 0;
  padding: .75rem 1rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #245A43;
  background-color: #245A43;
  transition: all .15s ease-out;
}

.di-slideshow .di-slide__feature-link:focus,.di-slideshow .di-slide__feature-link:hover {
  background: #3F7050;
}

.slide__pagination-button {
  margin: 0;
  outline: #245A43;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background-color: #d3d3d3;
}

.slide__pagination-button:hover {
  background-color: #3F7050;
}

.slide__pagination-button.active {
  background-color: #212121;
}

.di-pagination__dots {
  display: grid;
  justify-content: center;
  place-items: center center;
  margin: 0 .5rem;
  width: 100px;
  height: 1.5rem;
  padding: 0 .75rem;
  grid-auto-flow: column;
  grid-gap: 0.75rem;
}

.di-pagination__next {
  visibility: hidden;
  margin-right: 7vw;
  outline: 0;
  width: auto;
  border: none;
  padding: 0;
  overflow: visible;
  background-color: transparent;
}

@media (min-width:64em) {
  .di-pagination__next.show {
    visibility: visible;
  }
}

.di-pagination__next.hide {
  display: none;
}

.di-pagination__next .icon {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 60px;
  height: 60px;
  fill: #424242;
}

.di-pagination__next .icon:hover {
  fill: #245A43;
}

.di-pagination__prev {
  visibility: hidden;
  margin-left: 7vw;
  outline: 0;
  width: auto;
  border: none;
  padding: 0;
  overflow: visible;
  background-color: transparent;
}

.di-pagination__prev.show {
  display: unset;
}

@media (min-width:64em) {
  .di-pagination__prev.show {
    visibility: visible;
  }
}

.di-pagination__prev.hide {
  display: none;
}

.di-pagination__prev .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 60px;
  height: 60px;
  fill: #424242;
}

.di-pagination__prev .icon:hover {
  fill: #245A43;
}

.di-card-row {
  display: grid;
  margin-bottom: 3.5rem;
  padding: 0 1.25rem;
  overflow: hidden;
}

@media (min-width:50em) {
  .di-card-row {
    margin-bottom: 3.5rem;
  }
}

@media (min-width:64em) {
  .di-card-row {
    margin-bottom: 5rem;
  }
}

.di-card-row .stories--wrapper {
  overflow: hidden;
}

.di-card-row .stories {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 264px;
  grid-gap: 2rem;
  align-items: start;
  margin: 0 auto;
  max-width: 1120px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.di-card-row .stories .story::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.di-card-row .stories::-webkit-scrollbar {
  display: none;
  background-color: transparent;
}

.di-card-row .stories :first-child .story {
  background-color: #173D2D;
}

.di-card-row .stories :nth-child(2) .story {
  background-color: #245A43;
}

.di-card-row .stories :nth-child(3) .story {
  background-color: #4F5E35;
}

.di-card-row .stories :nth-child(4) .story {
  background-color: #245A43;
}

.di-card-row .stories>.list-item {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  scroll-snap-align: start;
}

.di-card-row .stories::-webkit-scrollbar-track {
  display: none;
  background-color: transparent;
}

.di-card-row .stories::-webkit-scrollbar-thumb {
  display: none;
  background-color: transparent;
}

.di-card-row .story {
  display: block;
  height: 100%;
}

.di-card-row .story .title {
  padding: 0 1.25rem;
}

.di-card-row .story .byline {
  padding: 0 1.25rem 2.5rem;
}

.di-card-row .story .image {
  margin-bottom: 1rem;
  overflow: hidden;
}

.di-card-row .story .image>img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.health-di2__row-7.di-card-row {
  margin-bottom: 3.75rem;
  padding: 0 1.25rem;
}

@media (min-width:50em) {
  .health-di2__row-7.di-card-row {
    margin-bottom: 5rem;
  }
}

.health-di2__row-7.di-card-row .di-title {
  margin-bottom: 1.5rem;
}

@media (min-width:50em) {
  .health-di2__row-7.di-card-row .di-title {
    margin-bottom: 2.5rem;
  }
}

.health-di2__row-7.di-card-row .stories .image {
  margin-bottom: 1.25rem;
}

.health-di2__row-7.di-card-row .stories .list-item a {
  height: 360px;
  background-color: #3F6651;
}

.health-di2__row-7.di-card-row .stories .list-item a:hover {
  background-color: #212121;
}

.health-di2__row-7.di-card-row .stories .di-story__byline,.health-di2__row-7.di-card-row .stories .title {
  color: #fff;
}

.health-di2__row-7.di-card-row .stories .title.di-story__title {
  margin-bottom: .75rem;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-extra-bold-800);
  line-height: 1.15;
}

@media (min-width:50em) {
  .health-di2__row-7.di-card-row .stories .title.di-story__title {
    font-size: 1.5rem;
    line-height: 1.12;
  }
}

.di-credits-title {
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width:64em) {
  .di-credits-title {
    margin-bottom: 2.5rem;
  }
}

.di-credits__section-title {
  margin-bottom: .5rem;
  color: #909090;
}

.di-credits--columns {
  margin-bottom: 2.5rem;
}

.health-di2__row-8 {
  padding: 0 1.25rem;
}

.health-di2__row-8 .di-credits__wrapper {
  border: 1px solid #81966C;
  border-radius: 20px;
  padding: 2.5rem;
  background-color: #fff;
}

@media (min-width:50em) {
  .health-di2__row-8 .di-credits__wrapper {
    margin: 0 auto;
    max-width: 900px;
  }
}

@media (min-width:64em) {
  .health-di2__row-8 .di-credits__wrapper {
    margin: auto;
    max-width: 1200px;
  }
}

.health-di2__row-8 .di-credits-title {
  margin-bottom: 2.625rem;
  font-size: 1.75rem;
  line-height: 1.12;
}

@media (min-width:50em) {
  .health-di2__row-8 .di-credits-title {
    margin-bottom: 2.5rem;
    font-size: var(--font-size-32);
    line-height: 1.1;
  }
}

.health-di2__row-8 .di-credits__columns {
  display: flex;
  align-content: stretch;
  flex-flow: column wrap;
  column-gap: 2rem;
}

@media (min-width:34em) {
  .health-di2__row-8 .di-credits__columns {
    height: 900px;
  }
}

@media (min-width:50em) {
  .health-di2__row-8 .di-credits__columns {
    height: 620px;
  }
}

@media (min-width:64em) {
  .health-di2__row-8 .di-credits__columns {
    height: 460px;
  }
}

.health-di2__row-8 .di-credits__columns .list-item {
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width:34em) {
  .health-di2__row-8 .di-credits__columns .list-item {
    text-align: left;
  }
}

.health-di2__row-8 .di-credits__columns .list-item .list-container a .link__wrapper {
  text-decoration: underline;
}

.health-di2__row-8 .di-credits__columns .list-item .list-container a .link__wrapper:hover {
  text-decoration: none;
  color: #245A43;
}

.health-di2__row-8 .di-credits__columns .list-item .link__wrapper {
  font-size: var(--font-size-16);
  line-height: 1.5;
  color: #212121;
}

.health-di2__row-8 .di-credits__section-title {
  margin-bottom: 0;
  font-size: var(--font-size-12);
  line-height: 1.125rem;
  color: #212121;
}
