.btn.btn-success {
  background-color: #9dbd02 !important;
  border-color: #a3ea2e !important; 
}

a {
  color: #9dbd02; }
  a:hover {
    color: #0056b3; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: #9dbd02; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1; }

.section-title {
  margin-top: 0; }
  .section-title span {
    background: #9dbd02;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    padding: 8px 16px; }
    .section-title span.style-2 {
      background: #9dbd02;
      color: #FFFFFF; }
    .section-title span.style-3 {
      background: #9dbd02;
      color: #FFFFFF; }

.t4-footnav,
.t4-footer {
  background-color: #a0b032; 
}