footer {
	height: 200px;
    background-color: #0A1D2E;
    position: relative;
    z-index: 1;
}

footer .footer-bar {
	margin: 0px 0px 40px 0px;
	height: 20px;
	width: 100%;
	background: linear-gradient(to right, #0C3873 25%, #80BA5A);
}

footer div {
	color: #fff;
	font-size: 12pt;
}

footer .contact a:hover {
    color: #fff;
}

footer .nonprof {
    color: #fff;
    font-style: italic;
}

footer .copyright, footer .contact, footer .social, footer .nonprof {
	text-align: center;
}

    @media all and (max-width: 991px) {
        footer .copyright, footer .contact, footer .social, footer .nonprof {
            font-size: 10pt;
            
        }
    }

footer .contact, footer .nonprof {
	white-space: nowrap;
}

.social-list {
	display: inline-block;
	padding: 0px;
	list-style: none;
}

	.social-list .social-item {
		float: left;
		margin: 0px 15px 0px 0px;
	}

		.social-list .social-item a {
			color: #fff;
		}

		.social-list .social-item a:hover {
			color: #7CB456;
		}

@media all and (min-width: 768px) {

	.social-list {
		float: right;
	}

	footer .copyright {
		text-align: left;
	}
}