ul.quickacc {
  list-style: none;
  padding: 0px;
  margin: auto;
  display: table;
  max-width: 100%;
  width: 100%;
}

ul.quickacc > li {
  margin: 0 0 20px;
  padding-left: 0px;
  box-shadow: 0 15px 40px -13px rgba(46, 60, 84, 0.3);
  /* 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: 24px;
  color: #172a3f;
  border-radius: 0px;
  text-decoration: none;
  /* border-top: 1px solid #ec0345; */
  background-color: #fff;
  font-weight: 500;
  outline: 0px;
  padding-right: 30px;
  padding: 20px 30px;
}
.careersbxxxx ul.quickacc > li > a {
  background-color: #fff;
}
ul.quickacc > li > a span {
  position: absolute;
  left: 15px;
  top: 30px;
  font-size: 80px;
  opacity: 0.2;
}
.careersbxxxx ul.quickacc > li > a span {
  color: #727272;
}
/* ul.quickacc > li:last-child > a {border-bottom: 1px solid #ec0345;} */

.accordion-trigger {
  background-color: #fff;
  display: block;
  padding: 10px 24px;
  position: relative;
}

.careersbxxxx .accordion-trigger:after {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #000;
  /* border: 1px solid #ccc; */
  width: 30px;
  height: 85px;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
/* 
.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: #172a3f;
  color: #fff;
}

.careersbxxxx ul.quickacc > li > a.expanded {
  background-color: #172a3f;
}
.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;
  }
  .accordion-content p {
    font-size: 14px;
    line-height: 21px;
  }
}
