.t4-sticky {
  border-bottom: 1px solid #8caf8d;
  z-index:99999!important;
}
.rapid_contact .input-group .btn {
background-color:#1e4a38!important;
  border:none;
}
.ls-slide-backgrounds {
 border-bottom: 1px solid #8caf8d;
}
.t4-palette-blue {
background-color:white!important;
  border-bottom:none;
}
.article-body p {
 font-size: 20px;
  padding-left:20px;
  padding-right:20px;
  color:#6a6a6a;
}
.page-header H2 {
 font-weight: bold;
  padding-left:20px;
  color:#BA66B5;
   border-bottom: 2px solid #1e4a38;
margin-bottom:20px;
}
.article-body strong {
color:#8caf8d;
  font-weight: 700;
}
.article-body em {
color:#8caf8d;
  font-weight: lighter;
}
.article-body ul {
font-size: 20px;
list-style: none; /* Remove default bullets */
  color:#6a6a6a;
}
.article-body ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #BA66B5; /* Change the color */
  font-weight: bolder; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.rapid_contact .intro_text {
  font-size:18px;
  padding-bottom:20px;
color:black!important; 
}