/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.job_read_full {
	cursor: pointer;
}
.job_apply {
	cursor: pointer;
}
.greenhouse-job-board[data-type="accordion"] .job_description {
	display: none;	
}

.greenhouse-job-board .field_wrap {
	margin: 0 0 1em;
}
.greenhouse-job-board .field_wrap input[type="file"] {
	background: none; 
	border: 0;
}
.greenhouse-job-board .field_wrap.field_required label:after {
	content: ' *';
}
.greenhouse-job-board .field_wrap.field_required .input-wrap label:after {
	content: '';
}

#button-file-resume:after {
	content: '';
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.upload-btn {
	cursor: pointer;
	display: inline-block;	
}

.upload-span {
	display: none;
}

.btn-green {  
    background-color: #54ac37;
    border: 1px solid #54ac37;
    color: white;
}

.btn-green:hover {
    background: white;
    border: 1px solid #54ac37;
    color: #54ac37;
}

#please-wait {
	font-size: 20px;
	color: #797979;
	text-align: center;
	position: absolute;
    width: 280px;
    z-index: 2000000000;
    left: 50%;
    top: 55%;
    margin-left: -140px;
}
@media screen and (max-width: 420px) {
    #please-wait {
        top: 185px !important;
    }
}

#apply_form input[type="text"], #apply_form  textarea {
	min-width: 300px !important;
}

@media screen and (max-width: 420px) {
    #loading-screen #loading-screen-inner .spinner {
        top: 150px !important;
    }
}

