.sp-megamenu-parent .sp-menu-item > a img, .sp-megamenu-parent .sp-menu-item > span img {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
#sp-header-topbar .container-inner {
  border-bottom: 0px solid #e5e5e5;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: left;
  position: relative;
}
img {
  display: inline;
  max-width: 100%;
  height: auto;
}
#sp-header {
  height: 100px;
  width: 100%;
  position: relative;
  z-index: 99;
  background: #e9efe4;
  box-shadow: none;
  animation: none;
}
.sppb-addon-image-layout-caption {
  color: #fff;
  background: #128939;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}
#sp-footer, #sp-bottom {
  background: #e9efe4;
  color: #128939;
}
#sp-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
#sp-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  color: #128939;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: hsla(360, 100%, 100%, 0.85);
}
.breadcrumb {
  padding: 0.75rem 1rem;
  background-color: transparent;
  border-radius: 0.25rem;
}
#sp-main-body {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 0px;
  border: 0px solid #f5f5f5;
  border-radius: 3px;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 0px solid #f3f3f3;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 0px solid #f3f3f3;
  padding: 5px;
  border-radius: 0px;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 28px;
  padding: 2px 0;
}
.sp-module ul > li > a {
  color: #128939;
}
a {
  color: #128939;
}
.article-list .article .readmore a {
  color: #128939;
  font-weight: 500;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
  float: left;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
   border-bottom: 0px solid #f5f5f5;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 24px;
  }
ul {
  display: block;
  padding: 5px 0;
  line-height: 28px;
  padding: 2px 0;
  list-style: none;
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
  display: block;
  width: 50%;
  padding: 0.5rem 0.5rem !important;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.formResponsive input, .formResponsive textarea {
    width: 400px;
}
.formResponsive button[type="reset"], .formResponsive button[type="submit"], .formResponsive input[type="reset"], .formResponsive input[type="submit"] {
  background-color: rgb(18, 137, 57);
  background-image: linear-gradient(top,#08c,#05c);
  background-repeat: repeat-x;
  border-color: #05c #05c #003580;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  color: #fff;
  text-shadow: 0-1px 0 rgba(0,0,0,.25);
}