.site-foot{
    position:relative;
    padding:50px 0;
    min-height:250px;
    background-color:rgba(170, 170, 170, 0.1);
}

.site-foot a:active{
  color:#f8f8f9;
}

.site-foot .badge{
	display:block;
    position:relative;    
    margin-left:5%;
    margin-bottom:30px;
/* 		    background-color:#111; */
    background-image: url(//v2.alliedfeather.com/wp-content/themes/afd-com/img/AFD-2020.min.svg);
    background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	width: 45px;
	height: 57px;
}
@media only screen and (min-width: 1024px) {
	.site-foot .badge{
	width: 97px;
	background-position: left;
	background-image: url(//v2.alliedfeather.com/wp-content/themes/afd-com/img/AFD-2020-wordmark.min.svg);	
	}
}
.site-foot nav h3{
	color:#f8f8f9;
	font-weight: normal;
    margin-top:initial;
    font-size:1.6875em;
}
.site-foot > ul,
.site-foot nav{
    font-size:0.75em;
    font-size:10px;
    padding:initial;
	margin-left:5%;
	margin-right:5%;
	margin-top:initial;
	/*padding:0 10%; */
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.site-foot section{
    width:50%;
    margin:auto;
    margin-top:initial;
    margin-left:initial;      		    
    display:inline-block;
}
.site-foot ul > li{
    display:inline-block;
    font-size:12px;
}

@media screen and (min-width: 960px){
    .site-foot section{
	    max-width:175px;
	    margin:auto;
	    margin-top:initial;
	    margin-left:initial;
	    margin-right:5%;
	    display:inline-block;	      		    
	}
}

.site-foot section{
    margin-bottom:5%;
}

.site-foot ul > li:first-child{
    margin-left:initial;
}
.site-foot ul > li:last-child{
    margin-right:initial;
}
.site-foot li ul,
.site-foot section ul{
    padding:initial;
}
.site-foot li ul li,
.site-foot section ul li{
    display:block;
/* 		    margin-bottom:1em; */
}
.site-foot .subnav{
    padding-bottom:1.49em;
}	  	

@media only screen and (min-width:768px){
    .site-foot .badge{
      position:absolute;
/* 		      left:10%;		       */
      top:50px;
      margin-bottom:initial;
    }
    
    .site-foot .badge.mark{
	  top:50px;  
    }

	.site-foot > ul,
    .site-foot nav{
	  margin-left:16%;
	  margin-right:16%;
    }
    .site-foot section{
	  margin-right:auto;
	  margin-bottom:auto;
      min-width:15%;
	}
	.site-foot section.wider{
		min-width:25%;
	}
	.site-foot li ul li,
	.site-foot section ul li{
      margin-bottom:1em;
	}
}