body {
  color: #000;
}
p {
  color: #000;
  line-height: 26px;
  margin: 0 0 20px;
}

aside ul.nav-list > li > a {
  color: #000;
  font-size: 0.9em;
  padding: 8px 0 8px 22px;
}

ul.nav-list li a {
  transition: background 0.1s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 8px 0 8px 22px;
  display: block;
  color: #000;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 20px;
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f7f7f7;
    color: #000;
    font-size: 0.83em;
    font-weight: 400;
    padding: 6px 18px 6px 18px;
    position: relative;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.5px;
  }
}

p a {
  color: #3c793b;
	border-bottom: 2px solid #3c793b;
	/*text-decoration: underline;*/
	font-weight:bold;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

ul .list-footer a {
  color: #3c793b;
	border-bottom: none!important;
	/*text-decoration: underline;*/
	font-weight:normal!important;
}

.top-contact {
	
	color:#fff!important;
	font-weight:normal!important;
	letter-spacing:0.1em!important;
}


html .home-intro-quaternary {
  background: #3c793b;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  font-size: 0.9em!important;
}

ul .nav-item a:hover {
			color: #3c793b!important;
			text-decoration: none!important;
}

html .btn-primary {
  background-color: #3c793b;
  border-color: #3c793b #3c793b #3c793b; /*changed from: #13a89e #13a89e #006699*/
  color: #FFF;
}

html .btn-primary hover {
  background-color: #999;
  border-color: #999 #999 #999; /*changed from: #13a89e #13a89e #006699*/
  color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
}

.counters strong {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
	color: #3c793b;
}

.counters label {
  display: block;
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
}

html .btn-primary {
	background-color: #3c793b;
	border-color: #3c793b #3c793b #077dc3;
	color: #FFF;
	--color: #3c793b;
	--hover: #3c793b;
	--disabled: #3c793b;
	--active: #0884cf;
}

html .btn-primary:hover,
html .btn-primary.hover {
	border-color: #3c793b #3c793b #3c793b;
	color: #FFF;
}

html .btn-primary:hover:not(.bg-transparent),
html .btn-primary.hover:not(.bg-transparent) {
	background-color: #3c793b;
}

html .btn-light-green {
  background-color: #3c793b;
  border-color: #3c793bF #3c793bF #3c793b;
  color: #FFF!important;
  --color: #FFF;
  --hover: #3c793b!important;
  --disabled: #FFF;
  --active: #ececec;
}

html .btn-outline.btn-light-green:hover,
html .btn-outline.btn-light-green.hover {
	color: #FFF;
	background-color: #3c793b;
	border-color: #3c793b;
}

.mob-img {
	
	max-width:350px;
}

.mob-img-small {
	
	max-width:250px;
}

.mob-img-xsmall {
	
	max-width:150px;
}

.get-connected {
	height:25px!important;
	margin-top:2px;
}