#footer.container {
    width: 100%;
    padding: 32px 0px 32px;
    background: #00223E;
    /*font-family: 'filson-pro';*/
    font-family: 'Filson Pro';
}
.footer-iparsys.parsys.iparsys {
    width: 100%;
    margin: 0 auto;
    clear: both;
}
.footer-brand-logo img {
    max-width: 140px;
}
.footer-brand-logo {
    display: none;
}
#footer .footer ul, #footer .footer ul li a, #footer .footer p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
}
#footer .footer p:last-child, 
#footer .footer p:nth-last-child(2) {
    margin: 0;
    line-height: 26px;
}
#footer .footer ul li a {
     padding-bottom: 2px; 
    /* background-image: linear-gradient(#FFF 0 0); */
     background-position: left bottom; 
     background-size: 100% 2px; 
     background-repeat: no-repeat; 
     transition: background-size 0.5s; 

}
#footer .footer ul li a:hover {
    background-size: 0% 2px;
}
#footer span.footer {
    display: inline-block;
    margin-right: 8px;
}
.noprint .footer img {
    vertical-align: text-bottom;
}
@media screen and (min-width: 992px) {
    .footer-iparsys.parsys.iparsys {
        max-width: 1132px;
    }
	.footer-iparsys .col-xs-12.col-sm-6:nth-child(1) {
    	        width: 100%;
        padding: 0;
	}
	.footer-iparsys .col-xs-12.col-sm-6:nth-child(2) {
        padding: 0;
    }
    .footer-logos {
        float: left;
        margin: 0 0 28px 0;
    }
    .footer-brand-logo {
        width: 50%;
        float: left;
        border-right: 1px solid #ffffff;
        height: 78px;
        padding-top: 14px;
    }
    .footer-brand-logo img {
        margin-right: 1em;
    }
    .footer-az-logo {
        float: left;
    }
    .footer-az-logo a {
        width: 212px;
        display: block;
        height: 52px;
    }
    .footer-az-logo a img {
        width: 100%;
    }
	#footer .footer ul li {
        display: inline;
        border-right: 1px solid #fffcfc;
        margin-right: 12px;
        padding-right: 12px;
        padding-top: 13px;
        padding-bottom: 13px;
    	/*font-family: "Filson Pro", sans-serif;
       text-decoration: underline;*/
    }
	#footer .footer ul li a {
        padding-bottom: 2px;
        background-image: linear-gradient(#FFF 0 0);
        background-position: left bottom;
        background-size: 100% 2px;
        background-repeat: no-repeat;
        transition: background-size 0.5s;
    }
    #footer .footer ul li a:hover {
        background-size: 0% 2px;
    }
	#footer .footer ul li:last-child {
        border: none;
        margin: 0;
        /*background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/sclc-redesign/global/privacyoptions.svg);*/
        background-repeat: no-repeat;
        background-position: 179px 32px;
        background-size: 24px;
        padding: 0 30px 0 0;
        width: 208px;
        display: inline-block;
        position: relative;
        top: 13px;
        line-height: 23px;     
    }
    #footer .footer ul li:last-child a {
        line-height: 23px;
    }
	#footer .footer ul li:last-child>a img {
		padding: 0 0 0 5px;
    	position: absolute;
        right: 5px;
        bottom: 5px;
        width: 30px;
	}
}
@media screen and (min-width: 992px) {
    .footer-iparsys .col-xs-12.col-sm-6:nth-child(2) {
        width: 100%;
    }
	.footer-brand-logo {
		width: 48%;
	}
	#footer .footer ul {
    	margin-bottom: 15px;
        padding: 0px;
    	line-height: 30px;
    }
	#footer .footer ul:after, #footer .footer ul:before {
		content: '';
        clear: both;
		display: table;
	}
}

@media screen and (max-width: 991px){

	#footer.container{
		padding: 40px 0;
	}
	.footer-az-logo img{
		width: 148px;
	}
	#footer .footer ul li a{
		text-decoration: underline;
	}
	#footer .footer p{
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
		letter-spacing: -0.14px;
	}
	#footer .footer p:last-child, #footer .footer p:nth-last-child(2){
		line-height: 20px;
		margin-top: 8px;
	}
	#footer .footer ul li:last-child {
	    border: none;
	    margin: 0;
	    /*background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/sclc-redesign/global/privacyoptions.svg);*/
	    background-repeat: no-repeat;
	    background-position: 241px 10px;
	    background-size: 24px;
	    padding: 0 30px 0 0;
	    /* width: 208px; */
	    display: inline-block;
	    position: relative;
	   
	}
	
}