.site-footer-contact-item{
	padding-left: 0;
}
.mt-0{
	margin-top: 0 !important;
}
.d-flex{
	display: flex !important;
}
.site-footer-newsletter-social-item, .sharing-link, .bio-links-item .bio-links-item-icon{
	background-color: #EEEEEE;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-content: center;
    -webkit-box-align: center;
    text-align: center;
    align-items: center;
}
.bio-links-item-download{
	display: flex;
	align-content: center;
}
.bio-links-item-download span{
	align-content: center;
    text-transform: uppercase;
	color: #629FD1;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 175% */
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
.bio-links-item .bio-links-item-icon{
	margin-right: 10px;
}
.bio-links-item-download .person-icon{
	background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    margin-right: 10px;
}
.bio-links-item-download .person-icon svg, .bio-links-item .bio-links-item-icon svg{
	margin-right: 0;
}
.sharing-link svg{
	width: auto !important;
	height: auto !important;
}
.sharing .st-btn {
    display: inline-block !important;
}
#st-1 {
	z-index: 22 !important;
}
.contact-details .bio-links-item-icon, .fax-icon-link .bio-links-item-icon {
    background-color: #EEEEEE;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-content: center;
    -webkit-box-align: center;
   	display: flex;
   	align-items: center;
    justify-content: center;
    margin-right: 8px;
    position: relative;
    top: 0;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
}
.fax-icon-link .bio-links-item-icon:hover {
	opacity: .8;
    top: -4px;
}
.contact-details-item .fax-contact-icon svg {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
 .contact-details-item svg {
    height: auto;
    width: auto;
    margin: 0;
}
.past .past-toggle-btn svg path {
    fill: #ffffff;
}
@media (min-width: 1024px) {
	.site-footer-newsletter .subscribe{
		margin-top: 14px !important;
	}
	.contact-details-item svg {
        height: auto;
        width: auto;
        margin: 0;
    }
}

@media (max-width: 768px) {
	.site-footer-newsletter-social-item, .sharing-link, .bio-links-item .bio-links-item-icon{
		background-color: #FFFFFF;
	    width: 25px;
	    height: 25px;
	}
	.bio-links-item .bio-links-item-icon svg{
		width: 15px;
		height: 15px;
	}
	.site-footer-quick .site-footer-newsletter-social-item {
        width: 40px;
        height: 40px;
    }
    .contact-details .bio-links-item-icon {
    	margin-right: 0;
    	margin-bottom: 8px;
    }
}