/* codeDESIGN - content_job_offers_grid.css */
@charset "utf-8";

/* CONTENT JOB OFFERS GRID */
div.component_column_1_inner {
	background: none !important;
}
div.component_column.col-md-8, 
div.component_column.col-md-4, 
div.component_column.col-md-12 {
	margin: 80px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.content_job_offers {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.content_job_offers [class^="col-"],
div.content_job_offers [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.content_job_offers_tabs.content_job_offers_tabs_featured.content_job_offers_tabs_546 {
	background: #f8f8f8;
	margin: 0px 0px 0px 0px;
	padding: 140px 0px 140px 0px;
}
@media only screen and (max-width: 991px) {

	div.content_job_offers_tabs.content_job_offers_tabs_featured.content_job_offers_tabs_546 {
		padding: 60px 0px 40px 0px;
	}
	
}
div.content_job_offers .flex {
	display: flex !important;
}
@media only screen and (max-width: 991px) {

	div.content_job_offers .flex {
		display: block;
	}
	
}
div.content_job_offers_tabs_332 {
	padding: 0px 20px;
}
div.content_job_offers_tabs h4 {
	font: 600 14px/14px 'Gilroy','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: var(--ci_color_blue);
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
div.content_job_offers_tabs h4::after {
	content: none;
}
div.content_job_offers_tabs div.row.head_row {

}
div.content_job_offers_tabs div.row.head_row div[class^="col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
@media only screen and (max-width: 1199px) {
	div.content_job_offers_tabs div.row.head_row div[class^="col-"]:nth-child(2) {
		padding-left: 60px;
	}
}
@media only screen and (max-width: 991px) {
	div.content_job_offers_tabs div.row.head_row div[class^="col-"]:nth-child(2) {
		padding-left: 0px;
	}
}
div.content_job_offers_tabs div.job_offer_head_text {
	padding: 0px 0px 0px 0px;
}
div.content_job_offers_tabs div.job_offer_head_item {
	display: inline-block;
	position: relative;
	background: var(--ci_color_accent_2);
	color: var(--ci_color_white);
	padding: 20px 40px 18px 40px;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
@media only screen and (max-width: 1199px) {
	div.content_job_offers_tabs div.job_offer_head_item {
		padding: 32px 40px 30px 40px;
	}
}
@media only screen and (max-width: 991px) {
	div.content_job_offers_tabs div.job_offer_head_item {
		margin-top: 0px;
	}
	div.content_job_offers_tabs div.job_offer_head_text {
		padding: 0px;
	}
}
div.content_job_offers_tabs div.job_offer_head_item_title {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	font-size: 72px;
	line-height: 72px;
	font-weight: 600;
}
div.content_job_offers_tabs div.job_offer_head_item_title span {
	display: block;
	font-size: 34px;
	line-height: 34px;
	margin-top: 0px;
}
@media only screen and (max-width: 991px) {
	div.job_offer_head_item {
		display: none !important;
	}
	div.content_job_offers_tabs div.job_offer_head_item_title {
		left: 0%;
		transform: translateX(0%);
	}
}
div.content_job_offers_tabs div.job_offer_head_item_text {
	display: block;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
}
div.content_job_offers_tabs div.job_offer_head_text h4.bigger {
	font: normal 30px/30px 'Myriad Pro Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: normal;
	font-style: normal;
	color: var(--ci_color_dark_grey);
	letter-spacing: -1px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
div.content_job_offers_tabs div.job_offer_head_text h4.bigger::after {
	content: none;
}
div.content_job_offers_tabs div.job_offer_head_text a,
div.content_job_offers_tabs div.job_offer_head_text a:link,
div.content_job_offers_tabs div.job_offer_head_text a:visited {
	font-weight: 600;
	color: var(--ci_color_black);
	text-decoration: none;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
	position: relative;
}
div.content_job_offers_tabs div.job_offer_head_text a::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background: currentColor;
	bottom: 0px;
	left: 0;
	pointer-events: none;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
	display: block;
}
div.content_job_offers_tabs div.job_offer_head_text a:hover::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

div.content_job_offers_tabs div.job_offer_head_text a:hover,
div.content_job_offers_tabs div.job_offer_head_text a:hover:link,
div.content_job_offers_tabs div.job_offer_head_text a:hover:visited {
	color: var(--ci_color);
	/*text-decoration: underline;*/
}


div.content_job_offers_apply_to_wrapper {
	background: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;	
}
div.content_job_offers_apply_to_wrapper div.content_job_offers_content_box {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
div.content_job_offers_apply_to_wrapper div.content_job_offers_image_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div.content_job_offers_apply_to_wrapper div.content_job_offers_image_box div.content_job_offers_image_box_caption {
	font-weight: 400;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}


div.content_job_offers button.custom_tab_button.active {
	background: #ffffff;
	-moz-box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	-webkit-box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	transition-property: all;
	transition-duration: 0.33s;
	transition-timing-function: cubic-bezier(0.4, 0.6, 0.4, 1.0);
	transition-delay: 0s;
	transition-behavior: normal;
	border: none !important;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

div.custom_tabs_navigation_items {
	background: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #e2e2e2;
	position: relative;
}

div.content_job_offers_border_hider {
	background: #ffffff;
	width: 100%;
	height: 36px;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	border-top: 1px solid #e2e2e2;
}
div.content_job_offers_tab_border_hider {
	background: #ffffff;
	width: 100%;
	height: 36px;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	left: 0px;
	z-index: 2;
}

.com_content div.item-page strong, 
.com_content div.item-page b {
	font-weight: 400;
	color: var(--ci_color_black);
}

div.content_job_offers div.container:not(:last-child) {
	margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
	div.content_job_offers div.conatiner {
		background: var(--ci_color_white);
	}
}

div.content_job_offers div.row {
	background: var(--ci_color_white);
}
div.content_job_offers div.row:not(.items_row) {
	padding: 20px 0px 0px 0px;

}
div.content_job_offers div.row:not(.items_row):first-child {
	padding-top: 0px;
}
@media only screen and (max-width: 991px) {
	div.content_job_offers div.row:first-child:not(.items_row):not(.text_row) {
		padding-top: 0px !important;
	}
}
div.content_job_offers div.head_row,
div.content_job_offers div.text_row {
	padding-top: 20px !important;
}

div.content_job_offers div.job_offers_item_rows {
	margin: 80px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.content_job_offers div.row.items_row {
	display: flex;
}
@media only screen and (max-width: 991px) {
	div.content_job_offers div.row.items_row {
		display: inherit;
	}
}

div.content_job_offers div.row.items_row div.col-md-12 {
	padding-right: 0px !important;
}
div.content_job_offers div.row.items_row h2 {
	margin-bottom: 0px;
}

div.content_job_offers div.custom_tab_content_inner h2 {
	letter-spacing: 0px;
}

div.content_job_offers div.row.items_row {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}
div.content_job_offers div.items_row:not(:last-child) {
	padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
	div.content_job_offers div.items_row:not(:last-child) {
		padding-bottom: 0px;
	}
}
div.content_job_offers div.items_row:first-child {
	padding-top: 20px;
}
div.content_job_offers div.items_row:last-child {
	padding-bottom: 0px;
}

div.job_offers_item_rows div.items_row:not(:last-child) {
	margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
	div.job_offers_item_rows div.row.items_row,
	div.job_offers_item_rows div.row.items_row:not(:last-child) {
		margin-bottom: 0px;
	}
}

div.content_job_offers div.row:not(.items_row):not(:first-child):not(:last-child) {
	/*
	font: var(--font-button);
	text-transform: uppercase;
	*/
	/*
	text-align: center;
	background: var(--ci_color_accent_2);
	background: linear-gradient(45deg,var(--ci_color_accent_0),var(--ci_color_accent_1));
	background-position: center;
	margin-bottom: 0px;
	-webkit-border-radius: 0px !important;
	-webkit-border-bottom-right-radius: 8px !important;
	-webkit-border-bottom-left-radius: 8px !important;
	-moz-border-radius: 0px !important;
	-moz-border-radius-bottomright: 8px !important;
	-moz-border-radius-bottomleft: 8px !important;
	border-radius: 0px !important;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
	-moz-box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	-webkit-box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	transition-property: all;
	transition-duration: 0.33s;
	transition-timing-function: cubic-bezier(0.4, 0.6, 0.4, 1.0);
	transition-delay: 0s;
	transition-behavior: normal;
	*/
}
div.content_job_offers div.row:not(.items_row):not(:first-child):not(:last-child):hover {
	/*
	background: var(--ci_color_accent_2_hover);
	color: #ffffff !important;
	text-decoration: none !important;
	*/
}
div.content_job_offers a.button_bigger {
	display: block;
	padding: 20px 20px;
	text-align: center;
	background: var(--ci_color_accent_2);
	background: linear-gradient(45deg,var(--ci_color_accent_0),var(--ci_color_accent_1));
	background-position: center;
	margin-bottom: 0px;
	-webkit-border-radius: 0px !important;
	-webkit-border-bottom-right-radius: 8px !important;
	-webkit-border-bottom-left-radius: 8px !important;
	-moz-border-radius: 0px !important;
	-moz-border-radius-bottomright: 8px !important;
	-moz-border-radius-bottomleft: 8px !important;
	border-radius: 0px !important;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
	-moz-box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	-webkit-box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	transition-property: all;
	transition-duration: 0.33s;
	transition-timing-function: cubic-bezier(0.4, 0.6, 0.4, 1.0);
	transition-delay: 0s;
	transition-behavior: normal;
}
div.content_job_offers a.button_bigger:hover {
	background: linear-gradient(45deg,var(--ci_color_accent_2_hover),var(--ci_color_accent_2_hover));
}
@media only screen and (max-width: 991px) {

	div.content_job_offers div.row:not(.items_row):not(:first-child):not(:last-child),
	div.job_offers_item_rows div.row.items_row:last-child {
		margin-bottom: 0px;
	}
	
}

div.content_job_offers div.row.items_row div[class^="col-"]:nth-child(1) {
	padding-left: 0px;
	padding-right: 20px;
}
div.content_job_offers div.row.items_row div[class^="col-"]:nth-child(2) {
	padding-left: 10px;
	padding-right: 10px;
}
div.content_job_offers div.row.items_row div[class^="col-"]:nth-child(3) {
	padding-left: 20px;
	padding-right: 0px;
}
@media only screen and (max-width: 991px) {
	div.content_job_offers div.row.items_row div[class^="col-"]:nth-child(1),
	div.content_job_offers div.row.items_row div[class^="col-"]:nth-child(2),
	div.content_job_offers div.row.items_row div[class^="col-"]:nth-child(3) {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	div.content_job_offers div.items_row:last-child div[class^="col-"]:nth-child(3) {
		margin-bottom: 0px;
	}
}

div.content_job_offers div.job_offer_item {
	display: block;
	position: relative;
	height: calc(100% - 51px);
	background: var(--ci_color_accent_1);
	color: var(--ci_color_white);
	padding: 20px;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 8px;
	-moz-border-radius-bottomright: 0px;
	border-radius: 8px;
	border-bottom-right-radius: 0px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
@media only screen and (max-width: 991px) {

	div.content_job_offers div.job_offer_item {
		height: calc(100% - 102px);
		/* transform: scale(90%); */
	}
	
}
div.content_job_offers div.job_offer_item:hover {
	background: var(--ci_color_accent_2_hover);
}
div.content_job_offers div.job_offer_item > div {
	text-align: center;
}
div.content_job_offers div.job_offer_item div.job_offer_title {
	text-transform: uppercase;
	font-size: 42px;
	line-height: 48px;
	font-weight: 600;
}
div.content_job_offers div.job_offer_item div.job_offer_diversity {
	text-transform: uppercase;
	font-weight: 600;
}
div.content_job_offers div.job_offer_item div.job_offer_description {
	font-weight: 600;
}
div.content_job_offers div.job_offer_item div.job_offer_location {
	font-weight: 500;
}
div.content_job_offers div.job_offer_item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.content_job_offers div.job_offer_buttons a.href_button {
	font: var(--font-button);
	text-transform: uppercase;
	color: #ffffff !important;
	margin: 0px 0px 0px 0px;
	padding: 10px 16px 10px 16px;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	position: relative;
	background: var(--ci_color_accent_2);
	background: linear-gradient(45deg,var(--ci_color_accent_0),var(--ci_color_accent_1));
	background-position: center;
	-webkit-border-radius: 0px !important;
	-webkit-border-bottom-right-radius: 8px !important;
	-webkit-border-bottom-left-radius: 8px !important;
	-moz-border-radius: 0px !important;
	-moz-border-radius-bottomright: 8px !important;
	-moz-border-radius-bottomleft: 8px !important;
	border-radius: 0px !important;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}
div.content_job_offers div.job_offer_buttons a.href_button:hover {
	background: linear-gradient(45deg,var(--ci_color_accent_2_hover),var(--ci_color_accent_2_hover));
	color: #ffffff !important;
	text-decoration: none !important;
}
div.content_job_offers div.job_offer_buttons a.href_button_white {
	color: var(--ci_color_black) !important;
	background: none;
}
div.content_job_offers div.job_offer_buttons a.href_button_white::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background: currentColor;
	bottom: 0px;
	left: 0;
	pointer-events: none;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
	display: block;
}
div.content_job_offers div.job_offer_buttons a.href_button_white:hover {
	background: none;
	color: var(--ci_color_black) !important;
	text-decoration: underline !important;
}
div.content_job_offers div.job_offer_buttons a.href_button_white:hover::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}
@media only screen and (max-width: 991px) {
	div.content_job_offers div.job_offer_buttons a.href_button_white {
		/*display: none;*/
	}
}
div.content_job_offers div.job_offer_button_white {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
}
div.content_job_offers a.href_white,
div.content_job_offers a.href_white:link,
div.content_job_offers a.href_white:visited {
	clear: both;
	font: var(--font-button);
	text-transform: uppercase;
	color: var(--ci_color_black) !important;
	top: 7px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	position: relative;
}
div.content_job_offers a.href_white:hover {
	color: var(--ci_color) !important;
}
div.content_job_offers div.row.head_row {
	padding-bottom: 18px;
}
div.content_job_offers div.row.head_row div.job_offer_head_text {
	padding-right: 20px;
}
@media only screen and (max-width: 991px) {

	div.content_job_offers div.row.head_row div.job_offer_head_text {
		padding: 0px 20px;
	}
	
}
div.content_job_offers div.row.head_row div[class^="col-"]:nth-child(1) {
	padding-left: 0px;
	padding-right: 20px;
}
div.content_job_offers div.row.head_row div[class^="col-"]:nth-child(2) {
	padding-left: 10px;
	padding-right: 0px;
}
@media only screen and (max-width: 991px) {
	div.content_job_offers div.row.head_row div[class^="col-"]:nth-child(1) {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	div.content_job_offers div.row.head_row div[class^="col-"]:nth-child(2) {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 0px;
	}
}
div.content_job_offers div.job_offer_head_item {
	display: block;
	position: relative;
	background: var(--ci_color_accent_2);
	color: var(--ci_color_white);
	padding: 69px 40px;
	margin-top: -164px;
}
@media only screen and (max-width: 991px) {

	div.content_job_offers div.job_offer_head_item {
		margin-top: 0px;
	}
	
}
div.content_job_offers div.job_offer_head_item_title {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	font-size: 96px;
	line-height: 64px;
	font-weight: 600;
}
div.content_job_offers div.job_offer_head_item_title span {
	display: block;
	font-size: 48px;
	line-height: 48px;
	margin-top: 10px;
}
@media only screen and (max-width: 991px) {
	div.content_job_offers div.job_offer_head_item_title {
		left: 0%;
		transform: translateX(0%);
	}
}
div.content_job_offers div.job_offer_head_item_text {
	display: block;
	position: relative;
	text-align: right;
	text-transform: lowercase;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
}
div.content_job_offers div.job_offer_text {
	padding: 0px 20px;
}
div.content_job_offers div.row.text_row {
	/*
	margin-left: -20px;
	margin-right: -20px;
	*/
	padding: 20px 20px 20px 20px;
}
div.content_job_offers div.row.text_row ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	margin-bottom: 0px;
}
div.content_job_offers div.row.text_row ul > li > ul {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}
@media only screen and (max-width: 768px) {

	div.content_job_offers div.row.text_row ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	
}
div.content_job_offers div.row.text_row_blue {
	background: var(--ci_color_accent_2);
	color: var(--ci_color_white);
}
div.content_job_offers div.row.text_row_blue a,
div.content_job_offers div.row.text_row_blue a:link,
div.content_job_offers div.row.text_row_blue a:visited {
	color: var(--ci_color_white);
	text-decoration: none;
	font-weight: 400;
	position: relative;
	width: 100%;
	height: 100%;
}
div.content_job_offers div.row.text_row_blue a:hover,
div.content_job_offers div.row.text_row_blue a:hover:link,
div.content_job_offers div.row.text_row_blue a:hover:visited {
	color: var(--ci_color_white);
	text-decoration: underline;
	font-weight: 400;
}
div.content_job_offers div.row.text_row_blue h2 {
	color: var(--ci_color_white);
	/*
	font-size: 36px;
	line-height: 36px;
	*/
	font-size: 30px;
	line-height: 30px;
	/* font-weight: 600; */
}
div.content_job_offers div.row.text_row_blue h2::after {
	background-color: var(--ci_color_accent_2_hover);
}
div.content_job_offers div.row.text_row_blue h3 {
	color: var(--ci_color_white);
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: none;
	/* font-weight: 600; */
}
div.content_job_offers div.row.text_row_blue h3::after {
	content: none;
}

div.content_job_offers div.row.text_row_blue ul li {
	color: var(--ci_color_white);
}
div.content_job_offers div.row.text_row_blue ul li strong {
	color: var(--ci_color_white);
	font-weight: 400;
}
div.content_job_offers div.row.text_row_blue ul li::before {
	color: var(--ci_color_white);
}
div.content_job_offers div.row.text_row_blue ul li:hover::before {
	color: var(--ci_color_white);
}

div.content_job_offers div.row.text_row_white h2 {
	/*
	font-size: 36px;
	line-height: 36px;
	*/
	font-size: 30px;
	line-height: 30px;
}
div.content_job_offers div.row.text_row_white h3 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: none;
}
div.content_job_offers div.row.text_row_white h3::after {
	content: none;
}

div.content_job_offers div.row.text_row > div.col-md-4 > div > img {
	width: 66.67%;
	margin: 0 auto;
}
@media only screen and (max-width: 991px) {
	div.content_job_offers div.row.text_row > div.col-md-4 > div > img {
		margin: 40px auto 0 auto;
	}
}

div.codedesign_responsive_slider_swiper_content {
	background: var(--ci_color_white);
	padding: 20px;
}

div.codedesign_responsive_slider_swiper_content h2 {
	font-size: 30px;
	line-height: 30px;
}



/* CUSTOM TABS */
div.content_job_offers {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
div.modal_fullscreen_search div.content_job_offers {
	margin: 145px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.content_job_offers div.custom_tabs_navigation_items {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.content_job_offers div.custom_tabs_navigation_items_inner {
	display: flex;
	gap: 30px;	
}
div.content_job_offers button.custom_tab_button {
	background: #ffffff;
	width: 100%;
	border: 1px solid #ffffff;
	color: var(--ci_color_blue);
	font: normal 15px/15px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	cursor: pointer;
	border: none;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
div.content_job_offers button.custom_tab_button strong {
	font-weight: 600;
}
div.content_job_offers div.custom_tabs_navigation_items_top button.custom_tab_button {
	background: #ffffff;
	border: none !important;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	transition-property: all;
	transition-duration: 0.33s;
	transition-timing-function: cubic-bezier(0.4, 0.6, 0.4, 1.0);
	transition-delay: 0s;
	transition-behavior: normal;
}
div.content_job_offers div.custom_tabs_navigation_items_top button.custom_tab_button:hover {
	background: #ffffff;
	-moz-box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	-webkit-box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
div.content_job_offers div.custom_tabs_navigation_items_top button.custom_tab_button.active {
	background: #ffffff;
	border: 0px solid #e2e2e2;
	border-bottom: 1px solid #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);</a>
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
div.content_job_offers div.custom_tabs_navigation_items_bottom button.custom_tab_button {
	background: #ffffff;
	border: 0px solid #ffffff;
	border-top: 1px solid #e2e2e2;
	margin: -1px 0px 0px 0px;
}
@media only screen and (max-width: 991px) {

	div.content_job_offers div.custom_tabs_navigation_items_top button.custom_tab_button, 
	div.content_job_offers div.custom_tabs_navigation_items_bottom button.custom_tab_button {
		text-align: left;
	}

}
div.content_job_offers div.custom_tabs_navigation_items_bottom button.custom_tab_button:hover {
	background: #ffffff;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #ffffff;
}
div.content_job_offers div.custom_tabs_navigation_items_bottom button.custom_tab_button.active {
	background: #ffffff;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #ffffff;
}
div.content_job_offers button.custom_tab_button span.custom_tab_button_icon i {
	font-size: 20px;
	line-height: 28px;
	position: absolute;
	margin: 0px 10px 0px 0px
}
div.content_job_offers button.custom_tab_button.active span.custom_tab_button_icon i {
	color: #34a8d9;
}
div.content_job_offers button.custom_tab_button span.custom_tab_button_content {
	font: 500 20px/20px 'Gilroy','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: normal;
	color: var(--ci_color_black);
	letter-spacing: 0px;
	line-height: 32px;
	text-transform: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;	
}
@media only screen and (max-width: 991px) {

	div.content_job_offers button.custom_tab_button span.custom_tab_button_icon i {
  		font-size: 20px;
  		left: 12px;
		bottom: 18px;
  		font-weight: 300;
	}
	div.content_job_offers button.custom_tab_button span.custom_tab_button_icon i {
  		font-size: 20px;
  		left: 20px;
		bottom: 18px;
  		font-weight: 300;
	}
	div.content_job_offers button.custom_tab_button span.custom_tab_button_content {
		line-height: 20px;
		margin: 0px 0px 0px 40px;
		font: 500 16px/20px 'Gilroy','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	}

}
div.content_job_offers div.custom_tabs_content_items {
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	border: none !important;
	-webkit-border-radius: 8px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 8px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	
	-moz-box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	-webkit-box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content {
	width: 100%;
	display: none;
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content ul {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 40px;
	position: relative;
	width: 100%;
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content ul li:nth-child(even) {
	background-color: #f8f8f8;
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content ul li::before {
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	font-size: 1.0em;
	color: var(--ci_color_accent_1);
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 720px) {

	div.content_job_offers div.custom_tabs_content_items div.custom_tab_content ul li::before {
		top: 8px;
		transform: none;
	}
	
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content ul li:hover::before {
	content: "\f105";
	color: var(--ci_color_accent_2);
	left: 16px;
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content div.custom_tabs_content_items_list a,
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content div.custom_tabs_content_items_list a:link,
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content div.custom_tabs_content_items_list a:visited {
	color: var(--ci_color_black);
	text-decoration: none;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: relative;
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content div.custom_tabs_content_items_list a:hover {
	color: var(--ci_color);
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content div.custom_tabs_content_items_list a:not(.href_button_narrow)::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background: currentColor;
	bottom: 0px;
	left: 0;
	pointer-events: none;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content div.custom_tabs_content_items_list a:not(.href_button_narrow):hover:before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content div.job_offer_buttons a:hover,
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content div.job_offer_buttons a:hover:link,
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content div.job_offer_buttons a:hover:visited {
	text-decoration: none;
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content ul li div.buttons {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px 20px;
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content ul li div.buttons a {
	display: inline-block;
	position: relative;
	margin-left: 20px;
}
@media only screen and (max-width: 720px) {

	div.content_job_offers div.custom_tabs_content_items div.custom_tab_content ul li div.buttons {
		display: block;
		position: relative;
		left: 0px;
		padding: 0px;
	}
	div.content_job_offers div.custom_tabs_content_items div.custom_tab_content ul li div.buttons a {
		margin-left: 0px;
	}
	div.content_job_offers div.custom_tabs_content_items div.custom_tab_content ul li div.buttons a:nth-child(2) {
		margin-left: 20px;
	}
	
}

div.content_job_offers div.custom_tabs_content_items div.custom_tab_content_inner {
	width: 100%;
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content.active {
	background: #ffffff;
	display: flex;
	gap: 20px;
	padding: 20px 20px 20px 20px;
	border: none !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.content_job_offers div.custom_tabs_content_items div.custom_tab_content_inner div.custom_tab_content_inner_modules {
	margin: 30px 0px 0px 0px;
}

div.content_job_offers div.job_offer_buttons {
	display: flex;
	position: relative;
	/*height: 51px;*/
}
@media only screen and (max-width: 991px) {
	div.content_job_offers div.job_offer_buttons {
		display: block;
		/*height: 102px;*/
	}
}
div.content_job_offers div.job_offer_buttons a {
	display: inline;
	position: relative;
	/*float: left;*/
	width: 50%;
	text-align: center;
}
@media only screen and (max-width: 991px) {
	div.content_job_offers div.job_offer_buttons a {
		width: 50%;
	}
}

a.limited_width {
	hyphens: none;
}
@media only screen and (max-width: 991px) {
	a.limited_width {
		display: inline-block;
		max-width: 375px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media only screen and (max-width: 720px) {
	a.limited_width {
		display: inline-block;
		max-width: auto;
		white-space: inherit;
		overflow: auto;
		text-overflow: inherit;
	}
}