li.widget-contact {
	padding-left: 1vw;
}
.widget-contact .icon {
	float: left;
	font-size: 5vh;
	line-height: 0;
}
.widget-contact .name {
	font-size: 1.6vw;
	line-height: 1;
}
.widget-contact a {
	color: #0081C5;
	position: relative;
	left: 0;
	-webkit-transition: left 0.25s ease-out;
	transition: left 0.25s ease-out;
}
.widget-contact a:hover {
	left: 0.4vw;
}
.widget-contact .function {
	font-size: 0.8vw;
	line-height: 1.2;
	text-transform: uppercase;
}
.widget-contact .vertical-align > div {
	text-align: left;
}
@media only screen and (max-width: 40em) {
	.widget-contact .icon {
		font-size: 12vh;
		margin-bottom: 8vh;
	}
	.widget-contact .name {
		font-size: 6vw;
		line-height: 1.2;
	}
	.widget-contact .function {
		font-size: 3vw;
	}
}
@media only screen and (max-width: 40em) and (orientation: portrait) {
	.widget-contact .icon {
		font-size: 7vh;
	}
	.widget-contact .name {
		font-size: 8vw;
	}
	.widget-contact .function {
		font-size: 5vw;
	}
}
@media only screen and (max-width: 64em) {
	.widget-contact .icon {
		font-size: 8vh;
		margin-bottom: 6vh;
	}
	.widget-contact .name {
		font-size: 5vw;
	}
	.widget-contact .function {
		font-size: 2.5vw;
	}
}