  @charset "UTF-8";
/* CSS Document */

.text-field-inline {
    display: inline-block !important;
    width: 33.3% !important;
    margin-right: 2%;
    box-sizing: border-box;
}

@media (max-width:992px) {
	.text-field-inline {
		width: 100% !important;
	}
}

#employee_short_bio {
	width: 100% !important;
}