/* **************************** OTYS CSS - 2020 **************************** */
/* ************************** MATTHIAS DE VRIENDT ************************* */

/* ================================= FONTS ================================ */ 

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Slabo+13px&display=swap');

/* ================================= BASE ================================ */ 

html, body, button, input, select, textarea { color: #676767; font-family: 'Source Sans Pro', sans-serif; background: #fafafa; }
html { font-size: 62.5%;  -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } 
body { font-size: 1.6rem; line-height: 2.2rem; margin: 0; }
h1, .title { font-size: 3rem; line-height: 3.5rem; font-weight: normal; margin-bottom: 1rem; color: #d25e15; }
h2, .subHeader, .hookHeader { font-size: 2.5rem; line-height: 3rem; margin: 25px 0 10px 0; font-weight: bold; color: #d25e15; }
h3 { font-weight: 500; font-size: 2.1rem; line-height: 2.5rem; margin: 5px 0 20px; color: #007fa4; }
ul, ol, dl { list-style-position: outside; margin-left: 20px; }
a { color: #007fa4; text-decoration: none; transition: color 0.5s; } 
a:hover { text-decoration: underline; color: #d25e15; }
a:focus { outline: 0; color: black; text-decoration: none; color: #d25e15; }
a.button:focus { color: white; }
a.button:focus:active { color: #d25e15; }
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
::-moz-selection { background: #d25e15; color: #fff; text-shadow: none; } ::selection { background: #d25e15; color: #fff; text-shadow: none; }
.pageNav a { display: inline-block; }
.hidden { display: none; }
.aplAVGCheck { font-size: 16px; }

/* ================================= RESET ================================ */ 

html,
body { background: white; }
main, section, aside { display:block; }
address { font-style:inherit; }

ul, ol, dl { list-style-position:outside; padding:0; }
ul ul, ol ol, dl dl, dl dd { padding-left:25px; margin-left:0; }

p { margin-top: 0; }

/* ================================= HELPERS ================================ */ 

.center-block { float: none; } /* in addition to original BS3 css class

/* vertical and horizontal center alignment */
.slick-slide { float: none; display: inline-block; vertical-align: middle; text-align: center; }
.slick-slide img { display: inline-block; }

.flex-space-between { display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; align-items: center; -webkit-align-items: center; }

.slick-initialized .slick-slide { float: none; display: inline-block; vertical-align: middle; text-align: center; }
.slick-slide:focus,
.slick-slide:active { outline: 0; }
.slick-slide img { display: inline-block; }

/* ================================= FORMS ================================ */ 

/* COMBINE.CSS (INPUTS) OVERRIDE */
@media screen and (min-width: 768px){ 
		
	.formInput label { width: 25%; }

	.outer input[type=text], 
	.outer input[type=password], 
	.outer input[type=file], 
	.outer select, 
	.outer textarea ,
	.outer div.formInputTaC, 
	.outer .apllDate > div, 
	.outer .chosen-container, 
	.outer .fileUpButton, 
	.outer .fileUpParrent, 
	.outer .formMultiCheckbox > div, 
	.outer .formRadio > div, 
	.outer .g-recaptcha, 
	.outer .mceEditor {
		max-width: 75%;
	}

	.inputLabelStyling input[type="text"],
	.inputLabelStyling input[type="password"],
	.inputLabelStyling input[type="file"],
	.inputLabelStyling select,
	.inputLabelStyling textarea,
	.inputLabelStyling div.formInputTaC,
	.inputLabelStyling .apllDate > div,
	.inputLabelStyling .fileUpParrent,
	.inputLabelStyling .formMultiCheckbox > div,
	.inputLabelStyling .formRadio > div,
	.inputLabelStyling .g-recaptcha,
	.inputLabelStyling .mceEditor { /* max-width: none !important; */ max-width: none; font-size: 1.6rem; }

	.error { margin-left: 25%; }
	.outer .explain { max-width: 75%; margin-left: 25%; padding-bottom: 0; }
	.inputLabelStyling .outer .explain { max-width: 100%; margin-left: 0;  }
	.inputLabelStyling .formInput.aplMFileLink { margin-left: 0; max-width: none; }

}

.formInput { clear: both; width: 100%; max-width: none; margin: 0; padding: 10px 0; }
.formInput label { padding: 0 20px 0 0; margin: 0 0 5px 0; color: #3d3d3d; }
.formInputWrapper { padding: 10px 0; }
.formInputWrapper .formInput { padding: 0; font-weight: 300; }

input[type="text"], 
input[type="password"], 
input[type="file"], 
select, 
textarea, 
.formInputTaC {
	background: #efefef;
	border: 0px solid #dadada;
	padding: 12.5px;
	font-size: 1.6rem;
	font-weight: 400; /* if you edit this, please also edit element (.otysSelect.single div.selectedItem) */
	box-shadow: none;
	width: 100%;	 
	max-width: none;
	transition: all 0.5s ease;
}

.optgroupLabel { font-size: 16px; }

input[disabled=""],
input[disabled="disabled"] { color:#333; }

input[type="checkbox"],
input[type="radio"] { position: relative; top: 2px; }

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="file"]:focus, 
textarea:focus,
select:focus, 
.fileUpButton:focus, 
.fileUpParrent:focus, 
.formInputTaC:focus { outline-color: #d25e15; outline-style: auto; outline-offset: -2px; outline-width: 5px; }

input[type="text"],
input[type="password"],
input[type="file"],
select,
textarea,
div.formInputTaC,
.apllDate > div,
.fileUpParrent,
.formMultiCheckbox > div,
.formRadio > div,
.g-recaptcha,
.mceEditor { max-width: none; font-size: 1.6rem; }

/* ERRORS */

.error { color: red !important; font-size: 13px; font-size: 1.3rem; }
.inputLabelStyling .error { margin-left: 0; }
.aplCaptchaError { display: none; }

form .error:not([class*="error_Q"]):before { content: '\f06a'; display: inline-block; font-family: "Font Awesome 5 Pro"; margin-right: 15px; color: #f13900; }
form .error:not([class*="error_Q"]) { margin: 30px 0; padding: 10px 15px; border: 1px solid #dadada; font-weight: 600; }

.inputLabelStyling .aplTextError,
.inputLabelStyling .aplSelError,
.inputLabelStyling .aplGenderError,
.inputLabelStyling .aplMCatError { display: inline-block !important; }

/* CHECKBOXES AND RADIO BUTTONS */

.aplMCheckContainer .formCheckboxContainer  { margin-top: 7px; }
.aplMCheckContainer .formCheckboxContainer span { float: left; width: 45%; margin-right: 10%; clear: none; margin-bottom: 10px; }
.aplMCheckContainer .formCheckboxContainer span:nth-child(even) { margin-right: 0; }
.formCheckboxContainer span input { margin: 1px 10px 0 0; }
.formInput input[type="checkbox"] { width: 16px; height: 16px; border: 2px solid #dadada; -webkit-appearance: none; outline: 0; position: relative; top: 2px; }
.formInput input[type="checkbox"]:checked { border: 4px solid #d25e15 !important; }
.formMultiCheckbox.formInput label { margin-top: 2px; }

.formInput input[type="radio"] { -webkit-appearance: none; width: 16px; height: 16px; border: 2px solid #dadada; border-radius: 50%; position: relative; top: 2px; margin-right: 5px; }
.formInput input[type="radio"]:focus { outline: 0; }
.formInput input[type="radio"]:checked { background: #d25e15; border: 2px solid #d25e15; }

.formInput.formRadio { overflow: hidden; }
.formInput.formRadio.error { margin-bottom: 0; }
.formInput.aplMCheckInput span { display: block; }
.formInput label.labelRadio:last-child { margin: 0; }

/* OTHERS (TEXTAREA / CAPTCHA / EXPLAIN / MISC) */

.formInput textarea { height: 150px; outline: 0; font-size: 1.6rem; font-weight: 400; color: #3d3d3d; min-height: 164px; line-height: 2.5rem; resize: none; }
.explain { clear: none; color: #3d3d3d; font-size: 13px; font-size: 1.3rem; margin: 5px 0 10px; }

.qMSCvHw { float: left; max-width: 75%; width: 100%; display: block; }
.qMSCvHw .qMSCvWrapper { width: 100%; margin: 0; }
.qMSCvHw select { max-width: 100%; padding: 12px 15px; margin: 0; }
.qMSCvHw select.selectlist-select { max-width: 100%; padding: 12px 15px; margin: 15px 0; }
div.selectlist-list { margin-top: 0; width: 100% !important; }
div.selectlist-list li { width: 100% !important; padding: 14px 21px; }
.inputLabelStyling .aplMCatInput label,
.inputLabelStyling .aplSelInput label { display: none; }

/* FILE UPLOAD */

.formInput.aplMFileButton { display: none; }
.fileUpButton, .fileUpButton:hover { background: url("../_images/icons/icon-upload.png") no-repeat calc(100% - 10px) center; width: 100%!important; max-width: 100%!important; border: none; }
.fileUpButton:hover { opacity: 0.5; }
input.fileUp { width: 100%!important; max-width: 100%!important; border: none; }

.aplFileButton a { position: relative; top: 6px; }
.inputLabelStyling .aplFileButton label { display: none; }
.inputLabelStyling .aplFileButton.aplMFileLink label { display: inline; }
.aplFileButton div:after,
.aplMFileLink label:after { font-family: "Font Awesome 5 Pro"; content: "\f1f8"; font-size: 20px; display: inline-block; position: relative; left: -26px; top: 8px; z-index: 0; }
.aplFileButton div:after { left: -26px; }
.aplMFileLink label { padding-right: 0; }
.aplMFileLink label:after { left: 26px; }
.aplFileButton input.smallButton  { font-size: 0; position: relative; z-index: 2; background: transparent; }

/* OTYS SELECT OVERRIDES */

.otysSelect { max-width: 75%; }
.inputLabelStyling .otysSelect { max-width: 100%; }
.otysSelectInner.filled .inputBox { width: calc(100% - 0px); }
.inputBox { padding: 3px 25px 3px 17px; }
.inputBox .selectedItems { position: relative; top: 3px; }
span.selectTitle { color: #3d3d3d; line-height: 41px; }
.inputBox .selectedItems > div { padding: 0 19px 0 3px !important; background-color: #d25e15; }
.otysSelectInner.count.filled > span.counter { right: 0px; background-color: #d25e15; top: -9px; }
.otysSelectInner:focus { outline-color: #d25e15; outline-style: auto; outline-offset: -2px; outline-width: 5px; }
.otysSelectInner { border-radius: 5px; }
.otysSelectInner .inputBox { background: #efefef; padding: 3px 25px 3px 12.5px; min-height: 39px; border-radius: 5px; }
.otysSelectInner.filled .inputBox { padding: 3px 30px 3px 12.5px; }
.otysSelectInner .inputBox.subOpen { outline-color: #d25e15; outline-style: auto; outline-offset: -2px; outline-width: 5px; }
.hasError .otysSelectInner .inputBox.subOpen { outline-color: red; }
.optionHolder { border: 1px solid #efefef; }
.optionHolder > .option { padding: 8px 12.5px; cursor: pointer; color: #3d3d3d; }
.optionHolder > .option.selected { background-color: #d25e15; color: #fff; }
input.search { max-width: 100% !important; border-bottom: 1px solid #efefef !important; background: url("../_images/icons/icon-search.svg") center center no-repeat !important; background-position: calc(100% - 10px) center !important; background-size: 15px auto !important; }
input.search:focus { border: none; outline: 0; border-bottom: 1px solid #efefef; }
.otysSelect .navArrow { transform: rotateZ(0deg); position: absolute; background: none; }
.otysSelect .navArrow:after { font-family: "Font Awesome 5 Pro"; content: "\f078"; color: #656565; position: absolute; top: calc(50% - 11px); left: calc(50% - 8px); }
/* use this line underneeth to place arrow next to label */
/*.otysSelect .navArrow { position: relative; top: 4px; left: 5px; height: 20px; display: inline-block; }*/ 
.otysSelectInner.filled .navArrow { position: absolute; right: 7px; left: auto; top: 0px; }
.otysSelect .subOpen .navArrow { transform: rotateZ(180deg); }
.otysSelect.single div.selectedItem { color: #3d3d3d; padding: 0 !important; font-weight: 400; }
.actJshOuter .otysSelect { max-width: 100%; }
.actOuter .menuLinkLastChild input[type="text"] { max-width: none; }
/* if search option is on true > target 3rd child | if search option is false > target 2nd child */
/* this hides the empty placeholder that replaces -- or --- in single selects */
.apllDate .otysSelect .optionHolder .option:nth-child(3),
.aplJStartInputSCvl .otysSelect .optionHolder .option:nth-child(3),
.actFIpubdate .otysSelect .optionHolder .option:nth-child(3),
.actFIMaxDist .otysSelect .optionHolder .option:nth-child(3),
.aplSelInput .otysSelect .optionHolder .option:nth-child(3) { display: none !important; }

@media only screen and (min-width: 768px){
	.optionHolder > .option:hover { background-color: #d25e15; color: white; }
}
@media only screen and (max-width: 991px){
	.bodyHome .actJshOuter .otysSelect .navArrow { position: relative; top: 4px; left: 5px; height: 20px; display: inline-block; }
	.bodyHome .actJshOuter .otysSelectInner .inputBox { text-align: center; }
	.bodyHome .actJshOuter span.selectTitle { margin-left: 20px; } /* this takes the arrows out of the equasion when centering */
	.bodyHome .actJshOuter .optionHolder > .option { text-align: center; }
	.bodyHome .optgroupLabel { text-align: center; }

	.otysSelect { max-width: 100%; }
}

/* BUTTONS */

#t1 .col2-item a,
button,
.button,
s a,
strike,
.Searchbutton,
.smallButton,
.candAdvDetailTopMenu a { font-family: 'Source Sans Pro', sans-serif !important; background: #d25e15; color: #fff; margin: 0; padding: 6.5px 25px; font-size: 16px; border-radius: 5px; font-size: 1.6rem; font-weight: 600; line-height: 24px; display: inline-block; text-decoration: none; text-transform: uppercase; white-space: normal; text-align: center; width: auto; opacity: 1; border: 1px solid #d25e15; transition: all 0.2s ease; }

s a { color: white; }

.smallButton { padding: 7px 15px; background: #d25e15; border: 0; }
.buttonContainer { margin: 10px 0 15px; }

#t1 .col2-item a:hover,
button:hover,
.button:hover, 
s a:hover,
strike:hover, 
.Searchbutton:hover, 
.smallButton:hover { cursor: pointer; background: white; text-decoration: none; color: #d25e15; transition: all 0.3s; }

s:focus,
strike:focus, 
.button:focus, 
.Searchbutton:focus, 
.smallButton:focus { outline: 0; }

/* PRINTING */

@media print { 
	* { background: transparent !important; color: #000 !important; /* Black prints faster */ box-shadow: none !important; text-shadow: none !important; } 
	a, a:visited { text-decoration: underline; } 
	a[href]:after { content: " (" attr(href) ")"; } 
	abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links for images, or javascript/internal links */ 
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } 
	thead { display: table-header-group; /* h5bp.com/t */ } 
	tr, img { page-break-inside: avoid; } 
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; } 
	p, h2, h3 { orphans: 3; widows: 3; } 
	h2, h3 { page-break-after: avoid; } 
}


/* ================================= CONTAINER ================================ */ 

.site-width { max-width: 1170px; margin: 0 auto; padding: 0 30px; position: relative; }
.bodySmallWidthBanner #content .site-width,
.bodySmallWidth #content .site-width { max-width: 750px; }

main img { margin: 20px; max-width: calc(100% - 40px); height: auto; }
main img#captcha,
main .captchaContainer img { margin: 0; }
main .captchaContainer label { max-width: 100% !important; width: 100%; }
.aplCsc img { margin: 0; max-width: none; }

/* ================================= HEADER ================================ */ 

header { padding: 12px 0; box-shadow: 1px 1px 10px rgba(0,0,0,0.3); }
#title-bar { background: #0080a4; color: white; padding: 25px 0; }
#title-bar .site-width { max-width: 1170px !important; }

/* LOGO */

#logo { display: inline-block; float: left; }
#logo img { max-width: 100%; max-height: 50px; width: 100%; height: auto; margin: 0 0 0; vertical-align: middle; width: 115px; }

/* LLB */

#llb { float: right; margin-left: 5px; margin-top: 15px; display: none; }
#llb a { margin-left: 7.5px; background: none; border-left: 1px solid #ccc8c8; line-height: 15px; padding-left: 7.5px; display: inline-block; width: auto; font-weight: bold; color: #3D3D3D; font-size: 1.8rem; }
#llb a:first-child { border-left: none; }

/* ================================= FOOTER ================================ */ 

footer { background: #0080a4; color: white; text-align: center; padding: 30px 0; }

#copyright { display: inline-block; margin: 0 0 15px; }
#powered-by { display: inline-block; color: transparent; margin-top: 6px; width: 125px; }

/* STICKY FOOTER CSS */
html, body { height: 100%; }
#wrapper { min-height: 100%; position: relative; }
#content { padding-top: 0px; }
#content #content { padding-top: 0; padding-bottom: 0; } /* hack for ppl that freaking forget to remove markup on a vacancy*/
footer { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 0; }

/* ================================= HOME ================================ */ 

#bisjab-home { padding: 50px 0; }
#bisjab-home h1 { margin: 0 0 25px; text-align: center; font-size: 3rem; line-height: 3.5rem; font-weight: bold; }
#bisjab-home h2 { color: #007fa4; }
#home-item-container { display: flex; justify-content: space-between; }
.home-item { width: calc(50% - 100px); }
.home-item,
.home-item p { font-size: 2rem; line-height: 2.6rem; }

.home-item a { font-family: 'Source Sans Pro', sans-serif !important; background: #d25e15; color: #fff; margin: 0; padding: 7.5px 25px; font-size: 16px; border-radius: 5px; font-size: 1.6rem; font-weight: 600; line-height: 24px; display: inline-block; text-decoration: none; text-transform: uppercase; white-space: normal; text-align: center; width: auto; opacity: 1; border: 1px solid #d25e15;; transition: all 0.2s ease; }
.home-item a:hover { background: white; color: #d25e15; border: 1px solid #d25e15; }

/* ================================= JSL ================================ */ 

#homeJslContainer { padding: 50px 0; background: #ededed; }
#homeJslContainer .jslTitle { text-align: center; margin: 0 0 25px; font-size: 3.0rem; line-height: 3.5rem;}
#homeJslContainer .jslFunctionName a { color: #007fa4; font-size: 2.1rem; line-height: 2.6rem; font-weight: bold; }
#homeJslContainer .jslLocation,
#homeJslContainer .jslLocation:before { color: #007fa4; }
#homeJslContainer .jslItemContainer:hover { background: transparent; }

#jslItemContainerWrapper { display: flex; justify-content: space-between; }
.jslItemContainer { width: calc(33.33% - 20px); }
.jslItemContainer:hover { cursor: pointer; background: #94400b; }
.jslLocation:before { font-family: "Font Awesome 5 Pro"; content: "\f3c5"; display: inline-block; font-size: 16px; color: white; margin-right: 5px; font-weight: 100; }
.jslLocation span { display: none; }
.jslFunctionName a { display: inline-block; }
.jslFunctionName a:hover { text-decoration: none; }
.jslChapo { margin-top: 25px; }

/* SX SHORTLIST */

#sl_list ul { margin: 0 -10px; padding: 0; display: flex; }
#sl_list ul li { flex-grow: 1; margin: 0 10px; background: #d25e15; color: white; padding: 20px; border-radius: 5px; }
#sl_list ul li div:nth-child(2) span { display: none; }
#sl_list ul li div:nth-child(2):before { content: "\f3c5"; font-family: "Font Awesome 5 Pro"; display: inline-block; margin: 0 5px 0 0; color: white; }
#sl_list ul li div:nth-child(3),
#sl_list ul li div:nth-child(4) { display: none; }
#sl_list ul li:hover { background: #94400b; cursor: pointer; }
#sl_list ul li a,
#sl_list ul li a:hover { color: white; text-decoration: none; }

/* JOBSENSE SHORTLIST */

.bodyVacatureDetail .jslOuter { background: #ededed; padding: 20px; border-radius: 5px; margin-bottom: 30px; }
.bodyVacatureDetail #jslItemContainerWrapper { flex-direction: column; }
.bodyVacatureDetail .jslItemContainer { width: 100%; margin-bottom: 15px; }
.bodyVacatureDetail .jslItemContainer:last-child { margin-bottom: 0; }
.bodyVacatureDetail .jslItemContainer:hover { background: transparent; }
.bodyVacatureDetail .jslFunctionName a { color: #007fa4; }
.bodyVacatureDetail .jslLocation:before { color: #999999; }
.bodyVacatureDetail .jslItemContainer:hover .jslFunctionName a { color: #d25e15; }
.bodyVacatureDetail .jslTitle { margin-top: 0; }
.bodyVacatureDetail .jslChapo { display: none; }

/* ================================= TITLE BAR ================================ */ 

#title-bar { margin-bottom: 30px; }
#title-bar h1 { margin: 0 0 0; color: white; font-size: 2.5rem; line-height: 3.6rem; font-weight: bold; }
body.titleBar section.main h1 { display: none; }

/* ================================= NEWSLETTER SUBSCRIBE ================================ */ 

.nmArtcListOuter input { max-width: 350px !important; }

/* ================================= LOGIN HOOK ================================ */ 

.webUserHookOuter { position: fixed; width: 0; height: 0; z-index: 1000000; overflow: hidden; }
.webUserHookOuter input { max-width: none !important; }
.webUserHookOuter input:focus { outline: 0; }
.loginOpen .webUserHookOuter { width: 100%; height: 100%; }
.webUserHookOuter:after { content: ""; opacity: 0; z-index: 10000; position: fixed; width: 0; height: 0; background: rgba(0,0,0,0.8); }
#closeHandle:after { width: 20px; height: 20px; display: inline-block; content: "\f00d"; z-index: 10000000; position: absolute; top: 20px; right: 20px; font-family: "Font Awesome 5 Pro"; font-size: 20px; color: black; }
.loginOpen .webUserHookOuter:after { opacity: 1; width: 100%; height: 100%; }
.loginOpen #closeHandle:hover { cursor: pointer; }
.webUserHookHeader { margin-top: 0; }
.webUserHookText { margin: 20px 0 5px; }
.ocdFrgtPswrd { margin: 0 0 0; }
.webUserHookInput  { position: relative; padding-left: 48px;  }
.ocdHookText.logged { margin-bottom: 10px; }
.wuhLoggedinProfile { display: block; }
.wuhLoggedinOut { display: block; }
.wuhLoggedinProfile input { width: 100%; margin-bottom: 5px; }
.wuhLoggedinOut input { width: 100%; }

/* ICONS */

.webUserHookOuter #icon-username,
.webUserHookOuter #icon-password { left: 0; }

/* ANIMATION */

.webUserHookOuter form { border-radius: 3px; width: 480px; max-width: 100%; z-index: 10000000; position: absolute; left: 50%; top: 50%; background: white; padding: 40px; }
.webUserHookOuter form { transition: 0.3s cubic-bezier(1, 0, 0, 1); -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); opacity: 0; }
.loginOpen .webUserHookOuter form { -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); opacity: 1; }

/* ============================== ONLINE CV PRESENTATION ============================= */

.matchCriteria,
.ocp2Algemeen > h2,
.ocp2Algemeen .CandidateReview,
.ocp2PersonalMail,
.ocp2PersonalMobile,
.candidatePhoto { display: none; }
.ocp2Ic.ocp2PersonalDetail > div img { margin: 0 20px 0 0; }

/* ============================== JOB SEARCH HOOK ============================= */

.actJshOuter { margin: 0; }
.actJshOuter .optionListTitle, .actJshOuter .actHBl { /* display: inline-block; */ display: none; font-weight: normal;  float: left; padding-right: 10px; margin: 15px 10px 0 0; }
.actJshOuter .optionListTitle { border-right: 1px solid #d25e15; margin: 19px 10px 15px 0; }
.actJshOuter .optionListTitle a, .actJshOuter .optionListTitle a:hover, .actHBl a { font-weight: normal; font-size: 1.3rem; line-height: 1.3rem; background: none; padding: 0; margin: 0; text-decoration: none; }
.actJshOuter input[type="text"] { max-width: 100% !important; }

#advsearchhookform_inner_wrapper input[type='checkbox'] { margin: 0 10px; }
#advsearchhookform_inner_wrapper{ width: calc(100% - 50px); float: left; }

.actHInput { float: left; margin-right: 15px; width: 100%; }
.actJshOuter.sortingAdded .actHInput { width: calc(25% - 30px); }
.actHInput > input, 
.actHInput > select { width: 100%; height: 45px; font-size: 1.6rem; border: none; background: #efefef; background: #fff; border: 1px solid #F5F5F5; }
.actJshOuter input[type="text"] { height: 39px; }
.actJshOuter input { border-radius: 5px; }
.actJshOuter li.search-field input[type="text"] { height: 27px; }
.actHInput > select { clear: left; display: block; padding-left: 2px; padding-right: 2px; padding-bottom: 2px; white-space: nowrap; }
#asrHookVacanciesExtendedControls { transition: none !important;}

/* .actHButton input { background: #d25e15 url("../_images/icons/icon-search-white.png") center center no-repeat; min-height: 50px; background-size: 25px; float: right; width: 50px; height: 50px; text-transform: uppercase; font-weight: 600; text-align: center; font-size: 0; border: none; }
.actHButton input:hover { background: #d25e15 url("../_images/icons/icon-search-white.png") center center no-repeat; background-size: 25px; float: right; width: 50px; height: 50px; text-transform: uppercase; font-weight: 600; text-align: center; border: none; } */
.actHICat {margin-right: 0; }

.actHButton input { width: 100%; }

.actHInput { position: relative; }
.actHWord,
.actHIPub,
.actJshOuter .actHHeader { display: none; }
.actHWMindistance, .actHIMindistance { display: none; }

.bodyHome .actHWZipcode, 
.bodyHome .actHIZipcode, 
.bodyHome .actHWMaxdistance, 
.bodyHome .actHIMaxdistance { display: none; }

.bodyHome .actHHeader { display: inline-block; color: white; margin: 0; }
.bodyHome .homeJshContainer { background-color: #0180A4; }
.bodyHome .actJshOuter { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; }
.bodyHome .actJshOuter .otysSelectInner .inputBox { background: white; min-height: 39px; padding-top: 0; padding-bottom: 0; }
.bodyHome .actJshOuter .actHInput { margin-bottom: 0; }
.bodyHome .actJshOuter .actHButton input { background: transparent; border: 1px solid white; color: white; padding: 6.5px 36px; }
.bodyHome .actJshOuter .actHButton input:hover { background: white; border: 1px solid white; color: #0180A4; padding: 6.5px 36px; }
.bodyHome .actJshOuter form { display: flex; justify-content: space-between; flex-grow: 1; padding-left: 100px; }

.actOuter .actJshOuter { padding: 30px 20px; border-radius: 5px; background-color: white; }
.vacancyOverview { background-color: #f8f8f8; height: auto; }
.vacancyOverview h1.actTitle { display: none !important; }
.vacancyOverview .otysSelectInner .inputBox { background: #fff; border: 1px solid #F5F5F5; }
.vacancyOverview .actHHeader { font-size: 2rem; line-height: 2.8rem; color: #0180A4; }


.actTopMenu .actMlJc { display: none; }
.actIcLocation {
	margin-top: 10px;
}
.actIcLocation:before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Pro";
	/* background: url("../_images/icons/icon-location.svg") no-repeat center / cover; */
	width: 12px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 2px;
	color: #007fa4;
	font-weight: 100;
	margin-right: 5px;
}

.vacancyLeft .actJshOuter .actHHeader { display: block; margin-top: 0; }
.vacancyOverview .vacancyLeft .actJshOuter .actHHeader { display: none; }
.vacancyLeft .actJshOuter input[type="text"] { color: #3d3d3d !important; }

.vacancyLeft .actHICrit_regio,
.vacancyLeft .actHICat,
.vacancyLeft .sortingControl { display: none; }

#asrHookVacanciesExtendedControls { clear: both; background-color: #dadada; padding: 0 25px; }
#asrHookVacanciesExtendedControls .hookInput { margin: 25px 0; }

/* JSH HOME */

.bodyHome .actJshOuter .actHIKw { display: none; }

/* JSH ACTONOMY PAGE */

.vacancyLeft .actJshOuter .actHInput { width: 100%; }
.vacancyLeft .actJshOuter .actHInput.actHIMaxdistance { width: calc(50% - 7.5px); float: left; }
.vacancyLeft .actJshOuter .actHButton { width: calc(50% - 7.5px); float: left; }
.vacancyLeft .actJshOuter .actHICrit_functienaam { display: none; }
.vacancyLeft .actJshOuter .actHICrit_custom_crit_data_2 { display: none; }

/* ============================== CLIENT CHAT HOOK ============================= */

.chatOuter { bottom: 70px !important; right: 0 !important; max-width: 100%; z-index: 1000 !important; }
.chatCollapse { background: #d25e15 !important; color: white! important; border-top-left-radius: 6px; }
.chatCollapse img { margin-right: 10px !important; }
.chatMessageTextarea textarea { padding: 10px 70px 10px 10px !important; }

/* ================================= NAVIGATION ================================ */ 

/* HLB1 - MAIN NAVIGATION */

nav { float: right; margin-top: 15px; }
nav.mobileMenu { display: none; }
nav.mobileMenu .fa-times { color: white; }
nav a { color: #3D3D3D; font-size: 1.8rem; font-weight: 600; }
nav a:hover { text-decoration: none; color: #0180A4; }
nav a { display: inline-block; }
nav > ul > li { float: left; position: relative; margin-left: 20px; }
.sticky nav > ul > li { margin-left: 0; margin-right: 15px; }
nav > ul > li:hover ul{ display: block; position: absolute; max-height: 500px; }
nav > ul > li > a { font-weight: bold; padding: 0 0 19px 0; }
nav > ul > li:hover .open-submenu { background: url("../_images/icons/icon-dropdown-hover.svg") no-repeat center / contain; }
nav ul { position: relative; z-index: 1000; list-style:none; width: 100%; background: white; margin: 0; }
nav ul ul { background: #fff; width: auto; min-width: 100%; padding: 0; position: absolute; top: 53px; left: -25px; overflow: hidden; max-height: 0; transition: max-height 500ms ease; }
nav ul ul li { padding: 8px 20px; white-space: nowrap; }
nav ul ul li:hover { background-color: #f2f2f2; }
nav ul ul li a { padding: 0 0; display: block; color: #636363; }

li.mainLevactive > a,
.subLevel_1active > a { color: #007fa4;  }

.toggleMenuHandle { display: none; }
/* .open-submenu { float: right; margin: 10px 5px 0 5px; width: 0; height: 0; border-top: 4px solid black; border-left: 4px solid transparent; border-right: 4px solid transparent; } */
.open-submenu { float: right; background: url("../_images/icons/icon-dropdown.svg") no-repeat center / contain; margin: 10px 5px 0 5px; width: 10px; height: 5.5px; }

/* HLB2 - TOPNAVIGATION */

#hlb2 { color: white; margin: 15px 0; padding: 0; }
#hlb2 a { color: white; }
#hlb2 span:last-child { display: none; }

/* ================================= JOB ALERT (JSA) ================================ */ 

.newAgentFormFrag .title, 
.newAgentFormFrag h1 { margin-top: 0; }
.newAgentFormFrag .formInput { margin-bottom: 5px; max-width: none; }
.newAgentFormFrag .actEqueryInput label { display: block; width: 100%; }
.newAgentFormFrag form { overflow: hidden; }
.newAgentFormFrag .text { display: none; }
.newAgentFormFrag .formInput label { float: left; width: 25%; color: black; }
.newAgentFormFrag .formInput > input,
.newAgentFormFrag .formInput > select,
.newAgentFormFrag .formInput .splitter { float: left; width: 75% !important; }
.newAgentFormFrag .recaptcha label { display: none; }
.newAgentFormFrag .recaptcha { margin-left: 25%; margin-bottom: 0; }
.newAgentFormFrag .subHeader { display: none; }
.newAgentFormFrag .formInput > input,
.newAgentFormFrag .formInput select { background: #e8e8e8; }	
.newAgentFormFrag select#iSrbeFrequency,
.newAgentFormFrag select#iSrbeFrequency option { padding: 12.5px 20px; }
.newAgentFormFrag .buttonContainer,
.newAgentFormFrag .buttonContainer button { margin-bottom: 0; }

.fancybox-inner::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; }
.fancybox-inner::-webkit-scrollbar { width: 6px; background-color: #F5F5F5; }
.fancybox-inner::-webkit-scrollbar-thumb { background-color: #d25e15; }

/* MULTISELECT */

.newAgentFormFrag select,
.newAgentFormFrag .multiSelect { background: #e8e8e8 url("../_images/icons/icon-arrow-down.png") no-repeat right 15px center !important; }
.newAgentFormFrag .multiSelect.active { background: #e8e8e8 url("../_images/icons/icon-arrow-up.png") no-repeat right 15px center !important; }
.newAgentFormFrag .multiSelectOptions{  max-height:150px; margin-top:-1px; overflow-y:scroll; overflow-x:hidden; border-width:1px; border-style:solid; }
.newAgentFormFrag .multiSelectOptions div{ clear:left; display:block; padding-left:2px; padding-right:2px; padding-bottom:2px; white-space:nowrap; }
.newAgentFormFrag .multiSelectOptions div.checked{ background:#E6E6E6; }
.newAgentFormFrag .multiSelectOptions div.selectAll{ border-bottom: 1px dotted #efefef; }
.newAgentFormFrag .multiSelectOptions div.hover { background:#CFCFCF; }
.newAgentFormFrag .multiSelectOptions div input { width:auto !important; float:none; border:none; border:0px; background:transparent; display:inline-block; }
.newAgentFormFrag .multiSelectOptions div label { float:none; width:auto; padding-top:2px; display:inline-block; }
.newAgentFormFrag .actFi div.multiSelectOptions, 
.newAgentFormFrag .actFi div.magicSelectOptions { min-width: 250px; }
.newAgentFormFrag input.multiSelect, 
.newAgentFormFrag input.multiSelect.hover { height: auto; }

.newAgentFormFrag .multiSelectOptions div { position: relative; }
.newAgentFormFrag .multiSelectOptions input[type="checkbox"] { width: 16px !important; position: absolute; top: 11px; border: 2px solid #969595; }
.newAgentFormFrag .multiSelectOptions label { float: none; width: calc(100% - 50px) !important; white-space: normal; margin: 6px 0 5px 30px; }
.newAgentFormFrag select { -moz-appearance:none; /* Firefox */ -webkit-appearance:none; /* Safari and Chrome */ appearance:none; }

.newAgentFormFrag .multiSelectOptions, 
.actHInput > select { box-shadow: none; padding-top: 0px; }
.newAgentFormFrag .multiSelect.active { box-shadow: none; z-index: 999999; position: relative; }
.newAgentFormFrag .multiSelectOptions { border: 1px solid #efefef; }
.newAgentFormFrag .multiSelectOptions { max-width: 75%; width: 100%; }
.newAgentFormFrag .multiSelectOptions div input { margin: 0 10px 0 5px; }

/* ================================= TEASERS ================================ */ 

/* TEASER 1 - BANNER */

#t1 { width: 100%; height: calc(100vh - 150px); height: 560px; position: relative; }
#t1.push,
#t8.push { margin-top: 150px; margin-top: 80px; }
#content.push { margin-top: 150px; margin-top: 80px; }

.t1-overlay { background: rgba(0,0,0,0.35); width: 100%; height: calc(100vh - 150px); height: 560px; position: absolute; top: 0; left: 0; z-index: 99; display: none; }
.t1-item { position: relative; width: 100%; height: calc(100vh - 150px); height: 560px; display: table !important; }
.t1-image { position: absolute; width: 100%; height: calc(100vh - 150px); height: 560px; background-position: center center; background-position: top center; background-repeat: no-repeat; background-size: cover; }
.t1-image img { width: 100%; height: auto; max-width: 100%; }

#t1.parallaxScrolling .t1-image { background-attachment: fixed; background-position-y: 0; background-size: auto; }
@media screen and (min-width: 1920px){ #t1.parallaxScrolling .t1-image { background-size: 100% auto; } }

.t1-content { text-align: center; position: relative; z-index: 100; display: table-cell; vertical-align: middle; }
.t1-heading { font-weight: 900; font-size: 5.8rem; line-height: 7.0rem; color: white; text-transform: uppercase; }
.t1-text { padding: 0 125px; }
.t1-text,
.t1-text p { font-size: 4.8rem; line-height: 7.0rem; color: white; margin: 20px 0 0 0; }
.t1-text strike { padding: 8px 35px; margin-top: 20px; background: none; border: 2px solid white; border-radius: 2px; }
.t1-text a:hover strike { background: white; opacity: 1; color: #d25e15; }

.t1-heading,
.t1-text { max-width: 1300px; margin: 0 auto; }

.slide-arrow { font-family: "Font Awesome 5 Pro"; color: white; padding-top: 13px; font-size: 20px; position: absolute; top: 47%; z-index: 9999; display: block;  height: 50px; width: 50px; border-radius: 50%; border: 2px solid white; text-align: center; transition: all 0.2s ease; background: transparent; }
.slide-arrow:hover { background: white; color: #007fa4; cursor: pointer; }
#prev-slide { left: 4%; padding-right: 3px; }
#next-slide { right: 4%; padding-left: 3px; }
#prev-slide:after { content: "\f053"; display: inline-block; padding-right: 2px; }
#next-slide:after { content: "\f054"; display: inline-block; padding-left: 2px; }

#t1-pager { position: absolute; left: 0; bottom: 20px; text-align: center; width: 100%; z-index: 200; }
#t1-pager li { display: inline-block; margin: 0 5px; }
#t1-pager li.slick-active button { background: #007fa4; transition: background 0.3s; }
#t1-pager li button { cursor: pointer; display: inline-block; width: 13px; height: 13px; border-radius: 20px; margin: 0 2px; background: #FFF; font-size: 0; border: none; margin: 0; padding: 0; }
#t1-pager li button:focus { outline: 0; }

#t1 .col2-item a { display: block; }
#t1 .col2-item p:last-child { margin: 0; }
#t1 #col2-item-container { position: absolute; top: calc(50% - 130px); left: calc(50% - 400px); width: 100%; width: 800px; margin: 0 auto; z-index: 1000; display: none; /* display: flex; justify-content: center; flex-wrap: wrap; */ }
#t1 .col2-item { background: rgba(255,255,255,0.8); border-radius: 5px; padding: 15px; width: calc(50% - 30px); max-width: 50%; margin: 0 15px; display: inline-block; float: left; }
#t1 .col2-item h2 { margin: 0 0 10px; }
#t1 .intro-content { width: 100%; margin-top: 20px; text-align: center; }
#t1 .intro-content a { background: #007fa4; border: 1px solid #007fa4; padding: 15px 25px; }
#t1 .intro-content a:hover { background: white; border: 1px solid #007fa4; color: #007fa4; }

#t1 .otysSelectInner .inputBox { padding: 0px 25px 0px 12.5px; min-height: 43px; }

/* TEASER 2 */

#t2 .intro { margin: 25px 0 0; text-align: center; }
#t2 .intro a { font-family: 'Source Sans Pro', sans-serif !important; background: #d25e15; color: #fff; margin: 0; padding: 7.5px 25px; font-size: 16px; border-radius: 5px; font-size: 1.6rem; font-weight: 600; line-height: 24px; display: inline-block; text-decoration: none; text-transform: uppercase; white-space: normal; text-align: center; width: auto; opacity: 1; border: 1px solid #d25e15;; transition: all 0.2s ease; }
#t2 .intro a:before { font-family: 'Font Awesome 5 Pro';content: "\f054"; display: inline-block; margin-right: 10px;  }
#t2 .intro a:hover { background: white; border: 1px solid #d25e15; color: #d25e15; }
#t2 .intro a:hover:before { color: #d25e15; }

/* TEASER 3 */

#t3-container { padding: 50px 0 65px; background: #d25e15; color: white; }
#t3 #stars { margin: 0 0 20px; }
#t3 h2 { text-align: center; margin: 0 0 10px; color: white; }
#t3 .t3-heading { color: #333; text-transform: uppercase; font-size: 1.7rem; line-height: 2.2rem; margin: 15px 0 0; }
#t3 .t3-text { max-width: 750px; margin: 0 auto; }

.t3-slide-arrow { font-family: "Font Awesome 5 Pro"; color: white; padding-top: 13px; font-size: 20px; position: absolute; top: 47%; z-index: 9999; display: block;  height: 50px; width: 50px; text-align: center; transition: all 0.2s ease; background: transparent; }
.t3-slide-arrow:hover { cursor: pointer; }
#t3-prev-slide { left: calc(50% - 470px); padding-right: 3px; }
#t3-next-slide { right: calc(50% - 470px); padding-left: 3px; }
#t3-prev-slide:after { content: "\f053"; display: inline-block; padding-right: 2px; }
#t3-next-slide:after { content: "\f054"; display: inline-block; padding-left: 2px; }

#t3-pager { position: absolute; left: 0; bottom: -40px; text-align: center; width: 100%; z-index: 200; }
#t3-pager li { display: inline-block; margin: 0 5px; }
#t3-pager li.slick-active button { background: #d25e15; border: 1px solid white; transition: background 0.3s; }
#t3-pager li button { cursor: pointer; display: inline-block; width: 13px; height: 13px; border-radius: 20px; margin: 0 2px; background: #FFF; font-size: 0; border: 1px solid #d25e15; margin: 0; padding: 0; }
#t3-pager li button:focus { outline: 0; }

/* TEASER 4 */

#t4-item-container { display: flex; justify-content: space-between; margin: 40px 0 25px; align-items: center; }
.t4-item { width: calc(25% - 50px); text-align: center; margin: 0 30px; }
.t4-item img { max-width: 100%; margin: 0; }

/* TEASER 5 */

#t5 { text-align:center; margin: 20px 0 0; }
.t5-item { display: inline-block; }
.t5-item:hover a:before { color: #55acee !important; }
.t5-item a { font-size: 0; width: 30px; color: black; }
.t5-item a:before { font-family: "Font Awesome 5 Brands"; content: ""; color: white; display: inline-block; width: auto; text-align: center; font-size: 22px; font-weight: 300; padding: 0 8px; }
.t5-item a[href*=instagram]:before { content: "\f16d"; }
.t5-item a[href*=twitter]:before { content: "\f099"; }
.t5-item a[href*=facebook]:before { content: "\f09a"; }
.t5-item a[href*=linkedin]:before { content: '\f0e1'; }
.t5-item a[href*=pinterest]:before { content: '\f0d2'; }
.t5-item a[href*=youtube]:before { content: '\f167'; }
.t5-item a[href*=Tiktok]:before,
.t5-item a[href*=tiktok]:before {
	content: "";
    width: 23px;
    height: 20px;
    background-image: url(../_images/icons/icon-tiktok.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/* TEASER 6 */

#t6 p { margin-bottom: 0; }
#t6 a { color: white; }

/* TEASER 7 */

#t7 { display: none !important; margin-top: 15px; }
#t7 a { border: 1px solid #007fa4; background: #007fa4 url("../_images/icons/icon-talentscan.png") no-repeat bottom 5px right 5px / 45px; color: white; display: block; margin: 0 0 15px; padding: 10px 60px 10px 15px; border-radius: 5px; font-size: 2rem; line-height: 2.5rem; transition: all 0.2s ease; }
#t7 a:hover { background: white url("../_images/icons/icon-talentscan-hover.png") no-repeat bottom 5px right 5px / 45px;; color: #007fa4; text-decoration: none; }
#t7 p { margin: 0; }

/* TEASER 8 - TOP BANNER */

#t8 { position: relative; min-height: 400px; background-position: center center; background-size: cover; background-repeat: no-repeat; margin-bottom: 50px; }
#t8 .site-width { display: flex; justify-content: center; flex-direction: column; min-height: 400px; position: relative; z-index: 2; }
#t8 .intro { margin: 0; }
#t8 .intro h2 { margin-top: 0; color: white; }
#t8 .content { display: inline-block; color: white; }
#t8-overlay { background: rgba(0,0,0,0.3); position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; right: 0; }

/* TEASER 9 - MEDEWERKERS */

#t9 { margin-top: 50px; }
#t9-item-container { display: flex; flex-wrap: wrap; justify-content: space-around; }
.t9-item { width: 300px; }
.t9-item img { margin: 0; max-width: 100%; }
.t9-item strong { font-weight: normal; }
.t9-item strong:before { width: 20px; text-align:center; content: "\f3c5"; font-family: "Font Awesome 5 Pro"; display: inline-block; margin-right: 10px; font-size: 16px; }
.t9-item a[href*=tel]:before { width: 20px; text-align:center; content: "\f879"; font-family: "Font Awesome 5 Pro"; display: inline-block; margin-right: 10px; font-size: 16px; }
.t9-item a[href*=mailto]:before { width: 20px; text-align:center; content: "\f0e0"; font-family: "Font Awesome 5 Pro"; display: inline-block; margin-right: 10px; font-size: 16px; }

/* TEASER 10 - 16 : OFFICE */

.office { background: #f6f6f6; padding: 15px; margin-bottom: 30px; }
.office h2 { margin-top: 0; }
.office .intro { margin: 0 0 0; border-bottom: 1px solid grey; }
.office #office-item-container { display: flex; flex-wrap: wrap; justify-content: space-between; }
.office .office-item { width: calc(50% - 15px); margin: 15px 0 0; }
.office .office-item p { margin: 0; }
.office .office-item a { word-break: break-all; }
.office .office-member { color: #d25e15; font-weight: bold; }



/* TEASER 17 - MEDEWERKERS */

#t17 { margin: 50px -25px 0; }
.t17-item { width: calc(25% - 50px); margin: 0 25px 50px; float: left; }
.t17-image { height: 250px; background-size: cover; background-position: center center; }
.t17-item p { margin: 0; }
.t17-content { text-align: center; }
.t17-content p,
.t17-content a { color: #d25e15; }

/* TEASER 18 - JOB DETAIL BANNER */

.jobdetailBanner { min-height: 400px; background-position: center center; background-size: cover; background-repeat: no-repeat; margin-bottom: 50px; display: none; }
.jobdetailBanner .site-width { display: flex; justify-content: center; flex-direction: column; min-height: 400px; }
.jobdetailBanner .intro { margin: 0; background: rgba(0,127,164,0.8); padding: 20px; width: 66.66%; }
.jobdetailBanner .intro h1 { margin: 0 0 20px; color: white; }
.jobdetailBanner .location { display: inline-block; padding-right: 0px; }
.jobdetailBanner .location:before { content: "\f3c5"; font-family: "Font Awesome 5 Pro"; display: inline-block; margin: 0 5px 0 0; color: white; }
.jobdetailBanner .location .val { color: white; }
.jobdetailBanner .mDhIw { display: inline-block; }
.jobdetailBanner .mDhIw:before { content: "\f64a"; font-family: "Font Awesome 5 Pro"; display: inline-block; margin: 0 5px 0 15px; color: white; }
.jobdetailBanner .mDhIw ul { list-style: none; margin: 0; padding: 0; display: inline-block; }
.jobdetailBanner .mDhIw ul li { display: inline-block; margin-right: 15px; color: white; }
.jobdetailBanner .buttonContainer { margin: 20px 0 0; display: inline-block; }
.jobdetailBanner .buttonContainer .button { margin: 0 15px 0 0; }
.jobdetailBanner .content { display: inline-block; }

/* TEASER 19 */

#t19 { display: none !important; margin-top: 15px; }
.t19-item { background: #d25e15; padding: 15px; color: white; border-radius: 5px; margin-bottom: 15px; }
.t19-item h2 { margin-top: 0; color: white; }
.t19-item p:last-of-type { margin-bottom: 0; }
.t19-item strike,
.t19-item s a { background: white; border: 1px solid white; color: #d25e15; text-align: left; }
.t19-item strike:before,
.t19-item s a:before { content: "\f054"; font-family: "Font Awesome 5 Pro"; display: inline-block; margin-right: 5px; }
.t19-item strike:hover,
.t19-item s:hover a { background: #d25e15; color: white; border: 1px solid white; }

.t19-item s a { color: #d25e15; }
.t19-item s a:hover,
.t19-item s:hover a { color: white; text-decoration: none; }
.t19-item a { color: white; }

/* TEASER 21 - POPUP */

#t21o {
	position: fixed;
    z-index: 9999999;
    top: 30%;
    left: 2.5%;
    width: 95%;
    pointer-events: none;
	transform: scale(0);
	transition: transform 0.6s ease-in-out;
}
#t21o.show {
	/* display: block; */
	transform: scale(1);
	display: none !important;
}
#t21o.close-animation {
	transition: transform 0.3s ease-in-out;
}
#t21o.close,
#t21o.accepted {
    /* display: none; */
	transform: scale(0);
}
#t21o .t21Inner {
    position: relative;
    background: #ffffff;
    max-width: 760px;
    margin: 0 auto;
    padding: 20px 40px 20px 65px;
	padding: 0;
    pointer-events: all;
    box-shadow: 0 5px 20px rgb(255 255 255 / 40%);
}
#t21o .t21Inner .t21InnerText {
	margin: 0;
    line-height: 22px;
    font-size: 14px;
}
#t21o .t21Inner .t21InnerText img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: -1px;
}
#t21o a {
    color: #0080c3;
    font-weight: bold;
    text-decoration: underline;
}
#t21o .t21Inner .t21InnerText:before {
    content: "";
	content: none;
    position: absolute;
    left: 10px;
    top: 20px;
    background: url(/_images/exclamationtriangle.png) no-repeat center;
    width: 44px;
    height: 38px;
}
#t21o .popupBtns {
    position: absolute;
    right: 14px;
    top: 14px;
    padding: 0;
}
#t21o .popupClose {
    cursor: pointer;
    border: 0;
    background: url(/_images/ckCloseBlack.png) no-repeat center;
    width: 12px;
    height: 13px;
    font-size: 0;
}

/* ================================= BUSJAB TEAM DETAIL ================================ */ 

.bodyTeamDetail #t17 { margin-top: 100px; }
#bisjab-team-detail { overflow: hidden; padding-top: 50px; }
#team-detail-left { width: 35%; float: left; }
#team-detail-right { width: calc(65% - 50px); float: right; }

#team-detail-left img { margin: 0; max-width: 100%; }
.team-detail-quote { font-size: 2.7rem; line-height: 3.5rem; font-style: italic; margin-bottom: 25px; font-weight: 700; color: #d25e15; font-family: 'Slabo 13px', serif; }
#team-detail-right a[href*=tel] { margin-bottom: 5px; display: inline-block; }
#team-detail-right a[href*=tel]:before { content: "\f879"; font-family: "Font Awesome 5 Pro"; display: inline-block; margin-right: 10px; font-size: 17px; }
#team-detail-right a[href*=mailto]:before { content: "\f0e0"; font-family: "Font Awesome 5 Pro"; display: inline-block; margin-right: 10px; font-size: 17px; }

/* ================================= BISJAB FAQ OVERVIEW ================================ */ 

#bisjab-faq-overview .text a:before { position: absolute; left: 0; content: "\f054"; font-family: "Font Awesome 5 Pro"; display: inline-block; margin-right: 10px; color: #0080a4; font-size: 14px; font-weight: bold; }
#bisjab-faq-overview .text a { margin-bottom: 5px; display: block; color: #007fa4; position: relative; padding-left: 15px; font-size: 19px; line-height: 22px; }
#bisjab-faq-overview .text a:hover { text-decoration: none; color: #0080a4; }

/* ================================= BISJAB TALENTSCAN ================================ */ 

#bisjab-talentscan #col3 { border-top: 1px solid #eee; }
#bisjab-talentscan #col4-col5-container img { max-width: 100%; margin: 0 0 15px; }
#bisjab-talentscan #col6 { border-top: 1px solid #eee; text-align: center; padding: 50px 0 20px; margin-top: 20px; }
#bisjab-talentscan #col6 .youtube-embed-wrapper { margin-bottom: 35px; }
#bisjab-talentscan #col6 h2 { /* font-family: 'Slabo 13px', serif;  */font-size: 3rem; line-height: 4rem; color: #cc9903; }
#bisjab-talentscan #col7-col8-container { background: #ededed; padding: 40px 0; }
#bisjab-talentscan h2.col7 { text-align: center; margin-top: 0; }
#bisjab-talentscan #col9 { text-align: center; padding-top: 25px; }

/* ================================= BISJAB CONTENT1 ================================ */ 

#bisjab-content1 #content1-item-container {}
#bisjab-content1 .content1-item { margin-bottom: 25px; }
#bisjab-content1 .content1-item h2 { margin: 0; }
#bisjab-content1 .content1-icon { display: inline-block; position: relative; top: 5px; margin-right: 10px; }
#bisjab-content1 .content1-icon img { max-width: 25px; margin: 0; }
#bisjab-content1 .content1-heading { display: inline-block; }
#bisjab-content1 .content1-heading { display: inline-block; }
#bisjab-content1 .content1-content { margin: 15px 0 0; }

/* ========================== BISJAB KERNTALENTEN METHODE ============================ */ 

#bisjab-kerntalenten-methode {}
#bisjab-kerntalenten-methode .col3-item { border-top: 1px solid #eee; padding: 25px 0 25px; }
#bisjab-kerntalenten-methode #col4 { background: #ededed; padding: 25px 0; text-align: center; }
#bisjab-kerntalenten-methode #col4 .text,
#bisjab-kerntalenten-methode #col4 p:last-of-type { margin-bottom: 0; }


/* ================================= INTERACTION HOOK ================================ */ 

.text .interaction-hook { max-width: 750px; margin: 50px auto 0; }
.interaction-hook .formInput.aplMCheckInput label span { display: inline-block; }

/* ================================= ACTONOMY ================================ */ 

.actTitle { display: none; }

.vacRes1Outer,
.vacRes2Outer { margin-top: 30px; }
.vacancyRight { width: calc(100% - 370px) !important; float: right; }
.vacancyLeft  { width: 350px !important; float: left; position: relative; overflow: hidden; }

.actSRFacetCont { width: 100%; float: none; }

/* TOP MENU */

.actTopMenu { padding: 0; margin: 0 0 1px; }
.actTopMenu .actMlJc { border: none; color: #d25e15; font-size: 2.5rem; line-height: 3rem; }
.actTopMenu .menuLinkLastChild { display: none; }
.actMCleaner { display: none; }

#jobalert { padding: 16px 20px; font-size: 20px; line-height: 28px; background: #0180A4; color: white; font-weight: bold; text-align: center; width: 100%; display: block; margin: 10px 0; border-radius: 5px; }
#jobalert:before { font-family: "Font Awesome 5 Pro"; content: "\f0f3"; display: inline-block; font-size: 16px; margin-right: 5px; }
#jobalert:hover { text-decoration: none; background: #d25e15; }
#jobalert:hover:before { -webkit-animation: ring 4s ease-in-out infinite; -moz-animation: ring 4s ease-in-out infinite; -webkit-transform-origin: 50% 4px; -moz-transform-origin: 50% 4px; animation: ring 4s .7s ease-in-out infinite; transform-origin: 50% 4px; }
@-webkit-keyframes ring { 0% { -webkit-transform: rotateZ(0); }  1% { -webkit-transform: rotateZ(30deg); }  3% { -webkit-transform: rotateZ(-28deg); }  5% { -webkit-transform: rotateZ(34deg); }  7% { -webkit-transform: rotateZ(-32deg); }  9% { -webkit-transform: rotateZ(30deg); }  11% { -webkit-transform: rotateZ(-28deg); }  13% { -webkit-transform: rotateZ(26deg); }  15% { -webkit-transform: rotateZ(-24deg); }  17% { -webkit-transform: rotateZ(22deg); }  19% { -webkit-transform: rotateZ(-20deg); }  21% { -webkit-transform: rotateZ(18deg); }  23% { -webkit-transform: rotateZ(-16deg); }  25% { -webkit-transform: rotateZ(14deg); }  27% { -webkit-transform: rotateZ(-12deg); }  29% { -webkit-transform: rotateZ(10deg); }  31% { -webkit-transform: rotateZ(-8deg); }  33% { -webkit-transform: rotateZ(6deg); }  35% { -webkit-transform: rotateZ(-4deg); }  37% { -webkit-transform: rotateZ(2deg); }  39% { -webkit-transform: rotateZ(-1deg); }  41% { -webkit-transform: rotateZ(1deg); } 43% { -webkit-transform: rotateZ(0); } 100% { -webkit-transform: rotateZ(0); } }
@-moz-keyframes ring { 0% { -moz-transform: rotate(0); } 1% { -moz-transform: rotate(30deg); } 3% { -moz-transform: rotate(-28deg); } 5% { -moz-transform: rotate(34deg); } 7% { -moz-transform: rotate(-32deg); } 9% { -moz-transform: rotate(30deg); } 11% { -moz-transform: rotate(-28deg); } 13% { -moz-transform: rotate(26deg); } 15% { -moz-transform: rotate(-24deg); } 17% { -moz-transform: rotate(22deg); } 19% { -moz-transform: rotate(-20deg); } 21% { -moz-transform: rotate(18deg); } 23% { -moz-transform: rotate(-16deg); } 25% { -moz-transform: rotate(14deg); } 27% { -moz-transform: rotate(-12deg); } 29% { -moz-transform: rotate(10deg); } 31% { -moz-transform: rotate(-8deg); } 33% { -moz-transform: rotate(6deg); } 35% { -moz-transform: rotate(-4deg); } 37% { -moz-transform: rotate(2deg); } 39% { -moz-transform: rotate(-1deg); } 41% { -moz-transform: rotate(1deg); } 43% { -moz-transform: rotate(0); } 100% { -moz-transform: rotate(0); } }
@keyframes ring { 0% { transform: rotate(0); } 1% { transform: rotate(30deg); } 3% { transform: rotate(-28deg); } 5% { transform: rotate(34deg); } 7% { transform: rotate(-32deg); } 9% { transform: rotate(30deg); } 11% { transform: rotate(-28deg); } 13% { transform: rotate(26deg); } 15% { transform: rotate(-24deg); } 17% { transform: rotate(22deg); } 19% { transform: rotate(-20deg); } 21% { transform: rotate(18deg); } 23% { transform: rotate(-16deg); } 25% { transform: rotate(14deg); } 27% { transform: rotate(-12deg); } 29% { transform: rotate(10deg); } 31% { transform: rotate(-8deg); } 33% { transform: rotate(6deg); } 35% { transform: rotate(-4deg); } 37% { transform: rotate(2deg); } 39% { transform: rotate(-1deg); } 41% { transform: rotate(1deg); } 43% { transform: rotate(0); } 100% { transform: rotate(0); } }

.actButtonFilter { display: none; float: right; padding: 9px; margin-right: 10px; color: #007fa4; font-size: 16px; line-height: 16px; text-transform: uppercase; }
.actButtonFilter:hover { cursor: pointer; }
.actButtonFilter:before { content: "\f0b0"; font-family: "Font Awesome 5 Pro"; font-size: 16px; color: #007fa4; margin-right: 5px; }
.actSRFacetCont .actButtonCloseFilter { position: absolute; display: none; right: 25px; top: 25px; right: 20px; transition: opacity 3s ease; text-align: center; }
.actSRFacetCont .actButtonCloseFilter:after { font-family: "Font Awesome 5 Pro"; font-size: 20px; display: inline-block; content: "\f00d"; position: relative; }
.actSRFacetCont .actButtonCloseFilter:hover { cursor: pointer; }
.actSRFacetCont #actSRFacetCont  { top: 10px; }

/* BOTTOM MENU */

.actBottomMenu { display: none; }

/* VACATURES */

.actIc { margin: 0 0 10px; padding: 25px 20px; position: relative; background-color: white; border-radius: 5px; }
.actIcLast { border-bottom: none; }
.actItemTitle { line-height: 2.0rem; margin: 0 0 15px; }
.actItemTitle a { color: #0080a4; font-size: 2rem; line-height: 2.8rem; font-weight: bold; }
.actItemTitle a:hover { color: #d25e15; text-decoration: none; }
.actIc .itemFooter { display: inline-flex; background: rgba(218, 218, 218, 0.4); padding: 5px 0; margin: 10px 0 0; opacity: 1; color: #a7a2a2; display: none; }
.actIc .itemFooter .itemFooterWord { padding: 0 10px; border-right: 1px solid #a5a5a5; font-size: 12px; line-height: 12px; }
.actIc .itemFooter .itemFooterWord:last-child { border-right: none; }
.actIc .itemFooter .itemFooterWord.actIFwPub { position: absolute; right: 0; top: -2px; border-right: none; font-size: 12px; text-transform: uppercase; background: #d25e15; color: white; padding: 6px 5px 5px !important; margin-right: 0 !important; }
.actIc .itemFooter .itemFooterWord.actIFwPub span { display: none; }

/* PAGINING */

.pageNav { margin-top: 20px; }
.pageNav a { background: white; color: #3D3D3D; border-radius: 5px; width: 35px; text-align: center; height: 29px; line-height: 19px; font-size: 18px; float: left; margin-right: 6px; }
.pageNav a:hover { background: #007fa4; text-decoration: none; color: white; }
.pageNav a.pnActive { background: #007fa4; color: white; }


a.pnFirst,
a.pnPrev,
a.pnNext,
a.pnLast { width: auto; border: none; background: transparent; font-weight: bold; }
a.pnFirst:hover,
a.pnPrev:hover,
a.pnNext:hover,
a.pnLast:hover { background: none; color: white; }

/* FACETS */

#facets { margin-top: 10px; }
#facets .actLcDist {  display: inline-block; }
#facets .actLcDist .optionListTitle { margin: 10px 0 10px 20px; color: #d25e15; text-transform: uppercase; font-weight: 400; }

.actSRCf { background: #f5f5f5; }
.actSROf { margin-top: 10px; }
.actLcMcrit { display: none; }

.actLcMcrit > .optionListTitle,
.actLcKeywords > .optionListTitle { font-size: 3rem; line-height: 3.5rem; color: #d25e15; font-weight: normal; }

.actSRCf .optionList ul { margin: 0; }
.actSRCf .optionList li { list-style-type: none; margin-left: 20px; }
.actSRCf .optionList li:before { font-family: "Font Awesome 5 Pro"; content: "\f00d"; position: absolute; left: 0; }
.actSRCf .optionList li a { color: #3d3d3d; padding-left: 20px; position: relative; }

.optionListContainer { background: #f5f5f5; border:none; background: white; border-radius: 5px; width: 100%; margin: 15px 0; padding: 10px 15px 14px 5px; }
.optionListContainer + .optionListContainer { margin: 0; }
.optionListContainer.actLcMcrit { background: none; padding: 5px 0 10px; margin-bottom: 0; }
.optionListContainer.actLcMcrit .optionListTitle,
.optionListContainer.actLcKeywords .optionListTitle { padding-left: 15px; text-transform: uppercase; font-size: 18px; }
.optionListTitle a { color: #0180A4; padding: 20px 30px 0px 20px; font-size: 2rem; line-height: 2.8rem; font-weight: bold; }
.optionListTitle a:hover { text-decoration: none; }

.facetList { padding: 0 20px; overflow: hidden; border-top: none; }
.facetList ul { list-style: none; margin: 15px 0; }
.facetList li a { color: #3d3d3d; text-decoration: none; padding: 0 30px 0 0; font-size: 1.6rem; line-height: 2.2rem; display: block; }
.facetList li a:hover { color: #0180A4; text-decoration: none; }
.facetListTitle > a { position: relative; }
.facetListTitle > a:after { font-family: "Font Awesome 5 Pro"; content: "\f078"; color: #656565; position: absolute; right: 15px; transform: rotateZ(0deg); transition: transform 0.2s ease; }
.facetListTitle > a.expanded:after { transform: rotateZ(180deg); }
span.facetFreq { position: absolute; top: 3px; right: 0; }

/* ================================= JOBDETAIL ================================ */ 

#vacancyDetailLeft { width: calc(100% - 350px); float: left; }
#vacancyDetailRight { width: 300px; float: right; padding-top: 0; }

#jbdBackTop { text-transform: lowercase; position: relative; color: #007fa4; }
#jbdBackTop:before { content: "\f359"; display: inline-block; margin-right: 10px; font-family: "Font Awesome 5 Pro"; font-size: 15px; color: #d25e15; }
#jbdBackTop:hover { cursor: pointer; }

.jbdTitle { font-size: 4rem; line-height: 4.8rem; font-weight: 500; }
#jbd-intro .photo1 { margin: 40px 0 20px 20px; }
.jbdButton:hover { cursor: pointer; }

.jbdButton { margin-right: 15px !important; }
.jbdButApl { background: #d25e15; border: 1px solid #d25e15; }
.jbdButBack:before { content: "\f053"; margin-right: 5px; display: inline-block; font-size: 18px; font-family: "Font Awesome 5 Pro"; }
.jbdButPrint:before { content: "\f02f"; margin-right: 5px; display: inline-block; font-size: 18px; font-family: "Font Awesome 5 Pro"; }
.photo1 img { max-width: 100%; margin: 0 0 0 0; }

.itemTags,
.jbdShPubStart,
.jbdTextPubStart,
.jbdShPubEnd,
.jbdTextPubEnd { display: none; }

h2.jbdSh + span { display: none; }

/* CONSULTANT HOOK */

.jbdOuter .chlOuter { background: #ededed; padding: 30px; margin: 0 0 30px 0; border-radius: 5px; -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, .05); box-shadow: 0 0 15px 2px rgba(0, 0, 0, .05); color: #FFF; }
.jbdOuter .chlOuter .chlPhoto1 { text-align: center; margin: 0 auto 15px; }
.jbdOuter .chlOuter .chlPhoto1 img { border-radius: 50%; overflow: hidden; display: inline-block; max-width: 175px; margin: 0; }
.jbdOuter .chlOuter .hookItemTitle { font-size: 24px; font-weight: 600; margin: 0 0 10px 0; font-family: proxima-soft, sans-serif; color: #d25e15; }
.jbdOuter .chlOuter .hookItemWord a { display: block; font-size: 16px; line-height: 24px; position: relative; padding-left: 26px; }
.jbdOuter .chlOuter .hookItemWord a:before { content: ''; color: #999999; display: block; font-weight: bold; font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands; font-size: 16px; line-height: 20px; position: absolute; left: 0; top: 1px; font-weight: 600; }
.jbdOuter .chlOuter .hookItemWord a { color: #999999; }
.jbdOuter .chlOuter .hookItemWord a[href*='tel']:before { content: '\f095'; }
.jbdOuter .chlOuter .hookItemWord a[href*='mailto']:before { content: '\f0e0'; }
.jbdOuter .chlOuter .hookItemWord.chlPhoneCell span { display: none; }
.jbdOuter .chlOuter .chlInfo { color: #999999; margin-bottom: 10px; }

/* STICKY APPLY BAR */
.stick-apply { position: fixed; width: 100%; bottom: 0; left: 0; background: #ffffff; -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); height: 60px; line-height: 60px; z-index: 9999; }
.stick-apply .stick-apply-inner-apply .button { width: 100%; }
.stick-apply .stick-apply-inner-title { text-align: center; font-size: 20px; font-weight: bold; color: #2d303d; font-family: proxima-soft, sans-serif; }
.stick-apply .stick-apply-inner-social { display: inline-block; vertical-align: middle; width: 100%; text-align: right; }
.stick-apply .stick-apply-inner-social .at-share-btn { display: inline-block; vertical-align: middle; margin: 0 3px 0px !important; }

/* INTERACTION HOOK */
.call-me-back { background: #FFF; padding: 30px; margin: 0 0 30px 0; border-radius: 5px; -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, .25); box-shadow: 0 0 15px 2px rgba(0, 0, 0, .25); }
.call-me-back .formInput label { display: block; width: 100%; }
.call-me-back .formInput input,
.call-me-back .formInput textarea,
.call-me-back .formInput select { margin: 0; width: 100%; }

/* ====================================== FORMS =========================================== */ 

.aplOuter form[name='qsForm'] > h2,
.qsOuter form[name='qsForm'] > h2,
.avaOuter form[name='qsForm'] > h2 { display: none; }

.aplJStartOuter form[name='qsForm'] > h2 { display: block; }

/* =========================== BLOG =========================== */ 

/* OVERVIEW */

.blogOuter { overflow: hidden; }
.blogOuter .title { text-align: center; }
.blogOuter .blgListOn { display: none; }
.blogOuter ul{ margin-left: 40px; }
.blogOuter ul li { padding-left: 10px; }

.blgIc {  width: calc(33.33% - 20px); position: relative; display: none; margin-right: 30px; margin-bottom: 30px; float: left; }
.blgIc:nth-child(3n) { margin-right: 0; }
.blgIc .itemTitle { margin-bottom: 15px; }
.blgIc.show { display: block; }
.blgIc .wrapper { padding: 34px 34px 115px; height: 100%; }
.blgIc .wrapper .blogItemPhoto{ display: none; }
.blgIc .blgListCat > span { display: none; }
.blgIc .blgListIfo { display: none; }
.blgIc .blgReadMore { position: absolute; bottom: 30px; width: 80%; width: calc(100% - 60px); }
.blgIc .blgReadMore a { color: #d25e15; display: block; font-size: 1.8rem; line-height: 2.8rem; font-weight: 500; text-transform: uppercase; padding: 12px 10px; text-decoration: none; border: 2px solid #d25e15; text-align: center; background: white; }
.blgIc:hover .blgReadMore a { background: #d25e15; color: white; }
.blgListCat > a,
#blgListCatUnique > a,
#blgListCatUnique > span { text-decoration: none; border: 1px solid #d25e15; font-weight: bold; padding: 4px 15px; background: white; display: inline-block; margin-bottom: 5px; margin: 0 10px 10px 0; font-size: 1.8rem; line-height: 2.8rem; padding: 0px 10px; opacity: 0.75; transition: background 0.3s; }
.blgListCat > a { padding: 0px 15px; margin-bottom: 5px; margin-right: 0px; font-size: 1.8rem; line-height: 2.8rem; }
#blgListCatUnique { text-align: center; margin: 25px 0; }
.blgIc .blgListCat > a:hover { color: white; background: #d25e15; }
#blgListCatUnique > a:hover { background: #d25e15; color: white; }
.blgIc .itemTitle > a { font-weight: bold; font-size: 2.4rem; line-height: 3.2rem; }
.blgIc .itemTitle a:hover { color: #d25e15; transition: color 0.3s; }
.blgIc .itemPhoto { position: relative; width: 100%; overflow: hidden; float: left; background-size: cover; background-position: center center; }
.blgIc .itemPhoto .blogItemPhoto { width: 100%; margin-bottom: 25px; height: 210px; }
.blgIc .itemPhoto a > img { width: 100%; max-width: none; margin: 0; }
.blogDate { display: block; margin-top: 5px; color: #a0a0a0; font-size: 1.5rem; font-style: italic; }
.dayHolder { margin-top: 0px; height: 22px; }
.monthHolder { margin-top: -2px; }
.blogDate > .dayHolder > span.day { font-size: 22px; line-height: 18px; font-weight: bold; margin:6px; }
.blogDate > .monthHolder >span.month { text-transform: uppercase; }
.wrapper .itemDescription.blgIdesc.blgListIdesc { margin-top: 5px; color: #a0a0a0; /*max-height: 213px;*/ }
.blocksOuter:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /*cursor: pointer;*/ transition: color 0.3s; }
.blgPagination { display: none; }

.itemContainer.blgIc.blcListIc.blocksOuter { border: 1px solid #e0e0e0; }
.actMlLc > label { color: #a0a0a0; font-family: "Mandali"; }
#loadMore { text-align: center; margin: 20px 0; color: #b0b0b0; font-weight: 300; }
#loadMore:hover { cursor: pointer; }

/* Filtered (category) overview */

.outerCategoryArticleList { overflow: hidden; padding-bottom: 50px; }
.outerCategoryArticleList .blgListOn { display: none; }
.outerCategoryArticleList .blgArtListTitle > a { display: none; }

/* Blog detail */

.blogDetailOuter .blogOuterLeft { width: 70%; margin-right: 5%; float: left; }
.blogDetailOuter .blogOuterRight { width: 25%; float: right; }
.blogDetailOuter #banner { display: none; }
.blogDetailOuter #thumbnail { width: 100%; max-width: 100%; float: none; margin: 0 0 20px 0; }
.blogDetailOuter #blgListCatUnique { display: none; }
.blogDetailOuter h2 { font-weight: 700; font-size: 2.4rem; text-transform: none; line-height: 3.2rem; margin: 25px 0 15px; }
.blogDetailOuter a { font-weight: 400; }
.blogDetailOuter #t15 { display: none; }
.blogDetailOuter #articlePreviousPage { color: #6cb0d8; font-weight: 500; font-size: 1.8rem; line-height: 3.2em; margin: 0 0 0; }
.blogDetailOuter #articlePreviousPage:hover { cursor: pointer; }
.blogDetailOuter .title { text-align: left; font-weight: 700; }
.blogDetailOuter #blgListCatUnique { border: none; text-align: left; margin-top: 10px; }
.blogDetailOuter #blgListCatUnique > span:first-child { display: none; }
.blogDetailOuter .blgItemPhoto { margin: 0 0 20px 20px; }

.blogOuterLeft .blogDetailMenu,
.blogOuterLeft form#reactf { display: none; }

.blogDetailOuter .blogOuterRight { margin-top: 106px; }
.blogOuterRight .blogReactions { display: none; }
.blogOuterRight .blogSideBarItem { padding-top: 10px; }
.blogOuterRight .blogAuthorName,
.blogOuterRight .blogPublishDate,
.blogOuterRight .blogViews { border-bottom: 1px solid #e9e9e9; }
.blogOuterRight .blogViews { display: none; }
.blogOuterRight .blogAuthorName { padding-bottom: 10px; }
.blogOuterRight #publisherImage { float: right; border-radius: 75px; overflow: hidden; }
.blogOuterRight #publisherImage img { border-radius: 75px; overflow: hidden; }
.blogOuterRight .blogSideBarItem div:first-child { font-weight: bold; font-size: 1.8rem; line-height: 3.2rem; }
.blogOuterRight .blogSideBarItem div:last-child { font-weight: 300; font-size: 1.8rem; line-height: 3.2rem; margin-bottom: 15px; }

/* Blog recent articles */

.blogHookArticleListOuter { border-top: 1px solid #e9e9e9; padding-top: 25px; margin: 30px 0; }
.blogHookArticleListOuter .blogHookItemLink a { color: #6cb0d8; text-decoration: none; font-size: 1.8rem; line-height: 4.2rem; }
.blogHookArticleListOuter .blogHookItemLink a:hover { color: #6cb0d8; text-decoration: underline; }
.blogHookArticleListOuter .blogHookWord,
.blogHookArticleListOuter .blogHookFooter { display: none; }

.blogHookArticleListOuter .blogHookItems .itemPhoto { display: none; }
.blogHookArticleListOuter .blogHookItems .blgReadMore { display: none; }
.blogHookArticleListOuter .blogHookArticleListHeader { display: none; }
.blogHookArticleListOuter .hookHeader { font-size: 2.4rem; line-height: 3.2rem; margin-bottom: 6px; }

/* =========================== APPLY FOR JOB SIMPLE =========================== */ 

form[name="qsForm"] .aplPrivAreaInput { display: none; }
.bodySmallWidth form[name="qsForm"] .aplCheckContainer label { display: none; }

.aplJobTitle { margin: 0 0 20px; }

.aplAplSTitle,
.aplStkIntro .aplAplyLi { display: none; }

.aplAr { border: none; font-size: 3.5rem; line-height: 4rem; font-weight: bold;  margin-bottom: 25px; padding: 0; color: #d25e15; }
.aplAr span { font-weight: bold; font-size: 1.7rem; color: #3d3d3d; width: 100%; display: block; margin-bottom: 10px; line-height: 19px; }
.aplAr h1 { margin: 0 0 20px; font-weight: bold; }

p.appLinAcceptLeft { float: left; display: inline-block; }
p.appLinAcceptRight { padding-left: 45px; padding-top: 5px; }
p.appLinAcceptLeft img { margin: 0; }

.aplAplSLink ul,
.aplEnrollIntro ul { margin: 25px 0 0px; padding: 0; overflow: hidden; }
.aplAplSLink ul li,
.aplEnrollIntro ul li { margin: 0; padding: 0; list-style-type: none; display: block; margin: 0 0 10px; padding: 0px; width: 100%; }
.aplEnrollIntro ul li.aplAplyLeave { display: none; }
.aplAplSLink ul li a,
.aplEnrollIntro ul li a { text-decoration: none; margin: 0; padding: 5px 5px 5px 30px; display: inline-block; font-size: 16px; line-height: 16px; }
.aplAplSLink ul li a:hover,
.aplEnrollIntro ul li a:hover { text-decoration: none; color: #1f1f1f; }
.aplAplSLink ul li.aplAplyTk a { color: green; }

.aplAplyPass,
.aplAplyLi { margin-right: 0 !important; }
.aplAplyLi a { background: none; }

/* ICONS */

.aplAplSOuter ul li a,
.aplEnrollOuter ul li a { position: relative; transition: all 0.3s ease; }
.aplAplSOuter ul li a:hover,
.aplEnrollOuter ul li a:hover { margin-left: 15px;  }
.aplAplSOuter ul li a:before,
.aplEnrollOuter ul li a:before { font-family: "Font Awesome 5 Pro"; font-size: 20px; position: absolute; left: 0; top: 4px; }
.aplAplSOuter ul li.aplAplyLogin a:before { content: "\f007"; }
.aplAplSOuter ul li.aplAplyPass a:before { content: "\f023"; }
.aplAplSOuter ul li.aplAplyTk a:before,
.aplEnrollOuter ul li.aplAplyTk a:before { content: "\f15c"; }
.aplAplSOuter ul li.aplAplyLi a:before,
.aplEnrollIntro ul li.aplAplyLi a:before { content: "\f08c"; }
.aplEnrollOuter ul li.aplAplyLeave a:before,
.aplAplSOuter ul li.aplAplyLeave a:before { content: "\f0e0"; }

/* reCAPTCHA */

/* .g-recaptcha { height: auto; width: 0; } */
.g-recaptcha > div { height: auto !important; }
.aplJStartOuter .aplCsc label { display: inline-block; }
.inputLabelStyling .aplCsc label { display: none; }
.inputLabelStyling .aplJStartOuter .aplCsc.oldCaptcha label { display: block; width: 100% !important; max-width: none !important; }
.grecaptcha-badge { z-index: 10; }

/* ================================ LOGIN  =============================== */ 

.aplStartFormFSgnUp ul { list-style: none; margin: 0; padding: 0; }
.aplStartFormFSgnUp ul li:before { display: inline-block; content: "\f08c"; font-family: "Font Awesome 5 Pro"; font-size: 20px; color: #0077B5; }

/* ================================ FORGOT PWD =============================== */ 

.aplFgPwdSOuter .buttonContainer { display: inline-block; }

/* ================================ TEXT KERNAL =============================== */ 

.aplCvTkOuter .formInput input[type="file"] { width: 75% !important; }

/* ================================= COOKIE BANNER ================================ */ 

div.ckOuter { width: 480px; max-width: 100%; top: calc(50% - 75px); /*50% - (+-height/2)*/ left: calc(50% - 250px); bottom: auto; font-size: 16px; text-align: center; padding: 0; background-color: none; }
div.ckOuter { display: none; }
div.ckOuter > .sw {  background-color: #d25e15; padding: 20px; border-radius: 5px; }
div.ckOuter a { color: white; text-decoration: underline; }
div.ckOuter a:hover { text-decoration: underline; }
div.ckOuter.accepted { top: auto; bottom: 0; width: 100%; left: 0; font-size: 14px; }
div.ckOuter.accepted > .sw { border-radius: 0; text-align: left;  }
div.ckOuter:after { z-index: -1; content: ""; height: 100%; width: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.75); }
div.ckOuter.accepted:after { content: none; }
.cookieBtns { float: none; margin-top: 20px; }
div.ckOuter.accepted .cookieBtns { float: right; margin-top: 0px; }
.cookieAccept { border: 1px solid white; border-radius: 20px; padding: 10px 20px; background: none; transition: all 0.2s ease; }
.cookieAccept:hover { background: white; color: #d25e15; }

/* ================================= ADD THIS ================================ */ 

.addthis_toolbox { float: left; width: 100%; clear: both; margin: 25px 0; }
.addthis_toolbox a { height: 35px; }
.addthis_toolbox a.addthis_button_facebook_like iframe { float: left; min-width: 120px !important; }

/* ====================== CANDIDATE - CAPTCHA SMALLER ===================== */ 

img#captcha,
img#newsqcaptcha, 
img#captcha2 { width: 175px; height: auto; }

/* =============================================================================== */ 
/* ================================= RESPONSIVE ================================== */ 
/* =============================================================================== */ 


/* DIMENSION OF THIS MEDIA QUERY UNDERNEETH SHOULD BE 1 PX HIGHER THAN THE MEDIA QUERY UNDER THAT ONE */
/* FIXES THINGS THAT IS VISIBLE WHEN IT SHOULDN'T BE - WHEN SWITCHING FROM MOBILE TO DESKTOP EXPERIENCE */
@media screen and (min-width: 1024px) {

	header { transition: top 0.4s ease-in-out; }
	header.sticky { position: fixed; top: -80px; left: 0; width: 100%; z-index: 10000;background: #fff; /*color: white;*/ transition: top 0.4s ease-in-out; }
	header.sticky.moveIn { top: 0; }

}

@media screen and (max-width: 1370px) {
	.site-width { padding: 0 30px; }
	nav ul li:last-child ul { right: 25px; left: auto; }
}

@media screen and (max-width: 1024px) {

	header.sticky { position: static; }
	#t1.push,
	#t8.push { margin-top: 0px; }
	#content.push { margin-top: 0px; }

	#logo img { max-width: 200px; }

	/* NAVIGATION */
	
	nav { margin-top: 0; }
	.toggleMenuHandle { display: inline-block; position: absolute; right: 21px; top: 6px; padding: 7px 9px; font-size: 20px; color: black; font-size: 26px; }
	.toggleMenuHandle:hover { cursor: pointer; }
	#llb { margin: 15px 50px 0 0 !important; }

	#wrapper.overlay:before { position: absolute; height: 100vh; width: 100%; background: rgba(0,0,0,0.3); z-index: 100; content: ""; }
	#wrapper { transition: all 0.25s ease; }
	#wrapper.slideLeft { position: relative; right: 0; transition: all 0.25s ease; }
	#wrapper.slideLeftActive { right: 250px; }
	#wrapper.slideRight { position: relative; left: 0; transition: all 0.25s ease; }
	#wrapper.slideRightActive { left: 250px; }

	span.open-submenu { display: inline-block; display: none; }
	span.open-submenu { border: none; background: url("../_images/icons/icon-plusmin-black.png") no-repeat center -29px; cursor: pointer; height: 34px; margin: 0 5px 0 0; padding-top: 0; overflow: hidden; position: absolute; right: 0; text-align: center; top: 0; vertical-align: middle; width: 34px; font-size: 75%; }
	span.open-submenu.active { background-position: center 7px; } /* changes "+" to "-" */

	nav { display: none; } 
	nav a { text-transform: none; color: white; }
	nav { position: absolute; top: 81px; width: 100%; }
	#hlb1 { display: block; height: auto; }
	nav ul { background: none; margin: 0; padding: 0; }
	nav ul ul { width: 100%; padding: 0; margin: 0; position: static; max-height: none; overflow: visible; }
	nav > ul.active { /* extra styling */ }
	nav > ul > li { width: 100%; margin: 0; padding: 0; float: none; }
	nav > ul > li > a:hover { border-bottom: none; color: #023848;  }
	nav > ul > li:hover ul { position: static; }
	nav ul li a { margin: 0; padding: 5px 40px 5px 10px; width: 100%; text-transform: none; }
	nav ul ul li { margin-bottom: 0; padding: 0 20px; }
	nav ul ul li a { padding: 5px 0px; background: transparent; }
	li.mainLevactive > a, .subLevel_1active > a { border: none; }

	nav.mobileMenu.slideLeft { position: fixed; z-index: 1000; width: 250px; right: -250px; top: 0; height: 100%; background: #007fa4; transition: all 0.25s ease; display: block; padding: 20px; }
	nav.mobileMenu.slideRight { position: fixed; z-index: 1000; width: 250px; left: -250px; top: 0; height: 100%; background: #007fa4; transition: all 0.25s ease; display: block; padding: 20px; }
	nav.mobileMenu.slideLeftActive { right: 0; }
	nav.mobileMenu.slideRightActive { left: 0; }
	nav.mobileMenu i { font-size: 25px; position: absolute; right: 15px; top: 15px; z-index: 10000; }
	nav.mobileMenu i:hover { cursor: pointer; }

    /* SECONDARY RESPONSIVE NAVIGATION */

	nav #hlb1 { padding: 0; }
	nav #hlb2 { margin-top: 10px; padding-top: 10px; border-top: 1px solid #d25e15; } 
	nav.mobileMenu #hlb2 { display: block; }
	nav.mobileMenu #hlb2 span { display: none; }
	nav #hlb2 a { padding: 5px 0 5px 7.5px; font-size: 1.6rem; width: 100%; display: block; color: #d25e15; } 

	li.mainLevactive > a, .subLevel_1active > a { color: #023848; }

	/* ACTONOMY */

	.vacancyLeft { width: 100% !important; }
	.vacancyRight { width: 100% !important; }

	.actSRFacetCont { width: 0 !important; height: 0; position: fixed; top: 0; left: 0; z-index: 100000; padding: 0; }
	.actSRFacetCont:after { content: ""; opacity: 0; z-index: 10000; position: fixed; width: 0; height: 0; background: rgba(0,0,0,0.8); }
	.actSRFacetCont.active { width: 100% !important; height: 100%; top: 0; bottom: 0; left: 0; right: 0; }
	.actSRFacetCont.active:after { width: 100%; height: 100%; opacity: 1; }
	.actSRFacetCont #actSRFacetContInner { border-radius: 3px; width: 480px; max-width: 100%; z-index: 10000000; position: absolute; left: 50%; top: 50%; background: white; padding: 40px; transition: 0.3s cubic-bezier(1, 0, 0, 1); -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); opacity: 0; }
	.actSRFacetCont.active #actSRFacetContInner { -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); opacity: 1; overflow-y: auto; max-height: 100vh; }
	.actButtonFilter { display: inline-block; }
	.actSRFacetCont.active .actButtonCloseFilter { display: inline-block; }
	.actSRCf .optionList li { margin-left: 0; }
	.facetList li a, .facetList li a:hover { font-size: 1.3rem; margin: 0 0 10px 0; }
	.optionListContainer.actLcMcrit .optionListTitle { padding-left: 0; }	
	.actIFwPub { position: relative; top: 0; right: -5px; padding: 0; color: white; }
	.actIc .itemFooter .itemFooterWord.actIFwPub { padding: 0; margin-right: 0px !important; padding-left: 10px; border-right: none; border-left: 1px solid #a7a2a2; }
	.actIFw img { position: absolute; top: 0; right: -23px; }
	.vacancyLeft .actJshOuter .actHHeader { margin-top: 0; }

	/* TEASERS */

	.home-item { width: calc(50% - 50px); }

	#t7 a { padding: 20px 45px; background-position: center right 10px; text-align: center; font-size: 2.5rem; line-height: 3rem; }	
	#t19 { text-align: center; }

}


@media screen and (max-width: 991px) {

	.bodyHome .actJshOuter { flex-direction: column; }
	.bodyHome .actJshOuter form { padding-left: 0; width: 100%; margin-top: 15px; }

	#vacancyDetailLeft { width: 100%; float: none; }
	#vacancyDetailRight { width: 100%; float: none; text-align: center; padding-top: 25px; }
	.jobdetailBanner { margin-bottom: 30px; }
	.jobdetailBanner .intro { width: 100%; }
	.jbdOuter .chlOuter .hookItemWord a { display: inline-block; }

	.home-item { width: calc(50% - 30px); }

	/* TEASERS */

	#t1,
	.t1-item,
	.t1-image,
	.t1-overlay { height: 750px; height: 450px; }
	#t1.parallaxScrolling .t1-image { background-size: auto 550px; }
	.t1-heading { font-size: 3.5rem; line-height: 4rem; }
	.t1-text,
	.t1-text p { font-size: 2.5rem; line-height: 3.2rem;  margin: 20px 0 0 0; }
	.t1-text strike { margin-top: 0; }
	.t1-text { padding: 0 75px; }
	#t1 #col2-item-container { width: 400px; left: calc(50% - 200px); top: calc(50% - 285px); }
	#t1 .col2-item { float: none; max-width: 100%; width: 100%; margin: 0 0 30px; }
	#t1 .intro-content { margin: 0; }
	#t1 .col2-item h2 { text-align: center; }


	#t3-prev-slide { left: 10px; }
	#t3-next-slide { right: 10px; }
	#t3 .t3-text { max-width: 90%; }

	.t4-item { width: calc(25% - 25px); }

}

@media screen and (max-width: 768px) {

	#t1,
	.t1-item,
	.t1-image,
	.t1-overlay { height: 250px; }

	.jobdetailBanner,
	.jobdetailBanner .site-width { min-height: 300px; }
	.jbdTitle { font-size: 3rem; line-height: 3.5rem; }

	/* TEASERS */

	#t1 .slide-arrow { display: none; }
	.t1-text { padding: 0 20px; }
	#t1-pager { bottom: 5px; }
	#t1-pager span { margin: 0 6px; }

	#t4-item-container { flex-wrap: wrap; }
	.t4-item { width: calc(50% - 25px); }

	#t8,
	#t8 .site-width { min-height: 300px; }

	#t17 { margin: 50px -15px 0; }
	.t17-item { width: calc(33.33% - 30px); margin: 0 15px 50px; }

	/* FOOTER */

	#copyright { float: none; display: block; }
	#powered-by { float: none; margin-top: 10px; }

	/* CONTAINER */

	.contentMultiColLeftContainer, 
	.contentMultiColRightContainer { width: 100%; float: none;}	

	/* JOB SEARCH HOOK */

	.actJshOuter .actHInput,
	.actJshOuter.sortingAdded .actHInput { width: 100%; margin-bottom: 10px; }
	.actHButton input { width: 100%; background-position: calc(50% + 45px); font-size: 1.6rem; }
	.actHButton input:hover { width: 100%; background-position: calc(50% + 45px);}

	.bodyHome .actJshOuter .actHInput > input,
	.bodyHome .actJshOuter select, 
	.bodyHome .bodyHome .actJshOuter li.search-field input[type="text"],
	.bodyHome .actJshOuter .actHIMaxdistance,
	.bodyHome .actJshOuter .chosen-drop { text-align: center; }
	.actJshOuter select { height: 45px; }
	
	/* MISC */

	img#captcha, 
	img#newsqcaptcha, 
	img#captcha2 { clear: both; display: block; }
	.g-recaptcha { float: none !important; }
}

@media screen and (max-width: 700px) {

	/* JSL */

	#jslItemContainerWrapper { flex-direction: column; }
	.jslItemContainer { margin-bottom: 30px; width: 100% !important; }
	#sl_list ul { margin: 0; flex-direction: column; }
	#sl_list ul li { margin: 0 0 15px; width: 100% !important; }
	.jslItemContainer:last-child { margin-bottom: 0; }
	.jslChapo { margin-top: 15px; }
	.bodyHome .jslItemContainer { border-bottom: 1px solid #bdbbbb; text-align: center; }
	.bodyHome .jslItemContainer:last-child { border-bottom: none; margin: 0; padding: 0; }
	.bodyHome .jslItemContainer { padding-bottom: 20px; margin-bottom: 20px; }

	/* HEADER */

	header nav { top: 62px; }
	.navContainer { margin-top: 0px; }
	#logo { max-width: 150px; }
	#llb { top: 5px; }

	/* ACTONOMY */
	
	.jobdetailBanner .buttonContainer { display: block; margin: 15px 0 0 0; }
	.jobdetailBanner .content { display: none; }
	.actTopMenu { padding: 15px; background: #d25e15; text-align: center; }
	.actTopMenu .actMlJc { margin-bottom: 5px; color: white; display: block; }
	.actMCleaner { display: block; }
	.actButtonFilter { float: none; background: white; margin: 0 5px; color: #d25e15; position: relative; top: 0px; }
	.actButtonFilter:before { color: #d25e15; }
	#jobalert { float: none; font-size: 18px; }

	.actIc .itemFooter.actIf { flex-flow: column; background: none; padding: 0; }
	.actIc .itemFooter .itemFooterWord { display: block; border: none !important; margin: 0 0 5px; padding: 0 !important; }
	.actIc .itemFooter .itemFooterWord.actIFwPub { order: 1; display: inline-block; position: static; color: #d25e15; font-weight: bold; padding: 0 !important; background: none; }
	.actIc .itemFooter .itemFooterWord.actIFwPd { order: 2; }
	.actIc .itemFooter .itemFooterWord.actIFwRef { order: 3; }
	.actIc .itemFooter .itemFooterWord:last-child { order: 2; margin-bottom: 0; }

	/* MISC */
	
	.blogItemPhoto img { width: 150px; }
	.formCheckboxContainer span { width: 100%; margin-right: 0; }
	
}

@media screen and (max-width: 580px) {

	.bodyHome .actJshOuter form { flex-direction: column; }
	.bodyHome .actJshOuter .actHInput { margin-right: 0; margin-bottom: 15px; }

	#home-item-container { flex-wrap: wrap; text-align: center; }
	.home-item { width: 100%; }

	.jbdTitle { font-size: 2.5rem; line-height: 3rem; }
	.jobdetailBanner .buttonContainer { display: none; }
	.jobdetailBanner .location { display: block; margin-bottom: 5px; }
	.jobdetailBanner .mDhIw:before { margin-left: 0; }

	.slide-arrow { display: none !important; }
	#t3 .t3-text { max-width: calc(100% - 100px); }
	#t7 a { background: #007fa4; padding: 20px; }	
	#t7 a:hover { background: transparent; }	
	.t17-item { width: calc(50% - 30px); }

}

@media screen and (max-width: 480px) {

	/* TEASERS */

	#t1 .col2-item { max-width: calc(100% - 30px); margin: 0 15px 15px; }
	#t1 #col2-item-container { max-width: 100%; width: 100%; left: 0; top: 30px; }
	#t1 .intro-content { max-width: calc(100% - 30px); margin: 0 15px; }
	#t1 .intro-content a { display: block; }
	
	#t1,
	.t1-item,
	.t1-image,
	.t1-overlay { height: 200px; }

	.t4-item { width: 100%; }

	#t17 { margin: 50px 0 0; }
	.t17-item { width: 100%; float: none; }
	.t17-image { height: 350px; }

	.t19-item strike:before, 
	.t19-item s:before { content: none; }

	.t19-item strike, 
	.t19-item s { text-align: center; }


	/* BLOG */

	.blogDetailOuter .blgDetailTitle { float: none; width: 100%; }
	.blogItemPhoto img { width: 75px; }
	.itemContainer.blgIc { width: 100%; margin-bottom: 15px; }
	.blgIc:nth-child(2n) { margin-right: 0px; }
	.blgIc:nth-child(3n) { margin-right: 0px; }	

	/* COOKIE BANNER */
	div.ckOuter { width: 85%; left: calc(50% - 42.5%); }

	/* MISC */

	.actTopMenu .actMlJc { font-size: 2.1rem; line-height: 2.5rem; margin-bottom: 10px; }
	.jbdPhoto1 { display: none; }
	.webUserHookOuter form,
	.actSRFacetCont #actSRFacetContInner { padding: 20px; }
	.fancybox-inner { padding-right: 10px; }
	.webUserHookOuter form { width: 380px; }
}

@media screen and (max-width: 480px) {
	
	.blogItemPhoto { display: none; }
	.blogOuter .blgListIdesc { margin-left: 0; width: 100%; }

}