/* global style */
@import url("https://ch-api.healthhub.sg/api/public/content/83fab8568b1545e59795f1de8076b94f");
@import url("https://ch-api.healthhub.sg/api/public/content/fe71d8d7bab740089c1ebf8917bcba96");
.itemCarousel .carousel-inner .item.next {
  border-radius: 0px !important;
  border: none !important;
  color: inherit;
  height: inherit;
  line-height: inherit;
}

.mindsg-main .intro-carousel {
  padding: 20px;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper {
  background-color: white;
  padding: 45px 60px 30px;
  border-radius: 20px;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .title {
  margin-bottom: 25px;
  margin-top: 0;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .copy {
  width: 78%;
  margin: 0 auto 50px;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-control {
  opacity: 1;
  background-image: unset !important;
  display: none;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-control {
    display: block;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-control .icon-next:before, .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-control .icon-prev:before {
  content: "";
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .f-size {
  font-size: 18px;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators-wrapper {
  width: 28%;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators {
  display: table-cell;
  vertical-align: top;
  position: relative;
  left: auto;
  bottom: 0;
  margin: auto;
  width: 28%;
}
@media (min-width: 768px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators {
    padding-right: 15px;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li {
  background-color: transparent !important;
  display: block !important;
  text-indent: inherit;
  width: 100%;
  height: auto;
  margin: 0 0 25px;
  text-align: left;
  border: none;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li a, .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li span {
  color: #9b9898;
  text-decoration: none;
  cursor: pointer;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li.active a, .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li.active span {
  color: #000000;
  text-decoration: none;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .mh_carousel-inner {
  border-left: 1px solid #000;
  padding-left: 5%;
  display: table-cell;
  width: 72%;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .mh_carousel-inner {
    border-left: 0px solid transparent;
    margin-left: 0px;
    padding-left: 0;
    width: 100%;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .title-area {
  width: 100%;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .text-area {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .img-area {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .img-area {
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 0;
    padding-right: 0;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .copy {
  width: 100%;
  margin-bottom: 0;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .img-area img {
  width: 150px;
}

@media screen and (max-width: 1280px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .copy {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel {
    padding: 30px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper {
    padding: 15px;
    border-radius: 10px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .f-size {
    font-size: 16px;
    line-height: 26px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel .carousel-control .icon-next, .mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel .carousel-control .icon-prev {
    top: 60px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .title {
    margin-bottom: 15px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .copy {
    width: 100%;
    margin-bottom: 30px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-right: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -10px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li {
    font-size: 0.8em;
    line-height: 1.14286;
    width: 14px;
    height: 14px;
    background-color: #9B9898 !important;
    display: inline-block !important;
    margin: 3px 3px 0 3px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li.active {
    background-color: #000000 !important;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li.parent-indicator {
    display: none !important;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 35px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .text-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .img-area {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 30px;
  }
}
.section-diagnosis {
  padding: 40px 40px 0 40px;
}
.section-diagnosis .section-diagnosis-wrapper {
  margin-top: 30px;
}
.section-diagnosis .section-diagnosis-wrapper .main-intro-content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-diagnosis .section-diagnosis-wrapper .main-intro-content img {
  width: 35%;
  position: relative;
  right: -40px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.section-diagnosis .section-diagnosis-wrapper .main-intro-content p {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .section-diagnosis {
    padding: 30px 15px 0;
  }
  .section-diagnosis .section-diagnosis-wrapper {
    margin-top: 0;
    padding: 0;
  }
  .section-diagnosis .section-diagnosis-wrapper .main-intro-content {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-diagnosis .section-diagnosis-wrapper .main-intro-content img {
    width: 60%;
    right: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .section-diagnosis .section-diagnosis-wrapper .main-intro-content p {
    width: 100%;
    text-align: center;
  }
}
.mindsg-main.understanding-depression .border-top-white {
  border-top: 6px solid #ffffff;
}
.mindsg-main.understanding-depression .border-bottom-white {
  border-bottom: 6px solid #ffffff;
}
.mindsg-main.understanding-depression .border-radius-20 {
  border-radius: 20px;
}
.mindsg-main.understanding-depression .section-age-group {
  padding-bottom: 10px;
}
.mindsg-main.understanding-depression .section-one-content-wrapper {
  padding: 40px;
}
.mindsg-main.understanding-depression .section-one-content-wrapper.no-padding-bottom {
  padding-bottom: 0;
}
.mindsg-main.understanding-depression .section-two {
  position: relative;
}
.mindsg-main.understanding-depression .section-two .img-wrapper-one {
  position: relative;
  top: 60px;
  width: 85%;
  margin: 30px auto;
}
.mindsg-main.understanding-depression .section-two .img-wrapper-two {
  position: relative;
  top: 140px;
}
.mindsg-main.understanding-depression .section-two .img-wrapper-one-shorter {
  position: relative;
  top: 35px;
  width: 80%;
  margin: 0 auto;
}
.mindsg-main.understanding-depression .section-two .img-wrapper-two-shorter {
  position: relative;
  top: 90px;
}
.mindsg-main.understanding-depression .section-three {
  width: 80%;
  margin: 0 auto;
}
.mindsg-main.understanding-depression .section-three .what-is-depression-modal {
  margin-top: 20px;
}
.mindsg-main.understanding-depression .section-three .what-is-depression-modal .item-wrapper {
  background-color: #fff;
  padding: 20px 30px;
  text-align: center;
}
.mindsg-main.understanding-depression .section-three .what-is-depression-modal .item-wrapper .img-area {
  width: 40%;
  margin: 0 auto 20px;
}
.mindsg-main.understanding-depression .section-three .what-is-depression-modal .item-wrapper .click-to-reveal a {
  color: black;
  text-decoration: underline;
}
.mindsg-main.understanding-depression .section-four {
  width: 80%;
  margin: 0 auto;
}
.mindsg-main.understanding-depression .section-four h4 {
  margin-bottom: 20px;
}
.mindsg-main.understanding-depression .section-four .common-misconceptions-slick-wrapper .slick-list {
  margin: 0 -15px 0 -15px;
}
.mindsg-main.understanding-depression .section-four .common-misconception-card-wrapper {
  background-color: #fff;
  padding: 20px 30px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.mindsg-main.understanding-depression .section-four .img-area {
  width: 50%;
  margin: 0 auto 20px;
}
.mindsg-main.understanding-depression .section-four .but-did-you-know a {
  color: black;
  text-decoration: underline;
}
.mindsg-main.understanding-depression .section-five.intro-carousel .intro-carousel-wrapper {
  background-color: #d2eeea !important;
}
.mindsg-main.understanding-depression .section-five .section-five-inner {
  margin: 0 15px 30px;
}
@media (min-width: 768px) {
  .mindsg-main.understanding-depression .section-five .section-five-inner .itemCarousel.some-common-depressive-disorders-carousel .item .item-wrapper .img-area {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.mindsg-main.understanding-depression .section-five .section-five-inner .itemCarousel.some-common-depressive-disorders-carousel .item.item-0 .item-wrapper {
  display: block;
}
.mindsg-main.understanding-depression .section-five .section-five-inner .itemCarousel.some-common-depressive-disorders-carousel .item.item-0 .item-wrapper .text-area {
  width: 100%;
  margin-bottom: 20px;
}
.mindsg-main.understanding-depression .section-five .section-five-inner .itemCarousel.some-common-depressive-disorders-carousel .item.item-0 .item-wrapper .img-area {
  width: 60%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .mindsg-main.understanding-depression .section-five .section-five-inner .itemCarousel.some-common-depressive-disorders-carousel .item.item-0 .item-wrapper .img-area {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .mindsg-main.understanding-depression .section-five .section-five-inner .itemCarousel.some-common-depressive-disorders-carousel .carousel-control.left,
  .mindsg-main.understanding-depression .section-five .section-five-inner .itemCarousel.some-common-depressive-disorders-carousel .carousel-control.right {
    top: 0;
    margin-top: 170px;
  }
}
.mindsg-main.understanding-depression .section-five .carousel-inner .item:first-child .text-area {
  width: 64%;
}
.mindsg-main.understanding-depression .section-five .carousel-inner .item:first-child .img-area img {
  width: 100%;
}
.mindsg-main.understanding-depression .section-six .intro-carousel-wrapper {
  margin-top: 30px;
}
.mindsg-main.understanding-depression .section-six .causes-carousel-container .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.mindsg-main.understanding-depression .section-six .causes-carousel-container .carousel-inner {
  min-height: 280px;
}
@media screen and (max-width: 767px) {
  .mindsg-main.understanding-depression .section-six .causes-carousel-container .carousel-inner {
    min-height: auto;
  }
}
.mindsg-main.understanding-depression .section-six .carousel-indicators-wrapper {
  width: 30%;
}
.mindsg-main.understanding-depression .section-six .parent-indicator {
  color: #9b9898 !important;
  cursor: pointer;
}
.mindsg-main.understanding-depression .section-six .parent-indicator.selected {
  color: #000000 !important;
}
.mindsg-main.understanding-depression .section-six .carousel-indicators {
  width: 100%;
  border-right: none;
}
.mindsg-main.understanding-depression .section-six .carousel-control {
  width: 8%;
}
.mindsg-main.understanding-depression .section-six .carousel-inner .item {
  padding-top: 10px;
}
.mindsg-main.understanding-depression .section-six .carousel-inner .item-wrapper .img-area {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mindsg-main.understanding-depression .section-six .carousel-inner .item-wrapper .text-area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  padding-left: 15px;
  padding-right: 0;
}
.mindsg-main.understanding-depression .section-seven {
  width: 80%;
  margin: 0 auto;
}
.mindsg-main.understanding-depression .section-seven .acronym-wrapper .title {
  margin-bottom: 30px;
}
.mindsg-main.understanding-depression .section-seven .acronym-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mindsg-main.understanding-depression .section-seven .acronym-text-wrapper.margin-top-50 {
  margin-top: 50px;
}
.mindsg-main.understanding-depression .section-seven .acronym-text-wrapper .sub-title {
  width: 20%;
  text-align: right;
  padding-right: 6px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .mindsg-main.understanding-depression .section-seven .acronym-text-wrapper .sub-title {
    margin-top: 0px;
  }
}
.mindsg-main.understanding-depression .section-seven .acronym-text-wrapper .list-area {
  width: 80%;
}
.mindsg-main.understanding-depression .section-seven .acronym-text-wrapper .last-child {
  margin-bottom: 15px;
}
.mindsg-main.understanding-depression .section-seven .acronym-text-wrapper .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mindsg-main.understanding-depression .section-seven .acronym-text-wrapper .list-item .highlight {
  width: 9%;
  margin-top: 3px;
  margin-bottom: 3px;
}
.mindsg-main.understanding-depression .section-seven .acronym-text-wrapper .list-item .normal-text {
  width: 91%;
  padding-left: 3px;
  margin-top: 5px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .mindsg-main.understanding-depression .section-seven .acronym-text-wrapper .list-item .normal-text {
    margin-top: 0px;
  }
}
.mindsg-main.understanding-depression .section-seven .acronym-text-wrapper .highlight {
  background-color: #fccf45;
  border-radius: 50px;
  padding: 2px;
  width: 30px !important;
  height: 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mindsg-main.understanding-depression .section-eight {
  width: 80%;
  margin: 0 auto;
}
.mindsg-main.understanding-depression .section-eight .accordion-wrapper {
  margin-top: 20px;
}
.mindsg-main.understanding-depression .section-eight .accordion-wrapper .category-wrapper h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.mindsg-main.understanding-depression .section-eight .accordion-img {
  position: relative;
  top: 15px;
  width: 90%;
  margin: 0 auto;
}
.mindsg-main.understanding-depression .section-eight .dysthymia-wrapper {
  background-color: #fccf45;
  text-align: center;
  min-height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.mindsg-main.understanding-depression .section-eight span.highlight-category {
  background-color: #9bcdf2;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
}
.mindsg-main.understanding-depression .section-eight .img-wrapper-pmdd {
  position: relative;
  top: 160px;
}
.mindsg-main.understanding-depression .section-ten {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.mindsg-main.understanding-depression .section-ten .main-intro-content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mindsg-main.understanding-depression .section-ten .main-intro-content img {
  width: 35%;
  position: relative;
  right: -40px;
}
.mindsg-main.understanding-depression .section-ten .main-intro-content p {
  width: 65%;
}
.mindsg-main.understanding-depression .section-eleven {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0 auto;
}
.mindsg-main.understanding-depression .section-eleven .copy-wrapper {
  width: 65%;
  margin: 30px auto;
  text-align: center;
}
.mindsg-main.understanding-depression .section-eleven .depression-treatment-accordion {
  width: 100%;
  margin: 20px auto 0;
}
.mindsg-main.understanding-depression .section-eleven .accordion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
}
.mindsg-main.understanding-depression .section-eleven .accordion-wrapper p {
  width: 75%;
  padding-right: 0px;
}
.mindsg-main.understanding-depression .section-eleven .accordion-wrapper .accordion-img {
  width: 25%;
}
.mindsg-main.understanding-depression .section-eleven .accordion-wrapper .accordion-img img {
  width: 70%;
}
.mindsg-main.understanding-depression .section-eleven .sub-title {
  padding-left: 40px;
}
.mindsg-main.understanding-depression #depression-treatment {
  position: relative;
}
.mindsg-main.understanding-depression #depression-treatment .img-position {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
}
.mindsg-main.understanding-depression .section-twelve .sub-title {
  padding-left: 40px;
  width: 80%;
  margin: 0 auto;
}
.mindsg-main.understanding-depression .section-twelve-inner {
  width: 80%;
  margin: 20px auto 0;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .mindsg-main.understanding-depression .section-twelve-inner {
    padding-left: 5px;
  }
}
.mindsg-main.understanding-depression .section-twelve-inner.intro-carousel-wrapper h1.title,
.mindsg-main.understanding-depression .section-twelve-inner.intro-carousel-wrapper p.copy {
  display: none;
}
.mindsg-main.understanding-depression .section-twelve-inner .item-wrapper .text-area p.copy {
  display: block;
}
.mindsg-main.understanding-depression .section-thirteen .sub-title {
  padding-left: 40px;
  width: 80%;
  margin: 0 auto;
}
.mindsg-main.understanding-depression .relax-guy {
  position: absolute;
  bottom: -20px;
  width: 250px;
  left: -150px;
}
.mindsg-main.understanding-depression .learn-to-manage-stress-inner {
  width: 80%;
  margin: 20px auto 0;
}
.mindsg-main.understanding-depression .learn-to-manage-stress-inner.intro-carousel-wrapper {
  background-color: #d1eeea;
  padding-bottom: 0;
}
.mindsg-main.understanding-depression .learn-to-manage-stress-inner.intro-carousel-wrapper h1.title,
.mindsg-main.understanding-depression .learn-to-manage-stress-inner.intro-carousel-wrapper p.copy {
  display: none;
}
.mindsg-main.understanding-depression .section-thirteen-inner {
  position: relative;
  width: 80%;
  margin: 20px auto 0;
}
.mindsg-main.understanding-depression .section-thirteen-inner.intro-carousel-wrapper {
  background-color: #d1eeea;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .mindsg-main.understanding-depression .section-thirteen-inner.intro-carousel-wrapper {
    padding-bottom: 45px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mindsg-main.understanding-depression .section-thirteen-inner.intro-carousel-wrapper h1.title,
.mindsg-main.understanding-depression .section-thirteen-inner.intro-carousel-wrapper p.copy {
  display: none;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper .img-area {
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper .img-area .img {
  width: 100%;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper .text-area p.copy {
  display: block;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper .img-area {
  width: 100%;
  margin: 0 auto;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper .img-area.img-five {
  width: 50% !important;
  margin-top: 30px !important;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper .img-area.img-six {
  width: 40% !important;
  margin-top: 30px !important;
  margin-bottom: 30px;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper .img-area.img-seven {
  width: 50% !important;
  margin-top: 30px !important;
  margin-bottom: 30px;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper .img-area.img-eight {
  width: 50% !important;
  margin-top: 30px !important;
  margin-bottom: 30px;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper .img-area img {
  width: 100%;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper.better-manage-two .btn-area {
  margin-top: 30px;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper.better-manage-two .btn-area .button-wrapper {
  margin-bottom: 35px;
  text-align: center;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper.better-manage-two .btn-area .button-wrapper a {
  background-color: white;
  padding: 15px 30px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper.better-manage-three audio {
  height: 38px;
  margin-top: 10px;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper.better-manage-three audio::-webkit-media-controls-play-button {
  background-color: #97e3d6;
  border-radius: 50%;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper.better-manage-three ul li {
  margin-bottom: 20px;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper.better-manage-three .img-area {
  width: 50% !important;
}
.mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper.better-manage-three .img-area img {
  width: 35%;
}
@media (min-width: 768px) {
  .mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper.better-manage-three .img-area {
    width: 18% !important;
    margin-right: 0;
  }
  .mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper.better-manage-three .img-area img {
    width: 100%;
    margin-top: -80px !important;
  }
}
.mindsg-main.understanding-depression .intro-carousel .intro-carousel-wrapper .carousel-indicators {
  margin: 0;
}
.mindsg-main.understanding-depression .intro-carousel .intro-carousel-wrapper .item-wrapper .img-area > div {
  width: 100%;
}
.mindsg-main.understanding-depression .intro-carousel .intro-carousel-wrapper .mh_carousel-inner {
  width: 70%;
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  .mindsg-main.understanding-depression .intro-carousel .intro-carousel-wrapper .mh_carousel-inner {
    width: 100%;
    padding-left: 0;
  }
  .mindsg-main.understanding-depression .intro-carousel .intro-carousel-wrapper .mh_carousel-inner .causes-mobile-title {
    font-size: 14px;
  }
}
.mindsg-main.understanding-depression .intro-carousel .intro-carousel-wrapper .dash-wrap {
  display: block;
  padding-left: 0.5em;
  text-indent: -0.5em;
  margin-bottom: 0.75em;
  margin-left: 0.5em;
}
.mindsg-main.understanding-depression .intro-carousel .intro-carousel-wrapper .list-dash {
  display: inline-block;
  width: 0.5em;
}

.modal-what-is-depression .modal-img {
  width: 65%;
  margin-top: 15px;
}
.modal-what-is-depression .modal-copy-wrapper {
  margin-top: 20px;
}
.modal-what-is-depression#what-is-depression-who-is-affected .modal-img {
  width: 50%;
  margin-top: 15px;
}

.modal-common-misconceptions .modal-body p {
  margin: 0;
}
.modal-common-misconceptions .modal-body p.line-one {
  text-decoration: underline;
}
.modal-common-misconceptions .modal-body p.line-three {
  text-decoration: underline;
  margin-bottom: 10px;
}
.modal-common-misconceptions .modal-body img {
  width: 80%;
  margin-top: 10px;
}

#manage-depression.carousel .carousel-inner .item {
  min-height: 580px;
  padding-top: 46px;
}
#manage-depression.carousel .carousel-inner .item.three {
  padding-top: 0px;
}
#manage-depression.carousel .carousel-inner .item .img-area img {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#manage-depression.carousel .carousel-inner .item .img-area.img-four img {
  width: 55%;
}
#manage-depression.carousel .carousel-inner .item .img-area.img-five img, #manage-depression.carousel .carousel-inner .item .img-area.img-six img, #manage-depression.carousel .carousel-inner .item .img-area.img-seven img, #manage-depression.carousel .carousel-inner .item .img-area.img-eight img {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}
#manage-depression.carousel .carousel-inner .item.teens {
  min-height: 580px;
  padding-top: 69px;
}
#manage-depression.carousel .carousel-inner .item.teens.three {
  padding-top: 0px;
}
#manage-depression.carousel .carousel-inner .item-wrapper .img-area {
  width: 81%;
}
#manage-depression.carousel .carousel-control {
  width: 5%;
}
#manage-depression.carousel .carousel-indicators {
  bottom: 0px;
}

.depression-non-drug-carousel .carousel-inner {
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .depression-non-drug-carousel .carousel-inner {
    margin-right: 0;
  }
}
.depression-non-drug-carousel .carousel-inner .item .item-wrapper {
  padding-left: 5px;
}
.depression-non-drug-carousel .carousel-inner .item .item-wrapper .text-area {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .depression-non-drug-carousel .carousel-inner .item .item-wrapper {
    padding-left: 0;
  }
}
.depression-non-drug-carousel .carousel-inner .item .item-wrapper .img-area img {
  width: 100%;
}
.depression-non-drug-carousel .carousel-control {
  width: 5%;
}

#some-common-depressive-disorders-carousel .carousel-control {
  width: 5%;
}
#some-common-depressive-disorders-carousel .carousel-inner .item-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#some-common-depressive-disorders-carousel .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
#some-common-depressive-disorders-carousel .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-copy {
  display: none;
}

@media screen and (max-width: 767px) {
  .mindsg-container.has-mobile-topics .mindsg-main .border-bottom-white {
    border-bottom: 0;
  }
  .mindsg-container.has-mobile-topics .mindsg-main .border-bottom-white {
    border-top: 0;
  }
  .mindsg .mindsg-container.color-theme-depression .active-text-wrapper {
    color: rgb(74, 131, 121) !important;
  }
  .mindsg .mindsg-main .panel-group .panel {
    border-radius: 10px;
  }
  .mindsg-main.understanding-depression .border-radius-20 {
    border-radius: 10px;
  }
  .mindsg-main.understanding-depression .section-age-group {
    padding-bottom: 0px;
  }
  .mindsg-main.understanding-depression .section-one-content-wrapper {
    padding: 30px 15px;
  }
  .mindsg-main.understanding-depression .section-one-content-wrapper#common-misconceptions {
    padding-top: 0;
  }
  .mindsg-main.understanding-depression .section-two {
    text-align: center;
  }
  .mindsg-main.understanding-depression .section-two .img-wrapper-one-m {
    width: 50%;
    margin: 0 auto;
  }
  .mindsg-main.understanding-depression .section-two .img-wrapper-two-m {
    width: 50%;
    margin: 0 auto;
  }
  .mindsg-main.understanding-depression .section-three {
    width: 100%;
  }
  .mindsg-main.understanding-depression .section-three .what-is-depression-modal .item-wrapper {
    margin-bottom: 15px;
  }
  .mindsg-main.understanding-depression .section-three .what-is-depression-modal .item-wrapper p {
    margin-bottom: 20px;
  }
  .mindsg-main.understanding-depression .section-four {
    width: 100%;
  }
  .mindsg-main.understanding-depression .section-four h4 {
    margin-top: 10px !important;
  }
  .mindsg-main.understanding-depression .section-four .common-misconceptions-slick-wrapper {
    margin: 0 auto 20px;
    width: 90%;
  }
  .mindsg-main.understanding-depression .section-four .common-misconceptions-slick-wrapper .slick-next, .mindsg-main.understanding-depression .section-four .common-misconceptions-slick-wrapper .slick-prev {
    top: 150px;
  }
  .mindsg-main.understanding-depression .section-four .common-misconceptions-slick-wrapper .slick-dots {
    bottom: -40px;
  }
  .mindsg-main.understanding-depression .section-four .common-misconceptions-slick-wrapper .common-misconception-card-wrapper {
    padding-bottom: 50px;
  }
  .mindsg-main.understanding-depression .section-four .common-misconceptions-slick-wrapper .common-misconception-card-wrapper p {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .mindsg-main.understanding-depression .section-four .common-misconceptions-slick-wrapper .common-misconception-card-wrapper .but-did-you-know {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .mindsg-main.understanding-depression .section-five {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mindsg-main.understanding-depression .section-five#common-depressive-disorders {
    padding-top: 70px;
  }
  .mindsg-main.understanding-depression .section-five.intro-carousel .intro-carousel-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .mindsg-main.understanding-depression .section-five .carousel-control {
    top: 35%;
  }
  .mindsg-main.understanding-depression .section-five .carousel-control.left {
    left: -42px;
  }
  .mindsg-main.understanding-depression .section-five .carousel-control.right {
    right: -38px;
  }
  .mindsg-main.understanding-depression .section-five .section-five-inner {
    margin: 0;
  }
  .mindsg-main.understanding-depression .section-five .section-five-inner h1 {
    font-size: 16px;
    line-height: 26px;
  }
  .mindsg-main.understanding-depression .section-five .carousel-inner .item:first-child .text-area {
    width: 100%;
  }
  .mindsg-main.understanding-depression .section-five .carousel-inner .item:first-child .img-area img {
    width: 100%;
  }
  .mindsg-main.understanding-depression .section-five .carousel-inner .item .img-area {
    width: 100%;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
  }
  .mindsg-main.understanding-depression .section-five .carousel-inner .item .img-area img {
    width: 110px;
  }
  .mindsg-main.understanding-depression .section-five .carousel-inner .item .text-area {
    text-align: center;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .mindsg-main.understanding-depression .section-five .item-wrapper {
    min-height: auto;
  }
  .mindsg-main.understanding-depression .section-six .intro-carousel-wrapper {
    width: 90%;
    margin: 10px auto 0;
  }
  .mindsg-main.understanding-depression .section-six .intro-carousel-wrapper .itemCarousel .carousel-control {
    top: 40px;
  }
  .mindsg-main.understanding-depression .section-six .intro-carousel-wrapper .itemCarousel .carousel-control.left {
    left: -45px;
  }
  .mindsg-main.understanding-depression .section-six .intro-carousel-wrapper .itemCarousel .carousel-control.right {
    right: -40px;
  }
  .mindsg-main.understanding-depression .section-six .causes-carousel-container .carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .mindsg-main.understanding-depression .section-six .intro-carousel-wrapper p {
    margin-bottom: 20px;
  }
  .mindsg-main.understanding-depression .section-six .carousel-indicators-wrapper {
    border: none;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mindsg-main.understanding-depression .section-six .carousel-inner .item {
    padding-top: 0;
  }
  .mindsg-main.understanding-depression .section-six .carousel-inner .item-wrapper .img-area {
    width: 100%;
  }
  .mindsg-main.understanding-depression .section-six .carousel-inner .item-wrapper .text-area {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
  .mindsg-main.understanding-depression .section-six .carousel-inner .title {
    padding-left: 0;
    text-align: center;
  }
  .mindsg-main.understanding-depression .section-seven {
    width: 100%;
  }
  .mindsg-main.understanding-depression .section-seven .acronym-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mindsg-main.understanding-depression .section-seven .acronym-text-wrapper .highlight {
    width: 23px !important;
    height: 23px !important;
  }
  .mindsg-main.understanding-depression .section-seven .acronym-text-wrapper.margin-top-50 {
    margin-top: 0;
  }
  .mindsg-main.understanding-depression .section-seven .acronym-text-wrapper p {
    margin: 0 0 10px 0;
  }
  .mindsg-main.understanding-depression .section-eight {
    width: 100%;
  }
  .mindsg-main.understanding-depression .section-eight .panel-group .panel-default > .panel-heading .panel-title a {
    padding-left: 30px;
  }
  .mindsg-main.understanding-depression .section-eight .line-one,
  .mindsg-main.understanding-depression .section-eight .line-two {
    margin-bottom: 20px;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-img {
    width: 50%;
    top: 5px;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper {
    margin-top: 20px;
    text-align: left;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper .category-wrapper h4 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper p {
    margin: 0;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper p.accordion-copy {
    margin-bottom: 20px;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper .col-wrapper .col-wrapper-inner:nth-child(odd) {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper .col-wrapper .col-wrapper-inner:nth-child(even) {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper .dysthymia-wrapper {
    margin-bottom: 15px;
    padding: 10px;
    min-height: 120px;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper .category-wrapper {
    margin-top: 30px;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper .category-wrapper .category-a {
    margin-bottom: 30px;
    text-align: left;
    padding-left: 60px;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper .category-wrapper .category-a ul {
    text-align: left;
    padding-left: 0;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper .category-wrapper .category-a ul li {
    margin: 0 0 10px 0;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper .category-wrapper .category-b {
    margin-bottom: 0;
    text-align: left;
    padding-left: 60px;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper .category-wrapper .category-b ul {
    text-align: left;
    padding-left: 0;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper .category-wrapper .category-b ul li {
    margin: 0 0 10px 0;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper .category-wrapper .category-b ul p {
    margin: 0;
  }
  .mindsg-main.understanding-depression .section-eight .accordion-wrapper .img-wrapper-pmdd {
    position: relative;
    top: 6px;
    width: 50%;
    margin: 0 auto;
  }
  .mindsg-main.understanding-depression .section-ten {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
  .mindsg-main.understanding-depression .section-ten .main-intro-content {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mindsg-main.understanding-depression .section-ten .main-intro-content p {
    text-align: center;
    width: 100%;
  }
  .mindsg-main.understanding-depression .section-ten .main-intro-content img {
    width: 60%;
    right: 0;
  }
  .mindsg-main.understanding-depression .section-eleven {
    width: 100%;
  }
  .mindsg-main.understanding-depression .section-eleven .sub-title {
    padding-left: 15px;
    margin-top: 20px;
  }
  .mindsg-main.understanding-depression .section-eleven .depression-treatment-accordion {
    width: 100%;
    margin-top: 15px;
  }
  .mindsg-main.understanding-depression .section-eleven .depression-treatment-accordion .panel.panel-default {
    margin-bottom: 10px;
  }
  .mindsg-main.understanding-depression .section-eleven .accordion-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mindsg-main.understanding-depression .section-eleven .accordion-wrapper p {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px auto 10px;
  }
  .mindsg-main.understanding-depression .section-eleven .accordion-wrapper .accordion-img {
    width: 50%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .mindsg-main.understanding-depression .section-eleven .copy-wrapper {
    width: 100%;
    margin: 10px auto;
  }
  .mindsg-main.understanding-depression .section-twelve {
    width: 100%;
    padding: 15px;
  }
  .mindsg-main.understanding-depression .section-twelve .sub-title {
    padding-left: 15px;
    width: 100%;
  }
  .mindsg-main.understanding-depression .section-twelve-inner {
    width: 100%;
    margin-top: 10px;
    padding-right: 13px;
  }
  .mindsg-main.understanding-depression .section-twelve-inner .carousel-control {
    top: 80px;
  }
  .mindsg-main.understanding-depression .section-twelve-inner .carousel-control.left {
    left: -32px;
  }
  .mindsg-main.understanding-depression .section-twelve-inner .carousel-control.right {
    right: -34px;
  }
  .mindsg-main.understanding-depression .section-twelve-inner .carousel-control .arrow-position {
    font-size: 16px;
    width: 26px;
    height: 26px;
  }
  .mindsg-main.understanding-depression .section-twelve-inner .carousel-inner .item {
    min-height: auto;
  }
  .mindsg-main.understanding-depression .section-twelve-inner .carousel-inner .img-area {
    display: none;
  }
  .mindsg-main.understanding-depression .section-twelve-inner .carousel-inner .text-area img {
    width: 50%;
    margin: 30px auto;
  }
  .mindsg-main.understanding-depression .manage-stress {
    width: 100%;
    padding: 15px;
  }
  .mindsg-main.understanding-depression .manage-stress .sub-title {
    padding-left: 5px;
    width: 100%;
  }
  .mindsg-main.understanding-depression .section-thirteen {
    width: 100%;
    padding: 15px 15px 40px 15px;
  }
  .mindsg-main.understanding-depression .section-thirteen .sub-title {
    padding-left: 5px;
    width: 100%;
  }
  .mindsg-main.understanding-depression .relax-guy {
    position: relative;
    width: 70%;
    margin: 0 auto 30px;
    bottom: 0;
    left: 0;
  }
  .mindsg-main.understanding-depression .learn-to-manage-stress-inner {
    width: 100%;
    margin-top: 10px;
  }
  .mindsg-main.understanding-depression .section-thirteen-inner {
    width: 100%;
    margin-top: 10px;
  }
  .mindsg-main.understanding-depression .section-thirteen-inner .item-wrapper.better-manage-three audio {
    width: 95%;
  }
  .mindsg-main.understanding-depression .section-thirteen-inner .carousel-control {
    top: 150px;
  }
  .mindsg-main.understanding-depression .section-thirteen-inner .carousel-control.left {
    left: -42px;
  }
  .mindsg-main.understanding-depression .section-thirteen-inner .carousel-control.right {
    right: -34px;
  }
  .mindsg-main.understanding-depression .section-thirteen-inner .carousel-control .arrow-position {
    font-size: 16px;
    width: 26px;
    height: 26px;
  }
  .mindsg-main.understanding-depression .section-thirteen-inner .carousel-inner .img-area {
    display: none;
  }
  .mindsg-main.understanding-depression .section-thirteen-inner .carousel-inner .text-area img {
    width: 50%;
    margin: 30px auto;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .text-area {
    text-align: left;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .text-area .title {
    text-align: center;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .text-area.text-area-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .text-area.text-area-copy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .carousel-indicators {
    position: absolute;
    bottom: -30px;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .img-area {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .carousel-inner {
    margin-bottom: 0;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .carousel-inner .item {
    min-height: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-one .img-area {
    width: 100%;
    margin-top: 0;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-one .img-area img {
    width: 100%;
    position: relative;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-one .img-area.img-five img, .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-one .img-area.img-six img, .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-one .img-area.img-seven img, .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-one .img-area.img-eight img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-two {
    width: 100% !important;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-two .text-area {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-two .btn-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-two .btn-area .button-wrapper {
    text-align: left;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-two .btn-area .button-wrapper a {
    font-size: 10px;
    line-height: 20px;
    display: block;
    text-align: left;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-two .img-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-two .img-area img {
    position: relative;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-two .img-area.img-two img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-three .text-area {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-three .img-area {
    position: relative;
    bottom: 0;
    right: -90px;
  }
  .mindsg-main.understanding-depression #manage-depression.carousel .item-wrapper.better-manage-three .img-area.img-three img {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .modal-what-is-depression {
    text-align: center;
  }
  .modal-what-is-depression#what-is-depression-who-is-affected .modal-img {
    width: 40%;
  }
  .modal-what-is-depression .modal-img {
    width: 40%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .modal-what-is-depression .modal-copy-wrapper {
    margin-top: 20px;
  }
  .modal-what-is-depression .modal-copy-wrapper p {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal-what-is-ocd-misconceptions .modal-body {
    text-align: center;
  }
  .modal-what-is-ocd-misconceptions .modal-body .line-two {
    margin-top: 20px;
  }
  .modal-what-is-ocd-misconceptions .modal-body img {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .modal-common-misconceptions {
    text-align: center;
  }
  .modal-common-misconceptions .modal-body img {
    width: 40%;
    margin-bottom: 15px;
    margin-top: 50px;
  }
  .modal-common-misconceptions .modal-body .line-two {
    margin-top: 15px !important;
    margin-bottom: 30px !important;
    width: 70%;
    margin: 0 auto;
  }
  .modal-common-misconceptions .modal-body .line-four {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .mindsg .mindsg-container .modal-what-is-depression .modal-dialog .modal-body {
    padding: 15px 15px 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  #some-common-depressive-disorders-carousel .carousel-inner .item-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .common-misconceptions-slick-wrapper .slick-prev {
    left: -40px !important;
  }
  .common-misconceptions-slick-wrapper .slick-next {
    right: -40px !important;
  }
}
@media screen and (max-width: 767px) {
  .intro-carousel .intro-carousel-wrapper .carousel-control {
    width: 5%;
  }
}
@media screen and (max-width: 767px) {
  .mobile-copy {
    display: block;
  }
}
.mindsg .mindsg-container .slick-prev.prev-arrow:before,
.mindsg .mindsg-container .slick-next.next-arrow:before {
  display: none;
  background-image: none;
}

.scroll-text {
  overflow: scroll;
  height: 210px;
}

.mindsg .mindsg-container ul.bullets > li::before {
  content: "â€“";
  display: inline-block;
  width: 0.7em;
  text-indent: 0;
}


/* end global style */

#understanding-addictions {
    background-color: #F9F4EF;
}
#understanding-addictions h1 {
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 48.4px */
    letter-spacing: -0.88px;
}
#understanding-addictions h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 46.2px */
    letter-spacing: -1.26px;
}
#understanding-addictions h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 35.2px */
    letter-spacing: -0.96px;
}
#understanding-addictions h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 30.8px */
    letter-spacing: -0.56px;
}
#understanding-addictions h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 26.4px */
    letter-spacing: -0.48px;
}
#understanding-addictions h6 {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
}
#understanding-addictions p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

#understanding-addictions .btn-primary {
    border-radius: 24px;
    padding: 12px 16px;
    text-align: center;
    font-family: "CocogoosePro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 14px */
    letter-spacing: -0.28px;
    background: var(--Green, #78DA77);
    color: var(--Dark-Gray, #333);
    border: 0px;
}
#understanding-addictions .btn-secondary {
    border-radius: 24px;
    padding: 12px 16px;
    text-align: center;
    font-family: "CocogoosePro";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 14px */
    letter-spacing: -0.28px;
    border: 0px;
}
#understanding-addictions .btn-secondary.small {
    padding: 8px 16px;
    font-size: 12px;
}
#understanding-addictions .btn-secondary.light {
    background: var(--Oat, #EEE7E0);
    color: var(--Dark-Gray, #333);
}
/* #understanding-addictions .btn-secondary.light:hover {
  background: var(--Dark-Gray, #333);
    color: var(--Light-cream, #FFFCF9);
} */
#understanding-addictions .btn-secondary.dark {
    background: var(--Dark-Gray, #333);
    color: var(--Light-cream, #FFFCF9);
}
/* #understanding-addictions .btn-secondary.dark:hover {
  background: var(--Oat, #EEE7E0);
    color: var(--Dark-Gray, #333);
} */
#understanding-addictions .plus-list-style {
  list-style: none; 
  padding-left: 20px; 
}
#understanding-addictions .plus-list-style li {
 padding: 25px 0px 25px 50px;
 border-top: 1px solid #EEE7E0;
 margin-bottom: 0px;

}
#understanding-addictions .plus-list-style li::before {
  content: "+";
  position: absolute;
  left: 35px;
  font-weight: bold;
  font-size: 18px; 
}
#understanding-addictions .plus-list-style li::marker {
  margin-left: 5px;
}
#understanding-addictions .btn-helpline {
    border-radius: 24px;
    background: var(--Green, #78DA77);
    backdrop-filter: blur(6px);
    color: var(--Dark-Gray, #333);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 14px */
    letter-spacing: -0.28px;
}
#understanding-addictions .btn-audience {
    border-radius: 4px;
    padding: 12px 20px;
    font-family: "CocogoosePro";
    color: var(--Dark-Gray, #333);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.36px;
    border: 0px;
    background-color: transparent;
}
#understanding-addictions .btn-audience.active {
    border-radius: 4px;
    background: var(--Dark-Gray, #333);
    color: var(--Light-cream, #FFFCF9);
}
#understanding-addictions .btn-audience.small {
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid var(--Dark-Gray, #333);
    font-size: 14px;
}
.w-100 {
    width: 100%;
}
.w-80 {
    width:80%
}
.margin-auto {
    margin: auto !important;
}
ol li {
  margin-bottom: 0.75em;
}
#understanding-addictions .h-100 {
  height: 100%;
}
#understanding-addictions .mindsg .mindsg-container .modal .modal-dialog {
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0px;
}



#understanding-addictions .modal-copy-wrapper {
  font-size: 16px;
} 
#understanding-addictions .modal-body h3 {
  font-size: 24px;
}
#understanding-addictions .slick-dots {
  bottom: 0px;
}
#understanding-addictions .slick-slider.slick-dotted .slick-dots li {
 width: 10px;
 height: 10px;
 background-color: #cccccc;
}
#understanding-addictions .slick-slider.slick-dotted .slick-dots li.slick-active {
  background-color: #444444;
 }
/* #understanding-addictions .mindsg-footer {
    background: var(--Light-cream, #FFFCF9);
} */
#understanding-addictions .helplines img {
    width: 45px;
}
#understanding-addictions .helplines .helplines-desktop {
  top: 60%;
  position: fixed;
}
@media only screen and (max-width:1920px) {
  #understanding-addictions .mindsg .mindsg-container .modal .modal-dialog.long {
    height: 90%;
  }
  #understanding-addictions .mindsg .mindsg-container .modal .modal-dialog.long .modal-content {
    height: 100%;
    overflow-x: scroll;
  }
}
@media only screen and (max-width:1024px) {
  #understanding-addictions .helplines .helplines-desktop {
    top: 50%;
  }
}
/* #understanding-addictions .finding-support h5 {
  min-height: 50px;
} */
#understanding-addictions .page-masthead {
    border-radius: 24px;
    padding: 40px;
    margin: 50px auto;
    align-items: center;
}
#understanding-addictions .wrapper-audience {
    max-width: 500px;
    margin: auto;
}

#understanding-addictions .page-masthead .img-masthead {
    margin: auto;
    display: block;
    max-width: 90%;
    border-radius: 20px;
}

#tabs-addictions-type {
    margin: 44px auto 0px;
}

#tabs-addictions-type .nav-tabs {
    border-radius: 48px;
    background: var(--Oat, #EEE7E0);
    padding: 8px;
    max-width: 760px;
    margin: auto;
    justify-content: center;
}

#tabs-addictions-type .nav-tabs.caring-others-nav {
  max-width: 500px;
}

#tabs-addictions-type .nav-tabs.wd-690 {
  max-width: 690px;
}

#tabs-addictions-type .nav-tabs.wd-500 {
  max-width: 500px;
}
#tabs-addictions-type .nav-tabs.wd-655 {
  max-width: 655px;
}
#tabs-addictions-type .nav-tabs.wd-525 {
  max-width: 525px;
}
#tabs-addictions-type .nav-tabs>li {
    margin-bottom: 0;
}
#tabs-addictions-type .nav-tabs>li>a {
    border-radius: 48px;
    background: var(--Oat, #EEE7E0);
    padding: 16px 24px;
    border: 0px;
    color: var(--Dark-Gray, #333);
    /* UI/Button */
    font-family: "CocogoosePro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 14px */
    letter-spacing: -0.28px;
    text-decoration: none;
}
#tabs-addictions-type .nav-tabs>li>a.active-dropdown {
    background: var(--Dark-Gray, #333);
    color: var(--Light-cream, #FFFCF9);

}
.box-list {
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    position: relative;
}

.bg-oat {
    background: var(--Oat, #EEE7E0);
}
.bg-white {
    background: var(--Light-cream, #FFFCF9);
}
.bg-coral {
  background: var(--Coral, #D66D50);
}
.bg-deep-yellow {
    background-color: var(--Deep-Yellow, #FCC14A);
}
.bg-dark-brown {
    background-color: #2D150D;
}
.bg-yellow {
    background-color: var(--Yellow, #FEDF40);
}
.bg-yellow-light {
  background: var(--Yellow-Light, #FFEFB9);
}
.bg-peach {
    background-color: var(--Peach, #FDBAAA);
}
.bg-peach-light {
  background: var(--Peach-Light, #FFDFD7);
}
.bg-peach-pale {
  background: #783E51;
}
.bg-baby-blue {
    background-color: var(--Baby-Blue, #9ACDF2);
}
.bg-baby-blue-light {
  background: var(--Baby-Blue-Light, #E7F3FC);
}
.bg-bright-blue {
    background-color: #D6F0F2;
}
.bg-dark-blue {
    background-color: #0A3E67;
}
.bg-dark-green {
    background-color: #283E01;
}
.bg-green {
    background-color: var(--Green, #78DA77);
}
.bg-sand {
  background: var(--Sand, #F9F4EF);
}
.bg-pink {
  background: var(--Pink, #E4ACEF);
}
.bg-pink-light {
  background: var(--Pink-Light, #F7E1FC);
}
.bg-pink-dark {
  background-color: #684D6E;
}

.c-white {
    color: var(--Sand, #F9F4EF);
}
.c-neon-green {
    color: #A3FFA2;
}
.c-peach {
    color:#FDBAAA;
}
.c-bright-blue {
    color:#9ACDF2;
}
.c-grey {
    color: var(--Text-Gray, #444);
}
.types-of-addictions {
    padding: 50px 100px 50px 39px;
    margin-bottom: 50px;
}
.types-of-addictions.what-is {
    padding: 15px 150px 50px 39px;
}
.my-family .types-of-addictions.what-is {
  padding: 15px 100px 50px 100px;
}
.types-of-addictions-links .box-list {
  height: calc(100% - 15px);
  padding-right:64px;
  align-items: center;
  position: relative;
}
.types-of-addictions-links .box-list h4 {
  margin: 0px;
}
.types-of-addictions-links .box-list .icon-right {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.types-of-addictions-links a {
  color: inherit;
  text-decoration: none;
}
#understanding-addictions .max-h-300 {
  max-height: 300px;
}
#understanding-addictions .max-h-280 {
  max-height: 280px;
}
#understanding-addictions .max-h-260 {
  max-height: 260px;
}
#understanding-addictions .max-h-240 {
  max-height: 240px;
}
#understanding-addictions .max-h-200 {
  max-height: 200px;
}
#understanding-addictions .max-h-150 {
  max-height: 150px;
}
#understanding-addictions .mindsg .mindsg-container p {
 margin-bottom: 14px;
}
@media only screen and (min-width:1024px) {
    .toa-feat-img {
        float: right;
    }
    
    #understanding-addictions .top-100 {
      position: absolute;
      top: 100px;
    }
}
.alcohol-common-misconceptions-links .list {
  border-radius: 12px;
  padding: 16px 12px;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width:600px) {
  .alcohol-common-misconceptions-links .list {
    flex-direction: column;
    align-items: flex-start;
  }
  .alcohol-common-misconceptions-links .text {
    padding: 15px 0px;
    width: 100% !important;
  }
  /* .box-list.mside15 {
    margin: 0px 15px 15px;
  } */
}
@media only screen and (min-width:768px) {
  .alcohol-common-misconceptions-links .list button {
    position: absolute;
    right: 30px;
  }
}
.alcohol-common-misconceptions-links .list a {
  display: contents;
}
.alcohol-common-misconceptions-links .text {
  width: 63%;
}
.alcohol-common-misconceptions-links .text.fullwidth {
  width: auto;
}
.alcohol-common-misconceptions-links .number {
  color: var(--Dark-Gray, #333);
  display: flex;
  padding: 10px 10px 10px 9px;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  min-width: 36px;
  margin-right: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.32px;
  border-radius: 50%;
}
#understanding-addictions .float-right {
  float: right;
}
#understanding-addictions .number-box {
    border-radius: 12px;
    padding: 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
    letter-spacing: -0.72px;
    display: table;
}
#understanding-addictions .img-signs {
    max-height: 80px;
}
#understanding-addictions .icon-l {
    max-width: 80px;
}
#understanding-addictions .icon-m {
    max-width: 65px;
}
#understanding-addictions .icon-s {
    max-height: 44px;
    margin-right: 15px;
}
.slider-guide-to {
    margin: 0px -15px;
}
.slider-guide-to .box-list {
    min-height: 310px;
    margin: 0px 15px 30px;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
}
@media screen and (max-width: 767px) {
  .slider-guide-to .box-list {
    min-height: inherit;
  }
}
.slider-guide-to .icon-plus {
  right: 20px;
  bottom: 20px;
  position: absolute;
}
.slider-guide-to .slick-arrow {
    width: 35px !important;
    height: 35px;
    top: -34px !important;
}
.slider-guide-to .slick-next,
.slider-guide-to .slick-next:hover,
.slider-guide-to .slick-next:focus
 {
  background: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.0613 12.0612L16.0613 21.0612C15.7795 21.343 15.3973 21.5013 14.9988 21.5013C14.6002 21.5013 14.218 21.343 13.9363 21.0612C13.6545 20.7794 13.4961 20.3972 13.4961 19.9987C13.4961 19.6002 13.6545 19.218 13.9363 18.9362L20.375 12.5H2C1.60218 12.5 1.22064 12.3419 0.93934 12.0606C0.658035 11.7793 0.5 11.3978 0.5 11C0.5 10.6022 0.658035 10.2206 0.93934 9.93931C1.22064 9.65801 1.60218 9.49998 2 9.49998H20.375L13.9387 3.05998C13.657 2.77818 13.4986 2.39599 13.4986 1.99747C13.4986 1.59896 13.657 1.21677 13.9387 0.934975C14.2205 0.653182 14.6027 0.494873 15.0012 0.494873C15.3998 0.494873 15.782 0.653182 16.0637 0.934975L25.0637 9.93497C25.2036 10.0745 25.3145 10.2403 25.3901 10.4228C25.4657 10.6054 25.5045 10.801 25.5043 10.9986C25.5041 11.1962 25.4648 11.3918 25.3888 11.5741C25.3127 11.7565 25.2014 11.922 25.0613 12.0612Z' fill='%23333333'/%3E%3C/svg%3E") no-repeat center;
    right: 15px !important;
    background-size: 28px;
}
.slider-guide-to .slick-prev,
.slider-guide-to .slick-prev:hover,
.slider-guide-to .slick-prev:focus
 {
    background: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4992 10.9999C25.4992 11.3977 25.3412 11.7792 25.0599 12.0605C24.7786 12.3419 24.3971 12.4999 23.9992 12.4999H5.62423L12.0642 18.9386C12.346 19.2204 12.5043 19.6026 12.5043 20.0011C12.5043 20.3997 12.346 20.7818 12.0642 21.0636C11.7824 21.3454 11.4002 21.5037 11.0017 21.5037C10.6032 21.5037 10.221 21.3454 9.93923 21.0636L0.93923 12.0636C0.79939 11.9243 0.688434 11.7587 0.612726 11.5764C0.537018 11.394 0.498047 11.1986 0.498047 11.0011C0.498047 10.8037 0.537018 10.6082 0.612726 10.4259C0.688434 10.2436 0.79939 10.078 0.93923 9.93864L9.93923 0.938637C10.0788 0.799107 10.2444 0.688426 10.4267 0.612914C10.609 0.537401 10.8044 0.498535 11.0017 0.498535C11.1991 0.498535 11.3944 0.537401 11.5768 0.612914C11.7591 0.688426 11.9247 0.799107 12.0642 0.938637C12.2038 1.07817 12.3144 1.24381 12.39 1.42612C12.4655 1.60842 12.5043 1.80381 12.5043 2.00114C12.5043 2.19846 12.4655 2.39385 12.39 2.57616C12.3144 2.75846 12.2038 2.92411 12.0642 3.06364L5.62423 9.49989H23.9992C24.3971 9.49989 24.7786 9.65792 25.0599 9.93923C25.3412 10.2205 25.4992 10.6021 25.4992 10.9999Z' fill='%23333333'/%3E%3C/svg%3E") no-repeat center;
    right: 60px !important;
    left: unset !important;
    background-size: 28px;
}
/* .slider-guide-to .box-list:first-child {
    margin-left: 0px;
}
.slider-guide-to .box-list:last-child {
    margin-right: 0px;
} */
#understanding-addictions .mindsg .mindsg-container .slider-guide-to .slick-list {
    margin-left: 0px ;
    margin-right: 0px;
}
#understanding-addictions .list-star-lilac {
    margin-top: 15px;
}
#understanding-addictions .list-star-lilac li {
  list-style-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5974 7.49178C10.4619 6.33086 9.66193 5.53628 8.50581 0.402451C8.45419 0.170268 8.24258 0 8 0C7.75742 0 7.55097 0.165108 7.49419 0.402451C6.3329 5.54144 5.53806 6.33602 0.402581 7.49178C0.165161 7.54337 0 7.75492 0 7.99742C0 8.23992 0.165161 8.44631 0.402581 8.50306C5.53806 9.66398 6.33806 10.4586 7.49419 15.5975C7.54581 15.8349 7.75742 16 8 16C8.24258 16 8.44903 15.8349 8.50581 15.5975C9.6671 10.4637 10.4619 9.66398 15.5974 8.50822C15.8348 8.45663 16 8.24508 16 8.00258C16 7.76008 15.8348 7.55369 15.5974 7.49694V7.49178Z' fill='%23AFADD6'/%3E%3C/svg%3E");
   padding-left: 5px;
}
#understanding-addictions .treatment {
  width: 100%;
}
#understanding-addictions .treatment .box-list .col-md-6 {
  width: 50%;
  float: left;
}
#understanding-addictions .treatment .box-list .col-md-6:first-child {
  display: flex;
}
#understanding-addictions .treatment .box-list .col-md-6 .pull-md-right {
  float: right;
}

@media only screen and (min-width:1024px) {
  #understanding-addictions .but-bottom-50 {
  position: absolute;
  bottom: 20px;
  }
}

@media only screen and (max-width:550px) {
  #understanding-addictions .treatment .box-list .col-md-6 {
    width: 100%;
    float: left;
  }
  #understanding-addictions .treatment .box-list .col-md-6:first-child {
    display: block;
  }
  #understanding-addictions .treatment .box-list .col-md-6:first-child h3 {
    margin: 15px 0px;
  }
  #understanding-addictions .treatment .box-list .col-md-6 .pull-md-right {
    float: left;
  }
}

@media only screen and (max-width:1024px) {
    #understanding-addictions h1 {font-size: 30px;letter-spacing: -1.2px;}
    #understanding-addictions h2 {font-size: 24px;}
    #understanding-addictions h3 {font-size: 24px;}
    #understanding-addictions h4 {font-size: 24px;letter-spacing: -0.48px;}
    #understanding-addictions .page-masthead {
        padding:30px 10px;
        margin:30px auto 20px;
    }
    #understanding-addictions .page-masthead .img-masthead {max-width: 100%;margin-bottom: 20px;}
    .types-of-addictions {
        padding: 30px;
    }
    #understanding-addictions .age-group-navbar {
        background-color: transparent;
    }
    #tabs-addictions-type {margin: 30px auto; margin-bottom: 0;}
    #tabs-addictions-type .nav-tabs {max-width: 79%;}
    .icon-top {float: left; margin:5px 10px 0px 0px;}
    #tabs-addictions-type .dropdown-toggle{
        z-index: 999;
        position: relative;
    }
    #tabs-addictions-type .dropdown-menu a {
        color: var(--Dark-Gray, #333);
        text-decoration: none;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 14.4px */
        letter-spacing: 0.24px;
        font-family: "CocogoosePro";
        width: 100%;
        display: block;
        text-align: center;
        margin: 20px auto;
    }
    #understanding-addictions .nav-tabs .dropdown-menu {
        width: 100%;
        right: 0;
        top: 0px;
        border-radius: 24px;
        background: var(--Oat, #EEE7E0);
        padding-top: 60px;
        height: auto;
    }
    #understanding-addictions .mindsg .mindsg-container.has-mobile-topics .topic-section {display: block;}
    .w-80 {width:100%}
    .slider-guide-to .box-list {
      background-position: bottom;
      background-position-x: 110%;
    }
    .treatment .box-list {
        padding: 20px 0px;
    }
    .types-of-addictions.what-is {
        padding: 15px 0px 50px 39px;
    }
}

.mindsg .mindsg-container .helpline-boxes.first-stop-touchpoints .box .title .title_wrapper {
  background-color: #f9f4ef;
}

/* start: mindsg new updates */

.mindsg .mindsg-container .prevent-addiction-text {
  max-width: 300px;
}

.mindsg .mindsg-container .open .dropdown-menu {
  z-index: 998;
}

.mindsg .mindsg-container .references .modal .modal-dialog .modal-content {
  max-height: 600px;
}

@media screen and (max-width: 991px) {
  .mindsg .mindsg-container h3 {
    margin-bottom: 15px;
  }
  .mindsg .mindsg-container .toa-feat-img, .wpuar-gambling {
    margin-top: 18px !important;
  }
  .mindsg .mindsg-container .box-list p, .mindsg .mindsg-container .modal-body p {
    margin-bottom: 10px;
  }
  .mindsg .mindsg-container ul {
    font-size: 15px;
  }
  .mindsg .mindsg-container .prevent-addiction-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mindsg .mindsg-container.has-mobile-topics:not(.mobile-topic-0) .helplines .helplines-mobile {
    display: block !important;
    position: fixed;
    top: auto;
    bottom: 190px;
  }
  .mindsg .mindsg-container .read-more-button-mobile, .mindsg .mindsg-container .read-more-illustration-mobile {
    width: 50%;
  }
  .mindsg .mindsg-container .modal .modal-dialog .modal-content {
    max-height: 600px;
  }

  .simplebar-scrollbar::before {
    background-color: #676565;
  }

  .mindsg .mindsg-container .smoking-con-guide-to {
    min-height: 330px;
    background-position-y: 80%;
    background-position-x: 100%;
  }
  .mindsg .mindsg-container .modal .modal-dialog .modal-content .modal-body {
    padding: 55px 15px 15px;
  }
}

@media screen and (max-width: 414px) {
  .mindsg .mindsg-container .modal .modal-dialog .modal-content .modal-header .close {
    right: 30px;
    top: 30px;
  }
}


.mindsg .mindsg-container .header .navbar-enhancement .navbar-wrapper .nav-item.has-dropdown:not(.dropdown-no-arrow):last-child .nav-dropdown {
  left: auto; right:0; transform: none;
}

.mindsg .mindsg-container .helplines,#understanding-addictions .helplines .helplines-desktop{z-index:1003;top:auto; bottom:190px;}

.overview-container {
  margin-bottom: 20px;
}

/* Helpline button */
#understanding-addictions .helplines .helplines-desktop {
  top: 60%;
  position: fixed;
}

@media only screen and (max-width:1024px) {
  #understanding-addictions .helplines .helplines-desktop {
    top: 50%;
  }
}

.mindsg .mindsg-container .helplines,#understanding-addictions .helplines .helplines-desktop{z-index:1003;top:auto; bottom:160px;}

@media screen and (max-width: 1024px) {
  .mindsg .mindsg-container .helplines,#understanding-addictions .helplines .helplines-mobile,#understanding-addictions .helplines .helplines-desktop{bottom:70px;}
}

.btn-back-to-top {
  bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .btn-back-to-top {
    bottom: 10px;
  }
}

/* Helpline button */
/* end: mindsg new updates */