/*!
 * Use this file to override default css.
 */
 
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Exo%3A1%2C300%2C400%2C400italic%2C500%2C700%2C700italic&ver=4.9.8);

body,
.jobDesc p,
.jobDesc li,
#widget-stats {
	color: #323232;
  font-family: Calibri;
}
header .nav-pills li a, .navbar-inverse .navbar-nav > li > a{
  font-family: "Open Sans";
  font-size: 14px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Myriad-Pro", Calibri;
  font-weight: 300;
  line-height: 1.1;
  color: #000000;
}
h1{
  font-size: 35px;
}
h4, .h4 {
  font-size: 20px;
}
a {
  color: #00D69C ;
  text-decoration: none;
}
.jobDetails a{
  color: #000;
}
a:focus, a:hover {
	color: #00D69C;
  text-decoration: underline;
}
#corporate-nav a {
  color: #272b30;
}
#corporate-nav a:hover, #corporate-nav a:focus{
	color: #6ECDA0; 
	text-decoration: none;
}
.theme-pointer {
	cursor: pointer;
}
.theme-text{
	color:#44494b;
}
.theme-color{
	color: #6ECDA0;
}
.theme-bg , .ISlink {
	background-color: #00D69C;
	color: #ffffff;
}
.circle.theme-hover, .ISlink{
	border:1px solid #6ECDA0;
}
.theme-hover:hover, .theme-hover:focus, .ISlink:hover, .ISlink:focus{
	background: #fff none repeat scroll 0 0;
  color: #6ECDA0;
	border:1px solid #6ECDA0;
}
h4 .ISlink, h5 .ISlink {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #6ECDA0;
  display: inline;
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}
h4 .ISlink:hover, h5 .ISlink:hover{
  background: transparent none repeat scroll 0 0;
  color: #6ECDA0;
  border: medium none;
}
.navbar-inverse .navbar-toggle:hover {
  background: #6ECDA0 none repeat scroll 0 0;
  color: #ffffff;
}
.theme-border{
	border: 1px solid #b3c2d6;
}
.theme-lt-grey-bg {
	background: #f1f2f2 none repeat scroll 0 0;
}

.home-footer-social a:hover i{
	color: #6ECDA0;
}
.no-border{border-width:0px;}
.theme-heading {
	padding: 0px 0px 24px;
	border-bottom: 1px solid #F0F0F0;
  color: #000;
  margin-top: 30px;
}
.sub-theme-heading {
  display: block;
  color: #666;
  font-size: 14px;
  padding-top: 15px;
}
.sub-theme-heading span {
  padding-right: 5px;
  border-right: 1px solid #666;
  margin-right: 5px;
}
.sub-theme-heading span:last-child {
  border-right-width: 0px;
}
.share-this{
  display:block;
  padding-top: 15px;
}
.share-this .stButton {
  line-height: initial;
  width: auto !important;
}
.share-this .stButton .chicklets {
  height: auto;
  width: 30px;
  padding: 0px;
  margin-right: 5px;
  line-height: 30px;
  display:inline-block;
  font:normal normal normal 30px/1 FontAwesome;

 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
  background: none;
}
.share-this .st_plusone {
  display: none;
}
.share-this .chicklets.facebook::before {
  content: "\f082";
}
.share-this .chicklets.twitter::before {
  content: "\f081";
}
.share-this .chicklets.linkedin::before {
  content: "\f08c";
}
.share-this .chicklets.sharethis::before {
  content: "\f1e1";
}
.widget-section .theme-heading{
  font-size:50px;
  /*text-transform: uppercase;*/
  text-align: center;
}
.widget-section h2{
  text-align: center;
  margin-bottom: 25px;
}
h3.panel-title {
  font-size: 22px;
  text-transform: uppercase;
}
/* buttons */
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  outline: 0px none;
  outline-offset: -2px;
}
.buttons.active,
.buttons.focus,
.buttons:active,
.buttons:focus,
.buttons:hover,
.open > .dropdown-toggle.buttons {
	background: none repeat scroll 0 0 #D8D8D8;
}
.rasp_button,
.btn-success,
.btn-primary,
.buttons {
	background-color: #00D69C;
	border-color: #00D69C;
	color: #ffffff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.btn-primary.btn-outline {
  color: #ffffff;
}
.btn-cta{
  border-radius: 24px;
  line-height: 18px;
  padding: 10px 25px;
}
.rasp_button:hover,
.rasp_button:focus,
.rasp_button.focus,
.rasp_button:active,
.rasp_button.active,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.rasp_button,
.buttons:hover,
.buttons:focus,
.buttons.focus,
.buttons:active,
.buttons.active,
.open > .dropdown-toggle.buttons {
	background-color: #6ECDA0;
	border-color: #6ECDA0;
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success.focus:active, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
	background-color: #6ECDA0;
	border-color: #6ECDA0;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	background-color: #6ECDA0;
	border-color: #6ECDA0;
}
.btn-default{
	background: none repeat scroll 0 0 #585e62;
	border-color: #555;
	color: #ffffff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default{
	background: none repeat scroll 0 0 #44494C;
	border-color: #333;
	color: #ffffff;
}

.onboarding_wrapper .ui-outputpanel .btn-default,
.onboarding_wrapper .task-action .btn-default{
  background-color: #f6f6f6;
}

.onboarding_wrapper .ui-widget .btn {
  color: #000;
}

.onboarding_wrapper .ui-outputpanel .btn-default:hover,
.onboarding_wrapper .task-action .btn-default:hover,
.onboarding_wrapper .ui-outputpanel .btn-default:focus,
.onboarding_wrapper .task-action .btn-default:focus {
  border-color: #6ECDA0;
}

.ui-widget .job-panel-container .ui-accordion-header {
  background: #292926;
/*   border-top: 4px solid #9fc516 !important; */
  border-top-color: #6ECDA0 !important;
}

.ui-widget .job-panel-container .ui-accordion-header .ui-icon.ui-icon-triangle-1-s::before,
.ui-widget .job-panel-container .ui-accordion-header .ui-icon.ui-icon-triangle-1-e::before{
  color: #6ECDA0;
}

/*Sidebar*/
.sidebar.rightBar input, .sidebar.rightBar select, .sidebar.rightBar textarea, .sidebar.rightBar .form-control{border-width:0!important;} 

/*Customizing default.css*/
.bottom-nav, nav#navbar{
  background-color:#FFF;
}
.bottom-nav{
  border-top: 1px solid #E0E0E0;
}
.navbar-toggle{
  margin: 15px 0 0 0;
  padding: 0px 8px;
  border: 2px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.navbar-toggle .icon-bar {
  height: 2px;
  width: 20px;
  background-color:#000;
}
.navbar-toggle .icon-bar + .icon-bar{
  margin-top: 3px;
}

.navbar-inverse .navbar-nav.navbar-right > li > a {
  color: #000;
  padding: 10px 15px 10px;
  vertical-align: middle;
}

#top-nav > a > i, .navbar-inverse .navbar-nav.navbar-right > li > a i {
    margin-right: 5px;
    font-size: 1em;
}

ul.menu-login{
  display: none;
}

@media (max-width: 1024px){ /*For mobile menu*/
  nav#navbar.navbar-collapse li.active a{
    background-color: transparent;
  }
  #top-nav{
    display:none;
  }
  ul.menu-login{
    display: block;
  }
}

@media (max-width: 768px) { /**/
  #header{
    padding: 0;
  }
  #header .container-fluid{ padding: 0px 10px;}
  
  .grid-row {
    margin: 0 auto;
    max-width: 400px;
  }
}
header a{
  color: #000;
}
header .nav-pills li a {
  border-radius: 0;
  font-size: 16px;
  padding: 21px 15px;
  text-transform: uppercase;
}
.nav-pills > li + li{
  margin-left:0;
}
.navbar-brand {
	height: auto;
  width: 220px;
}


/*customising bottom-nav/corporate-nav*/
.bottom-nav .nav > li > a:hover, .bottom-nav .nav > li > a:focus{
  border-bottom: 3px solid #6ECDA0;
  background-color: #FFF;
}
.bottom-nav .nav-pills > li.active > a, .bottom-nav .nav-pills > li.active > a:hover, .bottom-nav .nav-pills > li.active > a:focus{
  background-color: #FFF;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{
  border-bottom: 3px solid #00D69C;
}

/*footer*/
footer{ padding: 0; }
footer div.txt-footer {padding:15px 0 10px;}
footer div.home-footer-social {padding:19px 0;}

@media (max-width: 768px) { /*for any screen less than 768*/
  footer div.txt-footer{padding: 10px 0 5px 0;}
  footer div.home-footer-social {
    clear: both;
    float: none!important;
    padding: 5px 0 20px;
  }
  .widget-section .theme-heading{font-size:40px;}
  .btn-cta {
    border-radius: 20px;
    padding: 10px 15px;
  }
}

/*login template*/
.grid-row {padding-top: 20px;}
.grid-row .grid-item-content {
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 0;
}
.grid-row .grid-item-content h2{ 
  color: #fff; 
  text-transform: uppercase;
  font-size: 1.75em;
  margin-top: 0;
}
.grid-row .thumbnail {
  border-width: 0;
  padding: 0;
}
.grid-row .thumbnail img{
  vertical-align:top;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.grid-item-overlay{
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s ease-in-out 0s;
  -moz-transition: opacity 0.4s ease-in-out 0s;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  margin: 0 15px 20px;
}
.grid-row .grid-item-overlay:hover{
  opacity:0.4;
}
.fa.theme-color.fa-xl {
  vertical-align: bottom;
}
.widget-section .quick-search-widget label {
  display: none;
}
.widget-section .quick-search-widget .controls > div {
    text-align: center;
}
/*.widget-section form select{
  color:#999999;
}
.widget-section form select:focus{
  color:#44494b;
}*/

#widget-sidebar {
  margin-top: 30px;
}
/*My profile*/
blockquote{display:none;}
/*App form*/
main #widget-content #nav-application .form-group .mandatory {
  left: 2px;
  top: 0;
}

main .inline-mandatory{
  font-size: 22px;
  width: 12px;
  color: red;
  font-family: Times New Roman;
  margin-left: 2px;
  position: absolute;
  top:-10px;
}

main .inline-field{
  float:none; 
  display:inline; 
  position:relative; 
  margin-right:15px;
}

main #widget-content #nav-application .form-group label.inline-label{
  display: inline; 
}

main #widget-content #nav-application .form-group ul{
  padding: 0 0 0 15px; 
}

.btn.btn-block.btn-social.btn-previousapp{width:100%;}
@media (min-width: 1200px) {
  #nav-application #appform .form-control{width:375px;}
}
@media (max-width: 1024px) {
  #nav-application #appform .form-control{width:370px;}
}
@media (max-width: 992px) {
  #nav-application #appform .form-control{width:300px;}
}
@media (max-width: 768px) {
  #nav-application #appform .form-control{width:85%;}
}
.btn.btn-block.btn-social.btn-previousapp {
  padding-left: 40px;
  width: auto;
}
.saveControl.action.col-sm-4 {
  display: block;
  margin-bottom: 10px;
}
/* JV: need to override styles so old validation displays properly */
.valid {
    background-color: #3066a8 !important;
    color: #fff !important;
}
#accordion {
    clear: left;
}
#accordion .panel {
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0;
}
#accordion .panel-heading {
  padding: 0;
}
/* SLI removed uppercase and large font styling */
#accordion h4 {
    font-size: 12px;
}
#accordion h4 a {
  background: #6ECDA0 url("/images/accordion_close.png") no-repeat scroll 98% center;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 12px;
}
#accordion h4 a.collapsed {
    background: url("/images/accordion_open.png") no-repeat scroll 98% center;
    display: block;
    padding: 12px;
    color: #323232;
    text-decoration: none;
}
#accordion h4 a:hover {
  text-decoration: none;
}
#accordion .panel-body {
    background: #fff;
    border-radius: 0 0 6px 6px;
    padding: 20px;
}
#accordion .panel-body a {
	text-decoration: underline; font-weight:  bold;
}
#accordion {
    clear: left;
    margin: 0 0 40px;
}
.widget-section .circle.theme-bg {
    margin: 0 auto;
}
.widget-section .statistic .left-column  {
	padding-top:  20px;
}

.banner-overlay {
    padding: 24px 0;
    /*If banner doesn't change
      position: relative;
      background-color: #292626;
      */
}

.banner{
  background-color: #000;
}

#nav-searchresult table.table-striped table tr td:first-child {
    width: 40px;
}

textarea.form-control {
     width: 100% !important;
}

iframe{
	max-width:100%;
}

/* ----------General---------- */

#header {
	height: inherit;
}

/*--Top Nav--*/
#top-nav a:first-child {
  margin-right: 10px;
}

#top-nav a{
  padding: 10px;
  border: 2px solid #E9E9E9;
  background-color: #F6F6F6;
  border-radius: 4px;
  text-transform: none;
}

#top-nav a:active,
#top-nav a:focus,
#top-nav a:hover{
  color: #000;
  border-color: #6ECDA0;
}
/*--End Top Nav--*/

.values-section {
/* Add a background gradient and background colour to the values section
	background: url('../images/widget-boxes-bg.png') 0 0 repeat-x #6ab422;
	background-size: 1px 100%; */
	margin-bottom: -30px;
}

.grid-item-overlay {
	max-width: 255px; max-height:255px; margin: 20px auto 0 auto !important;
}

.values-section a.thumbnail  {
	max-width:  255px; margin: 20px auto;
}


#rss {
	display:  none;
}
.refine-search-side h1{display:none;}
.apply-box .rasp_button.apply {
    margin: 0px !important;
    width: 100%;
    border-radius: 2px;
    padding: 10px 20px;
}
.apply-box button{margin: 0 !important; border-radius: 2px;width: 100%;}
.panel-primary {
	margin-bottom:  30px;
}

.register-checkbox-container {
	overflow:  hidden;
}

.registration-acknowledgement {
	width:  80%;
}

#registerCheckbox {
    float: left;
    line-height: 0.7em;
    padding: 0 10px 0 0;
    width: auto;
}

select.form-control {
	height:  37px;
}

.word-counter-container {
	font-size:  10pt; color:  red;
}

.word-count-number-label {
		font-size:  10pt; display:  inline !important;  color:  red !important;  
}

textarea.form-control {
     width: 100% !important;
}

iframe{
	max-width:100%;
}

.panel-group {
	margin-top:  30px;
} 

#navbar {
	min-height:  43px;
}

.widget-section.theme-lt-grey-bg {
	
}
.widget-section .circle {
	width:  62px; height:  62px;
}



.widget-banner .responsive-slider .slide-body img, .widget-banner .responsive-slider .slide-body, .widget-banner .responsive-slider li {
	max-width:  100% !important;
	width:  100% !important;
}

@media (max-width: 768px) {
.grid-item-overlay {
	max-width: 255px; max-height:255px; margin: 20px auto 0 auto !important;
}
}


@media (max-width: 550px) {
table.job_results tr td:nth-of-type(2), table.job_results tr td:nth-of-type(3), table.job_results thead th:nth-of-type(2), table.job_results thead th:nth-of-type(3) {
	display: none;
}
/* ------------Left aligned logo on mobile, icons hidden showing text only ------------- */
#top-nav .circle {
	display:  none;
}
#top-nav .div {
	display:  none;
}
#top-nav a.fa-sm.theme-color {
	clear:  both; display:  block; margin:  0 0 15px 0;
}
a.navbar-brand.pull-left {
		max-width:  190px !important; margin:  5px 0 8px 5px;
	}
	

/* ------------Centred logo and header icons on mobile, icons on new line------------- */
/*	#top-nav {
	width: 100%; text-align:  center; position: relative; clear:  both; margin-left:  10px;
	}
	header#header {
		height: 180px;
	}
	.container-fluid {
		text-align: center !important; position: relative;
	}	
	.container-fluid a.navbar-brand.pull-left {
		float:  none !important; display:  block ; margin:  0 auto; padding:  30px 0 15px 0;
	}
	*/
}

/* Sticky Footer */

html {
    min-height: 100%;
    position: relative;
}
body {
    margin: 0 0 210px;
}
footer {
    bottom: 0;
    height: 185px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width:100%;
    background:  #FFF;
}

footer .footer-top {
    width: 100%;
    background-color: #292626;
    padding: 25px 0px;
}

footer .footer-top .footer-icons {
    padding-top: 57px;
}

footer .footer-top .footer-icons > div{
    padding: 5px 0px;
}

footer .footer-top a{
  color: #FFF;
  white-space: wrap;
  text-decoration: none;
}

footer .footer-bottom{
  width: 100%;
  background-color:#FFF
}
footer .footer-bottom a{
  color: #000;
}

footer .footer-image > img{
  float: right;
}

/* Sticky footer mobile  */
@media (max-width: 1200px) {
footer .txt-footer a {
	display:  inline-block !important; 
}

.home-footer-social {
	padding:  0 0 25px 0 !important;
}

.onboarding_wrapper {
	margin-bottom:  220px;
}

footer .footer-top .footer-icons {
    padding-top: 52px;
}

}

@media (max-width: 991px) {
  footer .footer-top .footer-icons {
      padding-top: 0px;
  }
  footer {
    height: 310px;
  }

  body {
    margin: 0 0 325px;
  }
  footer .footer-top .footer-icons {
    padding: 5px 0px 25px 15px;
  }
  
  footer .footer-image > img{
    float: left;
  }
}

@media (max-width: 500px) {

body {
    margin: 0 0 360px;
}
footer {
	height: 340px;
}
footer .txt-footer {width:  100% !important;}
footer .footer-text-main {margin:  5px auto 0 auto;}
footer .footer-text-main .txt-footer a {margin-bottom:  5px;}


}

input.storenext, input.previous {
    margin: 0 10px;
}

input[name="in_display"][value="Y"] ~ .form-section > .form-group .inline-mandatory{
  display: none;
}

input[name="in_display"][value="Y"] ~ .form-section > .form-group .inline-field{
  margin-right:0px;
}


/*Working on footer to get it ok at each breakpoint*/


.text h1{
	margin-bottom: 10px;
}