/*!
 * Use this file to override default css.
 */
 
@import "../fonts/client-fonts/client-fonts.css";

body,
.jobDesc p,
.jobDesc li,
#widget-stats, 
input, 
textarea, 
select, 
option{
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400; 
  font-size: 16px; 
  color: #555; 
}

.navbar-inverse .navbar-nav > li > a {
    font-family: 'SamsungOne', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'SamsungOne', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #111;
}
h1{
  font-size: 35px;
}
h4, .h4 {
  font-size: 20px;
}
a {
  color: #075799;
  text-decoration: none;
}
a:focus, a:hover {
	color: #075799;
  text-decoration: underline;
}
#corporate-nav a {
  color: #272b30;
}
#corporate-nav a:hover, #corporate-nav a:focus{
	color: #075799; 
	text-decoration: none;
}
.theme-pointer {
	cursor: pointer;
}
.theme-text{
	color:#44494b;
}
.theme-color{
	color: #075799;
}
.theme-bg , .ISlink {
	background-color: #075799;
	color: #ffffff;
}
.circle.theme-hover, .ISlink{
	border:1px solid #075799;
}
.theme-hover:hover, .theme-hover:focus, .ISlink:hover, .ISlink:focus{
	background: #fff none repeat scroll 0 0;
  color: #075799;
	border:1px solid #075799;
}
h2 .ISlink, h4 .ISlink, h5 .ISlink {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #075799;
  display: inline;
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}
h2 .ISlink:hover, h4 .ISlink:hover, h5 .ISlink:hover{
  background: transparent none repeat scroll 0 0;
  color: #075799;
  border: medium none;
}
.navbar-inverse .navbar-toggle:hover {
  background: #075799 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: #075799;
}
.no-border{border-width:0px;}
.theme-heading {
	padding: 0px 0px 24px;
	border-bottom: 1px solid #F0F0F0;
  color: #075799;
  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;
}

.widget-section .usermenu h2 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 20px;
}

.disciplines > div {
    text-align: center;
}

.disciplines p {
    margin-top: 30px;
    color: #0c4da2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'SamsungOne', sans-serif;
}

.disciplines img{
  max-width: 100%;
}

#widget-recent-jobs-body h3{
  font-size: 20px;
}
h3.panel-title, h2.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: #075799;
	border-color: #075799;
	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: #389AFE;
	border-color: #389AFE;
}
.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: #389AFE;
	border-color: #389AFE;
}
.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: #389AFE;
	border-color: #389AFE;
}
.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;
}

/*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:transparent;
}
.navbar-toggle{
  margin-right: 0px;
  padding: 26px 0;
}
.navbar-toggle .icon-bar {
  height: 2px;
  width: 22px;
  background-color:#333;
}
.navbar-inverse .navbar-nav.navbar-right > li > a {
  padding: 21px 10px;
  vertical-align: middle;
}
.navbar-inverse .navbar-nav.navbar-right > li > a i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 1px;
}

.navbar-inverse .navbar-nav > li:last-child a {
    padding-right: 0;
}

.navbar-inverse .navbar-nav > li > a  i{
  font-size:14px;	
  vertical-align: bottom;	
  line-height: 20px;	
  margin-right: 5px;
}

.navbar-toggle.active .icon-bar:nth-of-type(1){
   top: 6px;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {	
	  top: -6px;
}

@media (max-width: 1024px){ /*For mobile menu*/
  nav#navbar.navbar-collapse li:last-child a {
    border-width: 0;
  }
  nav#navbar.navbar-collapse li.active a{
    background-color: transparent;
  }
}

@media (max-width: 768px) { /**/
  #header{
    padding: 0;
  }
  #header .container-fluid{ padding: 0px 10px;}
  
  .grid-row {
    margin: 0 auto;
    max-width: 400px;
  }
}
header a{
  color:#ffffff;
}
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: 205px;
  padding: 20px 0;
}


/*customising bottom-nav/corporate-nav*/
.bottom-nav .nav > li > a:hover, .bottom-nav .nav > li > a:focus{
  border-bottom: 4px solid #075799;
  background-color: transparent;
}
.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: transparent;
}
.navbar-inverse .navbar-nav > li.active > a, .navbar-inverse .navbar-nav a:focus, .navbar-inverse .navbar-nav a:hover{
  border-bottom: 4px solid #0075c2;
  color: #111;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {	
  background-color: transparent;	
  color: #111;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
  color: #111;
  background-color: transparent;	
}



/*footer*/
footer{ padding: 0; background:#504e5b; }
footer div.txt-footer {padding:32px 0 20px;}
footer div.home-footer-social {padding:37px 0 19px 0;}
footer .txt-footer-btm {
    margin-top: 10px;
    color: #c0c0c0;
    font-size: 12px;
}

footer .txt-footer a {
    color: #FFF;
    font-size: 13px;
    padding: 3px 10px;
    padding-left: 10px;
}

footer .txt-footer a:first-child {
    padding-left: 0px;
}

@media (max-width: 991px) { /*for any screen less than 768*/
  footer div.txt-footer{text-align:center; padding: 10px 0 8px;}
  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-sidebar {
  margin-top: 30px;
}
/*My profile*/
blockquote{display:none;}
/*App form*/
main #widget-content #nav-application .form-group .mandatory {
  left: 2px;
  top: 0;
}
.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%;}
}

main #widget-content .form-group label{
  font-size: 14px;
  padding-bottom:5px;
}

.btn.btn-block.btn-social.btn-previousapp {
  padding-left: 40px;
  width: auto;
  float:none;
  margin:0 10px !important;
}
.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: #075799 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;  
}

main .panel-body .refine-search-checkbox h3 {
    font-weight: 700;
}

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

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

iframe{
	max-width:100%;
}

#header {
	height: inherit;
}

.values-section {
	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:  68px;
}

@media (min-width: 1025px) { /**/	
  #navbar {	
    float: right;	
  }	
  
  header > .container{
    padding: 0px;
  }
}

.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;
}
	
}

html {
    min-height: 100%;
    position: relative;
}

/* 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;
}

}
@media (max-width: 500px) {

footer .txt-footer {width:  100% !important;}
footer .footer-text-main {margin:  10px auto 0 auto;}
}

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

/*WCAG specific*/
a.skip {
  padding: 5px;
  display: inline;
  z-index: 9999;
  text-decoration: none;
  position: absolute;
  width: 14em;
  left: -200em;
  border-radius:4px;
}

a.skip:focus, a.skip:active {
  position: absolute;
  left: 0.5em;
  color: #fff;
  background: #323232;
}

.completely-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: none;
}

.modal-header > h2{
  font-size: 20px;
}

main .right-column h2 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 17px
}

label.inline-label{
  display:inline;
}

#search-tips h3 {
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 15px;
}

h2.form-sub-head {
  border-bottom: 1px solid #aaaaaa;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom: 5px;
}

/* AB share button on job details and others*/
.sub-theme-heading {
  display: block;
  color: #666;
  font-size: 14px;
  padding-top: 15px;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: normal;
  font-family: "Segoe UI","Open Sans","Helvetica Neue",Helvetica, Arial, sans-serif;
}
.sub-theme-heading span.info {
  padding-right: 10px;
  border-right: 1px solid #666;
  margin-right: 10px;
}
.sub-theme-heading span.info:last-child {
  border-right-width: 0px;
}
.share-this{
  display:block;
  padding-top: 0px;
}
.share-this .stButton {
  line-height: 38px;
  width: 30px !important;
  vertical-align: middle;
}
.share-this .stButton .chicklets {
  height: auto;
  padding: 0px;
  margin-right: 5px;
  line-height: 30px;
  display:inline-block;
  font:22px/1 FontAwesome;

 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
  background: none;
  color: #333;
}
.share-this .stButton .chicklets:hover{
  color:#389afe;
  opacity: 1;
}
.share-this .st_plusone {
  display: none !important;
}
.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";
}
.share-this .chicklets.email::before {
  content: "\f199";
}
.share-this .chicklets.print::before {
  content: "\f02f";
}

.share-this.alt .chicklets.facebook::before {
  content: "\f09a";
}
.share-this.alt .chicklets.twitter::before {
  content: "\f099";
}
.share-this.alt .chicklets.linkedin::before {
  content: "\f0e1";
}
.share-this.alt .chicklets.sharethis::before {
  content: "\f1e0";
}
.share-this.alt .chicklets.email::before {
  content: "\f0e0";
}
.share-this.alt .chicklets.print::before {
  content: "\f02f";
}
.share-btn-anim span {
  color: white;
  text-decoration: none;
  text-align: center;
  display: block;
}

.share-btn-anim, .btn-anim {
  transition: 0.3s;     
}

.share-btn-anim {
  height: 38px;
  overflow: hidden;
  width: 200px;
  float: right;
}

.btn-anim{
  margin-top: 0em;   
}

.share-btn-anim:hover .btn-anim{
  margin-top: -38px;
}
.share-btn-anim span.btn.btn-default {
    margin: 0 !important;
    /*padding: 21px 18px;*/
}
.share-btn-anim .share-this span{
  display:inline-block;
}
.share-this.btn-share{
  height:38px;
}
.btn.btn-default.btn-block {
    position: relative;
    padding: 8px 25px 8px 48px;
    text-align: left;
    float: right;
    margin: 0px 0px 0px 10px !important;
}
.btn.btn-default.btn-block .fa {

    font-size: 22px;
    float: left;
    border-right: 1px solid;
    position: absolute;
    top: 0px;
    left: 3px;
    display: block;
    padding: 8px;

}
.btn-print-link {
    color: #333;
    font-size: 14px;
    float: right;
    cursor: pointer;
    border-right-width: 0px;
}
.btn-print-link  i{cursor: pointer;}
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  background: #fff;
}