@charset "utf-8";
/* CSS Document */

.footer-spacer {
  
    width:100%;
    height:var(--footer_margin);
    
}

#footer table {
    
    width: calc(100% - (var(--section-text-large-margin) * 2));

}

#footer table td {
    
    vertical-align: top;
    width:20%;

}

#footer .social-span  {
 
    padding: 0 2px 0 2px;
    
}

#newsletter-open {
    
    display: inline-block;
    
}

@media only screen and (max-width: 1520px)	{
 
    #footer table {

        width: calc(100% - (var(--section-text-medium-margin) * 2)); 

    }

}

@media only screen and (max-width: 850px), screen and (max-height: 480px) {	
/*@media only screen and (max-width: 999px), screen and (max-height: 512px) {	
*/
    #footer {
     
        height:auto;
        
    }
    
    #footer table {
        
		height:auto; 
        
    }
    
    #footer table tr {
        
        display:block;
        width:100%;
        
    }
    
    #footer table td {
        
		display:block;
		width:100%;
		height:auto;
		font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-bottom: var(--footer_margin);
        
    }
    
    #footer table td:last-of-type {
        
        margin-bottom:0;
        
    }
    
    #footer .social-span  {

        padding: 0 4px 0 4px;

    }
    
    #footer .social-span img {

        width:24px;
        height:24px;

    }
 
}



