@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Roboto+Condensed:400,700);
@media screen {
	html, body {
	    height: 100%;
	}
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		height: 100%;
		overflow-x: hidden;
	}
}
.noanim {
	/*CSS transitions*/
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	/*CSS transforms*/
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	/*CSS animations*/
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
ol.breadcrumb li span.textCapitalize {
	display: inline-block;
}
ol.breadcrumb li span.textCapitalize:first-letter {
    text-transform: capitalize;
}
form[name=cse-search-box] {
	display: none;
}
.prm-flpr {
	background: #fff;
	border-bottom: 5px solid #eee;
	/* min-height: 60%;
	height: 60%; */
	position: relative;
}
.prm-flpr.theme-light {
	background: #fff url('../images/bg-hero1.jpg') no-repeat 80% 100%;
	/* background-size: cover; */
	/* height: 100%; */
}
.prm-flpr.theme-light2 {
	background: #fff url('../images/bg-hero2.jpg') no-repeat 35% 50%;
	/* background-size: cover; */
	/* height: 100%; */
}
.prm-flpr.theme-white {
	background: #fff url('../images/bg-whitepattern.png') no-repeat 50% 50%;
	/* background-size: cover; */
	/* height: 100%; */
}
.prm-flpr.theme-light,
.prm-flpr.theme-light2,
.prm-flpr.theme-white {
	height: auto;
	padding-bottom: 30px;
}
.input-group-btn {
    vertical-align: bottom;
}
@media screen and (min-width: 500px) {
	.prm-flpr.theme-light,
	.prm-flpr.theme-light2,
	.prm-flpr.theme-white {
		/* height: 400px; */
	}
}
@media screen and (min-width: 768px) and (min-height: 720px) {
	.prm-flpr {
		background: #fff;
		/* background-position: right bottom; */
		border-bottom: 5px solid #eee;
		/* min-height: 60%; */
		/* height: 70%; */
	}
	.prm-flpr.theme-light,
	.prm-flpr.theme-light2,
	.prm-flpr.theme-white  {
		/* min-height: 60%;
		height: 60%; */
		min-height: 400px;
		height: auto;
		max-height: 100%;
	}
	.prm-flpr.theme-light {
		background-position: right bottom;
	}
	.prm-flpr.theme-light2 {
		background-position: 38% 50%;
	}
	section .cover {
		margin-top: 40px;
	}
}
.prm-flpr .container {
	height: 100%;
	position: relative;
	/* overflow-x: hidden; */
}
.prm-flpr .container .row {
	height: 100%;
}
.hero-content-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	/* background-color: #fff; */
	position: relative;
	margin-top: 0;
}
.hero-content-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
@media screen and (min-width: 768px) {
	.hero-content-wrapper-inner {
	    vertical-align: middle;
	}
	.hero-content-wrapper {
		margin-top: auto;
	}
}
.inner {
    padding: 30px;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}
.cover {
    padding: 0 25px;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}
section .cover {
	/* margin-top: 25px; */
	margin-top: 0;
	text-align: left;
}
.eclist {
	display: inline-block;
}
.spotlight-tab {
	display: none;
	padding: 0;
	position: absolute;
	top: 80px;
	right: -300px;
	-webkit-transition: right .5s ease;
	transition: right .5s ease;
	z-index: 2;
}
/* .spotlight-tab:hover {
	-webkit-transition: right .5s ease;
	transition: right .5s ease;
	right: 0;
} */
.spotlight-tab.open {
	right: 0;
}
.spotlight-tab header {
	display: block;
	padding:0;
	width: auto;
	float: left;
  	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.spotlight-tab header a {
	display: block;
	background: #335075;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	border-left: 8px solid #677C98;
}
.spotlight-tab header a:hover {
	background: #446D91;
	border-left: 8px solid #5C96C7;
}
.spotlight-tab header a .arrowIndicator {
	/* position: absolute;
	left: 10px;
	top: 2px; */
	display: inline-block;
	line-height: 0.5rem;
}
.spotlight-tab .container {
	display: block;
	background: #F9F9F9;
	border: 1px solid #ddd;
	width: 300px;
	padding: 15px 20px 5px 20px;
	box-sizing: border-box;
	float: left;
  	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.spotlight-tab .container h1 {
	margin: 0 0 10px 0;
	font-size: 2rem;
	
}
@media screen and (orientation: landscape) {
	section .cover {
		margin-top: 0;
	}
}
@media screen and (min-width: 768px) {
	.spotlight-tab {
		display: block;
	}
	section .cover {
		margin-top: 80px;
	}
}
@media screen and (min-width: 992px) {
	section .cover {
		/* margin-top: 75px; */
	}
}
@media screen and (max-height: 720px) {
	.prm-flpr.theme-light,
	.prm-flpr.theme-light2,
	.prm-flpr.theme-white {
		/* min-height: 80%;
		height: 80%; */
		min-height: 400px;
	}
	section .cover {
		/* margin-top: 80px; */
	}
}
@media screen and (min-width: 992px) and (min-height: 720px) {
	.prm-flpr.theme-light,
	.prm-flpr.theme-light2,
	.prm-flpr.theme-white {
		/* min-height: 60%; */
		height: 60%; 
		/* height: 500px; */
	}
	section .cover {
		/* margin-top: 80px; */
	}
}
@media screen and (max-height: 480px) {
	.prm-flpr.theme-light,
	.prm-flpr.theme-light2,
	.prm-flpr.theme-white {
		/* min-height: 100%;
		height: 100%; */
	}
	section .cover {
		/* margin-top: 0; */
		/* margin-top: 80px; */
	}
}

.masthead {
	margin-bottom: 20px;
}
.masthead .inner {
	padding: 0 15px;
}
.masthead-brand {
    padding: 5px 15px;
    background-color: rgba(255,255,255,.65);
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1.75rem;
    color: #335075;
}
.masthead-brand span {
	font-weight: 400;
}
.jobbank-menu-content .masthead-brand {
	background: transparent;
}
.masthead-brand .fa {
	width: 23px;
}
.theme-light section nav.masthead-brand,
.theme-light2 section nav .masthead-brand,
.theme-white section nav .masthead-brand {
	background-color: rgba(255,255,255,.65);
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
}
nav > .mobile-nav-btn {
	/* display: block;
	position: absolute;
	right: 15px;
	top: 10px;

    padding: 5px 15px;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1.75rem;
    color: #335075; */
    padding: 5px 15px 4px 15px;
    float: right;
}
nav > .mobile-nav-btn .fa {
	font-size: 1.9em;
	width: 28px;
}
nav > .mobile-nav-btn span.nowrap {
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif !important;
	font-stretch: condensed;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.5em;
	text-transform: uppercase;
}
.theme-light section nav > .mobile-nav-btn,
.theme-light2 section nav > .mobile-nav-btn,
.theme-white section nav > .mobile-nav-btn {
	background-color: rgba(255,255,255,.95);
	border: 0;
}
.masthead-nav {
	display: none;
}
.masthead-nav {
	/* background-color: rgba(255,255,255,.95); */
}
.masthead-nav > li {
    display: inline-block;
    /* font-family: 'Roboto', sans-serif; */
   /*  border: 1px solid #C0DEE6; */
}
.masthead-nav > li:last-child {
    /* border-right: 0; */
}
.masthead-nav > li + li {
    /* margin-left: 20px; */
}
#jb-menu-group .jbapps {
	padding: 5.5px 5px 6px 5px;
	border: 1px solid #ccc;
}
#jb-menu-group .btn-group .dropdown-menu li a {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.20px;
	font-size: 1.4rem;
	font-weight: 400;
}

#jb-menu-group .jbapps .title {
	display: none;
	padding: 0;
	font-family: "Roboto", "Arial Black", Arial, Helvetica, sans-serif !important;
	font-weight: 400;
}
.dropdown-menu > li {
	margin: 0;
}
.dropdown-menu .divider {
	padding: 0;
}
#jb-menu-group .jbservices,
#jb-menu-group .home-command,
.masthead-nav > li > a {
    /* font-size: 1.7rem;
    font-weight: 400;
    text-decoration: none;
    background-color: rgba(255,255,255,.9); */ 
    border: 1px solid #ccc;
}
#jb-menu-group .jbservices {
	padding: 4px 15px 3px 10px;
}
#jb-menu-group .home-command {
	padding: 4px 5px 3px 5px;
}
#jb-menu-group .jbservices .fa,
#jb-menu-group .home-command .fa {
	width: 34px;
	display: inline-block;
}
#jb-menu-group .jbapps .fa {
	width: 20px
}
#jb-menu-group .home-command .fa.pull-left {
	margin: 0 !important;
}
/* aside #jb-menu-group .jbservices {
	border: 1px solid #C0DEE6;
} */
/* #jb-menu-group .jbservices:hover,
#jb-menu-group .jbservices:focus,
#jb-menu-group .jbservices:active {
	background-color: #eee;
} */
.masthead-nav > li > a:focus,
.masthead-nav > li > a:hover {
	/* background-color: rgba(255,255,255,1);
	text-decoration: underline; */
}
.jobbank-menu-content .masthead-nav > li > a {
	/* background: transparent; */
}
.mastfoot {
	/* background-color: #F9F9F9;
	border-top: 5px solid #eee; */
}
@media screen and (min-width: 768px) {
	.masthead,
	.mastfoot,
	.cover-container {
	    width: 100%;
	}
	.masthead {
		position: absolute;
		top: -1px;
	}
	.masthead-brand {
		font-size: 2.25rem;
	}
	.masthead-nav {
		display: block;
	}
	nav > .mobile-nav-btn {
		display: none;
	}
	.masthead .inner {
		padding: 0;
	}
	.masthead-brand {
	    /* float: left; */
	}
	.masthead-nav {
	    float: right;
	}
	.mastfoot {
		position: absolute;
		bottom: 0;
	}
	#jb-menu-group .jbapps .title {
		display: inline;
	}
}
@media screen and (min-width: 1200px) {
	.masthead,
	.mastfoot {
		width: 1170px;
	}
}

.cover .cover-heading,
.cover .task-title,
.cover .lead,
.search-module label {
	font-family: 'Roboto', sans-serif;
	color: #555;
}
.cover .cover-heading,
.cover .task-title {
	border: none;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 2.5rem;
	font-weight: 700;
}
.cover .cover-heading .directory,
.cover .task-title .directory {
	display: block;
	/* text-transform: uppercase; */
	font-size: 1.5rem;
	font-weight: 500;
	color: #636363;
	margin-bottom: 5px;
}
.cover .lead {
	font-size: 1.5rem;
	font-weight: 300;
	margin-bottom: 10px;
	/* display: none; */
}
@media screen and (max-width: 768px) and (orientation: portrait) {
	.cover .lead {
		/* display: none; */
	}
}
@media screen and (max-width: 768px) and (orientation: landscape) {
	.cover .lead {
		/* display: none; */
	}
}
.theme-light > .search-module,
.theme-light2 > .search-module,
.theme-white > .search-module {
	padding: 0 1rem;
}
@media screen and (min-width: 768px) {
	
	.cover .cover-heading,
	.cover .task-title {
		font-size: 4rem;
		font-weight: 900;
		margin-bottom: 20px;
	}
	.cover .task-title {
		margin-bottom: 10px;
	}
	.cover .lead {
		font-size: 2rem;
		font-weight: 300;
		/* margin-bottom: 30px; */
		display: block;
	}
	.theme-light2 .cover .cover-heading,
	.theme-light2 .cover .lead  {
		text-align: center;
	}
	.theme-light > .search-module,
	.theme-light2 > .search-module,
	.theme-white > .search-module {
	    margin: 0;
	    width: 75%;
	    padding: 0 !important;
	}
	.cover .cover-heading .directory,
	.cover .task-title .directory {
		font-size: 2.4rem;
	}
}
.search-module label {
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.5rem;
	font-weight: 300;
}
@media screen and (orientation: landscape) {
	.search-module label {
		margin: 0 0 1rem 0;
	}
}

.search-module .advance-btn-group {
	padding: 0;
}
.search-module .advance-btn-group .advance-btn .btn {
	padding: 13px 10px;
	color: #295376;
	font-size: 1.35rem;
}
.search-module .input-wrapper {
	/* padding: auto; */
}
.search-module .input-group {
	width: 100%;
}
.search-module .input-group-btn,
.ec-panel .input-group-btn {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.search-module .input-group-btn button {
	/* width: 50%; */
	margin-left: 0 !important;
	/* margin-top: 10px; */
}
.search-module .input-group-btn .btn-default {
	border: 1px solid #aaa;
	padding: 10px 20px;
	font-size: 1.5rem;
	line-height: 2rem;
}
.search-module .input-group-btn .btn-primary {
	border: 1px solid #2572b4;
	background-color: #2572b4;
	width: 100% !important;
}
/* .search-module .input-group-btn:last-child > .btn, */
.search-module .input-group-btn:last-child > .btn-group {
    width: 100%;
    display: block;
    margin-left: 0;
    font-weight: 400;
    line-height: 2.4rem;
}
#search-filter legend {
	font-family: Arial, sans-serif !important;
	font-size: 0.85em;
	font-weight: 400;
	margin: 6px 0 0 0;
	padding-bottom: 0;
	font-stretch: normal;
	color: #000;
}
#search-filter .col-md-2,
#search-filter .col-md-3,
#search-filter .col-md-4,
#search-filter .col-md-5,
#search-filter .col-md-6 {
	padding-left: 0;
}
#search-filter .checkbox,
#search-filter .radio {
	margin-bottom: 0;
	display: inline-block;
}
#search-filter input {
	top: -7px;
}
#search-filter label {
	font-family: Arial, sans-serif !important;
	font-size: 0.85em;
	margin: 0 15px 0 0;
	line-height: 1.3em !important;
}
@media screen and (min-width: 992px) {
	.search-module .input-wrapper {
		padding: 0 !important;
	}
	#search-filter legend {
		display: inline-block;
		margin: 7px 0;
		width: auto;
		float: left;
	}
	#search-filter .col-md-2,
	#search-filter .col-md-3,
	#search-filter .col-md-4,
	#search-filter .col-md-5,
	#search-filter .col-md-6 {
		padding-left: 15px;
	}

}
@media screen and (min-width: 768px) {
	.hero-content-wrapper .search-module {
	    margin: 0;
		/* padding-top: 45px; */
		/* width: 75%; */
		height: 130px;
		padding: 0;
	}
	.theme-light .hero-content-wrapper .search-module {

	}
	.theme-light2 .hero-content-wrapper .search-module {
	    margin: 0 auto;
	}
	.theme-white .hero-content-wrapper .search-module {
	
	}
	
	.search-module label {
		font-size: 2rem;
	}
	.search-module .input-group-btn button {
		/* width: 50%; */
		margin-left: 0 !important;
		margin-top: 0;
	}
	.search-module .input-group-btn:last-child > .btn,
	.search-module .input-group-btn:last-child > .btn-group {
		width: auto !important;
		margin-left: -1px !important;
		display: inline-block;
	  	min-height: 46px;
	}
	.search-module .advance-btn-group {
		padding: 0 15px 0 30px;
		
	}
}
@media screen and (min-width: 500px) {
	.search-module .input-group-btn,
	.ec-panel .input-group-btn {
	    display: table-cell;
	    width: 1%;
	    margin-top: 0;
	}
}
.search-module .btn-primary,
.search-module .btn-primary:hover,
.search-module .btn-primary:active,
.search-module .btn-primary:focus {
    width: auto;
    text-transform: uppercase;
    /* z-index: 2; */
    font-weight: 500;
}
.search-module input {
	border: 1px solid #97acc7 !important;
	/* padding-right: 130px; */
}
.search-module .quick-search-wrapper {
	font-size: 0.85em;
	padding-top: 0;	
}
.search-module .quick-search-wrapper .quick-search {
	display: none;
}
.search-module .quick-search-wrapper p {
	margin: 0;
	display: none;
}
.advance-btn {
	display: block;
	float: none;
	margin: 0;
}
.advance-btn a {
	width: auto;
	padding: 10px 0;
	font-size: 1.5rem;
	color: #295376;
}
.search-module .quick-search {
	margin: 0;
	padding: 0;
	list-style: none;
}
.search-module .quick-search li {
	display: block;
	/* font-size: 1.5rem; */
}
.search-module .quick-search a {
	color: #295376;
	text-decoration: none;
	padding: 5px 10px 5px 0;
}
.search-module .quick-search a:hover {
	text-decoration: underline;
}
/* .search-module .btn-link {
	padding-top: 9px;
} */
@media (min-width: 768px) {
	/* .search-module .quick-search-wrapper {
		padding-top: 30px;
	} */
	.search-module .quick-search-wrapper .quick-search {
		display: block;
	}
	.search-module .quick-search-wrapper p {
		margin: auto;
		display: inline-block;
	}
	.search-module .quick-search {
		margin: 8px 0 0 0;
	}
	#search-filter .advance-btn a {
		padding: 10px 0;
	}
	.advance-btn {
		margin: 0;
		padding: 0;
	}
}
@media (min-width: 992px) {
	#search-filter .advance-btn a {
		float: right;
	}
}
.search-module-tools {
	padding: 0;
	/* margin-top: 15px; */
}
.search-module-tools .tool-link {
	/* font-weight: 500;	 */
	
}
.search-module-tools .tool-link a {
	text-align: left;
	background: #fff;
	/* border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece; */
	/* padding: 9px 25px 9px 35px; */
	padding: 9px 15px 9px 0;
	/* margin-right: 5px; */
	position: relative;
	border: 0;
}
.search-module-tools .tool-link a span.title {
	/* font-family: "Arial Narrow", Arial;
	font-stretch: condensed; */
	/* font-weight: bold; */
	font-size: 1.6rem;
	display: inline-block;
	line-height: 2.4rem;
	position: relative;
	white-space: nowrap;
}
.search-module-tools .tool-link a:hover span.title {
	 text-decoration: underline;
}
.search-module-tools .tool-link a span.tag {
	/* font-family: Arial;
	font-stretch: normal;
	font-weight: normal;*/
	font-size: 1.5rem; 
	color: #666;
	line-height: 1.7rem;
	display: none;
	white-space: nowrap;
	position: relative;
	margin-left: 10px;
	/* text-transform: uppercase; */
}
.search-module-tools .tool-link-more a {
	/* font-weight: 400;
	margin-left: 20px; */
	color: #295376;
}
.search-module-tools .tool-link-more .fa-angle-right {
	/* margin-right: 3px; */
}
.search-module-tools a {
	/* padding: 10px 10px 10px 0;
	text-decoration: none;
	background: #F0F8FA;
	border: 1px solid #C0DEE6;
	color: #295376;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.20px;
	font-size: 1.8rem; */
}
.search-module-tools a:hover {
	text-decoration: underline;
}
.search-module-tools .fa-caret-right {
	/* position: absolute;
	left: 16px;
	top: 13px; */
	/* display: none; */
}
.featured-group,
.main-group {
	display: block;
	padding: 0;
}
.main-group {
	margin: 20px 0 0 0;
}
.featured-group > a,
.main-group > a {
	display: block;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	margin: 10px 0 0 0;
}
.main-group > a {
	margin: 0;
}
.featured-group > a > span.fg-wrap > span.icon {
    padding: 0;
    margin-right: 5px;
	font-size: 5rem;
	float: left;
}
.main-group > a > span.fg-wrap > span.icon {
    padding: 0;
    margin-right: 5px;
	font-size: 5rem;
	float: left;
}
.featured-group > a > span.fg-wrap {
	display: block;
	margin: 0;
	/* min-height: 90px; */
}
.main-group > a > span.fg-wrap {
	display: block;
	margin: 0;
	min-height: 60px;
}
.featured-group > a > span.fg-wrap > span.title {
	display: block;
	font-size: 1.7rem;
	text-decoration: none;
	/* text-transform: uppercase; */
	color: #636363;
	padding: 4px 0 0 0;
}
.main-group > a > span.fg-wrap > span.title {
	display: inline-block;
	font-size: 1.5rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #636363;
}
.featured-group > a > span.fg-wrap > span.task {
	display: block;
	font-size: 2.5rem;
	font-weight: 600;
	text-decoration: none;
	line-height: 3.5rem;
	letter-spacing: -0.05rem;
}
.main-group > a > span.fg-wrap > span.task {
	display: block;
	font-size: 2.5rem;
	font-weight: 400;
	text-decoration: none;
	line-height: 3.5rem;
	letter-spacing: 0;
	padding-top: 12px;
}
.featured-group > a:hover > span.fg-wrap > span.task,
.featured-group > a:focus > span.fg-wrap > span.task,
.featured-group > a:active > span.fg-wrap > span.task,
.main-group > a:hover > span.fg-wrap > span.task, 
.main-group > a:focus > span.fg-wrap > span.task,
.main-group > a:active > span.fg-wrap > span.task {
	text-decoration: underline;
}
@media (min-width: 768px) {
	.search-module .quick-search-wrapper p {
		float: left;
		padding-top: 0;
		margin: 0;
	}
	.search-module .quick-search {
	    /* float: left; */
	    margin: 0;
	    display: inline-block;
		position: relative;
		padding: 0 0 0 10px;
	}
	.search-module .quick-search li {
		/* display: inline-block; */
		float: left;
		border-right: 1px solid #ccc;
	}
	.search-module .quick-search li:last-child {
		border-right: 0;
	}
	.search-module .quick-search a {
		padding: 5px 10px;
	}
	.search-module .quick-search li:first-child a {
		padding: 5px 10px 5px 0;
	}
	.search-module .quick-search li:last-child a {
		padding: 5px 0 5px 10px;
	}
	.featured-group > a {
		margin: 50px 0;
	}
	.featured-group > a > span.fg-wrap > span.title {
		font-size: 1.8rem;
	}
	.featured-group > a > span.fg-wrap > span.task {
		font-size: 2.85rem;
		
	}
}
@media (min-width: 992px) {
	.search-module .quick-search-wrapper p {
		/* margin: 0 0 11.5px 0; */
	}
	.search-module .quick-search {
	   /*  margin: 8px 0 0 0; */
	}
	.search-module .quick-search li:first-child a {
		padding: 5px 10px;
	}
	.search-module .quick-search li:last-child a {
		padding: 5px 10px;
	}
}

.employer-theme.featured-group > a {
	color: #bc3c3c !important;
}
.employer-theme.main-group > a {
	color: #bc3c3c !important;
}
.job-theme.featured-group > a {
	color: #3e68a1 !important;
}
.job-theme.main-group > a {
	color: #3e68a1 !important;
}
.lmi-theme.featured-group > a {
	color: #77549F !important;
}
.lmi-theme.main-group > a {
	color: #77549F !important;
}
.explore-theme.featured-group > a {
	color: #487D4E !important;
}
.explore-theme.main-group > a {
	color: #487D4E !important;
}
/* Job Search */
.job-theme.featured-group > a > span.fg-wrap span.icon.landing {
    border-radius: 50%;
    color: rgb(34, 101, 170);
    text-align: center;
    background: #fff none repeat scroll 0% 0% padding-box;
    border: 5px solid #C0DEE6;
    font-size: 3.5rem;
    width: 2em;
    height: 2em;
    line-height: 1.7em;
    margin: 0 10px 30px 0;
    padding: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.job-theme.main-group > a > span.fg-wrap span.icon.landing {
    border-radius: 50%;
    color: rgb(34, 101, 170);
    text-align: center;
    background: #fff none repeat scroll 0% 0% padding-box;
    border: 4px solid #C0DEE6;
	font-size: 2.5rem;
	width: 2.2em;
	height: 2.2em;
	line-height: 1.9em;
    margin: 0 5px 0 0;
    padding: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/* Explore Careers */
.explore-theme.featured-group > a > span.fg-wrap span.icon.landing {
    border-radius: 50%;
    color: #487D4E;
    text-align: center;
    background: #fff none repeat scroll 0% 0% padding-box;
    border: 5px solid #D3E3D5;
    font-size: 3.5rem;
    width: 2em;
    height: 2em;
    line-height: 1.8em;
    margin: 0 10px 30px 0;
    padding: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.explore-theme.main-group > a > span.fg-wrap span.icon.landing {
    border-radius: 50%;
    color: #487D4E;
    text-align: center;
    background: #fff none repeat scroll 0% 0% padding-box;
    border: 4px solid #D3E3D5;
    font-size: 2.5rem;
    width: 2.2em;
    height: 2.2em;
    line-height: 1.9em;
    margin: 0 5px 0 0;
    padding: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/* LMI */
.lmi-theme.featured-group > a > span.fg-wrap span.icon.landing {
    border-radius: 50%;
    color: #77549F;
    text-align: center;
    background: #fff none repeat scroll 0% 0% padding-box;
    border: 5px solid #E2D6E2;
    font-size: 3.5rem;
    width: 2em;
    height: 2em;
    line-height: 1.7em;
    margin: 0 10px 30px 0;
    padding: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.lmi-theme.main-group > a > span.fg-wrap span.icon.landing {
    border-radius: 50%;
    color: #77549F;
    text-align: center;
    background: #fff none repeat scroll 0% 0% padding-box;
    border: 4px solid #E2D6E2;
    font-size: 2.5rem;
    width: 2.2em;
    height: 2.2em;
    line-height: 1.9em;
    margin: 0 5px 0 0;
    padding: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.featured-tool {
	padding: 0;
	/* margin: 20px 0 0 0; */
	/* border-top: 1px solid #ddd; */
}
.featured-tool a {
	display: block;
	width: 100%;
	/* height: auto; */
	position: relative;
	padding: 30px 0 0 0;
	text-decoration: none;
}
/* .featured-tool a:hover {
	background-color: #efefef;
} */
.featured-tool-description {
	display: block;
	padding: 0;
}
.featured-tool .title,
.featured-tool .lead {
	font-family: 'Roboto', sans-serif;
	display: block;
}
.featured-tool .title {
	margin: 0;
	padding: 0;
	font-size: 2.25rem;
	font-weight: 500;
	color: #3e68a1;
}
.featured-tool > a:hover > .featured-tool-description > .title,
.featured-tool > a:focus > .featured-tool-description > .title,
.featured-tool > a:active > .featured-tool-description > .title {
	text-decoration: underline;
}
.featured-tool .lead {
	font-size: 2rem;
	font-weight: 300;
	display: block;
	color: #636363;
	margin: 0;
}
.featured-tool-icon {
	float: left;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 35px;
}
.featured-tool .fa {
	width: 2.5em;
	line-height: 2.1em;
	font-size: 2em;
	height: 2.5em;
	border: 6px solid;
		
	border-radius: 50%;
	color: #3e68a1;
	/* border: 7px solid #e1e1e1; */
	/* width: 2.25em;
	line-height: 1.85em;
	font-size: 3.5em;
	height: 2.25em; */
	text-align: center;
	margin: 0;
	/* border: 8px solid; */
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box;
	background-clip: padding-box;	
}
.featured-tool > a:hover > .featured-tool-description > .featured-tool-icon > .fa,
.featured-tool > a:focus > .featured-tool-description > .featured-tool-icon > .fa,
.featured-tool > a:active > .featured-tool-description > .featured-tool-icon > .fa {
	color: #fff;
	background: #3e68a1;
	border-color: #e1e1e1;
}
@media screen and (min-width: 768px) {
	.featured-group > a {
		margin: 30px 0; 
	}
	.featured-tool-description {
		margin: 20px 0;
	}
	.spotlight-tab .featured-tool-description {
		margin: 0;
		display: inline-block;
	}
	.featured-tool a {
		border-top: 1px solid #ccc;
		padding: 15px 10px;
		height: 130px;
	}
	/* .featured-tool .title {
		margin: 0;
	} */

	.spotlight-tab .featured-tool .title {
		margin: 0;
		display: inline-block;
		color: #fff;
		font-size: 1.5rem;
		font-family: Arial, sans-serif;
	}
	.featured-tool-icon {
		/* float: left;
		margin-top: -10px;
		margin-right: 10px; */
		margin-bottom: 0;
	}
	.spotlight-tab .featured-tool-icon {
		float: none;
		display: block;
		margin: 0 0 5px 0;
	}
	.spotlight-tab .featured-tool .fa {
		/* width: 2em;
		line-height: 1.7em;
		font-size: 1.5em;
		height: 2em;
		border: 4px solid; */
	}
	.featured-tool .fa {
		width: 2.5em;
		line-height: 2.1em;
		font-size: 2em;
		height: 2.5em;
		border: 6px solid;
	}
}
@media screen and (min-width: 992px) {
	.featured-group > a {
		margin: 50px 10px 50px 0;
	}
}
.job-theme.featured-tool .fa {
	margin: 0 auto;
	display: block;
	background: #fff;
	border-color: #e1e1e1;
}
.canada-numbers-wrapper {
	padding: 50px 30px;
	background: url('../images/bg-canadanumbers.png') no-repeat 50% 10%;
	/* background-size: cover; */
	height: 100%;
}
.canada-numbers-wrapper h2, 
.stats-object .title,
.stats-object .lead {
	font-family: 'Roboto', sans-serif;
}
.canada-numbers-wrapper h2 {
	font-weight: 300;
	/* text-transform: uppercase; */
	margin: 0 0 20px 0;
}
.stats-container {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	display: table;
	background-color: rgba(255,255,255,.85);
	border: 1px solid #ddd;
	text-align: left;
}
.stats-container > .stats-object {
	padding: 0;
	margin: 0 0 20px 0;
	display: block;
	width: auto;
}
.stats-container > .stats-object:last-child {
	margin: 0;
}
.stats-object .title {
	font-size: 1.7rem;
	font-weight: 500;
	/* text-transform: uppercase; */
	color: #636363;
	margin: 0 0 5px 0;
	padding: 0;
}
.stats-object .lead {
	font-size: 3.3rem;
	font-weight: 500;
	letter-spacing: -0.1rem;
	margin-bottom: 0;
	color: #555;
	line-height: 1;
}
.stats-object .lead a {
	color: #487D4E;
	text-decoration: none;
	padding: 0 10px;
	border-radius: 10px;
}
.stats-object .lead a:hover {
	text-decoration: underline;
}
.stats-object .fa {
	color: #777;
	margin-left: 10px;
}
@media screen and (min-width: 768px) {

	.stats-container {
		padding: 30px;
	}
	.stats-container > .stats-object {
		padding: 0 10px;
	}
	.stats-object .title {
		font-size: 1.8rem;
	}
	.stats-object .lead {
		font-size: 3.5rem;
	}
	.stats-object .fa {
	
	}
}
@media screen and (min-width: 992px) {
	.stats-container {
		text-align: center;
		width: auto;
	}
	.stats-container > .stats-object {
		display: inline-block;
	}
}
@media screen and (min-width: 1200px) {
	.canada-numbers-wrapper {
		background: url('../images/bg-canadanumbers.png') no-repeat 50% -50%;
	}
	.stats-container > .stats-object {
		margin: 0;
	}
}

/* Job Bank Menu */
#jb-menu-group {
	display: block;
	/* margin: 0 5px 15px 5px; */
	margin: 10px 0 15px 0;
}
#jb-menu-group .jbservices,
#jb-menu-group .home-command {
	width: auto;
}
#jb-menu-group .jbservices span.nowrap,
#jb-menu-group .home-command span.nowrap {
	font-family: "Roboto", "Arial Black", Arial, Helvetica, sans-serif !important;
	/* font-weight: 900; */
	font-stretch: normal;
	text-transform: none;
	letter-spacing: -0.01rem;
	/* line-height: 1.25em; */
	display: inline-block;
}
#jb-menu-group .jbservices span.nowrap .title,
#jb-menu-group .home-command span.nowrap .title {
	display: none;
}
#jb-menu-group .jbservices span.nowrap .menu,
#jb-menu-group .home-command span.nowrap .menu,
#jb-menu-group .jbservices span.nowrap .fmenu,
#jb-menu-group .home-command span.nowrap .fmenu {
	font-weight: normal;
	display: inline;
	
}
#jb-menu-group .jbservices span.nowrap .menu,
#jb-menu-group .home-command span.nowrap .menu {
	text-transform: capitalize;
}
#jb-menu-list {
	display: none;
    position: absolute;
    z-index: 99;
    padding: 0 30px 0 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	/* top: 70px; */
} 

#jb-menu-list > ul.list-group {
	margin: 0;
	text-align: left;
	width: 100%;
    padding: 0;
   	/* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
}
#jb-menu-list > ul.list-group h3.wb-navcurr {
    margin: 0;
    font-size: 1.15em;
   	padding: 0;
   	line-height: 1.5em;
    font-weight: normal;
    background-color: #335075 !important;
    color: #fff;
    text-align: left;
    /* text-shadow: 1px 1px 1px #222; */
}
#jb-menu-list > ul.list-group h3.wb-navcurr a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}
#jb-menu-list > ul.list-group h3.wb-navcurr a .fa {
   	float: right;
   	margin: 5px 0 0 20px;
}
#jb-menu-list > ul.list-group h3.wb-navcurr a:hover,
#jb-menu-list > ul.list-group h3.wb-navcurr a:focus {
	background: #243850 !important;
}
#jb-menu-list > ul.list-group > li {
	display: block;
	float: none;
	padding: 0;
}
#jb-menu-list > ul.list-group > li:not(:last-child) > h3.wb-navcurr {
    
}
#jb-menu-list  > ul.list-group > li > ul.jb-cat {
	padding:0;
    margin: 0;
    display: none;
}
#jb-menu-list > ul.list-group > li:not(:last-child) > ul {
	margin: 0 1px 0 0;
}
#jb-menu-list > ul.list-group > li > ul > li {
	font-size: 1em;
    line-height: 1.5em;
}
#jb-menu-list > ul.list-group > li > ul > li > a.list-group-item {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.20px;
	font-size: 1.4rem;
	font-weight: 400;
	border: none;
    /* background-color: #e6e6e6; */
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;   
}

#jb-menu-list > ul.list-group > li > ul > li > a.list-group-item[href]:hover,
#jb-menu-list > ul.list-group > li > ul > li > a.list-group-item[href]:focus {
	background-color: #666;
    color: #fff;

}
#jb-menu-list > ul.list-group > li > ul > li:last-child > a.list-group-item {
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
}
@media (min-width: 768px) {
	#jb-menu-list {
    	position: absolute;
    }
	#jb-menu-group {
		margin: 15px 0;
	}
	#jb-menu-group .jbservices span.nowrap .title,
	#jb-menu-group .home-command span.nowrap .title {
		display: inline;
	}
	#jb-menu-group .jbservices span.nowrap .menu,
	#jb-menu-group .home-command span.nowrap .menu {
		text-transform: lowercase;
	}
}
@media (min-width: 992px) {
	#jb-menu-group {
		display: inline-block;
		width: 100%;
	}
	.masthead-brand {
		width: auto;
	}
	/* .masthead-brand .fa {
		font-size: 1.9em;
		width: 28px;
	}
	.masthead-brand span.nowrap {
		font-family: "Arial Narrow", Helvetica, Arial, sans-serif !important;
	    font-stretch: condensed;
	    font-weight: 700;
	    font-size: 1.3em;
	    line-height: 1.5em;
	    text-transform: uppercase;
	} */
	#jb-menu-list {
	    /* left: 15px; */
	   /*  width: auto; */
		padding: 0;
    	/* background-color: #e6e6e6;   */ 	    
    	background-color: #fff;
	    border-left: 1px solid #ccc;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
		background-clip: padding-box;	    
	}
	#jb-menu-list > ul.list-group {

	}
	#jb-menu-list > ul.list-group h3.wb-navcurr {
	    font-size: 1em;
    	text-align: center;
	}
	#jb-menu-list > ul.list-group h3.wb-navcurr a {
    	padding: 10px;
	}
	#jb-menu-list > ul.list-group h3.wb-navcurr a .fa {
    	display: none;
	}
	#jb-menu-list > ul.list-group h3.wb-navcurr a:hover,
	#jb-menu-list > ul.list-group h3.wb-navcurr a:focus {

	}
	#jb-menu-list > ul.list-group > li {
		display: inline-block;
		float: left;
	    margin: 0;
	    padding: 0;
	    width: auto;
	}
	#jb-menu-list > ul.list-group > li:not(:last-child) > h3.wb-navcurr {
		border-right: 1px solid #ccc;
	}
	#jb-menu-list  > ul.list-group > li > ul.jb-cat {
	    font-size: 1em;
    	display: block;
	}
	#jb-menu-list > ul.list-group > li:not(:last-child) > ul {

	}
	#jb-menu-list > ul.list-group > li > ul > li {

	}
	#jb-menu-list > ul.list-group > li > ul > li > a.list-group-item {
		padding: 10px 20px;
		white-space: nowrap;
	}
	
	#jb-menu-list > ul.list-group > li > ul > li > a.list-group-item[href]:hover,
	#jb-menu-list > ul.list-group > li > ul > li > a.list-group-item[href]:focus {

	}
	#jb-menu-list > ul.list-group > li > ul > li:last-child > a.list-group-item {

	}	
}
.cover .task-title {
	border: none;
	overflow-y: hidden;
	height: auto;
	position: relative;
}
.cover select {
	font-size: 2.5rem;
	padding: 5px 10px;
	height: 50px;
}
.cover select option {
	font-size: 2.5rem;
	padding: 5px 10px;
}
.featured-content {
	padding: 30px 0 0 0;
}
.service-content {
	/* padding: 20px 0 40px 0; */
	padding: 0;
	/* border: 1px solid #ccc; */
	margin: 40px 0;
	display: table;
}
.service-content div {
	float: none;
    display: inline-block;
    vertical-align: top;
}
.service-content .service-content-details {
	padding: 30px;
	background: #fff;
	margin: 0;
}
.service-content .service-content-bg {
	background-size: cover;
	/* max-height: 300px !important;
	min-height: 300px !important; */
	display: block;
	height: 250px;
	width: 100%;
}
#jbJobAlert.service-content .service-content-bg {
	background: url('../images/landing/landing-service-image2.jpg') no-repeat right bottom;
	background-size: cover;
}
#jbJobMatch.service-content .service-content-bg {
	background: url('../images/landing/landing-service-image1.jpg') no-repeat right bottom;
	background-size: cover;
}
#jbCareerTool.service-content .service-content-bg {
	background: url('../images/landing/landing-service-image3.jpg') no-repeat 100% 30%;
	background-size: cover;
}
#jbExternalTool.service-content .service-content-bg {
	background: url('../images/landing/landing-service-image4.jpg') no-repeat 20% 100%;
	background-size: cover;
}
/*
.service-content'.service-content img.pull-left,
.service-content img.pull-right {
	width: 425px !important;
	height: 350px !important;
	float: none !important;
	max-width: 300px;
}
.service-content img {
	width: 425px !important;
	height: 350px !important;
	float: none !important;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 40px 0;
} */
.service-content h2 {
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-size: 2.5rem;
	color: #555;
	margin-top: 0;
	/* letter-spacing: 0.15rem; */
}
.service-content h2 .title {
	color: #636363;
	display: block;
	/* text-transform: uppercase; */
	font-size: 1.7rem;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.service-content h2 em {
	color: #898989;
	font-style: normal;
}
.service-content .lead {
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-weight: 300; 
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 8;
}
main.search-visible .overlay {
	visibility: visible;
	opacity: .45;
}
main .search-input-content {
	margin-bottom: 15px;
	display: none;
}
main.search-visible .search-input-content {
	display: block;
	position: absolute;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	z-index: 9;

	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	box-shadow: 0 10px 6px -6px rgba(0,0,0,.25);
}
main.search-visible .search-input-content form {
	padding: 15px 15px 0 15px;
}
main.search-visible .search-input-content form h2 {
	margin: 0 0 10px 0;
}
main .command-search-overlay-close {
	display: none;
}
main.search-visible .command-search-overlay-close {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
main.search-visible .results-content {
	/* display: none; */
}
.container .jobbank-menu-content {
	margin: 0;	
}
.search-input-content-nav {
	margin: 0 0 15px 0;
}
@media (min-width: 768px) {
	main.search-visible .search-input-content form {
		padding: 15px 15px 0 15px;
	}
	.featured-content {
		padding: 20px 0 0 0;
	}
	.service-content {
		/* padding: 20px 0 40px 0; */
	}
	.service-content .service-content-details {
		padding: 50px 30px;

	}
	#jbJobAlert.service-content .service-content-bg {
		background-position: 100% 50%;
	}
	#jbJobMatch.service-content .service-content-bg {
		background-position: 100% 50%;
	}
	#jbCareerTool.service-content .service-content-bg {
		background-position: 100% 15%;
	}
	#jbExternalTool.service-content .service-content-bg {
		background-position: 20% 20%;
	}
	/* .service-content img {
		width: auto !important;
	}
	.service-content img.pull-left,
	.service-content img.pull-right {
		width: auto !important;
		height: auto !important;
		max-width: 425px;
	}
	.service-content img.pull-left {
		padding-right: 30px !important;
		float: left !important;
	}
	.service-content img.pull-right {
		padding-left: 30px !important;
		float: right !important;
	} */
	.service-content h2 {
		font-size: 4rem;
		margin: 0 0 11.5px 0;
	}
	.service-content h2 .title {
		font-size: 2.25rem;
	}
	.service-content .lead {
		
	}
}
@media (min-width: 992px) {
	.featured-content {
		padding: 0;
	}
	.service-content div {
		float: none;
		display: table-cell;
	}
	.service-content .service-content-bg {
		display: table-cell;
		width: auto;
	}
	/* #jbJobAlert.service-content .service-content-bg {
		background-position: right bottom;
	}
	#jbJobMatch.service-content .service-content-bg {
		background-position: right bottom;
	} */
	#jbCareerTool.service-content .service-content-bg {
		background-position: 100% 15%;
	}
	#jbExternalTool.service-content .service-content-bg {
		background-position: 20% 20%;
	}
	main .search-input-content form h2 {
		display: none;
	}
	.search-input-content-nav,
	main.search-visible .command-search-overlay-close {
		display: none;
	}
	main .search-input-content {
		display: block;
		position: relative;
		background: transparent;
		z-index: auto;
		padding: 0;
		margin-bottom: 15px;
		margin-left: -15px;
	}
	
	main.search-visible .search-input-content {
		display: block;
		position: relative;
		background: transparent;
		z-index: auto;
		padding: 0 15px;
		margin-bottom: 15px;
		margin-left: -15px;
	}
	main.search-visible .results-content {
		display: block;
	}
	.container .jobbank-menu-content {
		margin: 0 -15px;	
	}
	.search-module {
		padding: 0 15px;
	}
}

/* main.search-visible .jobbank-menu-content,
main.search-visible .search-input-content-nav */
main.search-visible .results-filter-content {
	display: none;
}
.results-content {
	margin-bottom: 15px;
	position: relative;
}
#results-filter-overlay {
	
}

.results-content .results-filter-wrapper {
	left:0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
	position: relative;
	/* -webkit-transition: left 0.2s ease-out;
	-moz-transition: left 0.2s ease-out;
	-o-transition: left 0.2s ease-out;
	transition: left 0.2s ease-out; */
}
/* Filter visible */
.results-content.filter-visible .results-filter-wrapper {
	display: block;
	height: auto;
	opacity: 1;
	overflow: hidden;

	left: 0;
	visibility: visible;
	
	opacity: 1;
    transform: translatex(0px);
}
/* Filter invisible */
.results-content.filter-hide .results-filter-wrapper {
	position: absolute;
	/* visibility: hidden; */
	/* opacity: 0;
    width: 0;
    height: 0; */
    left: 0;
    transform: translatex(-293px);
}
.results-content.filter-visible .results-list-content {
	display: block;
	opacity: 1;
	-webkit-transition: width 0.2s ease-out;
       -moz-transition: width 0.2s ease-out;
         -o-transition: width 0.2s ease-out;
            transition: width 0.2s ease-out;
}
.results-content .filter-button-overlay {
	display: none;
}
.results-content.filter-visible .filter-button-overlay,
.results-content .results-filter-button-overlay {	
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	overflow: hidden;
	position: fixed;
	z-index: 7;
	
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	
	background: #fff;
	border-top: 1px solid #ddd;
}
.results-content .results-filter-button-overlay {
	display: none;
}
.results-content.filter-visible .filter-button-overlay {
	display: none;
}
.results-content .results-list-wrapper {
	padding: 0;
	right: 0;	
	-webkit-transition: width 0.2s ease-out;
	-moz-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
	/* position: absolute; */
	display: block;
	height: 100%;
	top: 0;
	
}
.results-filter-content,
.results-list-content,
.job-posting-details {
	background-color: #fff;
	border: 1px solid #ddd;
    padding: 20px;
}
.results-filter-content {
    padding: 0 20px 20px 20px;
}
.results-list-content {
	position: relative;
	display: block;
}
.results-nav {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.results-nav .btn-wrap {
	position: relative;
	display: table;
	border-collapse: separate;
}
.results-nav .command-result-filter {
	width: 100%;
	margin: 0 0 10px 0;
}
@media (min-width: 992px) {
	.results-content.filter-visible .filter-button-overlay,
	.results-content .filter-button-overlay {
		display: none;
	}
	.results-content .results-filter-button-overlay {
		display: none;
		position: relative;
		border: none;
		overflow: auto;
		width: auto;
		left: auto;
		bottom: auto;
		vertical-align: middle;
		padding: 0;
		margin: 0;
	}
	.results-content .results-filter-wrapper {
		padding-left: 0;
		padding-right: 15px;
		padding-bottom: 15px;
		position: absolute;
	}

	.results-nav .command-result-filter {
		display: inline-block;
		width: auto;
		margin: auto;
	}
	.results-content.filter-visible .results-filter-wrapper {
		transform: translatex(0px);
	}
	.results-content.filter-hide .results-filter-wrapper {
		transform: translatex(0px);
	}
	.results-content.filter-hide .results-list-wrapper {
		float: right;
	}

	.results-content.filter-visible .results-list-wrapper {
		float: right;
		/* position: absolute;
		right: 0; */
	}
}
.btn-group > .btn + .dropdown-toggle .fa {
	line-height: 2.1rem;
}
.results-summary {
	/* text-align: center; */
	margin: 10px 0 0 0;
}
.results-summary h2 {
	margin: 0px;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 500;
}
.results-summary .found,
.results-summary .keyword {
	/* margin-right: 5px; */
}
.results-summary .found {
	/* color: #3E68A1; */
	font-weight: 600;
}
.results-summary .keyword {
	color: #0d6bb9;
	margin-right: 0px;
}
@media (min-width: 450px) {
	.results-summary {
		float: right;
		margin: 0;
		display: inline-block;
	}
}
.results-filter-content legend,
.results-filter-content h3,
.results-filter-content h4 {
	border: 0;
	/* font-family: "Arial Narrow", Helvetica, Arial, sans-serif !important;
	font-stretch: condensed; */
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #555;
	/* line-height: 2.25rem; */
	margin: 0 0 1px 0;
	padding: 10px 15px 10px 0;
	float: none;
	/* text-transform: uppercase; */
	letter-spacing: 0.02em;
	position: relative;
	/* word-break: break-all; */
}
.results-filter-content h3 {
	cursor: pointer;
}
.results-filter-content h3:hover,
.results-filter-content h3:hover .fa {
	color: #bc3c3c;
} 
.results-filter-content h3:active,
.results-filter-content h3:focus {
	outline: 1px dotted #000;
}
.results-jobs article {
	padding: 0;
}
.results-jobs article .resultJobItem {
	text-decoration: none;
	display: block;
	padding: 30px 10px;
	border-bottom: 1px dotted #ddd;
	position: relative;
}
.results-jobs article .resultJobItem:hover,
.results-jobs article .resultJobItem:focus,
.results-jobs article .resultJobItem:active {
	background-color: #F9F9F9;
	/* transition: all 0.2s linear; */
	margin: -1px -20px 0 -20px;
	border-top: 1px dotted #ddd;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.results-jobs article .resultJobItem .label-new {
	background: #e8f2f4;
	font-size: 1.2rem;
	font-weight: 500;
	color: #3E68A1;
	/* border: 1px solid #82C8EC; */
	border: 0;
	padding: .5em 1em .5em 1em;
	line-height: 1.4rem;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.results-jobs article .resultJobItem .label-new .fa {
	font-size: 1.3rem;
}
.results-jobs article .resultJobItem:hover .label-new,
.results-jobs article .resultJobItem:focus .label-new,
.results-jobs article .resultJobItem:active .label-new {
	/* left: 13px; */
	/* display: block;
	width: 100%;
	text-align: left; */
}
.results-jobs article .resultJobItem .title {
	font-weight: 600;
	font-size: 1.9rem;
	color: #3E68A1;
	display: block;
	line-height: normal;
	margin: 0;
	border: 0;
}
.results-jobs article .resultJobItem h2.title .noctitle {
	display: inline-block;
}
.results-jobs article .resultJobItem h2.title .noctitle:first-letter {
	text-transform: capitalize;
}
.results-jobs article .resultJobItem:hover .title,
.results-jobs article .resultJobItem:focus .title,
.results-jobs article .resultJobItem:active .title {
	text-decoration: underline;
	color: #0535d2;
}
.results-jobs article .resultJobItem .date,
.results-jobs article .resultJobItem .business {
	font-size: 1.5rem;
}
.results-jobs article .resultJobItem .date,
.results-jobs article .resultJobItem .business,
.results-jobs article .resultJobItem .location,
.results-jobs article .resultJobItem .salary,
.results-jobs article .resultJobItem .source  {
	color: #666;
}
.results-jobs article .resultJobItem .business {
	margin-left: 5px;
}
.results-jobs article .resultJobItem .location {
	margin-top: 15px;
}
.results-jobs article .resultJobItem .location,
.results-jobs article .resultJobItem .salary {
	display: block;
	margin-bottom: 5px;
}
.results-jobs article .resultJobItem .location .fa,
.results-jobs article .resultJobItem .salary .fa {
	margin-right: 5px;
	width: 21px;
	text-align: center;
}
.results-jobs article .resultJobItem .source  {
	
}
.results-jobs article .resultJobItem .source .fa {
	font-size: 0.9em;
}
.results-jobs article .resultJobItem .source img {
	margin-right: 10px;
	margin-top: -5px;
}
.results-filter-content .output {
	/* font-weight: 600; */
	padding: 3px 7px 1px 7px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	display: block;
	border-radius: 5px;
	color: #335086;
	width: 100%;
	text-align: center;
}
.results-filter-content .output.amount-dist::after,
.results-filter-content .dist.value .from::after,
.results-filter-content .dist.value .to::after {
	content: 'km';
}
.results-filter-content .output.amount-salary::before,
.results-filter-content .salary.value .from::before,
.results-filter-content .salary.value .to::before {
	content: '$';
}
.results-filter-content .output.amount-salary::after,
.results-filter-content .salary.value .from::after,
.results-filter-content .salary.value .to::after {
	content: 'K';
}
@media (min-width: 992px) {
	.results-jobs article .resultJobItem {
		padding: 30px 10px;
	}
	.results-jobs article .resultJobItem:hover,
	.results-jobs article .resultJobItem:focus,
	.results-jobs article .resultJobItem:active {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.results-jobs article .resultJobItem .title {
		font-size: 2.1rem;
	}
	.results-jobs article .resultJobItem {
		padding: 30px;
	}
	.results-jobs article .resultJobItem:hover,
	.results-jobs article .resultJobItem:focus,
	.results-jobs article .resultJobItem:active {
		margin: -1px -20px 0 -20px;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 50px;
		padding-right: 50px;
	}
}
.results-filter-content fieldset {
	margin: 0;
}
.results-filter-content .range {
	position: relative;
}
.results-filter-content label {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.results-filter-content .range label 	{
	margin: 0 0 20px 0;
}
.results-filter-content .range .value {
	display: block;
	position: absolute;
	width: 100%;
	color: #666;
	margin-top: -15px;
}
.results-filter-content .value .from,
.results-filter-content .value .to {
	display: block;
	font-size: 1.5rem;
}
.results-filter-content .value .from {
	float: left;
}
.results-filter-content .value .to {
	float: right;	
}
input[type=range]{
    /* fix for FF unable to apply focus style bug  */
    border: 1px solid white; 

    /*required for proper track sizing in FF*/
    width: 100%;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 7px;
    background: #dfdfdf;
    border: none;
   /*  border-radius: 10px; */
}
input[type=range]::-moz-range-thumb {
    border: 3px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #149917;
}
/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}
input[type=range]:focus::-moz-range-track {
    background: #ccc;
}
.results-filter-content > section {
	padding: 12px 0 10px 0;
	border-bottom: 1px dotted #ddd;
}
.results-filter-content .list-group {
	overflow-y: auto;
	min-height: 100px;
	max-height: 300px;
	height: auto;
	/* border: 1px solid #ddd; */
	border-radius: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.results-filter-content .list-group.open {
	opacity: 1;
	visibility: visible
}
.results-filter-content .list-group.close {
	opacity: 0;
	visibility: hidden;
	height: 0;
	min-height: 0;
	max-height: 0;
}
.results-filter-content .list-group-item {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	/* border-top: 1px dotted #ddd; */
	border-top: 0;
	border-radius: 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
}
.results-filter-content .list-group-item:first-child {
    border: 0;
}
.results-filter-content .list-group-item:first-child,
.results-filter-content .list-group-item:last-child {
    border-radius: 0;
}
.results-filter-content .list-group-item a {
	text-decoration: none;
	color: #3E68A1;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.results-filter-content .list-group-item a:hover,
.results-filter-content .list-group-item a:focus,
.results-filter-content .list-group-item a:active {
	text-decoration: underline;
	color: #0535d2;
}
.results-filter-content .list-group-item.active a {
	color: #fff;
}
.btn-sort {
	cursor: default;
	padding-left: 0;
}
.btn-keyword,
.btn-keyword:hover {
	border: 1px dotted #bbb;
	/* padding: 3px 10px; */
}
.btn-keyword,
.btn-keyword:visited {
	color: #3E68A1;
}
.btn-keyword .fa {
	margin-left: 5px;
}
.btn-keyword:hover {
	border: 1px dotted #BC3C3C;
}
.btn-keyword:hover,
.btn-keyword:hover .fa,
.btn-keyword:active,
.btn-keyword:active .fa,
.btn-keyword:focus,
.btn-keyword:focus .fa {
	color: #BC3C3C;
}
.toggleFilterList {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	background-color: #fff;
	width: 15px;
	text-align: center;
}
.toggleFilterList .fa {
	color: #3E68A1;
}
.results-filter-content .list-group-item .badge,
.results-list-content .list-group-item .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px 2px 7px;
    font-size: 0.85em;
	font-weight: 400;
    color: #555;
    line-height: 1.3em;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    float: right;
    margin-left: 2px;
}
.results-list-content .list-group-item .badge {
	float: none;
	font-size: 1.75rem;
    font-weight: 500;
    padding: 5px 9px 3px 9px;
    margin-right: 5px;
}
.search-options .list-group-item  {
	border: 0;
	padding-left: 0;
}
.results-list-content .list-group-item a,
.results-list-content .list-group-item a:hover,
.results-list-content .list-group-item a:focus,
.results-list-content .list-group-item a:active	 {
	border: 0;
	padding: 0;
	margin: 4px 0 0 0;
	display: inline-block;
	background: transparent;
	text-decoration: none;
}
.results-list-content .list-group-item a .jbs-suggestion-label {
	text-decoration: underline;
}
.results-list-content .list-group-item a .suggestion-btn {
    min-width: 10px;
    padding: 3px 7px 2px 7px;
    font-size: 1em;
	font-weight: 400;
    color: #555;
    line-height: 1.3em;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background: #efefef;
    border: solid 1px #ccc;
    border-radius: 10px;
}
#jbs_suggestion_grid > div > details > summary {
	font-weight: 600;
}
#jbs_suggestion_grid details {
	border-radius: 0;
	margin-bottom: 2px;
}
#jbs_suggestion_grid details details {
	border: 0;
}
#jbs_suggestion_grid details summary {
	padding: 10px;
}
#jbs_suggestion_grid .jbs-sub-list {
	margin: 0 10px 0 15px;
	border-bottom: 1px dotted #ccc;
	padding: 10px 10px 10px 15px;
}

#jbs_suggestion_grid .jbs-sub-list .jbs-noc {
	font-size: 1.25rem;
	color: #666;
}
#jbs_suggestion_grid details summary .jbs-filter-counter,
#jbs_suggestion_grid .jbs-sub-list .jbs-filter-counter {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px 2px 7px;
	margin-left: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #555;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 10px;
}
#jbs_suggestion_grid .jbs-sub-list .jbs-filter-counter {
	float: right;
	margin: -22px 0 0 0;
	display: block;
}
.jbs-list-items {
	list-style: none;
	margin: 0;
	padding: 0;
}
.jbs-list-items li {
	font-weight: 500;
}
.job-posting-details {
	padding: 0 20px;
}
.job-posting-details-body {
	padding: 0;
}
.job-posting-detail-nav-top {
	margin: 20px 0;
	padding: 0;
	font-size: 1.5rem;
}
.job-posting-detail-nav-top .fa {
	text-decoration: none;
}
.job-posting-detail-nav-top .item-link {
	margin-right: 25px;
}
.job-posting-detail-nav-top .item-link.btn-back .fa {
	margin-right: 5px;
}
/* .job-posting-detail-nav-top .pull-right .item-link:last-child {
	margin-right: 0;
} */
/* .job-posting-detail-nav-top .item-link .fa {
	margin-right: 5px;
} */
/* .job-posting-detail-nav-top .item-link:last-child .fa {
	margin-left: 10px;
	margin-right: 0;
} */
.job-posting-content {
	margin-bottom: 15px;
}
.job-posting-content .title {
	font-size: 2.2rem;
	color: #3E68A1;
	/* color: #555; */	
	margin: 20px 0 5px 0;
	font-weight: 600;
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
}
.results-jobs article .resultJobItem .title:first-letter,
.results-jobs article .resultJobItem h2 span.noctitle:first-letter,
.job-posting-content .title:first-letter {
    text-transform: capitalize;
}
.job-posting-content .source-title {
	margin: 0 0 5px 0;
	/* padding: 5px 10px;
	background: #F9F9F9;
	border: 1px dotted #ccc;
	font-size: 1.5rem; */
}
.job-posting-content .source-title span {
	font-style: italic;
	color: #3E68A1;
}
.job-posting-content .source-title .orig-title-label {
	font-style: normal;
	color: #000;
}
.job-posting-content .date-business {
	margin: 0 0 20px 0;
}
.job-posting-content .date-business .date {
	
}
.job-posting-content .date-business .business {
	font-weight: 600;
}
.job-posting-content .date-business .business .fa {
	font-size: 1.5rem;
	color: #3E68A1;
}
.job-posting-brief {
	list-style: none;
	padding: 0 0 25px 0;
	margin: 0;
}
.job-posting-brief li {
	margin: 0 0 5px 20px;
	color: #555;
}
.job-posting-brief li .fa,
.job-posting-brief li .source-image {
	/* margin-right: 5px;
	width: 21px;
	text-align: center; */
	margin-right: -1px;
	width: 21px;
	text-align: center;
	margin-left: -25px;
}
.job-posting-brief li .source-image img {
	margin-right: 0;
}
.job-posting-brief-data {
	
}
.job-posting-brief li img {
	width: 21px;
	margin-right: 5px;
	vertical-align: baseline;
}
.job-posting-brief li .title {
	display: inline-block;
	font-size: 1.6rem;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 500;
	color: #555;
	margin: 0;
}
.job-posting-brief li .value {
/* 	display: block;
	margin-left: 30px; */
}
.job-posting-detail-apply {
	margin: 10px 0 0 0;
}
.job-posting-detail-apply .btn-apply {
	/* text-align: left; */
	font-weight: 600;
}
.job-posting-detail-requirements {
	padding-bottom: 20px;
	border-top: 1px dotted #ccc;
}
.job-posting-detail-apply,
.job-posting-detail-common {
	border-top: 1px dotted #ccc;
	padding: 20px 0;
}
.job-posting-detail-common {
	margin-top: 20px;
}
.job-posting-detail-requirements h3,
.job-posting-detail-requirements h4,
.job-posting-detail-apply h3,
.job-posting-detail-apply h4 {
	color: #555;
}
.job-posting-detail-apply h3 {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 600;
}
.job-posting-detail-requirements h4,
.job-posting-detail-apply h4 {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 1.8rem;
}
.job-posting-detail-apply .external-job details {
	padding: 0px 0px 20px;
}
.job-posting-detail-apply .external-job details summary {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 2.2rem;
}
.job-posting-detail-apply .external-job details[open] summary, 
.job-posting-detail-apply .external-job details[open] {
	border: 0;
}
.job-posting-detail-apply .external-job details summary.hide {
	display: none !important;
	opacity: 0;
}
/* .job-posting-detail-apply .external-job details .content {
	opacity: 0;
	background: #C0DEE6;
	display: inline-block;
	transition: all 0.2s linear;
    -webkit-transition: all  0.2s linear;
    -moz-transition: all  0.2s linear;
} */
.job-posting-detail-apply .external-job .content {
	padding: 10px 10px 10px 0;
	margin: 0;
}
.job-posting-detail-apply .external-job .content a {
}
.job-posting-detail-apply .external-job .content .mono-lang {
	display: block;
}
/* Menu */
.job-posting-details-menu {
	padding: 15px;
}
.job-posting-details-nav {
	list-style: none;
	/* padding: 0; */
	padding: 0;
	margin: 0 -15px 0-15px;
}
.job-posting-details-nav li {
	border-top: 1px dotted #ccc;
}
.job-posting-details-nav li .glyphicon {
	margin-right: 5px;
}
.job-posting-details-nav li:first-child
/* .job-posting-details-nav li:nth-child(2) */ {
	border-top: 0;
}
.job-posting-details-nav li a,
.job-posting-details-nav li a:visited {
	text-decoration: none;
	padding: 10px 25px;
	display: block;
}
/* .job-posting-details-nav li:not(:first-child) a:hover */
.job-posting-details-nav li a:hover {
	text-decoration: underline;
	background: #f5f5f5;
}
.job-posting-details-nav li a .fa {
	margin-right: 5px;
	width: 21px;
}
.job-posting-details-nav li .btn-apply {
	font-weight: 600;
	/* background: #f16d0f; Old browsers
	background: -moz-linear-gradient(top, #f16d0f 0%, #cd4e0e 100%); FF3.6-15
	background: -webkit-linear-gradient(top, #f16d0f 0%,#cd4e0e 100%); Chrome10-25,Safari5.1-6
	background: linear-gradient(to bottom, #f16d0f 0%,#cd4e0e 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16d0f', endColorstr='#cd4e0e',GradientType=0 ); IE6-9
	color: #fff; */
	text-align: left;
}
.job-posting-details-nav li .btn-apply:hover,
.job-posting-details-nav li .btn-apply:focus,
.job-posting-details-nav li .btn-apply:active  {
	/* background: #cd4e0e; */
}
.job-posting-details-jmi-wrapper {
	margin: 0 -15px;
}
.job-posting-details-jmi-content,
.job-posting-details-similar-jobs-content {
	/* background: #F5F5F5; */
	border-top: 1px solid #ddd;
	margin-top: -1px;
	/* padding: 0 15px 10px 15px; */
	padding: 15px 0;
}
.job-posting-details-jmi-content a,
.job-posting-details-jmi-content a:visited {
	text-decoration: none;
}
.job-posting-details-jmi-content a .noc-title,
.job-posting-details-jmi-content a .noc-no,
.job-posting-details-jmi-content a .noc-location {
	display: block;
	font-size: 1.5rem;
}
.job-posting-details-jmi-content a:hover .noc-title,
.job-posting-details-jmi-content a:hover .noc-location,
.job-posting-details-jmi-content dd a:hover {
	text-decoration: underline;	
}
.job-posting-details-jmi-content a .noc-title {
	font-size: 1.6rem;
	line-height: 2.5rem;
	padding: 0 0 10px 0;
	color: #3E68A1;
	/* font-weight: 600; */
}
.job-posting-details-jmi-content a .noc-no {
	display: inline-block;
	min-width: 10px;
	padding: 4px 10px 3px 10px;
	margin: 0 0 15px 0;
	font-size: 1.25rem;
	font-weight: 500;
	color: #555;
	line-height: normal;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 10px;
}
.job-posting-details-jmi-content a:hover .noc-no,
.job-posting-details-jmi-content a:focus .noc-no,
.job-posting-details-jmi-content a:active .noc-no {
	background: #eee;
}
.job-posting-details-jmi-content a .noc-location {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}
/* .job-posting-details-jmi-content a .noc-title {
	
} */
.job-posting-details-jmi-content dl {
	margin: 15px 0;
}
.job-posting-details-jmi-content dt,
.job-posting-details-jmi-content dd {
	font-size: 1.5rem;
	font-weight: 500;
}
.job-posting-details-jmi-content dt {
	margin: 0;
	font-weight: 600;
	color: #666;
}
.job-posting-details-jmi-content dd img {
	margin-top: -5px;
}
.job-posting-details-jmi-content dd .outlook-description {
	
}
.job-posting-details-similar-jobs-wrapper {
	margin: 0 -15px;
}
@media (min-width: 768px) {
	.job-posting-content .title {
		font-size: 2.8rem;
		margin: 30px 0 5px 0;
	}
}
@media (min-width: 992px) {
	.results-filter-button-overlay {
		margin: 0 20px 0 0 !important;
	}
	.job-posting-detail-apply h3 {
		font-size: 2.2rem;
	}
	.job-posting-detail-requirements h4,
	.job-posting-detail-apply h4 {
		font-size: 2rem;
	}
	.job-posting-detail-nav-top {
		margin: 0 -15px 30px 0;
	}
	.job-posting-details-body {
		padding: 0 15px;
	}
	.job-posting-details-menu {
		padding: 20px 0 20px 15px;
		border-left: 1px solid #ddd;
	}
	.job-posting-details-jmi-wrapper,
	.job-posting-details-similar-jobs-wrapper {
		margin: 0 -20px 0 -15px;
	}
	.job-posting-details-nav {
		padding: 20px 0 10px 0;
		margin: 0 0 20px 0;
	}
	.job-posting-details-jmi-content,
	.job-posting-details-similar-jobs-content {
		padding: 20px 15px 40px 15px;
		border-bottom: 1px solid #ddd;
	}
}
.job-posting-details-jmi-content h3,
.job-posting-details-similar-jobs-content h3 {
	padding: 15px;
	margin: 0 -15px 0 -15px;
	font-size: 2rem;
	/* background: #f9f9f9; */
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif !important;
	font-stretch: condensed;
	font-weight: 700;
	color: #555;
	/* border-left: 5px solid #3D669D; */
}
.job-posting-details-similar-jobs-content .location {
	margin: 0;
	font-size: 1.5rem;
}
.job-posting-details-similar-jobs-content ul {
	overflow-y: auto;
	list-style: none;
	min-height: 10px;
	max-height: 300px;
	height: auto;
	padding: 10px 5px 0 0;
	margin: 0 0 10px 0;
}
.job-posting-details-similar-jobs-content ul li {
	margin: 0;
	font-size: 1.5rem;
}
.job-posting-details-similar-jobs-content ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #ddd;
	padding: 10px 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.job-posting-details-similar-jobs-content ul li a .title {
	font-weight: 500;
	font-size: 1.5rem;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 500;
	color: inherit;
	text-transform: none;
}
.job-posting-details-similar-jobs-content ul li a > .business {
	display: block;
	font-size: 1.15rem;
	color: #555;
}
.job-posting-details-similar-jobs-content ul li a:hover .title {
	text-decoration: underline;	
}
.job-posting-details-similar-jobs-content ul li a:hover .business {
	text-decoration: none;
}
.job-posting-details-similar-jobs-content ul li:last-child a {
	border-bottom: 0;
}
.geoarea_list {
	margin: 10px 0 30px 25px;
}
.search-module select,
#advance-search-group select {
	padding: 10px 30px 10px 10px;
	width: 100%;
}
#advance-search-group {
	display: none;
}
#search-input-content.show-advance-search #advance-search-group {
	display: block;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 0 0 20px 0;
	margin-top: 0;
}
#advance-search-group  h3 {
	margin-top: 0;
}
#advance-search-group label {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 300;
}
#advance-search-group fieldset legend {
	margin: 0;
}
#advance-search-group .form-horizontal label,
#advance-search-group .form-horizontal input {
	display: inline-block;
}
#advance-search-group .form-horizontal input {
	width: auto !important;
}
.selectpicker-wrapper {
	padding: 0;
}
.selectpicker-group {
	margin: 0;
	padding: 0;
}
.cover .ec-control > .bootstrap-select,
.cover .ec-control > .bootstrap-select > .dropdown-toggle {
	height: 4rem;
}
.cover .ec-control > .bootstrap-select > .dropdown-toggle {
	font-size: 2rem;
	line-height: 2.75rem;
	/* outline: 0 !important; */
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	width: auto !important;
}
.ec-panel {
	/* height: 180px; */
}
.selectpicker-group .form-group {
	
}
.selectpicker-group .form-group .bootstrap-select.btn-group {
	z-index: 10;
}
.ec-panel .form-group .bootstrap-select.btn-group {
	z-index: 9;
	margin-bottom: 15px;
}
.ec-panel .form-group .input-group {
	width: 100%;
}
.ec-panel .input-group-btn.selectpicker-wrapper {
	margin-top: 0;
}
@media screen and (min-width: 500px) {
	.ec-panel .form-group .bootstrap-select.btn-group {
		margin-bottom: 0;
	}
}
.ec-panel .input-group-btn button.dropdown-toggle {
	white-space: nowrap;
}
.cover .ec-panel .lead {
	text-align: left;
	font-size: 1.5rem;
	font-weight: 300;
	margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
	#search-input-content.show-advance-search #advance-search-group {
		padding: 20px;
		margin-top: 15px;
	}
}
@media screen and (min-width: 768px) {
	
	.ec-panel {
		margin-top: 15px;
		height: 180px;
	}
	.cover .ec-panel .lead {
		font-size: 2rem;
	}
	.selectpicker-group .form-group {
		
	}
}
.panel .panel-subtitle {
	font-size: 1.1em;
	margin: 30px 0 5px 0;
	color: #777;
}
.panel h4 {
	font-weight: 500;
	margin: 0px 0 10px 0;
}
.panel h4.panel-subtitle,
.panel h5.panel-subtitle {
	font-weight: 500;	
}
.criteria-list,
.generated-list {
	padding-left: 0;
	margin-bottom: 30px;
}
.criteria-list li {
	font-size: 0.85em;
	list-style-type: none;
	padding: 5px 0 5px 10px;
	margin: 0;
	line-height: 2em;
	border-bottom: 1px solid #ccc;
}
.generated-list li {
	font-size: 0.85em;
	list-style-type: none;
	padding: 5px 0 5px 10px;
	line-height: 2em;
	border-bottom: 1px solid #ccc;
}
/* .criteria-list li:last-child, */
.generated-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.btn-remove {
	padding: 0px 5px;
	min-width: 25px;
	font-size: 0.85em;
	/* line-height: 1.3em; */
	float: right;
	/* margin: -5px 0 5px 0; */
}
.btn-remove .text {
	/* display: none; */
}
.btn-remove .fa {
	font-size: 1.3em;
	padding: 3px 0 0 0;
}
.plus {
	color: #777;
	background: #EAEBED;
	border-radius: 50%;
	padding: 3px 7px;
	margin: 0 7px;
}
.keywords {
	font-weight: 600;
	/* padding: 4px 7px; */
	/* border: 1px solid #ccc;
	background: #EAEBED; */
}
.noc-keyword {
	
}
.city-keyword {
	
}
.keyword-keyword {
	
}
.btn-rss {
	text-align: left;
	padding: 2px 5px 1px 10px;
	margin: 20px 0px 0px 0px;
}
