a {
  color: #3B9739;
}

a:hover,
a:focus {
  color: #187b16;
}

.primary-bg {
  background: #1E689E;
}

.secondary-bg {
  background-color: #CEE3CD;
}

.btn-primary {
  background: #3B9739;
}

.btn.btn-secondary::after {
  background: #3B9739;
}

.btn.btn-secondary:hover::before {
  border-color: #3B9739;
}

.upcoming-events path {
  stroke: #73A872;
}

/* Custom Content Box Backgrounds and Colours */
.content-box.cb-bg-1 {
  background: #009747;
}

.content-box.cb-bg-2 {
  background: #2d3a32;
}

.content-box.cb-bg-3 {
  background: #4f554f;
}

.content-box.cb-bg-4 {
  background: #75a972;
}

.content-box.cb-bg-5 {
  background: #cfe4cd;
}

.content-box.cb-bg-1 *,
.content-box.cb-bg-2 *,
.content-box.cb-bg-3 * {
  color: #fff;
}