ul.quickacc {
  list-style: none;
  padding: 0px;
  margin: auto;
  display: table;
  max-width: 100%;
  width: 100%;
}

ul.quickacc > li {
  margin: 0;
  padding-left: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.078);
  background-color: #fff;

  margin-bottom: 10px;
  /* border-bottom: 1px solid #dadada; */
  /* box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06); */
}
ul.quickacc li:before {
  display: none;
}

ul.quickacc > li > a {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 21px;
  color: #000;
  border-radius: 0px;
  text-decoration: none;
  /* border-top: 1px solid #ec0345; */
  font-weight: 600;
  outline: 0px;
  padding: 25px 40px 25px 75px;
}
.careersbxxxx ul.quickacc > li > a {
  /* background-color: #eeeeee;
  color: #303030; */
}
ul.quickacc > li > a span {
  position: absolute;
  left: 15px;
  top: -5px;
  font-size: 80px;
  font-weight: 300;
}
ul.quickacc > li > a span img {
  width: 38px;
  margin-top: 18px;
}
.careersbxxxx ul.quickacc > li > a span {
  color: #fff;
}
/* ul.quickacc > li:last-child > a {border-bottom: 1px solid #ec0345;} */
/* ul.quickacc > li > a.expanded:before{
  position: absolute;
  left: 20px;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #1c1549;
} */

.careersbxxxx ul.quickacc > li > a.expanded {
  /* background-color: #1c1549; */
}
.careersbxxxx ul.quickacc > li > a.expanded span {
  /* color: #fff; */
}

.accordion-trigger {
  /* background-color: #fff;
  
  padding: 10px 24px; */
  position: relative;
  display: block;
}

.careersbxxxx .accordion-trigger:after {
  color: #343434;
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 16px;
  left: 30px;
  position: absolute;
  top: 28px;
  font-weight: 300;
}
.careersbxxxx .accordion-trigger.expanded:after {
  content: "\f068";
}
/* 
.accordion-trigger:before {
  width: 0;
  height: 0;
  border-bottom: 59px solid #fa8928;
  border-left: 59px solid transparent;
  position: absolute;
  right: 0px;
  content: "";
  top: 0px;
} */

/* .careersbxxxx .accordion-trigger:after { background-image: url('../images/arrowright.png') }
.careersbxxxx .accordion-trigger.expanded:after { background-image: url('../images/arrowdown.png'); width: 30px; height: 42px;} */

ul.quickacc > li > a.expanded {
  /* border-bottom: 0;
  background-color: #1c1549;
  color: #fff; */
}

.careersbxxxx ul.quickacc > li > a.expanded {
  /* background-color: #1c1549; */
}
.careersbxxxx ul.quickacc > li > a.expanded span {
  color: #fff;
}
.accordion-content {
  overflow: hidden;
  -webkit-transition: height1s;
  -moz-transition: height 0.25s;
  transition: height 0.25s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  -webkit-box-sizing: border-box;
  /* box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15); */
}

/* .accordion-content.expanded { height: auto; }

.accordion-content.collapsed { height: 0; } */

/* .accordion-content p {padding: 15px 30px 30px; font-size: 19px; line-height: 32px;
  background-color: #f9f9f9; color: #000; margin-bottom: 0;
  border-radius: 0px;} */

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  ul.quickacc > li > a {
    font-size: 16px;
    padding-right: 55px;
    padding-left: 70px;
  }

  ul.quickacc > li > a span {
    left: 15px;
  }
  .careersbxxxx .accordion-trigger.expanded::after {
    background-size: 30px;
  }
  .jobdescripp a {
    font-size: 10px;
  }
  .faqbx .col-sm-6 {
    padding: 0 15px !important;
  }
}
