body #grad-bar, body .grad-bar {
  border-top: 2px solid #fff;
  background: linear-gradient(to right, #95c11f 40%, #0090d4 80%) !important;
}

body #grad-bar .menu-full-menu li a, body .grad-bar .menu-full-menu li a {
  display: block;
}

body #grad-bar .menu-full-menu li a:hover, body .grad-bar .menu-full-menu li a:hover {
  font-weight: bold;
}

body #grad-bar .menu-full-menu li .a-bold-nav, body .grad-bar .menu-full-menu li .a-bold-nav {
  font-weight: bold;
  margin-top: -64px;
  visibility: hidden;
}

body #grad-bar .menu-full-menu li span, body .grad-bar .menu-full-menu li span {
  display: initial;
}

body .header-top {
  margin: 0 !important;
  padding: 30px 0;
}

body #blue-bar {
  background: linear-gradient(to right, #95c11f 40%, #0090d4 80%);
}

.career-port-header {
  font-size: 34px;
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.advancedcheckbox #search_criteria .param {
  width: 100% !important;
}

.advancedcheckbox #search_criteria legend {
  display: inherit !important;
}

.advancedcheckbox #search_criteria .filter-search-h3 {
  display: none;
}

.advancedcheckbox #search_criteria .checkbox_val_any, .advancedcheckbox #search_criteria .checkbox_val {
  text-indent: -100%;
}

.advancedcheckbox #search_criteria .checkbox_val_any input, .advancedcheckbox #search_criteria .checkbox_val input {
  width: auto !important;
}

.advancedcheckbox #search_criteria .checkbox_val_any label, .advancedcheckbox #search_criteria .checkbox_val label {
  margin-left: 99%;
  text-indent: 0;
  width: 100%;
}

.advancedcheckbox .agentdetails .column1 {
  margin-top: 20px;
}

.advancedcheckbox .agentdetails .column1 .label label {
  color: #000;
  padding-left: 0;
  font-size: 16px;
}

.main-logo-div {
  text-align: right;
}

.main-logo-div .main-logo img {
  height: 34px;
  width: auto;
}

.career-port-header-mobile {
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
}

.fa-user {
  font-size: 16px;
  margin-right: 5px;
}

.fa {
  font-family: FontAwesome;
}

.chosen-container {
  width: 100% !important;
}

.param_p_search .detail input {
  width: 100%;
  font-size: 16px;
  padding: 6px 12px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.param {
  padding: 20px;
}

.param .label {
  display: none;
}

.chosen-container-multi .chosen-choices {
  border-radius: 4px;
  padding: 7px 12px;
}

.chosen-container-multi .chosen-choices .search-field input[type=text] {
  font-size: 16px !important;
  height: auto !important;
}

.filter-search-h3 {
  padding-left: 20px;
}

.filter-search-h3 h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -8px;
  margin-top: 15px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.search-bg {
  background-color: #E5E5E5;
}

h1 {
  margin-bottom: 30px;
}

#search_links {
  padding: 20px;
}

#search_links .inputButtons {
  padding: 0;
  text-align: right;
}

#search_links .inputButtons .reset {
  padding: 7px 12px;
  border: none;
  background-color: #e5e5e5;
  color: #0090d4;
  border-radius: 4px;
  width: 120px;
  margin-top: 0;
margin-left:40px;
}

#search_links .inputButtons .reset:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#search_links .inputButtons .submit {
  background-color: #0090d4 !important;
  color: white;
  border-radius: 35px;
  width: 120px;
  padding: 6px 12px;
  border: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  margin-top: 0;
}

#search_links .inputButtons .submit:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.jobs_list .jobCard {
  height: 320px;
}

.jobs_list .jobCard .card-body .card-title a {
  color: #95c11f;
font-size: 24px;
  line-height: 1.5;
  padding: 15px 10px 15px 0;
}

.jobs_list .jobCard .card-body .classifications {
  list-style-type: none;
  padding-left: 0;
}

/*.jobs_list .jobCard .card-body .classifications .jobclass_type {
  font-weight: bold;
}*/

.jobs_list .jobCard .card-body .job-summ-div {
  position: relative;
}

/*.jobs_list .jobCard .card-body .job-summ-div::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2.5em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}*/

.jobs_list .jobCard a.readMore {
  display: none;
}

.icons-grid-list {
  padding-left: 30px;
  margin-top: 20px;
}

.jobs-nav {
  text-align: center;
  margin-bottom: 20px;
}

.jobs-nav .jp-disabled {
  display: none;
}

.jobs-nav a {
  background-color: #0090d4 !important;
  font-size: 16px;
  padding: 2px 4px;
  margin-right: 6px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.jobs-nav a:hover {
  color: #333;
  border-color: #adadad;
}

.displayModes .displayModesList {
  display: inline-block;
  margin-top: 20px;
  margin-left: 10px;
  padding: 0;
  list-style: none;
  cursor: pointer;
}

.displayModes .displayModesList li {
  display: inline-block;
  position: relative;
  margin-left: .5rem;
  margin-right: 20px;
}

.displayModes .displayModesList li.gridDisplay button {
  position: absolute;
    top: -15px;
height:24px;
width:24px;
border:none;
outline:0;
}

/*.displayModes .displayModesList li.gridDisplay a::before { */
.displayModes .displayModesList li.gridDisplay button {
  /*content: " ";*/
  background-image: url("/incl/images/customer/sprite.svg");
  height: 25px;
  width: 24px;
  position: absolute;
  background-size: cover;
  background-color: white;
}

.displayModes .displayModesList li.listDisplay {
  margin-left: 2em;
}

.displayModes .displayModesList li.listDisplay button {
  position: absolute;
  top: -15px;
height:24px;
width:24px;
border:none;
outline:0;
}

/*.displayModes .displayModesList li.listDisplay a::before { */
.displayModes .displayModesList li.listDisplay button {
  /*content: " ";*/
  background-image: url("/incl/images/customer/sprite.svg");
  height: 25px;
  width: 24px;
  position: absolute;
  background-position-x: 24px;
   background-size: cover;
  background-color: white;
}

/*.displayModes .displayModesList li.active a::after { */
.displayModes .displayModesList li.active button::after {
  background-color: #151235 !important;
  width: 13px;
  height: 3px;
  content: " ";
  position: absolute;
  top: 28px;
  left: 6px;
}

/*.displayModes .displayModesList li a:hover::after {*/
.displayModes .displayModesList li button:hover::after {
  background-color: #504d68;
  width: 13px;
  height: 3px;
  content: " ";
  position: absolute;
  top: 28px;
  left: 6px;
}


.displayModes .displayModesList li a:active {
  outline: none !important;
}

@media screen and (max-width: 1023px) {
  .displayModes {
    display: none;
  }
}

.bottomlinks {
  padding: 20px 0;
}

.bottomlinks .btn-wrap-apply {
  padding: 0 !important;
  margin-bottom: 20px;
}

.bottomlinks .btn-wrap-apply .hs_applybutton {
  padding-left: 0;
}

.bottomlinks .btn-wrap-apply .hs_applybutton .hs_apply_button {
  width: 100%;
  border: 1px solid #0090d4;
  font-size: 16px;
  background-color: #0090d4;
  border-radius: 4px;
}

.bottomlinks .btn-wrap-apply .send_a_friend {
  padding-right: 0;
}

.bottomlinks .btn-wrap-apply .send_a_friend .send_friend_btn {
  width: 100%;
  text-align: center;
  padding: 8px 0;
  background: none;
  border: 1px solid #0090d4;
  border-radius: 4px;
}

.bottomlinks .btn-wrap-apply .send_a_friend .send_friend_btn a {
  padding: 8px 20px;
}

.job_classifications {
  background-color: #0090d4;
  padding: 30px 30px 25px 30px;
  color: #fff;
}

.job_classifications .classification {
  margin-bottom: 5px;
}

/*.job_classifications .classification .class_type {
  font-weight: bold;
}*/

.job_classifications .classification.attachments {
  display: none;
}

.job_classifications + a {
  width: 100%;
  text-align: center;
  padding: 8px 0;
  background: none;
  border: 1px solid #0090d4;
  border-radius: 4px;
  display: block;
  margin-top: 1rem;
}

.job_summary {
  font-size: 16px;
}

.login .logindetails .label {
  display: none;
}

.login .logindetails .detail input {
  padding: 6px 12px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

#candidate_names .prefdetails, #registration_fields .prefdetails {
  margin-bottom: 20px;
}

#candidate_names .prefdetails .label, #registration_fields .prefdetails .label {
  color: #333;
  font-size: 16px;
  padding-left: 0;
}

.layerfieldstitle {
  margin-bottom: 20px;
}

.layerfieldstitle select {
  width: 100px;
  padding: 4px 10px;
  border-radius: 4px;
}

.formdetails select {
  width: 100px;
  padding: 4px 10px;
  border-radius: 4px;
}

.formdetails .label {
  color: #333;
  font-size: 16px;
  padding-left: 0;
}

#fab .formdetails {
  margin-top: 20px;
}

.postlogin {
  margin-top: 20px;
}

.postlogin h1 {
  display: none;
}

input {
  padding: 6px 12px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
}

table th, table td {
  padding-right: 20px;
  padding: 10px;
}

table tr:nth-child(even) {
  background-color: #eeeeee;
}

.links input {
  width: 120px;
  background-color: #0090d4;
  color: #fff;
  padding: 6px;
  margin-top: 10px;
}

.ccp_profile {
  margin-bottom: 20px;
  margin-top: 20px;
}

.container-footer {
  margin-top: 20px;
}

.tell_a_friend .saf_details .label {
  display: none;
}

.tell_a_friend .saf_details .detail {
  margin-bottom: 20px;
}

.bottomlinks .referral {
  text-align: center;
  margin-bottom: 25px;
  padding: 0 !important;
}

.bottomlinks .referral a {
  text-align: center;
  padding: 8px 0;
  display: inline-block;
  background: none;
  border: 1px solid #0090d4;
  width: 100%;
  border-radius: 4px;
}

@media only screen and (max-width: 600px) {
  #search_links .inputButtons {
    text-align: center;
  }
  .bottomlinks .btn-wrap-apply .send_a_friend .send_friend_btn a {
    padding: 8px 0;
  }
  .bottomlinks {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
  #search_links .inputButtons .reset {
    width: 100%;
  }
  #search_links .inputButtons .submit {
    width: 100%;
  }
  .bottomlinks {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 970px) and (max-width: 1200px) {
  body #grad-bar .menu-full-menu li a, body .grad-bar .menu-full-menu li a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 801px) and (max-width: 1025px) {
  #search_links .inputButtons .reset {
    width: 90px;
  }
  #search_links .inputButtons .submit {
    width: 90px;
  }
  .bottomlinks .btn-wrap-apply .send_a_friend .send_friend_btn a {
    padding: 8px 0;
  }
  .hs_applybutton a {
    padding: 9px 10px !important;
  }
}

#hs_popup .hs_popup_header {
  background-color: #0090d4;
  color: #fff;
}

#hs_popup .hs_popup_header .close_mobile_btn {
  background: url(/incl/images/icon_close.png) no-repeat right top;
}

#hs_popup .hs_bottom_line {
  border: 0;
}

#hs_popup .hs_bottom_line::after {
  content: '';
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0090d4;
}

#hs_popup .hs_popup_body a.manual_apply {
  background: none;
  color: #337ab7;
  border: 1px solid #0090d4;
}

#hs_popup .formbuttons {
  text-align: center;
}

#hs_popup .formbuttons input {
  margin-left: 160px;
}

#hs_popup .formbody label {
  font-family: 'Open Sans', sans-serif !important;
}

#hs_popup .formbody input {
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}

#hs_popup .hs_helptext .text {
  display: inline-block;
  margin-top: 10px;
}

#form-2848-17090, #form-2848-12537 {
  width: 95%;
}

.radio-wrap input {
  position: inherit !important;
  float: none !important;
}

#btnsubmit {
  background-color: #0090d4;
}

.ui-multiselect-checkboxes input {
  display: none;
}

.ui-multiselect-checkboxes input:checked + span {
  color: #c3c3c3;
  font-weight: 100;
}

@media (min-width: 440px) and (max-width: 992px) {
  body .mobile-menu-margin-top {
    margin-top: 131px;
  }
}

@media (max-width: 992px) {
  .a-bold-nav {
    display: none !important;
  }
}

@media (max-width: 440px) {
  body .mobile-menu-margin-top {
    margin-top: 157px;
  }
}


:focus, :focus-visible  {
outline: 3px solid #000 !important;
}


.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}


.not-sr-only  {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}


.hc-offcanvas-nav.hc-nav-1.nav-levels-overlap.side-right.disable-body {
display:none !important;
}

.hc-offcanvas-nav.hc-nav-1.nav-levels-overlap.side-right.disable-body.nav-open {
display:block !important;
}



