body {
  font-family: "Switzer Regular", sans-serif;
  color: #414042;
  font-size: 13px;
}
.text-justify {
  text-align: justify;
}

.page-content-wrapper .page-title {
  color: #e34f56;
  font-size: 16px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.desktop-breadcrumb {
  background-color: transparent !important;
  padding: 1px 0;
  list-style: none !important;
  border-bottom: 1px solid #eee !important;
  margin-bottom: 15px;
}
.desktop-breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.mobile-breadcrumb {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 11px;
  line-height: 25px;
  padding: 0px 15px;
}
.breadcrumb-item a {
  color: #E45154;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #a2a2a2;
}

.rightNav {
  padding-left: 15px;
  padding-top: 55px;
}
.rightNav h4 {
  font-size: 16px;
  font-weight: 600;
  color: #6c7265;
  margin-bottom: 10px;
  padding-left: 15px;
}
.rightNav .nav-pills .nav-item {
  border-bottom: 1px solid #eee;
}
.rightNav .nav-pills .nav-item:first-of-type {
  border-top: 1px solid #eee;
}
.rightNav .nav-pills .nav-link {
  color: #414042;
  border-radius: 0;
  padding: 12px 15px;
  font-size: 13px;
  background-color: transparent;
}
.rightNav .nav-pills .nav-link:hover {
  background-color: #f5f5f5;
  color: #E45154;
}
.rightNav .nav-pills .nav-link.active {
  background-color: #E45154 !important;
  color: #fff !important;
  font-weight: bold;
}
.content-list-philanthropy {
  padding-left: 40px;
  margin-top: 20px;
  list-style-type: disc;
}
.content-list-philanthropy li {
  margin-bottom: 15px;
}
.content-list-philanthropy strong {
  font-weight: 600;
  color: #414042;
}
.sub-list {
  list-style-type: circle;
  padding-left: 25px;
  margin-top: 10px;
}
.sub-list li {
  margin-bottom: 0;
}
.full-text-desktop {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
    .mobile-banner {
    position: relative; 
    margin-top: 0 !important; 
    line-height: 0;
}
    .banner-text-overlay {
    position: absolute;
    bottom: 20px;
    color: #e45154;
    background: #ffffffe8;
    padding: 32px;
    right: 0;
    width: 280px;
    height: 87px;
  }
  .page-content-wrapper {
    padding: 20px 15px;
  }

  .page-title {
    font-size: 18px !important;
    font-weight: 600; 
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    text-align: left;
    color: #414042;
  }

  #readMoreContainer {
    display: block !important;
  }
  .read-more-btn {
    color: #444;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
  }
  #readMoreContainer p,
  #moreText p {
    font-size: 16px;
    color: #666666;
    text-align: left;
  }

  .content-list-philanthropy {
    padding-left: 20px; 
    list-style-position: outside;
  }

  .content-list-philanthropy li {
     font-size: 16px;
     color: #666666; 
     text-align: left;
     padding-left: 5px; 
  }

  #moreText .content-list-philanthropy li::marker {
    color: #000000;
    font-size: 1.1em; 
  }
  
  #moreText .content-list-philanthropy strong,
  #moreText .sub-list strong {
    color: #000000; 
    font-weight: 700; 
  }
   .sub-list {
    padding-left: 20px; 
    list-style-position: outside;
  }
}