
.company-link 			{ float:right; height:45px; font:400 1em/45px "Roboto", sans-serif; color:var(--sgray); text-decoration:none; transition:all 0.35s ease; }
.company-link:hover 	{ color:var(--turq); }
.company-link:after 	{ display:inline-block; content:"\f08e"; padding-left:5px; font-size:0.875em; position:relative; top:-3px; margin-right:20px; font-family:"Font Awesome 6 Free"; }



@media screen and (max-width:799px){
	.men-social-wrap { padding-right:0; }
	#topbar .company-link 				{ float:left; font-size:0.875rem; }
}


@media screen and (max-width:569px){
	#topbar .company-link 				{ display:none; }
}