.footer {
	padding: 20px;
	color: #858b94;
	position: absolute;
	left: 0 !important;
	bottom: 0;
	right: 0;
	background-color: #f0f5f9;
	border-top: 2px solid #dae1ed;
	box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, .8);
}
.footer .footer-container{
	width: 100%;
	max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
	margin-left: auto;
}
.footer .footer-list-wrapper{
	border-bottom:1px solid #dee2e6;
	display: flex;
	justify-content: space-between;
	padding-bottom:.5rem;
	margin-bottom: .5rem;
}
.footer .footer-list-body{
	display: flex;
	border-bottom:1px solid #dee2e6;
	padding-bottom:.5rem;
	margin-bottom: .5rem;
}
.footer .footer-list-body>div{
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	position: relative;
}
.footer .footer-container .footer-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .footer-container p {
	font-size: .8125rem;
	margin-bottom: 0;
}

.footer .footer-container li {
	display: inline-block;
	margin-top: .45rem;
}

.footer .footer-container li:not(:last-child) {
	margin-right: 1.5rem;
}
.footer .footer-list h5{
    font-size:16px;
    margin:0 0 10px;
}
.footer .footer-list ul li{
    display: block;
}
.footer .footer-grid p span{
    color:#8f9bad;
    font-size:16px;
    font-family: 'Myriad Pro Semibold'; 
}
@media (max-width: 620px) {
    .footer {
		padding: 20px 0;
	}

	.footer .footer-container .footer-grid {
		flex-direction: column
	}

	.footer .footer-container .footer-grid>div {
		text-align: center;
	}
}