.needsfooter {
	position: relative;
	/*height: 75px;*/
	/*background: #999;*/
	background-color: #2f2a7f;
	background-color: var(--nc-blue-color);
	color: white;
	text-decoration: none;
	font-size: 1.5rem;
	/*padding-left: 5px;
	padding-right: 5px;*/
}
.needsfooter .row {
	margin-left: -15px;
	margin-right: -15px;
	padding-right: 0px;
	padding-left: 0px;
}

.ncfootertop {
	height: 10px;
	background-color: #2f2a7f;
	background-color: var(--nc-blue-color);
	background-color: gray; /* For browsers that do not support gradients */
	background-image: linear-gradient(#fff, #2f2a7f); /* Standard syntax (must be last) */
	background-image: linear-gradient(#fff, var(--nc-blue-color));
}


.needsfooter a, .needsfooter a:hover {
	color: white;
	text-decoration: none;
}
.footercontent {
	margin-top: 5px;
	background-color: #2f2a7f;
	background-color: var(--nc-blue-color);
	color: white;
	text-decoration: none;
}
.footercontent a, .footercontent a:hover {
	color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

