.cms_jobLst_containerPadding { padding: 30px 0 50px 0; }
.cms_jobLst_box { display: table; max-width: 890px; width: 100%; }
@media screen and (max-width: 959px) { .cms_jobLst_box { max-width: none; width: 100%; } }
.cms_jobLst_box .cms_padding_1 { padding: 0 15px !important; }
.cms_jobLst_content { position: relative; padding: 15px 35px 16px 0; }
.cms_jobLst_content:before {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
}
/*.cms_jobLst_box h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 52px;
	line-height: 62px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}*/
.cms_jobLst_box h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 52px;
	line-height: 62px;
	color: #000000;
	text-align: left;
	letter-spacing: unset !important;
	padding: 0 0 38px 0;
}
.cms_jobLst_content h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
	text-align: left;
	letter-spacing: unset !important;
	padding: 0;
}
.cms_jobLst_content p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
	text-align: left;
	padding: 0;
}
.cms_jobLst_hr {
	width: 100%;
	height: 1px;
	background: #000000;
	margin: 64px 0 23px 0;
}
.cms_jobLst_arrow { position: absolute; top: 15px; right: 0; width: 20px; height: 36px; }
.cms_jobLst_arrow:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -12px;
	width: 24px;
	height: 24px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 959px) {
	.cms_jobLst_content { padding: 15px 29px 16px 0; }
	.cms_jobLst_arrow { width: 14px; height: 25px; }
	.cms_jobLst_arrow:before { top: 4px; left: -7px; width: 15px; height: 15px; }
}
@media screen and (max-width: 767px) {
	/*.cms_jobLst_box h1 { font-weight: 400 !important; font-size: 36px; line-height: 42px; }*/
	.cms_jobLst_box h1 { font-weight: 400 !important; font-size: 36px !important; line-height: 42px !important; padding: 0 0 30px 0; }
	.cms_jobLst_content h2 { font-weight: 700 !important; font-size: 18px !important; line-height: 24px !important; }
	.cms_jobLst_content p { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	.cms_jobLst_hr { margin: 30px 0 15px 0; }
}