@charset 'UTF-8';

.career-form .form-group-upload-photo input {
	border: none;
}

/*Griding*/
.row-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}

.row-wrap .col-m {
	padding: 0 15px;
	width: 100%;
}

.row-wrap .wth-20 {
	width: 20%;
}

.row-wrap .wth-15 {
	width: 15%;
}

.no-margin {
	margin: 0;
}

.space-30{
	height: 30px;
	width: 100%;
}
.space-50{
	height: 50px;
	width: 100%;
}

/*Griding*/


/*Typography*/
.career-form label {
	font-weight: 300;
	font-size: 12px;
}

.career-form p {
	line-height: 1.2;
}

.career-form h4 {
	font-size: 17px;
}

.career-form .headline {
	text-align: center;
	margin-bottom: 25px;
	font-size: 12px;
}

.career-form .headline h4 {
	margin-bottom: 0;
	/*	line-height: 1.2;*/
}

.career-form .headline p {
	margin-bottom: 0;
	text-align: center;
	/*	line-height: 1.2;*/
}

/*Typography*/
/*Forms*/
.career-form .declaretion-btn.button-area {
	display: block;
	width: 100%;
	margin-top: 15px;
}

.career-form .form-control.no-label {
	padding: 10px 10px;
	line-height: 1;
}

.career-form .custom-checkbox-radio input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	cursor: pointer;
	position: absolute;
	opacity: 0;
}

.career-form .custom-checkbox-radio input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 7px;
	width: 4px;
	height: 9px;
	border: solid #242424;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.career-form .custom-checkbox-radio input:checked + label:before {
	background: #ffffff;
}

.career-form .custom-checkbox-radio input:focus + label:before {
	border-color: #1caaed;
}

.career-form .custom-checkbox-radio label {
	position: relative;
	cursor: pointer;
}

.career-form .custom-checkbox-radio label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #e6e6e6;
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 15px;
	margin-top: -4px;
}

.career-form input[readonly] {
	background: #fff;
}

.career-form .input-label {
	pointer-events: none;
}

/*Forms*/


/****** file upload ******/

.file-upload {
	display: block;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;

}

.file-upload .file-select {
	display: block;
	color: #b19b70;
	cursor: pointer;
	height: 69px;
	line-height: 40px;
	text-align: left;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.file-upload .file-select .file-select-button {
	background: #E4E4E4;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	height: 69px;
	line-height: 69px;
}

.file-upload .file-select .file-select-name {
	line-height: 69px;
	float: right;
	display: inline-block;
	padding: 0 10px;
	color: #b19b70;
}

.file-upload .file-select:hover {
	border-color: #b19b70;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
	background: #b19b70;
	color: #FFFFFF;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
	border-color: #b19b70;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
	background: #b19b70;
	color: #FFFFFF;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
	opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
	cursor: default;
	display: block;
	border: 2px solid #dce4ec;
	color: #b19b70;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	text-align: left;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
	background: #dce4ec;
	color: #666666;
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}

/****** file upload ******/


/*Language area*/
.language-area .row {
	align-items: center;
}

.language-area .row .col-4 .row {
	padding-left: 30px;
	padding-right: 30px;
	align-items: center;
}

.language-area .col-12 .row .col-4:not(:first-child) h4 {
	padding-left: 30px;
	padding-right: 30px;
}

/*Language area*/


/*Military service area*/
.military-service-area .custom-checkbox-radio {
	min-height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*Military service area*/

.declaretion-checkbox.custom-checkbox-radio label {
	display: flex;
	align-items: flex-start;
}

.declaretion-checkbox.custom-checkbox-radio label:before {
	margin-top: 8px;
}

.declaretion-checkbox.custom-checkbox-radio label:after {
	margin-top: 9px;
}

.declaretion-text p {
	font-size: 11px;
	font-family: PlayFair Display, serif;
}


.d-hide {
	display: none;
}




@media (max-width: 767px) {
	.contact-form-wrapper.career-form {
		padding: 35px 15px 5px;
	}

	.contact-form-wrapper.career-form .form-group label.input-label {
		font-size: 14px;
		left: 15px;
	}

	.contact-form-wrapper.career-form .form-control {
		padding: 30px 15px 10px;
	}

	.contact-form-wrapper.career-form .dropdown .dropdown-toggle {
		padding: 30px 15px 10px;
	}

	.career-form .form-control.no-label {
		padding: 10px 15px;
		line-height: 1;
	}

	.d-hide {
		display: block;
	}

	.language-area .row .col-4 .row {
		padding-left: 5px;
		padding-right: 5px;
		align-items: center;
	}

	.language-area .col-12 .row .col-4:not(:first-child) h4 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.row-wrap{
		flex-wrap: wrap;
	}
	.row-wrap .wth-20 {
	width: 100%;
}

.row-wrap .wth-15 {
	width: 50%;
}
	.military-service-area .row-wrap .col-m:nth-child(1), .military-service-area .row-wrap .col-m:nth-child(2){
		width: 50%;
	}
	.career-form .declaretion-btn.button-area{
		margin-bottom: 15px;
	}

}
