/* Careers Start */
.careersList {
  padding: 0 15px;
}
.careersList ul {
  margin: 20px 0;
}
.careersList.careersListPadding ul {
  margin: 35px 0 !important;
}
.careersList ul li::before {
  content: url("../img/list-icon2.png"); /* content: "\2022"Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #2562c4; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 20px; /* Also needed for space (tweak if needed) */
  margin-left: -20px; /* Also needed for space (tweak if needed) */
}
.careersList li {
  color: #041234;
  padding: 6px 0px;
  /*  display: block;*/
}
.careersList h3 {
  color: #2562c4;
  font-size: 18px;
  padding-bottom: 25px;
  margin-left: -20px;
}
.onClickDetails {
  display: none;
}