/*==============================
GLOBAL
==============================*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none !important;
	font-family: 'Average Sans', sans-serif;
}

a:visited, a:link, a:focus, a:hover, a:active {
	list-style: none;
	text-decoration: none;
}


.active-menu {
	color: #ffffff !important;
	background-color: #159957 !important;
	padding-left: 15px !important;
}

.bodyBackColor {
	background-color: #F6F6F6;
}


.backColor {
	background-color: #159957 !important;
	color: #ffffff;
}

.footerColor {
    background-color: #1D1D1D;
	color: #ffffff;
}

.primaryColor {
	color: #515151;
}
.primaryLink {
	color: #6c757d !important;
}
.primaryLink:hover {
	color: #159957 !important;
}

.copy a {
	color: #159957 !important;
}

.social a {
	color: #ffffff;
}

.social a:hover {
	color: #159957;
}

@media (min-width: 992px) {
	.active-menu {
		color: #1D1D1D !important;
		background-color: transparent !important;
		border-bottom-color: #159957 !important;
	}
}

