@font-face {
	font-family: 'Para';
	src: url('https://www.isg.com/jobs/static/fonts/isg/parabolicatext-regular-webfont.woff2') format('woff2'),
	url('https://www.isg.com/jobs/static/fonts/isg/parabolicatext-regular-webfont.woff') format('woff'),
}

#isg_main {
	font-family: 'para', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	max-width: 800px;
	min-width: 300px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin: 20px auto;
	text-align: justify;
	border-radius: 15px;
}

#isg_main a {
	color: #1d4f91;
}

#isg_bak {
	background: url(https://www.isg.com/jobs/static/images/bak.svg) center repeat-y;
	background-size: cover;
	background-position: top;
}

#isg_header_img {
	background-image: url('https://www.isg.com/jobs/static/images/isg_standard_header_2025.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	height: 350px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#isg_intro_text {
	padding: 10px 0 0 0;
}

#isg_heading {
	padding: 25px 0px 10px;
	margin: 0 auto;
	/*background-image: url(https://www.isg.com/jobs/static/images/bak-waves.svg);
	background-size: cover;
	background-position: 50% 40%;*/
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#isg_heading h1, h2 {
	margin: 0 35px;
	padding: 0;
	text-align: center;
}

#isg_heading h1 {
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: #1d4f91;
}

#isg_heading h2 {
	font-size: 25px;
	line-height: 25px;
	font-weight: normal;
	margin: 0 35px;
	padding: 15px 0;
	color: black;
}

#isg_benefits_icons {
	padding: 15px 0px 10px;
	margin: 10px 35px;
	display: flex;
    flex-wrap: wrap;
	gap: 50px;
	justify-content: center;
}

#isg_benefits_icons:empty {
    padding: 0;
    margin: 0;
}

/*#isg_benefits_icons::before {
	content: "Benefits";
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #1d4f91;
	width: 100%;
}*/

#isg_benefits_icons:empty::before {
	content: none;
}

.isg_icon {
	vertical-align: top;
	max-width: 100px;
	text-align: center;
}

.isg_icon i {
	margin: 0 0 5px;
	font-size: 16px;
	min-width: 20px;
	color: white;
	padding: 10px;
	background: #1d4f91;
	border-radius: 5px;
}

.isg_icon span {
	font-size: 13px;
	display: block;
	/*max-width: 15ch;
	overflow-wrap: break-word;
	word-break: break-word;*/
}

#isg_applybutton {
	display: block;
	margin: 0 auto;
    padding: 15px 0;
	height: 35px;
	width: 180px;
	text-align: center;
}

#isg_applybutton a {
	background-color: #1d4f91;
	display: block;
	color: white;
	text-decoration: none;
	padding: 8px 20px;
	font-size: 20px;
	border-radius: 5px;
}

#isg_main_text {
	margin: 10px 35px;
}

#isg_main_text_bak {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	margin: 0 auto;
	padding-top: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#isg_center_text{
	padding: 15px 0;
}

#isg_text_main_intro {
	margin-bottom: 10px;
}

#isg_text_main_intro:empty {
	display:none;
}

#isg_text_left {
	float: left;
	width: 48%;
}

#isg_text_right {
	float: right;
	width: 48%;
}

#isg_footer {
	padding: 40px 0 50px;
	text-align: center;
	background: url(https://www.isg.com/jobs/static/images/bak-footer.jpg) 50% 100% / cover no-repeat;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#isg_footer_text {
	text-align: left;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}

#isg_footer_text::first-line {
	font-weight: bold;
	color: #1d4f91;
}

#isg_footer_img {
	background-image: url('https://www.isg.com/jobs/static/images/logo.svg');
	background-repeat: no-repeat;
	height: 82px;
	width: 125px;
	padding-right: 50px;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

#isg_main ul { 
	margin-top: 7px;
	padding: 0 3px 0 20px;
	list-style: none;
}

#isg_main li {
	text-align: initial;
}

#isg_main ul li::before {
	content: '•';
	color: rgb(0, 98, 174);
	font-size: 1.5em;
	padding-right: 10px;
	margin: 0 0px 0 -18px;
	position: relative;
	top: 2px;
}

#isg_salary {
	text-align: center;
	margin: 25px 0 15px;
}

#isg_salary a {
	border: 1px solid #1d4f91;
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
	color: black;
}

#isg_salary:empty {
    padding: 0;
    margin: 0;
}

#isg_main_text h2 {
	font-size: 25px;
	line-height: 30px;
	text-align: left;
	margin: 0;
	padding: 0;
	margin: 20px 0 8px;
	color: #1d4f91;
	text-align: left;
}

#isg_main h3 {
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0 10px;
	color: #1d4f91;
	text-align: left;
}

.displayjob {
	border: none!important;
	border-radius: unset!important;
	background-color: #1d4f91!important;
	font-family: 'DecimaProA', Arial, Helvetica Neue, Helvetica, sans-serif;
}

.displayjob .yellow, .displayjob-star {
	color: #fff!important;
}

@media not all and (min-resolution:.001dpcm) { 
	@supports (-webkit-appearance:none) and (stroke-color:transparent) {
	#isg_bak {
	background-image: none;
	}
	}
}