.join-our-team .applyNowForm .input-group-addon, .join-our-team .applyNowForm .desc-text {

	font-family: 'Avenir Next Condensed', sans-serif !important;
	font-size: 25px;
	color: #515151;
}
.join-our-team .applyNowForm .fileUpload {
	margin-bottom: 30px;
}
.join-our-team .applyNowForm .fileUpload #upload_file_btn {
	float: right;
	padding: 10px 30px 10px 30px;
	border: 1px solid teal;
	border-radius: 15px;
	font-size: 20px;
	font-family: 'Avenir Next Condensed', sans-serif !important;
	color: teal;
}

.join-our-team .applyNowForm .clearfix input {
	padding: 10px 30px 10px 30px;
	border: 1px solid teal;
	border-radius: 15px;
	margin-top: 30px;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Avenir Next Condensed', sans-serif !important;
}

.btn-cstm:focus,
.btn-cstm:hover,
.btn-cstm:hover {
	background: transparent !important;
	color: teal !important;
}

.join-our-team .jotf_row{
	/* 	height: 60px; */
	margin-bottom: 20px;
}

.join-our-team .jotf_row .col-md-3 span{
	border: none;
	background: transparent;
	font-size: 25px;
	text-align: left;
	font-family: 'Avenir Next Condensed', sans-serif !important;
}

.join-our-team .jotf_row .col-md-9 input{
	display: block;
	width: 100%;
	height: 46px;
	padding: 6px 12px;
	font-size: 20px;
	line-height: 1.42857143;
	color: #515151;
	background-color: #ebebeb;
	background-image: none;
	border: none;
	border-radius: 0px;
	font-family: 'Avenir Next Condensed', sans-serif !important;
}

.join-our-team select#State	{
	display: block;
	width: 100%;
	height: 46px;
	padding: 6px 12px;
	font-size: 20px;
	line-height: 1.42857143;
	color: #515151;
	background-color: #ebebeb;
	background-image: none;
	border: none;
	border-radius: 0px;
	font-family: 'Avenir Next Condensed', sans-serif !important;
}

.errorvalidation {
	font-family: 'Avenir Next Condensed', sans-serif;
	font-size: 15px;
	color: #ca4427;
}

#file-name-display {
	float: right;
	font-size: 12px;
	color: teal;
	font-weight: 900;
}

#submitError {
/* 	position: absolute; */
	left: 0;
	font-size: 20px !important;
	font-weight: 900;
/* 	width: 30%; */
}

#resumeError {
	float: right;
}
.jotf_row input:focus {
	box-shadow: 0 0 0 0.25rem rgb(157 181 177 / 50%);
	background-color: #9db5b1 !important;
	color: white !important;
}
.join-our-team select#State:focus{
	box-shadow: 0 0 0 0.25rem rgb(157 181 177 / 50%);
	background-color: #9db5b1 !important;
	color: white !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px #9db5b1 inset !important;
	-webkit-text-fill-color: white !important;
}

.progress {
	height: 2rem;
}

.fileUpload input.btn-cstm {
	font-size: 15px;
	width: 100px;
	margin-left: 10px;
}

.fileUpload input.btn-remove {
	background-color: #515151;
	border: 1px solid #515151;
}

/* Start Notification Model */
#notifications_modal .modal-body{
	background-color: #3e7f77;
	color: #fff;
}
#dialog_p{
	font-size: 16px;
	text-align: center;
}
/* End Notification Model */

#loader-container{
	position: absolute;
}
.loader {
	border: 16px solid #e5e3e3;
	border-top: 16px solid teal;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media (max-width: 821px)
{
	.join-our-team .jotf_row{
		margin-bottom: 10px;
	}
	.join-our-team .jotf_row .col-md-3 span, .join-our-team .applyNowForm .input-group-addon, .join-our-team .applyNowForm .desc-text {
		font-size:20px;
	}
	.join-our-team .applyNowForm .fileUpload #upload_file_btn {
		margin-top:10px;		
	}
}

@media (max-width: 767px)
{
	.progress {
		margin-top: 60px;
	}
}