/*
	@TEMPLATE:	RECRUITABLE 8
	@COMPANY:	OTYS RECRUITING TECHNOLOGY
	@AUTHOR:	MAIKEL DOEZE
	@WEB:		WWW.OTYS.NL
	@VERSION:	v1.0
	@UPDATE:	14-08-2015
*/

/*	=== COLOR MAPPING ===
	@COLOR1: #xxxxxx;
*/

/*********************************************************************************************/
/* HOTFIX */
/*********************************************************************************************/

@import url('hotfix.css');

/*********************************************************************************************/
/* FONTS */
/*********************************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');


/*********************************************************************************************/
/* GLOBALS */
/*********************************************************************************************/

/* DOCUMENT */
html{
overflow-x:hidden; /* MAKE MAIN ANIMATION WITHOUT SCROLLBAR */
}
body{
	font-family: "Roboto", arial, sans-serif;
	font-size:1.6rem;
	line-height:2.8rem;
	color:#666;
}
.jbdText,
.jbdText * {
	font-family: "Open Sans" !important;
	font-size:1.6rem !important;
	line-height:2.8rem !important;
	color:#666 !important;
}

.inner {
	box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
}

/*  social container */
.social_container {
	position: fixed;
	margin-top: 200px; 
	z-index: 99999999;
}
.addthis_toolbox.addthis_vertical_style {
	display: flex;
	flex-direction: column;
 max-width:50px !important;
}
span.addthis_follow_label {
	visibility: hidden;
}
.a2a_kit > a { margin-bottom: 2.5px; }

.vacRes1Outer .pull-left {
	width: 300px;
}
.vacRes1Outer .pull-right {
	width: calc(100% - 350px);
}
.vacRes1Outer .pull-right > .row > a {
	width: 33.33% !important;
}
@media (max-width: 767px){
	.vacRes1Outer .pull-right > .row > a {
		width: 100% !important;
	}
	.actTopMenu .right a { margin: 5px 0 !important; }
}

.link_2 { display: none; }
.actMlCsvq.link_7 { padding-left: 0 !important; }

/* SITEWIDTH */
.sw{
	max-width:1230px; /* +30px padding */
}
.sw.small {
	max-width: 800px;
}

/* HEADINGS */
h1,.h1{
border-bottom:1px solid;
display:inline-block;
font-size:2.6rem;
margin-bottom:25px;
padding-bottom:5px;
text-transform:uppercase;
color:#043940;
}
h2,.h2{
margin-bottom:10px;
font-size: 1.9rem;
text-transform:uppercase;
}
.outer h2,
.outer .h2{}
h3,.h3{
font-size:2rem;
}
h4,.h4{}
h5,.h5{}
h6,.h6{}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .hookOuter .hookHeader {
	font-family: "Poppins", sans-serif;
}

/* INPUT */
input[type=text],
input[type=password],
input[type=file],
textarea,
select,
.formInputTaC,
.chosen-container{
color:inherit;
font-size:1.6rem;
background:#ffffff;
border:1px solid #dedede;
outline:none;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus,
select:focus,
.chosen-container-active{}

/* BUTTON */
button,
.button,
section#tsr3 .col .inner ul li a,
div#tsr5 .text ul li a,
input[type="button"],
a strike,
.outer strike a,
.outer a strike {
	display:inline-block;
	text-align:center;
	line-height: 1.6;
	color: white;
	transition:all 0.3s ease-in-out;
	text-decoration:none;
	font-weight:bold;
	padding: 5px 12.5px;
	font-size: 16px;
	background-color: #15a55d;
	border: none;
	border-radius: 16px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
section#tsr3 .col .inner ul li a:hover,
section#tsr3 .col .inner ul li a:focus,
div#tsr5 .text ul li a:hover,
div#tsr5 .text ul li a:focus,
.outer strike a:hover,
.outer a strike:hover
{
	text-decoration:none;
	background-color:#147f69;
}

.outer button,
.outer .button,
.ajaxWindow button,
.ajaxWindow .button{}

.outer button:hover,
.outer button:focus,
.outer .button:hover,
.outer .button:focus,
.ajaxWindow button:hover,
.ajaxWindow button:focus,
.ajaxWindow .button:hover,
.ajaxWindow .button:focus{}

/* ANCHOR */
a{
text-decoration:none;
color:#043940;
transition:all 0.2s ease-in-out;
}
a:hover,
a:focus{}
a:visited{
text-decoration:underline;
}

#languageBlock {
    position: absolute;
    right: 30px;
	top: 0;
	transition: all 0.3s ease 0s;
}

.sticky #languageBlock {
	top: -5px;
}

#languageBlock ul {
	list-style: none;
}

#languageBlock .llb {
   float: right;
   margin-right: 10px;
}



body div.ckOuter {
	background-color: #15a55d;
	padding: 30px 0;
}

/**************************************************/
/* MOBILE MENU */
/**************************************************/
.toggleMenu{
float:right;
position:relative;
z-index:999;
display:block;
margin-right:-15px;
}
.menuButton{
	background-color:#043940;
	background-color: transparent;
	text-shadow:0 -1px 0 #0e0e0e;
	cursor:pointer;
	display:inline-block;
	margin:0;
	padding:17.5px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
}
.menu-bars{
	display:block;
	float:left;
	margin-top:3px;
	width:24px;
}
.menu-bars span{
	display:block;
	margin-top:3px;
	margin-bottom:4px;
	margin-left:-3px;
	background-color:#f5f5f5;
	background-color:#15a55d;
	display:block;
	height:3px;
	width:100%;
	border-radius:5px;
}

/*********************************************************************************************/
/* GLOBAL HOOKS */
/*********************************************************************************************/
.hookOuter{}
.hookOuter .hookHeader{
font-size:2.6rem;
border-bottom:1px solid;
padding-bottom:5px;
margin-bottom:15px;
display:inline-block;
text-transform:uppercase;
color:#043940;
}
.hookOuter .hookHeader p{
margin:0;
}
.hookOuter .hookHeader h2{}
.hookOuter .hookSubHeader{}
.hookOuter .hookText{}
.hookOuter .hookText a{}
.hookOuter .hookText a:hover{}
.hookOuter .hookWord{}
.hookOuter .hookWord label{}
.hookOuter .hookInput{}
.hookOuter .hookInput input{}
.hookOuter .hookButton{
margin-top:15px;
}
.hookOuter .hookButton input{}
.hookOuter .hookItemContainer{
margin-bottom:25px;
}

/*********************************************************************************************/
/* SITE */
/*********************************************************************************************/
header{}
header div.top{
	min-height:60px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:1000;
	background-color:#fff;
	background-color:#000;
}
header div.push{
height:60px;
}
header div.top .logo{
float:left;
margin-top:10px;
}
header div.bottom{
position:relative;
z-index:-1;
}

main{
margin-top:-720px;
z-index:100;
position:relative;
}
main .outer .intro img,
main .outer .text img{
max-width:100%;
height:auto;
}
section#section2{}
section#section2 .inner{
background-color:#fff;
padding:40px 50px;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-o-perspective: 1000;
perspective: 1000;
min-height:545px;
}
section#section2 .center{}
section#section2 .center .inner{
height:100%;
width:100%;
}
section#section2 .center .item{
position:absolute;
top:0;
right:0;
left:0;
bottom:0;
}
section#section2 .center  .front{}
/*
section#section2 .center  .front::before{
content:"";
background-image:url('../../_images/careerresult/plus.png');
background-repeat:no-repeat;
background-position:50% 50%;
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
transition:all 0.2s ease-in-out;
z-index:1;
}

section#section2 .center .flipper:hover  .front::before,
section#section2 .center .flipper.hover  .front::before{
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-o-transform:rotate(90deg);
transform:rotate(90deg);
}
section#section2 .center .flipper{
transition:all 0.6s ease 0.2s;
}
*/
section#section2 .center  .front .inner{
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
}
section#section2 .right{}

section#section2 .center .inner .item{}
section#section2 .center .inner .item .overlay{}
section#section2 .center .inner .item:hover{

}
section#section2 .center .inner .item .text{}

section#section2 img{
max-width:100%;
height:auto;
}

footer{
	margin-top:-50px;
}
footer div.top{
	color:#ffffff;
	background-color:#000;
	padding-top: 90px;
	padding-bottom: 30px;
}
footer div.bottom{
	color:#ffffff;
	background-color:#043940;
	background-color:#000;
	padding: 20px 0;
}
.buttonContainer{
	margin-bottom:0;
}

/*********************************************************************************************/
/* TEMPLATES */
/*********************************************************************************************/
body.home{
min-height:770px;
}
body.content main{
/*margin-top:-310px;*/
min-height:490px;
}
body.smallwidth main > .inner,
body.content main > .inner,
body.content main > .row > .col > .inner{
	padding:40px 50px;
	background-color:#fff;
}
body.content div#tsr1 .item .inner{
	/*min-height:410px;*/
}

/*********************************************************************************************/
/* BUSJABS */
/*********************************************************************************************/

/*********************************************************************************************/
/* HOOKS */
/*********************************************************************************************/

/*********************************************************************************************/
/* TEASERS */
/*********************************************************************************************/

/* TEASER 1 */
div#tsr1{}
div#tsr1 .item{
width:100%;
}
div#tsr1 .item .inner{
min-height:820px;
background-attachment:fixed;
background-repeat:no-repeat;
background-position:50% 50%;
background-color:#e7e1e1;
opacity:0.2;
background-attachment: fixed;
background-size: cover;
}

/* TEASER 2 */
section#tsr2{}
section#tsr2 div.inner{
position:relative;
color:#fff;
padding:40px 50px;
min-height:380px;
}
section#tsr2 div .inner .button,
section#tsr2 div .inner button {
color:#333333;
}
section#tsr2 div .inner a {
color: #ffffff;
}
section#tsr2 .item{
width:100%;
}
section#tsr2 div.orange .front .inner{
padding-top:390px;
}
section#tsr2 div.green .front .inner{
padding-top:390px;
}
section#tsr2 div.orange .front .inner,
section#tsr2 div.orange .back .inner{
background-color:#0187b0;
}
section#tsr2 div.blue .front .inner,
section#tsr2 div.blue .back .inner{
background-color:#006B8C;
}
section#tsr2 div.green .front .inner,
section#tsr2 div.green .back .inner{
background-color:#005772;
}
section#tsr2 .front div.inner{
font-size:3.2rem;
font-weight:bold;
line-height:4.8rem;
background-size:cover;
background-position:50% 50%;
background-repeat:no-repeat;
}
section#tsr2 .hookOuter .hookHeader{
color:#fff;
}
section#tsr2 input[type="text"],
section#tsr2 input[type="password"],
section#tsr2 input[type="file"],
section#tsr2 textarea,
section#tsr2 select,
section#tsr2 .formInputTaC,
section#tsr2 .chosen-container{
background-color:transparent;
border:1px solid #fff;
}
section#tsr2 .chosen-container input{
border:0;
}
section#tsr2 .chosen-container .chosen-drop input{
color:#666 !important;
}
section#tsr2 .chosen-single{

}

/* TEASER 3 */
section#tsr3{}
section#tsr3 .col{}
section#tsr3 .col .inner{
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
padding:50px;
background-color:#fff;
}
section#tsr3 .col .inner .h2{
border-bottom:1px solid;
display:inline-block;
font-size:2.6rem;
margin-bottom:20px;
padding-bottom:5px;
text-transform:uppercase;
}
section#tsr3 .col .inner .photo{}
section#tsr3 .col .inner .text{}
section#tsr3 .col .inner .text ul{
list-style:none;
}
section#tsr3 .col.left .inner{
color:#fff;
}
section#tsr3 .col.center{}
section#tsr3 .col.left .inner ul li a{
color:#fff;
}
section#tsr3 .col.right .inner{
background-color:#55acee;
color:#fff;
}

/* TEASER 4 */
li#tsr4{}
li#tsr4 .inner{}
li#tsr4 .inner a{
color:inherit;
text-decoration:underline;
}
li#tsr4 .inner .intro{}
li#tsr4 .inner .item{}
li#tsr4 .inner .item .title{
display:inline-block;
min-width:70px;
}

/* TEASER 5 */
div#tsr5{
background-color:#006B8C;
color:#fff;
padding:40px 50px;
margin-left:-50px;
margin-right:-50px;
margin-bottom:-40px;
}
div#tsr5 .h2{
border-bottom:1px solid;
display:inline-block;
font-size:2.6rem;
margin-bottom:20px;
padding-bottom:5px;
text-transform:uppercase;
}
div#tsr5 .text{}
div#tsr5 .text a{
color:#fff;
}
div#tsr5 .text ul{
list-style:none;
}
div#tsr5 .text ul li a{

}
div#tsr5 .text ul li a:hover{

}

/* TEASER 6 */

/* CSS STYLING */
#t6 { margin: 0 0 0; text-align: center; color: white; }
#t6 .intro { margin-bottom: 20px; }
#t6 .intro,
#t6 .intro a { color: white; }
.t6-item { display: inline-block; }
.t6-item a { font-size: 0; width: 48px; height: 48px; line-height: 48px; display: inline-block; color: white; background-color: transparent; transition: 0.2s ease; }
.t6-item a:hover { background-color: rgb(51,51,51);}
.t6-item a:before { font-family: "Font Awesome 5 Brands", "Font Awesome 5 Pro"; content: ""; width: 36px; text-align: center; font-size: 18px; font-weight: 300; padding: 0 8px; }
.t6-item a[href*=instagram]:before { font-family: "Font Awesome 5 Brands", "Font Awesome 5 Pro"; content: "\f16d"; font-size: 18px; padding: 0 8px; }
.t6-item a[href*=twitter]:before { font-family: "Font Awesome 5 Brands", "Font Awesome 5 Pro"; content: "\f099"; font-size: 20px; padding: 0 4px; }
.t6-item a[href*=facebook]:before { font-family: "Font Awesome 5 Brands", "Font Awesome 5 Pro"; content: "\f09a"; font-size: 18px; padding: 0 8px; }
.t6-item a[href*=linkedin]:before { font-family: "Font Awesome 5 Brands", "Font Awesome 5 Pro"; content: '\f0e1'; font-size: 18px; padding: 0 8px; }

/* TEASER 7 */

#t7 { 
	display: none !important; 
	background-color: #15a55d;
	padding: 30px;
	border-radius: 16px;
	color: white;
}
#t7 a strike {
	background-color: white;
	color: #15a55d;
}
#t7 a strike:hover {
	color: #147f69;
	opacity: 0.8;
}

/* TEASER 8 */
/* TEASER 9 */

/*********************************************************************************************/
/* HLBS */
/*********************************************************************************************/

/* HLB1 */
nav#hlb1{
clear:both;
transition:all 0.4s ease-in-out;
}
nav#hlb1.active{}
nav#hlb1 ul{
list-style:none;
margin:0;
}
nav#hlb1 ul li{
position:relative;
}
nav#hlb1 ul li a{
	font-family: "Poppins", sans-serif;
	color:#666666;
	color:#fff;
	text-transform: uppercase;
	font-size: 14.5px;
	font-weight: 700;
	padding:10px 20px;
	display:block;
}
nav#hlb1 ul li ul li a{
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
}
nav#hlb1 > ul > li:last-child > a{
	background-color: #15a55d;
	color: white;
	border-radius: 17px;
}
nav#hlb1 > ul > li:last-child > a:hover {
	background-color: #0f7240;
	color: white;
}
@media (max-width: 1023.98px){
	
	nav#hlb1 > ul > li:last-child > a {
		border-radius: 0;
	}

}

nav#hlb1 ul li:hover > a{
color:#043940;
color: #15a55d;
}
nav#hlb1 ul ul{
transition:all 0.5s ease-in-out;
}

/* HLB1 LLB */
nav#hlb1 ul li.llb a{
margin-bottom:-8px;
padding-right:5px;
}

/* HLB2 */
nav#hlb2{}
nav#hlb2 ul{
margin-top:0;
margin-bottom:0;
padding:0;
list-style:none;
}
nav#hlb2 ul li{}
nav#hlb2 ul li div.h2{
margin-bottom:30px;
}
nav#hlb2 ul li ul{}
nav#hlb2 ul li ul li{}
nav#hlb2 ul li ul li a{
color:inherit;
transition:opacity 0.2s ease-in-out;
}
nav#hlb2 ul li ul li a:hover{
opacity:0.5;
}

/* HLB3 */
nav#hlb3{
text-align:center;
}
nav#hlb3 ul{
margin-top:0;
margin-bottom:0;
padding:0;
list-style:none;
}
nav#hlb3 ul li{
display:inline-block;
}
nav#hlb3 ul li a{
color:inherit;
transition:color 0.2s ease-in-out;
}
nav#hlb3 ul li a:hover{
color:#fff;
}
nav#hlb3 ul li span{
padding:0 5px;
}
nav#hlb3 ul li:last-child span{
display:none;
}

/* HLB4 */
nav#hlb4{
margin-bottom:40px;
}
nav#hlb4 ul{
list-style:none;
}
nav#hlb4 ul li{}
/*  MD: I don't like just a link here, keep the button
nav#hlb4 ul li a{
border:0;
padding:0;
}
nav#hlb4 ul li a:hover{
background-color:transparent;
color:inherit;
}
*/

/* HLB5 */

/*********************************************************************************************/
/* MODULES */
/*********************************************************************************************/

/*********************************************************************************************/
/* NAMESPACE:  */
/*********************************************************************************************/

/* TPL: fotemplatesdiv/JobsShortList.html */
.hookItemWord.jslKeyword.jslLocation > span {
	display: none;
} 

.jslOuter{}
.jslOuter .jslItemContainer{
padding-top:15px;
padding-bottom:15px;
transition:all 0.4s ease-in-out;
margin-bottom:0;
}
.jslOuter .jslItemContainer:hover,
.jslOuter .jslItemContainer:focus{
background-color:#F2F2F2;
padding-left:50px;
padding-right:50px;
margin-left:-50px;
margin-right:-50px;
cursor:pointer;
}
.jslOuter .jslItemContainer .jslFunctionName{
font-weight:bold;
}
.jslOuter .jslItemContainer .jslFunctionName a{
color:inherit;
display:block;
color:#043940;
}

/* TPL: UTS/advsearch/vacancyResults1.html */
.jbdPhoto1,
.actIFVid {
	display: none;
}
.jbdPhoto1 {
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.mDhItC:last-child {
	display: none;
}
.mDhT {
	display: none !important;
}
.actSRFacetContJobs,
.actSResultsCont{
width:100%;
}
.actItemTitle{
margin-bottom:0;
}
.actItemTitle a{
color:#043940;
font-size:1.6rem;
}
.actIc{
	border-bottom:1px solid #dfdfdf;
	transition:all 0.4s ease-in-out;
	padding-top:15px;
	padding-bottom:15px;
}
.actIc:hover{
	background-color:#F2F2F2;
	padding-left:15px;
	padding-right:15px;
	margin-left:-15px;
	margin-right:-15px;
	cursor:pointer;
}
.actIcLast {
	border-bottom: none;
}
.actIf{
font-size:90%;
}
.actTopMenu {
	background-color:#006B8C;
	background-color: transparent;
	padding:20px 50px;
	padding: 0;
	margin-top: -15px;
}
.actTopMenu .left {
	display: flex;
	align-items: center;
}
.actTopMenu .left .nummer {
	/* font-size:6.0rem; */
	font-weight:bold;
	line-height:normal;
	display: inline-block;
	margin-right: 5px;
}
.actTopMenu .left .text{
	font-weight:bold;
	margin-bottom: 0;
}
.actTopMenu .right{
	margin-bottom:0;
	display: none;
}
.actTopMenu .right a{
color:#fff;
background-repeat:no-repeat;
background-position:0 50%;
padding-left:35px;
padding-right:0;
margin-bottom:25px;
}
.actTopMenu .right a.link_0{
background-image:url('../../_images/careerresult/image_2.png');
}
.actTopMenu .right a.link_1{
display:none;
}
.actTopMenu .right a.link_2{
background-image:url('../../_images/careerresult/image_0.png');
}
.actTopMenu .right a.link_3{
display:none;
}
.actTopMenu .right a.link_4{
background-image:url('../../_images/careerresult/image_3.png');
}
.actTopMenu .right a.link_5{
display:none;
}
.actTopMenu .right a.link_6{
background-image:url('../../_images/careerresult/image_1.png');
}
.actMlSb{
display:none;
}
.actOuter .actEquery{
display:none;
}
.actOuter .actMl{
display:none;
}
#actGoogleMaps{
margin-bottom:0;
}

/* TPL: UTS/network/viewNetworkHook.div.html */
.networkHookOuter{
padding:40px 50px;
background-color:#fff;
position:relative;
}
.networkHookOuter .hookHeader{
display:none;
}
.networkHookOuter .cycle-pager{
position:absolute;
bottom:0;
left:0;
right:0;
text-align:center;
}
.networkHookOuter img{
vertical-align:middle;
max-width:125px;
}
.networkHookOuter a{
margin:0 10px;
}
.helper{
vertical-align:middle;
}

/* TPL: UTS/consultant/consultantViewHook.html */

.consDetPhoto2 img,
.chlPhoto2 img {
	border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.chlItemTitle a {
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
}

/* .chlEmail,
.chlPhoneCell {
	display: flex;
	justify-content: flex-start;
} */
/* .chlEmail span {
	position: relative;
	top: 3px;
	margin-right: 7.5px;
	font-size: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	background-color: #15a55d;
	background-color: transparent;
	display: inline-block;
} */
 .chlEmail span { 
	display: none; 
}
.chlPhoneCell a {
	position: relative;
	background-color: #15a55d;
	color: white;
	display: inline-block;
	text-align: center;
	border-radius: 16px;
	padding: 4px 10px; 
	margin-top: 5px;
}
.chlPhoneCell a:before {
	position: relative;
	top: 1px;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
	content: "\f232";
	color: white;
	font-size: 20px;
	display: inline-block;
	margin-right: 5px; 
	
}




.rJhVOut { margin-top: 50px; }


/* TPL: UTS/advsearch/jobDetailHook.html */
body.jobdetail .mDhOut{
background-color:#006B8C;
background-color:#15a55d;
color:#fff;
padding:40px 50px;
margin-top:-40px;
margin-left:-50px;
margin-right:-50px;
margin-bottom:40px;
}
body.jobdetail .mDhOut .hookHeader{
color:#fff;
}
body.jobdetail .mDhOut a{
color:#fff;
}
.mDhSh{
display:none;
}
.mDhSh,
.mDhItT{
font-weight:bold;
}
.mDhOut ul{
list-style:none;
margin:0;
}

/* TPL: UTS/jobsremote/jrJobDetail.html */

.jbdWiqet {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 16px;
}
.jbdShCp,
.jbdCpContainer {
	display: none;
}
.jbdText > ul,
.jbdText > ol {
	list-style-position: outside;
	padding-left: 20px;
}
.jbdOuter iframe#printframe {
	display: none
}
.jbdButApl{
	float:left;
	font-size:1.8rem;
}
.jbdButPrint,
.jbdButMail{
	display:none;
}
.jbdButBack{
	background-color: transparent;
	color: #666;
}
.jbdButBack:hover{
	background-color:transparent;
	color:inherit;
}
.jbdButApl,
.jbdButBack {
	padding: 15px 20px;
}
.jbdButApl:hover {
	background-color: #147f69;
}

/* TPL: UTS/advsearch/searchHookVacancies.html */
.actJshOuter .facetListTitle {
display:none;
}
.actJshOuter .actHButton{
float:left;
}
.actJshOuter .actFullSearch{
margin-top:15px;
padding:15px 0;
float:right;
}

/* TPL:  UTS/advsearch/sectionBVacancies.inc.html */
.optionListContainer{
border-bottom:0;
}
.optionList{}
.optionList  ul{
list-style:none;
margin:0;
}
.facetListTitle a{
font-size:2.0rem;
}
.optionList li a{
position:static;
color:#8c8c8c;
}
.optionListContainer{
margin-bottom:25px;
}
.actLcMcrit .optionListTitle{
border-bottom:1px solid;
display:inline-block;
font-size:2.6rem;
margin-bottom:25px;
padding-bottom:5px;
text-transform:uppercase;
font-weight: 600;
line-height: normal;
margin-top: 0;
}

.actLcMcrit  .optionList a{
padding-left:20px;
}
.optionList a:hover{
opacity:0.6;
}
.actLcMcrit .optionList a:hover{}
.actLcMcrit .optionList li a::before{
background-image:url('../../_images/careerresult/cross.png');
background-repeat:no-repeat;
background-position:0 50%;
content:"";
width:12px;
height:12px;
position:absolute;
top:8px;
left:0;
transition:all 0.5s ease-in-out;
}
.actLcMcrit .optionList li:hover a::before{
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}

/* TPL: UTS/advsearch/jobDetailRelatedJobsHook.html */
.rJhVOut .rJhVIt{
font-weight:bold;
}
.rJhVOut .rJhVIt a{
color:inherit;
display:block;
}
.rJhVOut .rJhVIc{
padding-top:15px;
padding-bottom:15px;
transition:all 0.4s ease-in-out;
margin-bottom:0;
}
.rJhVOut .rJhVIc:hover,
.rJhVOut .rJhVIc:focus{
background-color:#F2F2F2;
padding-left:50px;
padding-right:50px;
margin-left:-50px;
margin-right:-50px;
cursor:pointer;
}

.jbdTextPubStart,
.jbdShPubStart,
.actIFwPd {
	display: none;
}

/********************/
/* OVERHAUL WEBSITE**/
/********************/

header div.top .logo img { width: 175px; transition: all 0.2s ease; }
header.sticky div.top .logo img { width: 125px; }



/*********************************************************************************************/
/* MEDIA QUERIES */
/*********************************************************************************************/
@media screen and (max-width: 767px)
{

}
@media screen and (min-width: 768px)
{
	.outer .formInput > label, 
	.outer .explain {
		width: 25%;
	}
	
	.outer input[type="text"], 
	.outer input[type="password"], 
	.outer input[type="file"], 
	.outer select, .outer textarea, 
	.outer div.formInputTaC, 
	.outer .chosen-container, 
	.outer .apllDate > div, 
	.outer .formRadio > div, 
	.outer .formMultiCheckbox > div, 
	.outer .fileUpParrent, 
	.outer .fileUpButton, 
	.outer .mceEditor {
		width: 75% !important;
		max-width: 100% !important;
	}
	.outer input[type="text"].fileUp {
		width: 100% !important;
	} 
	.actTopMenu .right{
	margin-top:25px;
	}
}
@media screen and (max-width: 1023px)
{

	#languageBlock .llb {
		margin-top: 4px;
	}
	
	header div.top .logo img {
		width: 86px;
	}

	div#menu{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	}
	nav#hlb1{
	clear:both;
	max-height:0px;
	overflow:hidden;
	transition:all 0.5s ease-in-out;
	}
	nav#hlb1 ul li a{
	padding-left:0;
	padding-right:0;
	}
	nav#hlb1.active{
	max-height:360px;
	overflow-y:scroll;
	}
	main{
	margin-top:-760px;
	}
}
@media screen and (min-width: 1024px)
{
	.toggleMenu{
	display:none;
	}
	header div.push{
	height:130px;
	}
	header div.top .logo{
	margin-top:32px;
	transition:all 0.4s ease-in-out;
	}
	header div.top{
	min-height:130px;
	transition:all 0.4s ease-in-out;
	}

	/* STICKY HEADER */
	header.sticky div.top .logo{
	margin-top:13px;
	}
	header.sticky div.top{
	min-height:80px;
	}
	header.sticky nav#hlb1{
	margin-top:33px;
	}

	/* HLB 1 */
	nav#hlb1{
	float:right;
	margin-top:40px;
	clear:none;
	}
	nav#hlb1 ul ul{
	max-height:0;
	position:absolute;
	padding:0;
	background-color:#fff;
	background-color:#000;
	overflow:hidden;
	}
	nav#hlb1 ul li:hover > ul{
	max-height:1000px;
	}
	nav#hlb1 > ul > li{
	display:inline-block;
	}
	nav#hlb1 > ul > li > a.sactive{
	display:inline-block;
	text-align:center;
	transition:all 0.3s ease-in-out;
	text-decoration:none;
	color:#15a55d;
	}
	nav#hlb1 > ul > li > a.sactive:hover{
	background-color:transparent;
	}

	/* TEASER 2 */
	section#tsr2{
	padding-bottom:170px; /* MARGIN CAUSES BUG */
	}
}

/*********************************************************************************************/
/* HELPERS */
/*********************************************************************************************/

/* FLIP EFFECT */
.flipper{
position:relative;
height:100%;
width:100%;
-webkit-perspective:1000px;
-moz-perspective:1000px;
-ms-perspective:1000px;
-o-perspective:1000px;
perspective:1000px;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
}
.flipper > div{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
-webkit-transition:1s ease-in-out 0.1s;
-moz-transition:1s ease-in-out 0.1s;
-ms-transition:1s ease-in-out 0.1s;
-o-transition:1s ease-in-out 0.1s;
transition:1s ease-in-out 0.1s;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
}
.flipper div.front{
cursor:pointer;
}
.flipper div.back{
z-index:5;
transform:rotateY(180deg);
-webkit-backface-visibility:hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility:hidden;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
}
.flipper:hover div.back{
-webkit-transform:perspective(1000px) rotateY(180deg);
-moz-transform:perspective(1000px) rotateY(180deg);
-ms-transform:perspective(1000px) rotateY(180deg);
-o-transform:perspective(1000px) rotateY(180deg);
transform:rotateY(360deg);
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
}
.flipper:hover div.front{
-webkit-transform:perspective(1000px) rotateY(180deg);
-moz-transform:perspective(1000px) rotateY(180deg);
-ms-transform:perspective(1000px) rotateY(180deg);
-o-transform:perspective(1000px) rotateY(180deg);
transform:rotateY(180deg);
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
}

/* CUSTOM */
.contactOuter label{
display:none;
}
div#shortScreen{
height:400px;
}
.networkHookOuter .cycle{
width:100% !important;
min-height:150px;
}

#testimonials .item{
background-color:#eee;
padding:25px;
margin-bottom:30px;
}
#testimonials .item img{
padding-right:20px;
padding-bottom:20px;
max-width:150px;
height:auto;
float:left;
}

/* HOTFIXES */

.pageId77252 .qsPIOuter form .text {
display: none;
}


.bedrijfsfoto {
width: 375px;
float: right;
margin-top: 29px;
}


@media screen and (max-width:800px)
{
	.col{
	width:100% !important;
	}
	.inner,
	.flipper{
	}
}

.at4-show {
 z-index: 99999999999999;
 position:absolute;
}
#cluetip {
z-index: 999 !important;
}

div.h2 a {
	color: #FFF !important;
}

@media screen and (max-width: 768px) {
	#tsr2 .orange, #tsr2 .blue {
		display: none;
	}
	
	#tsr2 .green {
		margin-top: 30px;
	}
	#section2 .center, #section2 .left {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	#hlbcontact {
		display: none;
	}
}
.at300b[data-svc="instagram"], .at-icon-instagram {
	display: none !important;
}

#hlb5 a {
	background: #efca08 none repeat scroll 0 0;
    border-radius: 4px;
    color: #333333;
    font-size: 1.8rem;
    padding: 2px 10px;
    position: absolute;
    right: 107px;
    top: 12px;
    transition: all 0.3s ease 0s;
}

.sticky #hlb5 a {
	top: 6px;
}

@media screen and (max-width: 1024px) {
	#languageBlock {
		right: 63px;
	}
	
	#hlb5 a {
		right: 135px;
	}
	
}

@media screen and (max-width: 670px) {
	#hlb5 a {
		right: auto;
		left: 15px;
		top: 82px;
	}
	/* header div.top {
    	min-height: 133px;
	}
	#languageBlock {
    	right: auto;
    	left: 187px;
    	top: 70px;
	}
	.sticky #languageBlock {
		top: 70px;
	} */
	.sticky #hlb5 a {
		top: 82px;
	}
}