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

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

@import url('hotfix.css');

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

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url('https://fonts.googleapis.com/css?family=Questrial');

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

/* DOCUMENT */
html{
	overflow-x:hidden; /* MAKE MAIN ANIMATION WITHOUT SCROLLBAR */
}
body{
	font-family:'Questrial',arial;
	font-size:1.7rem;
	color:#2b2a2a;
	line-height:2.4rem;
}
body.home .text,
body.home .text p { color: #000000; }

/* SITEWIDTH */
.sw{
	max-width:1230px; /* +30px padding */
}
/* HEADINGS */
h1,.h1{
	display:inline-block;
	font-size:2.4rem;
	font-weight:normal;
	margin-bottom:25px;
	padding-bottom:5px;
	text-transform:uppercase;
	color:#000;
}
h2,.h2,.hookHeader,.optionListTitle{
	margin-bottom:20px;
	font-size:2rem;
	font-weight:bold;
	color:#000;
}
h3 {
	margin: 35px 0 15px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
}
}

/* INPUT */
input[type=text],
input[type=password],
input[type=file],
textarea,
select,
.formInputTaC,
.chosen-container{
	color:inherit;
	font-size:1.6rem;
	background-color:#ffffff;
	border:1px solid #dedede;
	outline:none;
}
input[type="text"], input[type="password"], input[type="file"], select, textarea, .formInputTaC, .chosen-container, .fileUpParrent, .fileUpButton {
	padding:17px 26px;
}
/* BUTTON */
button,
.button{
	background-color:#000;
	color:#fff;
	padding:16px 20px;
	border:0;
	transition:all 0.4s ease-in-out;
	font-size: 1.2rem;
	text-transform: uppercase;
}
button:hover,
button:focus,
.button:hover,
.button:focus{
	text-decoration:none;
	opacity:0.8;
}
/* ANCHOR */
a{
	transition:all 0.2s ease-in-out;
	color: black;
	text-decoration: none;
}
main a { 
	color:#3ed626;
	text-decoration: underline;
}
body.home main a {
	text-decoration: none;
	color: black;
}
a:visited{
	text-decoration:underline;
}

.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 .g-recaptcha,
.outer .mceEditor{
	color:#9b9b9b;
}

/**************************************************/
/* MOBILE MENU */
/**************************************************/
.toggleMenu{
	position:relative;
	z-index:999;
	display:block;
	float:right;
	margin-right: -1px;
}
.menuButton{
	background-color:#393939;
	text-shadow:0 -1px 0 #0e0e0e;
	cursor:pointer;
	display:inline-block;
	margin:0;
	padding:41px;
	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;
	display:block;
	height:3px;
	width:100%;
	border-radius:5px;
}

/*********************************************************************************************/
/* GLOBAL HOOKS */
/*********************************************************************************************/
.hookOuter{
	margin-bottom:50px;
}
.hookOuter .hookHeader{
	margin-bottom:35px;
	line-height: 1;
}

/*********************************************************************************************/
/* SITE */
/*********************************************************************************************/

.push {
	height:110px;
	height:0;
}

header{
	min-height:110px;
	box-shadow:0 0 2px -1px #000;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:10;
	background: rgba(0,0,0,0.55);
	background: #2b2e2e;
	background: rgba(43, 46, 46, 0.7);
	transition:all 0.4s ease-in-out;
}
header img#logo{
	float:left;
	padding: 0 23px;
	margin-top: 8px; 
}

main{
	background-color:#fff;
	padding:40px;
}
body.home { background: #7d9200; }
body.content main{
	margin-top:-80px;
}

.wrapper{
	overflow:hidden;
	position:relative;
}
.wrapper .left{
	width:100%;
	transition:all 0.4s ease-in-out;
}
.wrapper .right{
	background-color:#393939;
	position:fixed;
	top:0;
	left:100%;
	width:300px;
	height:100vh;
	transition:all 0.4s ease-in-out;
	overflow-y:auto;
}
.wrapper.active .left{
	margin-left:-300px;
}
.wrapper.active .left header{
	left:-300px;
	right:300px;
}
.wrapper.active .right{
	left:calc(100% - 300px);
}

footer .top{
	background-color:#393939;
	padding-top:40px;
	padding-bottom:40px;
	color:#fff;
}
footer .bottom{
	background-color:#2b2b2b;
	padding-top:15px;
	padding-bottom:15px;
	color:#fff;
}

/*********************************************************************************************/
/* TEMPLATES */
/*********************************************************************************************/

/*********************************************************************************************/
/* BUSJABS */
/*********************************************************************************************/
body.home main{
	padding:0;
}

/*********************************************************************************************/
/* BISJABS */
/*********************************************************************************************/
.outer.home.version1 .inner{
	min-height:400px;
	background-size:cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto !important;
	position:relative;
	
	overflow:hidden;
}
.outer.home .row .col{
	margin-bottom:0;
}
.outer.home .row .column-2 p {
	display: none;
}
.outer.home .row .column-2 p:last-child {
	display: block;
}
.outer.home.version1 .inner .up{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	text-align:center;
}
.outer.home.version1 .col .table { width: 100%; }
/* .outer.home.version1 .col .inner .table-cell {
	vertical-align: initial !important;
	padding-top: 0px; 
} */
.outer.home.version1 .col .inner .up h2 {
	color: white;
	margin-top: 175px;
	font-size:3.8rem;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	text-transform: none;
	text-shadow: 1px 1px 1px black;
}
.outer.home.version1 .col .inner .up .text h2{
	color: black;
	text-shadow: none;
}
.outer.home.version1 .col:hover .inner .up > h2{
	opacity: 0;
}
.outer.home.version1 .inner .up .text h2{
	margin-top: 0;
}
.outer.home.version1 .inner {
	transition: opacity 1.2s ease-in-out;
}
.outer.home.version1 .inner .up .text{
	opacity: 0;
	width: 100%;
	background-color:rgba(255,255,255,0.66);
	padding:45px 25px;
	position:absolute;
	/*bottom:-100%;*/
	top: 540px; /* 475 (height & width img & width of 1 col) + 65 (height header) */
	bottom:0%;
	margin-bottom:0;
	transition: opacity 1.2s ease-in-out;
	font-size: 1.6rem;
}
.outer.home.version1 .col:hover .inner .up .text{
	opacity: 1;
}
.outer.home.version1 .inner .up .text ul{
	list-style:none;
	margin: 0;
	padding-left: 0;
}
.outer.home.version1 .inner .up .text ul li a{
	background-repeat:no-repeat;
	background-position:100% 50%;
	display: inline-block;
	margin-bottom: 6px;
}
.outer.home.version1 .inner .up .text ul li a:hover{
	text-decoration: underline;
}
.outer.home.version1 .col:hover .inner .up .text{
	
}
.outer.home.version1 .inner .cover{
	/*min-height:475px;*/
	position:absolute;
	top:110px;
	right:0;
	left:0;
	transition:all 1.2s ease-in-out;
}
.outer.home.version1 .col:hover .inner .cover {
	min-height:100%;
	/* max-height: 45%; */
	height: 100%;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}
.outer.home.version1 .col .cover { 
	background-repeat: no-repeat; 
	background-size: contain; 
	opacity: 0;
	transition: all 1.2s ease-in-out;
}
.outer.home.version1 .col:hover .cover { 
	opacity: 1;
	transition: all 1.2s ease-in-out;
}
.outer.home.version1 .col .cover img { 
	max-width: 100%; 
	height: auto; 
	width: 100%;
}
.outer.home.version1 .col .text:before {
	content: none !important;
}

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

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

/* TEASER 1 */
div#tsr1{
	float:left;
	display: none;
}
div#tsr1 .h2 {
	font-weight:normal;
	margin-top:3px;
	margin-bottom:0;
	display:none;
	color: #f2f3f4;
	font-size: 30px;
}

/* TEASER 2 */
div#tsr2{
	border-top: 1px solid #414141;
    padding: 35px 0 0 0;
}
div#tsr2 .item{
	margin-bottom:25px;
}
div#tsr2 .item .icon{
	background-color:#4b4b4b;
	padding:20px;
	float:left;
}
div#tsr2 .item .text{
	color:#fff;
	padding:21px;
	margin-bottom:0;
	float:left;
	font-weight: 600;
	text-transform: uppercase;
}

/* TEASER 3 */
div#tsr3{
	position:relative;
	z-index:-1;
}
div#tsr3 .item{
	min-height:400px;
	background-size: auto;
	background-position: top center;
	background-attachment:fixed;
	position:relative;
	color:#fff;
}
div#tsr3 .item .text{
	padding-top:125px;
	margin-bottom:0;
	position:relative;
	z-index:1;
	color:inherit;
	text-align:center;
	display: none;
}
div#tsr3 .item .text .h1{
	color:inherit;
	font-size:3.6rem;
	font-weight:600;
}
div#tsr3 .cover{
	/*background-color:rgba(255,74,74,0.8);*/
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	z-index:0;
}

/* TEASER 4 */
div#tsr4 .item{
	position:relative;
	cursor:pointer;
	overflow: hidden;
}
div#tsr4 .item .cover{
	background-color:rgba(49,193,253,0.5);
	position:absolute;
	top:100%;
	right:0;
	bottom:0;
	left:0;

}
div#tsr4 .item img {
	display: block;
	width: 100%;
	height: 100%;
}
div#tsr4 .item h2{
	color: white;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	margin-bottom: 15px;
	display: none;
}
div#tsr4 .item .table {
	width: 100%; 
}
div#tsr4 .item .table div {
	max-width: 200px;
	margin: 0 auto;
}
div#tsr4 .item .text{
	position: absolute;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(56, 150, 0, 0.5);
	color: white;
	font-size: 18px;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
	z-index:1;
	transition:all 0.4s ease-in-out;
}
div#tsr4 .item:hover .text{
	top:0;
}

/* TEASER 5 */
div#tsr5{
	background-color:#f7f7f7;
	padding-top:40px;
	padding-bottom:40px;
}
div#tsr5 .row .col .hookHeader{
	display:none;	
}
div#tsr5 .row .col .inner{
	position:relative;
	padding-bottom:50px;
}
div#tsr5 .row .col .inner ul{
	list-style:none;
	position:absolute;
	bottom:0;
}
div#tsr5 .row .col .inner ul li a{
	color:#444444;
	background-image:url('../../../../../_images_global/templates/recruitable/5/arrow.png');
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:25px;
}

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

/* HLB1 */
nav#hlb1{
	padding-top:50px;
	padding-left:40px;
	padding-right:40px;
}
nav#hlb1 ul{
	list-style:none;
}
nav#hlb1 ul li a {
	color:#fff;
	font-size:1.8rem;
	display:block;
	margin-bottom:25px;
	text-transform: uppercase;
}
nav#hlb1 > ul > li > a {
	font-weight:normal;
}
nav#hlb1 ul li li a {
	color: #b1b1b1;
	margin-bottom: 14px;
}
nav#hlb1 ul ul {
	margin: 0 0 40px 0;
}
/* HLB2 */
nav#hlb2{
	float:right;
	margin-right:0px;
	display:none;
}
nav#hlb2 ul{
	list-style:none;
	margin: 41px 25px 41px 0;
}
nav#hlb2 ul li{
	display:inline-block;
}
nav#hlb2 ul li:after{
	content:"|";
	padding-left:5px;
	padding-right:5px;
}
nav#hlb2 ul li:last-child:after{
	display:none;
}
nav#hlb2 ul li a{
	color:inherit;
	background:none;
	height:auto;
	width:auto;
	color: white;
	font-size: 19px;
}

/* HLB3 */
nav#hlb3 ul{
	list-style:none;
	margin:0;
	padding:0;
}
nav#hlb3 ul li a{
	color:#adabab;
}

/* HLB4 */
nav#hlb4{
	text-align:center;
}
nav#hlb4 ul{
	list-style:none;
	margin:0;
	padding:0;
}
nav#hlb4 ul li{
	display:inline-block;
}
nav#hlb4 ul li:after{
	content:"|";
	padding-left:10px;
	padding-right:10px;
}
nav#hlb4 ul li:last-child:after{
	display:none;
}
nav#hlb4 ul li a{
	color:inherit;
}

/*********************************************************************************************/
/* FORMS */
/*********************************************************************************************/

.formInput.aplMCheckInput span {
    display: block;
}

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

/* TPL: /fotemplatesdiv/JobsShortList.html */
body.home .jslTitle { 
	display: none;
}
body.home .hookOuter.jslOuter {  
	margin-bottom: 20px;
}
.jslOuter .jslItemContainer{
	margin-bottom:20px;
}
.jslOuter .jslItemContainer a{
	color:#000000;
}

/* TPL: /UTS/network/viewNetworkHook.div.html */
.networkHookOuter {
	margin: 30px 0 0 0;
}
.networkHookOuter .hookHeader{
	display:none;
}

/* TPL: /UTS/advsearch/vacancyResults1.html */
.actOuter .actSResultsCont{
	width:68%;
	float:left;
}
.actOuter .actSRFacetCont{
	width:28%;
	float:right;
	margin: 55px 0 0 0;
}
.actOuter .actTopMenu{
	background-color:#000;
	color:#fff;
}
.actTopMenu .chosen-container {
	border: 0;
}
.actTopMenu .actMlSb label{
	display:none;
}
.actOuter .actTopMenu .chosen-container{
	color:#9b9b9b;
}
/*.actOuter .actTopMenu a{
	color:#fff;
}*/

/* TPL: /UTS/advsearch/sectionBVacancies.inc.html */
.actOuter .optionListTitle,
.actOuter .facetListTitle a{
	margin: 0;
	font-weight: 600;
}
.actOuter .optionListTitle a { font-weight: normal; font-size: 17px; }
.actOuter .optionListContainer{
	border-bottom:0;	
}
.actOuter .optionListContainer ul{
	list-style:none;
	margin-top: 5px;
	padding: 0;
}
.actOuter .optionListContainer ul li a{
	color:inherit;
}

/* TPL: /UTS/advsearch/jobDetailHook.html */
.mDhOut {
	background-color:#000;
	color:#fff;
	padding:25px;
	margin-top: -20px;
}
.mDhOut a {
	color: #FFF;
}
.mDhT {
	font-size: 2.4rem;
	text-transform: uppercase;
	font-weight: 600;
}
.mDhOut .hookHeader{
	color:inherit;
	font-weight:600;
}
.mDhOut .mDhSh{
	display:none;
}
.mDhOut .hookItemContainer{
	margin-bottom:15px;
}
.mDhOut .hookItemContainer .mDhItT{
	font-weight:600;
	font-size: 1.6rem;
}
.mDhOut .hookItemContainer ul{
	padding:0;
	margin:0;	
}

/* TPL: /UTS/advsearch/jobDetailRelatedJobsHook.html  */
.rJhVOut {
	margin-bottom: 25px;
}
.hookHeader.rJhVT {
	font-size: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 600;
}
.rJhVOut .hookItemContainer{
	margin-bottom:15px;
}
.rJhVIt a {
	color: #9b9b9b;
	font-size: 1.6rem;
	font-weight: 600;
}
.mDhItC ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/***********/
/*JOBDETAIL*/
/***********/
.jbdButApl {
	float: left;
}
.jbdButPrint,
.jbdButMail {
	display: none;
}
.jbdButBack {
	background: none;
	color: #000;
}
.jbdSh {
	margin-bottom: 0;
	font-size: 1.6rem;
}
.jbdStatPub {
	margin: 0;
}
/**********/
/*ACTONOMY*/
/**********/
.actIf {
	font-size: 1.2rem;
	padding-bottom: 15px;
}
.actIc {
	border-bottom: 1px dashed #988888;
}
.actIcFirst {
	border-top: 1px dashed #988888;
	padding-top: 15px;
	margin-top: 10px;
}
.actMlCsvq { border-right: none !important; }
.actEqueryTitle a,
.actGm a {
	color: #9b9b9b;
	background: url(../../_images/recruitable5/arrow.png) no-repeat left center;
	padding: 0 0 0 20px;
}
.actMlEq,
.actMlNs {
	display: none;
}
.actMlJc {
	float: left;
	font-size: 1.9rem;
	width: 30%;
	border: 0;
    margin: 0;
    padding: 0;
    line-height: 50px;
    font-weight: 600;
}
.actMlJc span {
	/* font-size: 2.4rem; */
}
.actMlSb {
	float: left;
	width: 70%;
	margin: 0;
	padding: 0;
}
.actMlSb .splitter {
	width: 45%;
	float: left;
	margin: 0 2.5%;
}
.actItemTitle {
	margin: 0;
}
.actItemTitle a {
	font-size: 1.6rem;
	margin-bottom: 7px;
	display: block;
}
.actMlJc {}
/*********************************************************************************************/
/* MEDIA QUERIES */
/*********************************************************************************************/
@media screen and (max-width: 1024px) {

	.outer.home.version1 .col .inner .up h2 { font-size: 2.6rem; }

}

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

	div#tsr4 .item .table-cell > div p { display: none; }
	div#tsr4 .item .table-cell > div p:last-child { display: block; margin-bottom: 0; }

}

@media screen and (min-width:768px) {
	.spacing{
		padding:40px;
	}
	div#tsr4 .item{
		float:left;
		width: 32.33%;
		margin:0 1.2% 1.2% 0;
	}
	div#tsr4 .item:nth-child(3n) {
		margin-right: 0;
	}
	nav#hlb2{
		display:block;
	}
	.outer.home.version1 .inner{
		min-height:calc(100vh - 65px);
		min-height: 100vh;
	}
	div#tsr1{
		margin-top:24px;
		margin-left:25px;
	}
	div#tsr1 .h2{
		display:block;
	}
	.full-container{
		padding-left:15px;
		padding-right:15px;
	}
}

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

	body.home main { padding-top: 110px; }
	.outer.home.version1 .col .cover { opacity: 1; top: 0; }
	.outer.home.version1 .inner { min-height: 97vw; }
	.outer.home.version1 .inner .up .text { opacity: 1; top: 0 !important; }
	.outer.home.version1 .col .inner .up > h2 { display: none; }
	.outer.home .row .col { border-bottom: 10px solid white; }
	.outer.home .row .column-3 { border-bottom: none; }

	div#tsr4 .item { width: 48.5%; margin: 0 3% 3% 0; float: left; }
	div#tsr4 .item:nth-child(3n) { margin-right: 3%; }
	div#tsr4 .item:nth-child(2n) { margin-right: 0; }

	.actOuter .actSRFacetCont,
	.actOuter .actSResultsCont { width:100%; float:none; margin: 0; }
	.actOuter .actSRFacetCont { margin-top: 50px; }

}

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

	.outer.home.version1 .inner { min-height: 95vw; }
	div#tsr4 .item { width: 100%; margin: 0 0 25px 0; float: left; }
	div#tsr4 .item:nth-child(3n) { margin-right: 0; }
	div#tsr4 .item .text { top: 0; }

}

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