.footerBorder {
	border-top: 1px solid #e5e5e5; 
	width: 100%;
}
.footer {
	display: flex;
	flex-flow: row wrap;
	padding: 50px 0 30px 0;
	color: #111111;
	background-color: #fff;
	width: 1140px;
	margin: 0 auto;
}

.footer > * {
	flex:  1 100%;
}

.footer__addr {
	margin-right: 1.25em;
	margin-bottom: 2em;
} 
.footer__logo {
	width: 150px;
}

.footer__addr h2 {
	margin-top: 1.3em;
	font-size: 15px;
	font-weight: 400;
}

.nav__title {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.footer ul {
	list-style: none;
	padding-left: 0;
}

.footer li {
	line-height: 2em;
}

.footer a {
	text-decoration: none;
}

.footer__nav {
	display: flex;
	flex-flow: row wrap;
}

.footer__nav > * {
	flex: 1 50%;
	margin-right: 1.25em;
}

.nav__ul a {
	color: #111111;
}

.nav__ul--extra {
	column-count: 2;
	column-gap: 1.25em;
}

.legal {
	display: flex;
	flex-wrap: wrap;
	color: #111111;
	margin-top: 1.3em;
}

.copyright-container {
	height: 60px; 
	width: 100%; 
	background: #478803;
}
.copyright-container .table {
	display: table; 
	height: 100%;
}
.copyright-container .textcopy {
	font-size: 15px; 
	display:table-cell; 
	vertical-align: middle; 
	width: calc(100% - 32px); 
	color: #FFF;
}

@media screen and (min-width: 40.375em) {
	.footer__nav > * {
		flex: 1;
	}
  
	.nav__item--extra {
		flex-grow: 2;
	}
  
	.footer__addr {
		flex: 1 0px;
	}
  
	.footer__nav {
		flex: 2 0px;
	}
}
@media all and (max-width: 1240px) and (min-width: 800px) {
	.footer {
		width: 770px;
	}
}