/*** NEW STANDARD FOOTER CSS ***/

.footerLogoFarm .container, .footerCorpArea .container, .footerCorpNav .container {
	position: relative;
	width: 96%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.footerLogoFarm {
	background-color: #fff;
	border-top: 2px solid #2b2b2b;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerLogoFarm-header {
	text-align: center;
}
.footerLogoFarm h4 {
	margin-bottom: 30px;
	font-size: 18px;
	color: #373e4a;
}
.footerLogoFarm .newFooter.img-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.footerLogoFarm .newFooter.img-container img {
	max-height: 65px;
	margin-bottom: 30px;
}

.footerCorpArea {
	background-color: #2b2b2b;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-size:14px;
}
.footerCorpArea .corpLogo {
	width:50%;
	float:left;
	text-align: left;
}
.footerCorpArea .corpCopy {
	width:50%;
	float:left;
	text-align: right;
	margin-top:20px;
}
.footerCorpArea .corpCopy a {
	color: #fff;
}
.footerCorpNav {
	background-color: #2b2b2b;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:right;
	font-size:14px
}
.footerCorpNav a {
	margin-right: 20px;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
}
.footerCorpNav a:last-child {
	margin-right: 0px;
}

/*** Responsive Styles Smartphone Only ***/

@media all and (max-width: 767px) {
	.footerLogoFarm .newFooter.img-container {
		justify-content: center;
		flex-direction: column;
	}
	.footerBrandArea .brandLogo {
		width:100%;
		text-align:center;

	}
	.footerBrandArea .brandSocial {
		width:100%;
		text-align:center;
	}
	.footerBrandArea .tipaLogo {
		width:100%;
		text-align:center;
	}
	.footerCorpArea .corpLogo {
		width:100%;
		text-align:center;
	}
	.footerCorpArea .corpCopy {
		width:100%;
		text-align:center;
	}
	.footerCorpNav {
		text-align:center;
	}
	.footerCorpNav a {
		margin: 10px;
	}

}
