/* Removing text-transform:uppercase for one very special job listing */

.job-id-1234 h3#job_department {
text-transform: none !important;
}

/* Enhancement on homepage animation link */
#home_div #overlay a {
	padding: 3px 5px 3px 5px;
}

#home_div #overlay a:hover {
	background: black;
	color: white;
}

#search_field::-ms-clear {
    display: none;
    width:0;
    height:0;
}
