@import url("https://ch-api.healthhub.sg/api/public/content/83fab8568b1545e59795f1de8076b94f");
.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;
  -webkit-transition: color 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: color 0.3s ease-out, opacity 0.3s ease-out;
  transition: color 0.3s ease-out, opacity 0.3s ease-out;
}
@media (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li a {
    display: block;
    height: 100%;
  }
}
.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;
  }
}
.mindsg .mindsg-container .btn-pink,
.mindsg .mindsg-container .btn-pink:hover,
.mindsg .mindsg-container .btn-pink:active,
.mindsg .mindsg-container .btn-pink:focus {
  color: #252525;
  display: inline-block;
  background-color: #fdbaaa;
  border-radius: 20vw;
  text-decoration: none;
  padding: 3px 30px;
  width: auto;
  margin: 0px auto 15px auto;
}

.mindsg .mindsg-container .what-is-self-harm .entries.grid {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 20px;
}
@media (max-width: 991px) {
  .mindsg .mindsg-container .what-is-self-harm .entries.grid {
    gap: 15px;
  }
}
.mindsg .mindsg-container .what-is-self-harm .entries .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px;
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .what-is-self-harm .entries .entry {
    padding: 30px 20px;
  }
}
.mindsg .mindsg-container .what-is-self-harm .entries .entry.entry-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D1E1FF;
  border-radius: 20px;
}
.mindsg .mindsg-container .what-is-self-harm .entries .entry.entry-image {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-row: 1/4;
  padding-top: 0;
  padding-bottom: 0;
}

.mindsg .mindsg-container .what-is-social-isolation .the-signs-pulldown {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mindsg .mindsg-container .what-is-social-isolation .the-signs-pulldown {
    margin-bottom: 0px;
  }
}
.mindsg .mindsg-container .what-is-social-isolation .the-signs-pulldown a.clicktoexpand {
  color: #252525;
  text-decoration: none !important;
}
.mindsg .mindsg-container .what-is-social-isolation .the-signs-pulldown .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .mindsg .mindsg-container .what-is-social-isolation .the-signs-pulldown .item {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.mindsg .mindsg-container .what-is-social-isolation .the-signs-pulldown .item-wrapper {
  text-align: center;
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  border-radius: 20px;
}
.mindsg .mindsg-container .what-is-social-isolation .the-signs-pulldown .item-wrapper.active .item-arrow .panel-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: none;
          animation: none;
}
.mindsg .mindsg-container .what-is-social-isolation .the-signs-pulldown .item-wrapper .img-area {
  width: 53%;
  margin: 25px auto;
}
@media screen and (max-width: 767px) {
  .mindsg .mindsg-container .what-is-social-isolation .the-signs-pulldown .item-wrapper .img-area {
    width: 50%;
  }
}
.mindsg .mindsg-container .what-is-social-isolation .the-signs-pulldown .item-wrapper .hidethis {
  padding: 0px 25px;
}
.mindsg .mindsg-container .what-is-social-isolation .the-signs-pulldown .item-wrapper .hidethis ul {
  margin-bottom: 0px;
}
.mindsg .mindsg-container .what-is-social-isolation .the-signs-pulldown .item-wrapper .hidethis ul > li {
  margin-bottom: 20px;
}
.mindsg .mindsg-container .what-is-social-isolation .speech-bubble {
  background-color: #FFF;
  border-radius: 0px;
}

@media (min-width: 768px) {
  .mindsg .mindsg-container .how-can-we-cope .pos-sm-absolute {
    position: absolute;
  }
}
.mindsg .mindsg-container .how-can-we-cope .what-can-one-do-list {
  margin-left: -18px;
  margin-right: -18px;
}
@media (min-width: 768px) {
  .mindsg .mindsg-container .how-can-we-cope .what-can-one-do-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 991px) {
  .mindsg .mindsg-container .how-can-we-cope .what-can-one-do-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mindsg .mindsg-container .how-can-we-cope .what-can-one-do-list .card .cta a {
  font-weight: normal;
  text-transform: uppercase;
}
.mindsg .mindsg-container .how-can-we-cope .illustration {
  pointer-events: none;
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .how-can-we-cope .illustration img {
    width: 160px;
    float: none;
  }
}
@media (min-width: 768px) {
  .mindsg .mindsg-container .how-can-we-cope .illustration img {
    float: right;
  }
}

.mindsg .mindsg-container .card.reveal-card .card-wrapper {
  background-color: #97E3D6;
  color: #000000;
}

@media (max-width: 767px) {
  .mindsg .mindsg-container .intro-carousel {
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .itemCarousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .itemCarousel .carousel-control .icon-next, .mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .itemCarousel .carousel-control .icon-prev {
  top: 110px;
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .itemCarousel .carousel-inner {
  height: 100%;
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .itemCarousel .carousel-inner .item {
  height: 100%;
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .itemCarousel .carousel-inner .item .item-wrapper {
  height: 100%;
}

.mindsg .mindsg-container .how-are-we-affected-by-social-isolation .entries-wrapper {
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.mindsg .mindsg-container .how-are-we-affected-by-social-isolation .entries-wrapper .entries-inner-wrap div {
  background-color: #EBF2FF;
}
.mindsg .mindsg-container .how-are-we-affected-by-social-isolation .entries-inner-wrap:last-child div:first-child, .mindsg .mindsg-container .how-are-we-affected-by-social-isolation .entries-inner-wrap:last-child div:nth-child(2) {
  height: 25%;
}
.mindsg .mindsg-container .how-are-we-affected-by-social-isolation .entries-inner-wrap:last-child div:last-child {
  height: 50%;
}
.mindsg .mindsg-container .how-are-we-affected-by-social-isolation .entries .entry {
  background-color: #EBF2FF;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .how-are-we-affected-by-social-isolation .entries .entry {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.mindsg .mindsg-container .increases-the-risk-of-social-isolation .increase-risk-isolation-slider .slick-arrow {
  top: 110px;
}
.mindsg .mindsg-container .increases-the-risk-of-social-isolation .increase-risk-isolation-slider .card .card-wrapper {
  margin: 0px 10px;
}
.mindsg .mindsg-container .increases-the-risk-of-social-isolation .m-hide:not(.m-shown) {
  display: none !important;
}
.mindsg .mindsg-container .increases-the-risk-of-social-isolation .readmore-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.mindsg .mindsg-container .increases-the-risk-of-social-isolation .cta-read-more .panel-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0px;
  width: 30px;
  height: 30px;
  background-color: transparent !important;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.5s;
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}
.mindsg .mindsg-container .increases-the-risk-of-social-isolation .cta-read-less .panel-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .mindsg .mindsg-container .mindsg-section:not(.no-border) {
    border-bottom: none;
  }
}
.mindsg .mindsg-container .signs-of-social-isolation .tabs-div {
  display: none;
}
.mindsg .mindsg-container .signs-of-social-isolation .social-isolation-tabCollapse .tabCollapse_tab-content {
  border-radius: 20px;
}
.mindsg .mindsg-container .signs-of-social-isolation .social-isolation-tabCollapse .tabCollapse_tab-content .tabCollapse_inner-tabs {
  width: 35%;
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .signs-of-social-isolation .social-isolation-tabCollapse .tabCollapse_tab-content {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .mindsg .mindsg-container .signs-of-social-isolation .social-isolation-tabCollapse .tabCollapse_tab-content .tabCollapse_inner-tabs .mh-tabCollapse-tab-content {
    border-color: #fff !important;
  }
  .mindsg .mindsg-container .signs-of-social-isolation .social-isolation-tabCollapse .tabCollapse_tab-content .tabCollapse_inner-tabs .mh-tabCollapse-tab-content .panel-heading a.collapsed {
    background-color: inherit;
  }
}
.mindsg .mindsg-container .signs-of-social-isolation .social-isolation-tabCollapse .content-cell div {
  width: 100%;
  background-color: #FFEFB5;
  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: 23px 20px;
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .signs-of-social-isolation .social-isolation-tabCollapse .content-cell div {
    padding: 23px 16px;
  }
}
.mindsg .mindsg-container .signs-of-social-isolation .social-isolation-tabCollapse .content-cell.two-cell div {
  width: 49%;
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .signs-of-social-isolation .social-isolation-tabCollapse .content-cell.two-cell div {
    width: 100%;
  }
}