/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
font-family:'FontAwesome';
src:url('../fonts/footer-icon.eot');
src:url('../fonts/footer-icon.eot') format('embedded-opentype'), 
    url('../fonts/footer-icon.woff2') format('woff2'), 
    url('../fonts/footer-icon.woff') format('woff'), 
    url('../fonts/footer-icon.ttf') format('truetype'),     
    url('../fonts/footer-icon.svg') format('svg');
font-weight:normal;
font-style:normal
}
.fa {
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter:none
}

.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0, 0, 0, 0);
	border:0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	overflow:visible;
	clip:auto
}
.fa.fa-twitter
{
    position:relative;
}

.fa.fa-twitter.consumer:after {
    content: "CUSTOMER";
    position: absolute;
    bottom: -14px;
    left: -44%;
    display: block;
    font-size: 10px;
    color: #C8BFB3;
    font-family: "Roboto", sans-serif;
}
.fa.fa-twitter.news:after {
    content: "MEDIA";
    position: absolute;
    bottom: -14px;
    display: block;
    font-size: 10px;
    color: #C8BFB3;
    font-family: "Roboto", sans-serif;
}
.fa-facebook-official:before {
	content:"\f230"
}
.fa-twitter:before {
	content:"\f099"
}
.fa-instagram:before {
	content:"\f16d"
}
.fa-youtube:before {
	content:"\f167"
}