#footer {
    padding: 2.5rem 0 0 0;
}
.footer-logo {
    padding: 0 3%;
    margin-bottom: 1rem;
}
.social-icons-wrapper {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
	margin: 1rem 0;
}

.social-icons-wrapper .grid-item {
    display: inline-block;
    word-break: break-word;
    margin: 0 0.51rem;
}

.social-icons-wrapper .grid-item a {
	color: white;
}

.info-wrap .divider-light {
	margin: 1.5rem auto;
	max-width: 80%;
}
.stats-image {
    padding: 0 6%;
    margin: 1rem 0;
    display: flex;
    justify-content: center;
}

.cson-footer-nav {
    padding-left: 5%;
    width: 100%;
}

.footer-heading-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
	margin-bottom: 1.5rem;
}

ul.v-list-items .v-list-item a {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding-left: 0px;
    display:inline-block;
    min-height:25px;
}

ul.v-list-items .icon-list-text {
	color: #ffffff;
	font-size: 14px;
}

div#uth-bottom-footer {
    height: 50px;
}
.copyright {
    color: white;
    font-size: 14px;
    margin: 0.9rem;
}

@media(max-width: 621px){
	.cson-footer-nav {
		padding-left: 0;
		width: 100%;
		padding-bottom: 2rem;
	}
	.cson-footer-nav .grid-container .cell {
		margin-top: 1rem;
		border-bottom: 1px solid rgba(255,255,255,0.21);
		padding-bottom: 1rem;
	}
	div#uth-bottom-footer {
    	height: 85px;
	}
}