.dottedLink
{
border-bottom:1px dotted;
}
.dottedLink:hover
{
border-bottom:none;
}
header .top-search-holder .contact-row i
{
float:left;
}
@media (max-width: 991px) {
   header .top-search-holder .contact-row {
	text-align: left;
	margin:0 5px 20px;
   }
}
@media (min-width: 1200px) {
	.logo-holder .logo img{
		bottom:-1em;
	}
}
a.greyLink
{
color:#3d3d3d;
font-weight: 600;
}