body {
  position: relative;
  color: #000;
}
.show {
  display: inline-block !important;
}


label {
  margin-bottom: 0.15rem;
}
footer .fab:hover {
  color: white;
}
form .detail {
  margin-bottom: 15px;
}

header {
  border-bottom: 1px solid #143d21;
  background-color: #60d800;
}
header .top-head-nav .navbar-brand img {
  height: 110px;
}
header .top-head-nav a {
  color: #000;
  margin-right: 0;
}
header .top-head-nav .nav .dropdown-menu {
  top: 98%;
  margin-top: 0;
  padding: 0rem;
  left: 50%;
  transform: translateX(-50%);
  min-width: 171px;
}
header .top-head-nav .nav .dropdown-menu a {
  color: #143d21;
  display: block;
}
header .top-head-nav .nav .dropdown-menu a:hover {
  color: #fff;
  background-color: #143d21;
}
header .top-head-nav .nav .dropdown-menu a:not(:last-child) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0rem;
  padding-bottom: 0.25rem;
}
header .top-head-nav .nav > * {
  padding: 10px 20px;
}
header .top-head-nav .nav .dropdown.show {
  background-color: #143d21;
}
header .top-head-nav .nav .dropdown.show .dropdown-toggle {
  color: #fff !important;
}
header .top-head-nav #accessibility {
  margin: auto 0;
}
header .top-head-nav #accessibility #accessibilityFont {
  vertical-align: middle;
  display: inline-block;
  color: #000;
  cursor: pointer;
}
header .top-head-nav #accessibility #accessibilityFont a:nth-child(1) {
  font-size: 16px;
}
header .top-head-nav #accessibility #accessibilityFont a:nth-child(2) {
  font-size: 26px;
}
header .top-head-nav #accessibility #accessibilityFont a:nth-child(3) {
  font-size: 36px;
}
header .top-head-nav #accessibility div {
  list-style-type: none;
  vertical-align: sub;
  display: inline-block;
  position: relative;
}
.menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 32px 20px 10px;
  position: relative;
  user-select: none;
}
.menu-icon .navicon {
  background: #000;
  display: block;
  height: 3px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 25px;
}
.menu-icon .navicon:before {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
  top: 10px;
}
.menu-icon .navicon:after {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
  top: -10px;
}
ul.nav li {
  padding: 10px 20px;
}
ul.nav li a:hover {
  text-decoration: underline;
}
.navbar-mobile {
  display: none;
}
.navbar-mobile.active {
  display: inline-block;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  background-color: #143d21;
  z-index: 9999;
  padding: 20px;
  border-left: 4px solid #fff;
}
.navbar-mobile.active li {
  float: left;
  list-style-type: none;
  width: 100%;
  margin-bottom: 20px;
}
.navbar-mobile.active #mobile-menu a {
  color: #fff;
  display: block;
}
.navbar-mobile.active #mobile-menu a:hover {
  text-decoration: underline;
}
.navbar-mobile.active #mobile-menu a.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.75rem;
  clear: both;
  font-weight: 400;
  color: #fff !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
@media (max-width: 450px) {
  .navbar-mobile.active {
    width: 100%;
  }
}
@media (min-width: 992px) {
  nav.navbar {
    display: inline-block;
    margin: auto 0;
  }
  .navbar-mobile {
    display: none !important;
  }
  .navbar-mobile li {
    display: none;
  }
  .overlay-mobile {
    display: none !important;
  }
  .menu-btn-upDiv {
    display: none;
  }
  #accessibility {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  nav.navbar {
    display: none;
  }
  #accessibility {
    display: none;
  }
  .menu-icon {
    display: inline-block;
  }
}
.menu-btn-upDiv {
  text-align: right;
}
.overlay-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.overlay-mobile.appear {
  display: inherit;
}
.fa-times {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
}
.header-bread {
  background-color: #143d21;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.header-bread .breadcrumb {
  padding: 0.75rem 0;
  background-color: transparent;
}
.header-bread .breadcrumb .breadcrumb-item::before,
.header-bread .breadcrumb .breadcrumb-item.active,
.header-bread .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.header-bread .breadcrumb .breadcrumb-item a:hover {
  color: #60d800;
}
.header-bread h1 {
  font-size: 40px;
  color: #fff;
}
#jobs_list .jobCard .card-body {
  padding-bottom: 3rem;
  border: 2px solid #e9ecef;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  transition: border-color 0.2s, color 0.2s, background-color 0.2s;
}
#jobs_list .jobCard .card-body:hover {
  border-color: #60d800;
}
#jobs_list .jobCard .card-body:hover .readMore {
  background-color: #60d800;
  color: #000;
}
#jobs_list .jobCard .card-body .card-title a {
  color: #143d21;
  font-size: 32px;
}
#jobs_list .jobCard .card-body .card-title a:hover,
#jobs_list .jobCard .card-body:hover .card-title a {
  color: #60d800; 
}
#jobs_list .jobCard .card-body .classifications {
  padding-left: 0;
}
#jobs_list .jobCard .card-body .classifications .jobclass {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
#jobs_list .jobCard .card-body .classifications .jobclass .jobclass_type {
  font-weight: 700;
}
#jobs_list .jobCard .readMore {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #60d800;
  padding: 0.75rem;
  color: #000;
  transition: color 0.2s, background-color 0.2s;
  border-radius: 0;
  border: 0;
}
#jobs_list .jobCard .readMore:hover {
  text-decoration: underline;
}
#jobs_list .alert {
  margin-top: 1rem;
}
.list .jobCard {
  width: 100% !important;
}
.jobs-nav {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.jobs-nav a {
  padding: 6px 12px;
  margin-right: 4px; 
  background-color: #fff;
  color: #143d21 !important;
}
.jobs-nav a:not(.jp-current):hover {
  color: #000 !important;
  background-color: #60d800;
  text-decoration: underline !important;
  cursor: pointer;
}
.jobs-nav .jp-current {
  color: #000 !important;
  background-color: #60d800;
  cursor: pointer;
}
.jobs-nav .jp-last,
.jobs-nav .jp-next,
.jobs-nav .jp-first,
.jobs-nav .jp-previous {
  cursor: pointer;
}
.jobs-nav .jp-disabled {
  cursor: pointer !important;
}
.filter-h4 {
  margin-bottom: 20px !important;
  font-size: 1.5rem !important;
}
#hs_content .wget-filter-checkbox {
  margin-bottom: 16px;
}
#hs_content .wget-filter-checkbox .box-filter {
  height: 2.68rem;
  overflow: hidden;
}
#hs_content .wget-filter-checkbox .box-filter .box-filter-header {
  background-color: #60d800;
  color: #000;
  padding: 0.75rem;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0;
}
#hs_content .wget-filter-checkbox .box-filter .box-filter-header:after {
  content: "+";
  position: absolute;
  right: 1rem;
  bottom: 0.9rem;
}
#hs_content .wget-filter-checkbox .box-filter .box-filter-content {
  padding: 10px 0 0 10px;
  background-color: #e9ecef;
}
#hs_content .wget-filter-checkbox .box-filter .box-filter-content .checkbox-ui {
  border: 1px solid #aaa;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  cursor: pointer;
  position: relative;
}
#hs_content
  .wget-filter-checkbox
  .box-filter
  .box-filter-content
  input[type="checkbox"] {
  display: none;
}
#hs_content
  .wget-filter-checkbox
  .box-filter
  .box-filter-content
  input[type="checkbox"]:checked
  + .checkbox-ui {
  background-color: #60d800;
}
#hs_content
  .wget-filter-checkbox
  .box-filter
  .box-filter-content
  input[type="checkbox"]:checked
  + .checkbox-ui::after {
  content: "X";
  color: #000;
  position: absolute;
  left: 5px;
  top: -5px;
  font-size: 21px;
}
#hs_content .wget-filter-checkbox .box-filter .box-filter-content span {
  font-weight: bold;
}
#hs_content .wget-filter-checkbox .box-filter.is_open {
  height: 100%;
}
#hs_content .wget-filter-checkbox .box-filter.is_open .box-filter-header:after {
  content: "-";
}
.displayModes .displayModesList {
  display: inline-block;
  padding: 0;
  list-style: none;
  cursor: pointer;
  margin-bottom: 7px;
}
.displayModes .displayModesList li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.displayModes .displayModesList li.gridDisplay a {
  position: absolute;
  top: 0;
}
.displayModes .displayModesList li.gridDisplay a::before {
  content: " ";
  background-image: url("/incl/images/customer/sprite.svg");
  height: 18px;
  width: 18px;
  position: absolute;
  top: -15px;
}
.displayModes .displayModesList li.listDisplay {
  margin-left: 2em;
}
.displayModes .displayModesList li.listDisplay a {
  position: absolute;
  top: 0;
}
.displayModes .displayModesList li.listDisplay a::before {
  content: " ";
  background-image: url("/incl/images/customer/sprite.svg");
  height: 18px;
  width: 18px;
  position: absolute;
  background-position-x: 18px;
  top: -15px;
}
.displayModes .displayModesList li.active a::after {
  background-color: #151235 !important;
  width: 13px;
  height: 3px;
  content: " ";
  position: absolute;
  top: 5px;
  left: 3px;
}
.displayModes .displayModesList li a:hover::after {
  background-color: #504d68;
  width: 13px;
  height: 3px;
  content: " ";
  position: absolute;
  top: 5px;
  left: 3px;
}
.displayModes .displayModesList li a:focus,
.displayModes .displayModesList li a:active {
  outline: none !important;
}
@media screen and (max-width: 1023px) {
  .displayModes {
    display: none;
  }
}
.fab,
.fa {
  font-size: 28px;
  color: #003c69;
  margin-right: 10px;
  font-family: "Font Awesome 5 Brands";
}
.hs_menu {
  background-color: #e9ecef;
  list-style-type: none;
  padding: 20px;
}
.hs_menu li:not(:last-child) {
  padding-bottom: 10px;
}
.hs_menu li a {
  color: #003c69;
}
.hs_menu li a:hover {
  color: #014e7f;
}
.param_p_search {
  margin-bottom: 20px;
}
.param_p_search .label #p_searchErrorMessage {
  display: none;
}
.param_p_search .detail input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e9ecef;
  padding: 5px;
  box-sizing: border-box;
  height: 2.25rem !important;
}
.param_p_search .detail input:focus {
  border: 1px solid #003c69;
}
#search_links {
  display: none !important;
}
footer {
  background-color: #60d800;
  padding: 20px;
  margin-top: 40px;
}
footer h2 {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}
footer .links-footer a {
  color: #000;
}
footer .links-footer a:hover {
  text-decoration: underline;
}
footer .links-footer a:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
footer .fab,
footer .fa {
  color: #000;
}
.dropdown-item:hover {
  background-color: #e9ecef;
}
.dropdown-item:active {
  background-color: #60d800 !important;
}
.dropdown-menu {
  border-radius: 0;
  padding: 0.5rem;
}
@media (min-width: 1023px) and (max-width: 1200px) {
  ul.nav li {
    padding: 10px 10px !important;
  }
  #accessibility li a {
    font-size: 12px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-filter .box-filter-header {
    font-size: 12px !important;
  }
  .box-filter .box-filter-content {
    font-size: 12px !important;
  }
  .job_classifications {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .margin-left-right {
    margin: 0 15px;
  }
  .links-footer {
    margin-top: 30px;
  }
}
@media (max-width: 601px) {
  .job_summary {
    margin-top: 20px;
  }
}
.map-details {
  width: 100%;
  margin-bottom: 20px;
}
.list-header {
  background-color: #60d800;
  color: #000;
  padding: 0.75rem;
  font-size: 1.25rem !important;
  margin-bottom: 0;
}
.job_classifications {
  background-color: #e9ecef;
  padding: 20px;
  margin-bottom: 20px;
}
.job_classifications .classification {
  margin-bottom: 5px;
}
.job_classifications .classification .class_type {
  font-weight: 700;
}
.job_description h1 {
  display: none;
}
.hs_applybutton {
  display: inline-block;
}

p.error,
span.mandatory-marker {
  color: #ee0700;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center !important;
}

.hs_applybutton .hs_apply_button {
  font-size: 16px !important;
  background-color: #60d800 !important;
  color: #000 !important;
  padding: 6px 12px !important;
  border-radius: 0 !important;
  font-weight: 700;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.hs_applybutton .hs_apply_button:hover {
  background-color: #143d21 !important;
  color: #fff !important;
}

.job_postings .links .column.apply_linkedin {
  display: none;
}
.job_postings .links .column.send_a_friend {
  float: right;
  font-size: 16px !important;
  background-color: #4577b9 !important;
  padding: 6px 12px !important;
  border-radius: 0 !important;
  font-weight: 700;
}
.job_postings .links .column.send_a_friend a {
  color: #fff !important;
}
.withdrawdetails #p_web_page_id {
  width: 39%;
}
.withdrawdetails #p_web_page_id_chosen .chosen-choices,
.withdrawdetails textarea {
  border-color: #767676;
  background-image: none;
}
#hs_popup .hs_popup_header {
  background-color: #60d800;
  color: #000;
}
#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: #143d21;
}
#hs_popup .formbody + span a {
  background-color: #60d800;
  color: #000;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  border-radius: 0;
  padding: 6px 12px;
  margin-left: 2%;
}
#hs_popup .btn {
  background-color: #60d800;
  color: #000;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  border-radius: 0;
}

#hs_popup .btn:hover {
  background-color: #143d21;
  color: #fff;
}

#hs_popup .btn.btn_double {
  width: 175px;
}
#hs_popup .btn.btn_double.btn_secondary {
  margin-right: 80px;
  padding: 7px 0 3px;
}
#hs_popup .btn.btn_double#btnsubmit {
  margin-left: 130px;
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  #hs_popup .btn.btn_double {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  #hs_popup .hs_multi_section #btnsubmit:not(.btn_double) {
    margin-right: 204px;
  }
}
#hs_popup .sections .section_active a {
  background: #60d800;
  border: 1px solid #60d800;
  color: #000;
}
.links {
  margin-top: 40px;
}
.label input[type="checkbox"] {
  margin-left: 1rem;
}
.detail input,
.detail select {
  width: 80%;
  border: 2px solid #e9ecef;
  height: 24px !important;
  box-sizing: content-box;
  background-image: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  padding: 1px 3px;
}
.detail input:active,
.detail input:focus,
.detail select:active,
.detail select:focus {
  border: 2px solid #003c69;
}
#overview,
#overview + table,
#inbox {
  display: none;
}
.tbl {
  overflow-x: auto;
  width: 100%;
  display: table;
}
.tbl th,
.tbl td {
  padding: 5px 10px;
  text-align: center;
}
.tbl .uneven {
  background-color: #e9ecef;
}
.tbl th {
  font-size: 1rem;
  font-weight: 500;
  background-color: #60d800;
  color: #000;
}
.tbl td {
  padding: 10px;
  vertical-align: top;
}
.tbl tr:nth-child(odd) {
  background-color: rgba(1, 78, 127, 0.2);
}
@media screen and (max-width: 768px) {
  .tbl.slots {
    transform: scale(0.55);
    left: -8.7rem;
    top: -6rem;
    position: relative;
    margin-bottom: -10rem;
  }
  .tbl.fab {
    transform: scale(0.8);
    left: -2.6rem;
    position: relative;
  }

  .detail input,
  .detail select {
    width: 100%;

  }
}
.ccp_history > .collapsible,
.ccp_menu > .collapsible {
  margin-top: 1rem;
}
.account_deactivate p {
  margin-top: 20px;
}
.button {
  background-color: #60d800;
  color: #000;
  font-size: 16px;
  padding: 6px 12px !important;
  border-radius: 0 !important;
  border: none;
  cursor: pointer;
  transition: 0.25s;
  font-weight: 700;
}
.button:hover {
  background-color: #143d21;
  color: #fff;
}
.x-form-date-trigger {
  height: 30px !important;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22svg6%22%20version%3D%221.1%22%20height%3D%2218px%22%20width%3D%2218px%22%20fill%3D%22black%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cmetadata%20id%3D%22metadata12%22%3E%20%3Crdf%3ARDF%3E%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%20%3C%2Fcc%3AWork%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fmetadata%3E%20%3Cdefs%20id%3D%22defs10%22%2F%3E%20%3Cpath%20id%3D%22path2%22%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%2336245c%3Bfill-opacity%3A1%22%20id%3D%22path4%22%20d%3D%22M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V8h14v11zM7%2010h5v5H7z%22%2F%3E%3C%2Fsvg%3E") !important;
  border-bottom: none !important;
  background-position: center !important;
}
.x-form-date-trigger:hover {
  position: inherit !important;
  background-position: center !important;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22svg6%22%20version%3D%221.1%22%20height%3D%2218px%22%20width%3D%2218px%22%20fill%3D%22black%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cmetadata%20id%3D%22metadata12%22%3E%20%3Crdf%3ARDF%3E%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%20%3C%2Fcc%3AWork%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fmetadata%3E%20%3Cdefs%20id%3D%22defs10%22%2F%3E%20%3Cpath%20id%3D%22path2%22%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%23865be7%3Bfill-opacity%3A1%22%20id%3D%22path4%22%20d%3D%22M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V8h14v11zM7%2010h5v5H7z%22%2F%3E%3C%2Fsvg%3E") !important;
}
form .fileinputs {
  text-align: left;
}
form .fileinputs input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
form .fileinputs .fileButton {
  transition: 0.25s;
  color: #003c69;
  border: 2px solid currentColor;
  font-size: 1rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  vertical-align: middle;
}
form .fileinputs .fileButton span {
  margin-left: 1rem;
}
form .fileinputs .fileButton:hover {
  color: #fff;
  background-color: #014e7f;
  border: 2px solid #014e7f;
  transition: 0.25s;
}
form .fileinputs .fileButton:active {
  background-color: #014e7f;
  border: 2px solid #014e7f;
  transition: 0.25s;
}
#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
  margin-bottom: 0.5rem;
}
#main-content h1 {
  font-size: 2.5rem;
}
#main-content h2 {
  font-size: 2rem;
}
#main-content h3 {
  font-size: 1.75rem;
}
#main-content h4 {
  font-size: 1.5rem;
}
#main-content h5 {
  font-size: 1.25rem;
}
#main-content h6 {
  font-size: 1rem;
}
#main-content p {
  margin-bottom: 1rem;
}
.jobpost:not(a) {
  padding-bottom: 3rem;
  border: 2px solid #e9ecef;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  transition: border-color 0.2s, color 0.2s, background-color 0.2s;
}
.jobpost:not(a):hover {
  border-color: #003c69;
}
.jobpost:not(a):hover .jobpost_nav .job_list_read_more {
  background-color: #003c69;
  color: #fff;
}
.jobpost:not(a) .jobpost_body {
  position: relative;
  padding: 1.25rem;
}
.jobpost:not(a) .jobpost_body h2 {
  margin-bottom: 3rem !important;
}
.jobpost:not(a) .jobpost_body h2 a {
  color: #003c69;
  font-size: 32px;
}
.jobpost:not(a) .jobpost_body h2 a:hover {
  color: #014e7f;
}
.jobpost:not(a) .jobpost_body p:not(:last-child) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.jobpost:not(a) .jobpost_body .jobclass {
  position: absolute;
  top: 4.25rem;
}
.jobpost:not(a) .jobpost_body .jobclass .jobclass_type {
  font-weight: 700;
}
.jobpost:not(a) .jobpost_body .jobclass.uneven {
  left: 50%;
}
.jobpost:not(a) .jobpost_nav a:not(.job_list_read_more) {
  display: none !important;
}
.jobpost:not(a) .jobpost_nav .job_list_read_more {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #e9ecef;
  padding: 0.75rem;
  color: #003c69;
  transition: color 0.2s, background-color 0.2s;
  border-radius: 0;
  border: 0;
}
.jobpost:not(a) .jobpost_nav .job_list_read_more:hover {
  text-decoration: underline;
}
#hs_content > h1,
.ccp_menu > h1,
.pagetitle {
  display: none;
}
a {
  color: #143d21;
}
main a,
#hs_popup .hs_popup_header h2,
#hs_popup #section_title h1 {
  font-weight: 700;
}
main #jobs_list .jobCard .card-body .card-title a {
  font-weight: 500;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 991px) {
  header .top-head-nav .navbar-brand img {
    height: 80px;
  }
  .menu-icon {
    padding: 36px 20px 10px;
  }
  footer .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dropdown-menu.show {
    position: relative !important;
    transform: translate3d(0px, 6px, 0px) !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
  }
}
#hs_popup .hs_popup_header {
  padding: 15px;
}
#hs_popup .hs_popup_header a.close_mobile_btn {
  top: 17px;
  filter: invert(1);
  color: #000;
}
#mobile-menu {
  margin-top: 20px;
}
.search.advancedcheckbox_intro {
  display: none;
}
.advancedcheckbox .param .label label {
  margin-top: 20px;
  margin-bottom: 10px;
}
.agentdetails.name .label label {
  margin-top: 20px;
}

/*

@media screen and (min-width: 1200px) {
.container {
  max-width: 1280px;
}
}

@media screen and (min-width: 992px) and (max-width: 1439.98px) {

.navbar-brand.col-lg-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 14% !important;
}

.navbar.col-md-7 {
  -ms-flex: 0 0 70.333333% !important;
  flex: 0 0 70.333333% !important;
  max-width: 69.333333% !important;
}
}
*/