.injury-header {
    margin-bottom: 13px;
    padding: 11px 0 9px;
    background: white;
}
.injury-header .header-logo {
	max-height: 29px;
}
.injury-header .phone-link {
	color: #e1462f;
    font-size: 30px;
    font-weight: bold;
    line-height: 80%;
}

@media (max-width: 767px){
	.injury-header {
		margin-bottom: 10px;
		background: #F6F6F6;
   		border-bottom: solid 4px #D5D5D5;
   	}
   	.injury-header .header-logo {
   		max-height: 23px;
   	}
}