@charset "utf-8";
/* Jobs CSS */


/* Contents:
 *	1. Rules for jobs.php page
 *	2. Rules for single-job.php page
 */
 
/* 1. Rules for jobs.php page */
	
.jobs-page-content {
	float: left;
}

.jobs-page-content h1.title {
	font-size: 46px;
	font-family:'ralewayregular';
}

div#header {
	background: #055f9c repeat-x;
	color: white;
}

div#header .title {
	width: 50%;
	text-align:right;
	padding-right: 60px;
	box-sizing:border-box;
}

div#header .content {
	width: 50%;
	text-align:left;
	padding-left: 123px;
	box-sizing: border-box;
}
 
div#open-positions-dynamic {
	text-align: center;
}
div#open-positions-dynamic h2{
	font-family:CenturyGothicBold; font-size:30px; color:#3b3c3b; font-weight:700; margin:0; padding-bottom:22px; text-align:center;
}
 
div#filters,
div#count-results {
	color: #999;
	text-align:center;
	font-family:arial;
	font-size:13px;
}

div#count-results {
	margin:5px 0px 66px 0px;
	
}

/*div#filters > * {
	height: 40px;
	border: 3px solid #055f9c;
	color: inherit;
	box-sizing: border-box;
	font-family: inherit;
}
*/
/*div#filters > *:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}*/

/*div#filters > *:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
*/
/*div#filters #label {
	width: 170px;
	padding-top: 7px;
}
 */
div#filters select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	height:36px;
	margin: 0;
	width: 220px;
	background: url('../images/dropdown_arrow.png') #fff no-repeat;
	background-position: 95% 50%;
	background-size: 11px;
	padding-left: 15px;
	border:1px solid #d7d7d7;
	border-radius:5px;
	font-family:arial;
	font-size:14px;
	color:#333;
}

div#dark-horizontal-line {
	width: 73%;
	height: 3px;
	margin-left: 100px;
	background: #055f9c;
}

ul#results-grid,
ul#places-badges,
ul#open-positions-list.outer-list,
ul#open-positions-list ul.inner-list {
	list-style: none;
	margin-left: 0;
}

ul#results-grid,
ul#open-positions-list {
	margin: 15px 0 55px 0;
	padding:0px;
	float:left; width:100%; list-style:none;
}

ul#results-grid > li.position-badge .title a {
	color: inherit;
}

ul#results-grid > li.position-badge .title {
	font-size: 20px;
	color: #3b3c3b;
	display:block;
	font-family:CenturyGothicBold;
	margin:0 0 10px;
}

ul#results-grid > li.position-badge .place {
	color: #999;
	font-size:14px;
	display: block;
	margin:0 0 20px;
	min-height:40px;
}

ul#results-grid > li.position-badge .apply-button {
	background:url(../images/apply_now_btn_new.png) no-repeat 0 0;
	color: #3b3c3b;
	cursor: pointer;
	width: 138px;	
	display: inline-block;
	font-size: 14px;
	text-transform:capitalize;
	height:37px;
	float:left;
	text-decoration:none;
	line-height:37px;
	padding:0 34px 0 17px;
	font-family:CenturyGothic;
}
ul#results-grid > li.position-badge .apply-button:hover { background-position:0 -42px; color:#fff;}
/*li.management {
	background: url("../images/badges/management_badge.png") no-repeat;
}

li.finance {
	background: url("../images/badges/finance_badge.png") no-repeat;
}

li.other {
	background: url("../images/badges/other_badge.png") no-repeat;
}

li.marketing {
	background: url('../images/badges/marketing_badge.png') no-repeat;
}

li.operations {
	background: url('../images/badges/operations_badge.png') no-repeat;
}

li.painters {
	background: url('../images/badges/painters_badge.png') no-repeat;
}*/
li.position-badge {
	position:relative;
	text-align:left;
}
li.place-badge {
	background-position: left top;
	margin: 30px 0px;
	text-align: left;
}

li.position-badge img { float:left; margin-right:25px;}

li.place-badge img {
	margin-top: -115px;
	vertical-align:top;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

li.place-badge {
	margin: 15px 0px 0px 15px;
	width: 100%;
	float: left;
	vertical-align: top;
	list-style:none;
	padding:6px 0 24px 87px;
}

li.place-badge .state {
	color: #818181;
	text-transform: uppercase;
	display:block;
}

/*

li.position-badge {
	transition: all 0.3s;
}

li.position-badge:hover {
	box-shadow: 0px 3px 5px -1px #ccc;
}

*/

li#sydney-nsw {
	background: url('../images/badges/sydney_badge.png') no-repeat;
	background-position: top left;
}

li#brisbane-qld {
	background: url('../images/badges/brisbane_badge.png') no-repeat;
	background-position: top left;
}

li#adelaide {
	background: url('../images/badges/adelaide_badge.png') no-repeat;
	background-position: top left;
}

li#darwin {
	background: url('../images/badges/darwin_badge.png') no-repeat;
	background-position: top left;
}

li#melbourne {
	background: url('../images/badges/melbourne_badge.png') no-repeat;
	background-position: top left;
}

li#perth {
	background: url('../images/badges/perth_badge.png') no-repeat;
	background-position: top left;
}

li#hobart {
	background: url('../images/badges/hobart_badge.png') no-repeat;
	background-position: top left;
}

li#cairns {
	background: url('../images/badges/cairns_badge.png') no-repeat;
	background-position: top left;
}

ul#open-positions-list .row {
	display: inline-block;
	width: 100%;
}

ul#open-positions-list > .row > li {
	width: 50%;
	float:left;
	margin-top: 45px;
}

ul#open-positions-list > .row > li > .caption {
	font-size: 18px;
	margin-left: 130px;
	margin-top: 45px;
	display: inline-block;
}

ul#open-positions-list ul.inner-list {
	margin-top: 45px;
}

ul#open-positions-list ul.inner-list .row > li {
	display: inline-block;
	margin: 15px 60px 15px 0;
	float: left;
	max-width: 40%;
}

ul#open-positions-list ul.inner-list .row > li span {
	display: block;
}

ul#open-positions-list ul.inner-list .row > li span.title {
	font-size: 18px;
}

ul#open-positions-list ul.inner-list .row > li span.title a {
	color: white;
}

div.dark, section.dark,
div.with-bg, section.with-bg {
	background: #055f9c;
	color: white;
	border-bottom: 3px solid white;
}

.section {
	/*padding: 30px 100px;*/
	float:left; width:100%; 
}

.section.with-left-feat-image > img {
	width: 35%;
	float:left;
}

.section.with-left-feat-image .body {
	width: 41%;
	margin-left: 60px;
	text-align: left;
	float:left;
}

.section .body.horizontal .title,
.section .body.horizontal .content {
	display: inline-block;

	float: left;
}

.section .body .content p {
	font-family:inherit;
	margin: 0;
}

.subsection {
	width: 50%;
	box-sizing: border-box;
	float:left;
}

#places-article {
	background: url('../images/painter.png') no-repeat;
	background-position: 97% 15px;
	padding-top: 30px;
}

#places-article .title {
	color: #333;
	text-align: center;
}

#what-we-do.subsection {
	padding-right: 30px;
}

#what-is-like.subsection {
	padding-left: 30px;
}

#eight-reasons-title.section {
	background-size:cover;
	background-position: 50% 50%;
	text-align:center;
	box-shadow: 0px 20px 20px -20px black inset;
}

#eight-reasons-title.section h1.title {
	line-height: 200px;
	background: rgba(5, 96, 156, 0.35);
	display: inline;
}

#eight-reasons ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    padding: 0;
	counter-reset: my-badass-counter;
}
#eight-reasons ol > li {
    position: relative;
    margin: 30px auto;
    padding: 138px 30px 30px 30px;
	min-height: 300px;
	font-size:16px;
	color:#999;
	line-height:30px;
}

#eight-reasons ol > li:nth-child(odd) {
	padding-left: 430px;
}

#eight-reasons ol > li:nth-child(even) {
	padding-right: 430px;
}

#eight-reasons ol > li img {
	max-width: 400px !important;
	max-height: 300px !important;
	position:absolute;
}

#eight-reasons ol > li:nth-child(odd) img {
	top: 0;
	left: 0;
}

#eight-reasons ol > li:nth-child(even) img {
	top: 0;
	right: 0;
}

#eight-reasons ol > li:before {
	  background:#b72026;
    border-radius: 10px;
    content: counter(my-badass-counter, decimal);
    counter-increment: my-badass-counter;
    font-size: 30px;
	font-family:CenturyGothicBold;
	color:#fff;
    position: absolute;
    top: 50px;
	width:66px;
	height:60px;
	line-height:60px;
	padding:0 5px;
	text-align:center;
	}
#eight-reasons ol > li:nth-child(odd):before {
    left: 430px;
   
    /*width: 0.9em;
	padding-right: 0.1em;
 
    font-size: 5em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: white;
	background: #055f9c;
	
    z-index: -99;
    overflow: hidden;
     
    content: counter(li-counter);
    counter-increment: li-counter;
	
	-webkit-transition: -webkit-transform .5s ease-out; 
    -moz-transition: -moz-transform .5s ease-out; 
    -o-transition: -o-transform .5s ease-out; 
    transition: transform .5s ease-out;
	
	transform: scale( 0.7, 0.7 );*/
}

#eight-reasons ol > li:nth-child(even):after {
	/*position: absolute;
    top: 0;
    right: -1em;
    width: 0.9em;
	padding-left: 0.1em;
 
    font-size: 5em;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    color: white;
	background: #055f9c;
	
    z-index: -99;
    overflow: hidden;
     
    content: counter(li-counter);
    counter-increment: li-counter;
	
	-webkit-transition: -webkit-transform .3s ease-out; 
    -moz-transition: -moz-transform .3s ease-out; 
    -o-transition: -o-transform .3s ease-out; 
    transition: transform .3s ease-out;
	
	-webkit-transform: scale( 0.7, 0.7 );
	-moz-transform: scale( 0.7, 0.7 );
	-o-transform: scale( 0.7, 0.7 );
	transform: scale( 0.7, 0.7 );*/
}

#eight-reasons ol > li.appeared:nth-child(odd):before,
#eight-reasons ol > li.appeared:nth-child(even):after {
	-webkit-transform: scale( 1, 1 );
	-moz-transform: scale( 1, 1 );
	-o-transform: scale( 1, 1 );
	transform: scale( 1, 1 );
}

.section:after,
.section .body:after,
.section.with-left-feat-image:after,
div#filters:after,
ul#places-badges:after,
#eight-reasons ol > li:after,
.job-post:after,
#apply-section:after {
    content:'';
    display:block;
    clear: both;
}


/* 2. Rules for single-job.php page */
.single-job-page-content {
	width: 650px;
	padding: 0 25px;
	margin: 60px auto;
	text-align: justify;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px #ccc;
	background: #fff;
}

.job-post {
	padding: 60px 0;
}

img.badge,
div.badge {
	width: 115px;
	height: 115px;
	margin-right: 30px;
	display: inline-block;
	float: left;
}

div.badge.management {
	background: url("../images/badges/management_badge.png") no-repeat;
}

div.badge.marketing {
	background: url("../images/badges/marketing_badge.png") no-repeat;
}

div.badge.other {
	background: url("../images/badges/other_badge.png") no-repeat;
}

div.badge.finance {
	background: url("../images/badges/finance_badge.png") no-repeat;
}

div.badge.painters {
	background: url("../images/badges/painters_badge.png") no-repeat;
}

div.badge.operations {
	background: url("../images/badges/operations_badge.png") no-repeat;
}

div#apply-button-wrap {
	text-align: center;
	height: 9px;
}

span.button {
	padding: 8px 34px;
	background: #055f9c;
	border-radius: 20px;
	color: white;
	text-transform:uppercase;
	cursor:pointer;
}

#apply-section {
	max-height: 0px;
	transition: max-height 1s ease-out;
	overflow: hidden;
}

#apply-section.revealed {
	max-height:999px;
}

#apply-section #before-apply,
#apply-section #application-form {
	width: 50%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}

#apply-section #before-apply {
	padding-right: 15px;
}

#apply-section #before-apply ul,
.job-post ul {
	font-size:14px;
	list-style:disc;
	padding-left: 30px;
}

#apply-section #application-form {
	padding-left: 15px;
}

input[type="submit"] {
	width: 100%;
	color: #055f9c;
}

.NFI-wrapper {
	padding:0;
	width: 100%;
	box-sizing: border-box;
}
.NFI-button {
	background: #055f9c;
	color: white;
	width: 108px;
	padding: 6px;
}
.NFI-filename {
	padding-top: 6px;
	padding-bottom: 6px;
}

.NFI-current {
	z-index:999;
}
