	footer{
	font-family: 'Nunito Sans',sans-serif;
	position: relative;
	display: block;
	width: 100%;
	height: 170px;

	font-size: 12px;
	line-height: 14px;
/* identical to box height */
	padding-top: 27px;

	letter-spacing: 0.2em;
	text-transform: uppercase;
	
}
#cleanFooter{

	display: block;
	height: auto;

}
.column-container{
	display: flex;

}
.rowz{
	display: inline;
	flex:1;
	text-decoration: none;
	list-style: none;
	color:black;
	
}

#footerLogo{
	display: block;
	
	width: 100%;
}
#footerLogo img{
	transform: translateX(20px);
	float: left;
	width: 155px;

}
a{

	text-decoration:none;
	color: black;
}
ul li{
	list-style: none;
}
.footer_icon1{
	height: 11px;
	width: 11px;
}
.footer_icon2{
	height: 11px;
	width: 13px;
}
#TnC{
	position: relative;
	display: block;
	width: auto;
	background-color: black;
	color: white;
	
	font-style: normal;
	font-weight: 400;
	font-size: 9px;
	line-height: 11px;
	/* identical to box height */
	height: auto;
	letter-spacing: 0.09em;
	padding-left:36px ;
	padding-right:36px;
	padding-top:10px; 
	padding-bottom:20px;

}
#TnC a{
	color:white;
}
.left{float: left;}
.right{float:right;}


