@charset "UTF-8";
* {
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
body {
    font-family:Arial,sans-serif;
    font-size:12px;
    line-height:16px;
    color:#353535;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -webkit-font-smoothing:antialiased;
}
ul {
	list-style:none;
}
.open-jobs {
	color:#08395b;
	font-weight:bold;
	font-size:22px;
}
.head {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin:20px 0;
}
.head-link-group a {
	text-decoration:none;
	color:#08395b;
	-webkit-transition:color .2s ease-out;
	transition:color .2s ease-out;
}
.head-link-group a:hover {
	color:#555;
}
#chartdiv {
  width:100%;
  height:400px;
  margin-bottom:20px;
}
.filter-group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:20px;
}
.btn {
	position:relative;
	-ms-flex-preferred-size:31%;
	flex-basis:31%;
	background-color:#08395b;
	color:#fff;
	cursor:pointer;
	-webkit-transition:background-color .2s ease-out;
	transition:background-color .2s ease-out;
}
.btn:hover {
	background-color:#214d6b;
}
.btn-label {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
	height:35px;
	font-weight:bold;
	padding:0 15px;
}
.dropdown-menu {
	display:block;
	position:absolute;
	background-color:#f7f7f7;
	color:#08395b;
	z-index:99;
	padding:5px 0;
	top:35px;
	left:0;
	right:0;
	max-height:300px;
	overflow:auto;
	border:1px solid #f0f0f0;
}
.dropdown-menu li {
	cursor:pointer;
	padding:6px 15px;
	-webkit-transition:background-color .2s ease-out;
	transition:background-color .2s ease-out;
}
.dropdown-menu li.checked,
.dropdown-menu li:hover {
	background-color:#f0f0f0;
}
.dropdown-menu li.checked {
	font-weight:bold;
}
.search {
	position:relative;
	-ms-flex-preferred-size:31%;
	flex-basis:31%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.search-field {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	height:35px;
	padding:0 15px;
	outline:none;
	color:#555;
}
.search-reset {
	text-align:right;
	margin-bottom:20px;
}
.search-reset-btn {
	font-weight:bold;
	background-color:#08395b;
	color:#fff;
	-webkit-transition:background-color .2s ease-out;
	transition:background-color .2s ease-out;
	padding:0 15px;
	height:35px;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	cursor:pointer;
}
.search-reset-btn:hover {
	background-color:#214d6b;
}
.fa-times {
	position:absolute;
	right:20px;
	top:12px;
	cursor:pointer;
}
.reset-icon {
	right:40px;
}
.joblist-header {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	font-weight:bold;
	color:#08395b;
	border-bottom:2px solid #eee;
	padding:10px 0;
	width:100%;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.job-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	padding:10px 0;
	border-bottom:1px solid #eee;
	width:100%;
}
.job-list:nth-child(even) {
	background:#f7f7f7;
}
.job-list:nth-child(odd) {
	background:#fff;
}
.no-jobs {
	padding:10px;
}
.joblist-header div {
	cursor:pointer;
}
.newflag span {
	background-color:#08395b;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding:4px 6px;
}
.newflag,
.header-newflag {
	text-align:center;
	-ms-flex-preferred-size:6%;
	flex-basis:6%;
}
.job-title,
.header-title {
	-ms-flex-preferred-size:45%;
	flex-basis:45%;
}
.job-category,
.header-category {
	-ms-flex-preferred-size:15%;
	flex-basis:15%;
}
.job-region,
.header-region {
	-ms-flex-preferred-size:10%;
	flex-basis:10%;
}
.job-employment,
.header-employment {
	-ms-flex-preferred-size:10%;
	flex-basis:10%;
}
.job-function,
.header-function {
	text-align:center;
	-ms-flex-preferred-size:7%;
	flex-basis:7%;
}
.fa-check {
	color:#08395b;
}
.job-title a {
	color:#08395b;
	font-weight:bold;
	text-decoration:none;
	-webkit-transition:color .2s ease-out;
	transition:color .2s ease-out;
}
.job-title a:hover {
	color:#555;
}
.pagination {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
}
.paging {
	font-weight:bold;
	background:#f7f7f7;
	padding:10px 15px;
	color:#08395b;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:20px 0;
}
.paging a {
	text-decoration:none;
	color:#8ca4b9;
}
.paging a:hover {
	color:#8ca4b9;
}
.paging span {
	margin-right:10px;
}
.paging span:last-child {
	margin-right:0;
}
.browser-msg,.error-msg {
	display:none;
}
.job-function-mobile {
	display:none;
}
input::-ms-clear {  display: none; width : 0; height: 0; }
input::-ms-reveal {  display: none; width : 0; height: 0; }
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }
@media screen and (max-width:720px) {
	.head {
		display:block;
	}
	.head-link-group {
		margin-top:10px;
	}
	.filter-group {
		display:block;
		margin-bottom:0;
	}
	.search {
		margin-bottom:10px;
	}
	.btn {
		margin-bottom:10px;
	}
	.joblist-header {
		display:block;
	}
	.joblist-header div {
		margin-bottom:5px;
	}
	.header-function {
		text-align:left;
	}
	.job-list {
		display:block;
	}
	.job-list div {
		margin-bottom:5px;
	}
	.job-list div:last-child {
		margin-bottom:0;
	}
	.newflag {
		text-align:left;
	}
	.job-function {
		display:none;
	}
	.job-function-mobile {
		display:block;
	}
	.dropdown-menu {
		position:static;
		max-height:100%;
	}
}
/* IE678 not working with current angular */
@media \0screen\,screen\9 {
    .ie6789, .main {
    	display:none;
    }
    .ie6789, .browser-msg {
    	display:block;
    }
}
/* IE9+ */
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	.ie9, .main {
    	display:block;
    }
	.ie9, .browser-msg {
    	display:none;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ */
}