.jobs {
	max-width: 1210px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;	
}
.jobs__head {
	padding: 70px 0 90px;
}
.jobs__head .title {
	color: #000000;
	margin-bottom: 15px;
}
.jobs__head .subtitle {
	font-family: "Times New Roman", Sans-serif;
		font-weight: normal;
		font-style: italic;
	font-size: 28px;
	color: #000000;
		margin-left: 96px;
	position: relative;
}
.jobs__head .subtitle:before {
	content: "";
		width: 66px;
		height: 7px;
		right: calc(100% + 30px);
		background: #000000;
		position: absolute;
		top: calc(50% - 2px);
}
.jobs__head .separator {
	display: inline-block;
	width: 66px;
	height: 7px;
	background-color: #000000;
	margin: 0 0 40px 0;
}
.jobs__head .desc {}
.jobs__bg {
	position: relative;
}
.jobs__bg img {
	vertical-align: middle;
		display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 600px;
	min-height: 250px;
	object-fit: cover;
	object-position: center center;
}
.jobs__body {
	background-color: inherit !important;
	min-height: 500px;
}
.job__details {
	padding: 0;
}
.job__details h2 {
	font-size: 32px;
	color: #000000;
	margin: 0 0 40px;
}
.jobs__list {
	padding: 0;
}
.jobs__list .job {
	padding-bottom: 35px;
    margin-bottom: 40px
	border-bottom: 1px solid #000000;
}
.jobs__list .job h4 {
	font-size: 32px;
	color: #000000;
	margin: 10px 0;
}
.jobs__list .job .readmore {
	font-weight: 400;
	text-decoration: underline;
	font-size: 16px;
	margin: 20px 0 0;
}
.jobs__list .job .alert-warning {
	margin-top: 20px;
}
.jobs__apply {
	padding: 90px 0 50px;
	max-width: 950px;
}
.jobs__apply .title {
	color: #000000;
	margin: 0 0 12px 0;
}
.jobs__apply .separator {
	display: inline-block;
	width: 66px;
	height: 7px;
	background-color: #000000;
	margin: 0 0 50px 0;
}
.apply-form {}
.apply-form .req {
	color: red;
}
.apply-form label {
	font-size: 12px;
	text-transform: none !important;
	display: block;
	margin-bottom: 10px;
}
.apply-form input[type=date], 
.apply-form input[type=email], 
.apply-form input[type=number], 
.apply-form input[type=password], 
.apply-form input[type=search], 
.apply-form input[type=tel], 
.apply-form input[type=text], 
.apply-form input[type=url], 
.apply-form select, 
.apply-form textarea {
	color: #000000;
	background-color: inherit;
		width: 100%;
	min-height: 48px;
		border: 1px solid #000000;
		border-radius: 0;
		padding: 10px 15px 10px 15px;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
}	
.apply-form input[type=date]:focus, 
.apply-form input[type=email]:focus, 
.apply-form input[type=number]:focus, 
.apply-form input[type=password]:focus, 
.apply-form input[type=search]:focus, 
.apply-form input[type=tel]:focus, 
.apply-form input[type=text]:focus, 
.apply-form input[type=url]:focus, 
.apply-form select:focus, 
.apply-form textarea:focus {
	border: 1px solid #000000;
		border-color: #000000;
		outline: none;
}
.apply-form input[type=submit] {
	background-color: transparent !important;
	color: #000000 !important;
	margin-top: 20px;
	line-height: 1 !important;
	border: none;
		font-size: 20px;
		font-weight: bold;
		text-decoration: underline !important;
		padding: 0 !important;
	-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
}
.apply-form input[type=submit]:hover {
	text-decoration: none !important;
}
.apply-form input[type=submit]:disabled {
	opacity: .5;
		cursor: not-allowed;
}
.apply-form input[type=file] {
	color: transparent !important;
	border: none !important;
	padding: 0 !important;
	width: 130px;
	-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
}
.apply-form input[type=file]::-webkit-file-upload-button {
	visibility: hidden;
}
.apply-form input[type=file]::before {
	content: 'Upload';
	display: inline-block;
	border: none;
	border-radius: 50px;
	padding: 5px 0;
	outline: none;
	text-decoration: underline;
	-webkit-user-select: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
}
.apply-form__acceptance {
	margin: 20px 0 15px;
	font-size: 16px !important;
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	line-height: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.apply-form__acceptance a {
	font-weight: normal !important;
		text-decoration: underline !important;
	display: inline-block;
}
.apply-form input[type=checkbox] { 
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.apply-form .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 27px;
	width: 27px;
	background-color: inherit;
	border: 1px solid #000000;
}
.apply-form input:checked ~ .checkmark {
	background-color: #000000;
}
.apply-form .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.apply-form input:checked ~ .checkmark:after {
	display: block;
}
.apply-form .checkmark:after {
	left: 10px;
		top: 4px;
		width: 6px;
		height: 13px;
		border: solid white;
		border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.apply-form__wrap {
	display: flex;
		flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;	
}
.apply-form__group {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.apply-form__group_100 {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}
.apply-form__wrap_files {
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
		flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.apply-form__wrap_files .apply-form__group {
	width: auto;
}
.alert-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 20px 30px 20px 15px;
	margin-bottom: 30px;
	border-radius: 4px;
	line-height: 1.7;
	font-weight: bold;
	font-size: 14px;
}	
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	padding: 20px 30px;
	margin-bottom: 30px;
	border-radius: 4px;
	line-height: 1.7;
	font-weight: bold;
	font-size: 14px;
}
.alert-warning {
	padding: 20px 30px;
	border-radius: 4px;
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
	line-height: 1.7;
	font-size: 14px;
	font-weight: bold;
}
@media all and (max-width: 768px) {
	.jobs__head {
		padding: 35px 0 50px 0;
	}
	.jobs__apply {
		padding: 50px 0 50px 0;
	}
}

@media all and (max-width: 576px) {
	
	.jobs__head .title,
	.jobs__apply .title {
		font-size: 52px;
	}
	.apply-form__group {
		width: 100%;
	}
	.jobs__list .job h4 {
			font-size: 28px;
	}
}