#altametris-footer-menu a {
	color: #929292;
}

#altametris-footer-legal a {
	color: #b3b3b3;
}

#altametris-footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	position: relative;
}

#altametris-footer-top:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #979797;
}

#altametris-footer-copyright {
	padding: 0 2rem;
	color: #b3b3b3;
}

#altametris-footer-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-ms-flex-line-pack: space-evenly;
	    align-content: space-evenly;
	height: 10rem;
}

@supports (-ms-flow-from: thingy) {
    #altametris-footer-menu ul {
        -ms-flex-line-pack: distribute;
            align-content: space-around;
    }
}

#altametris-footer-menu ul li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}

#altametris-footer-social {
	height: 12rem;
	font-weight: 500;
	line-height: 2.42;
	color: #4e4e4e;
}

#altametris-footer-social a img {
	height: 100%;
	width: auto;
	margin-right: 2rem;
}

#altametris-footer-social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
}

#altametris-footer-social-icons a {
	width: 5rem;
	height: 5rem;
	border-radius: 3rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 0 0 0 rgba(100, 107, 226, 0.25);
	        box-shadow: 0 0 0 0 rgba(100, 107, 226, 0.25);
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}	

#altametris-footer-social-icons a:hover {
	-webkit-box-shadow: 0 5px 8px 0 rgba(100, 107, 226, 0.25);
	        box-shadow: 0 5px 8px 0 rgba(100, 107, 226, 0.25);
}

#altametris-footer-cta a {
	margin-right: 0;
}

#altametris-footer-legal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 2.5rem 0;
	font-size: 1.5rem;
	color: #b3b3b3;
}

#altametris-footer-legal a:hover {
	color: #525252;
}