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 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: 32px;
  color: #fff;
  border-radius: 0px;
  text-decoration: none;
  border: 1px solid #131a27;
  background-color: #131a27;
  font-weight: 500;
  outline: 0px;
  padding: 20px 40px;
}
/* .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("../img/arrowright.png");
}
.careersbxxxx .accordion-trigger.expanded:after {
  background-image: url("../img/arrowdown.png");
  width: 30px;
  height: 42px;
}

/* ul.quickacc > li > a.expanded {
  border-bottom: 0;
  background-color: #2a5195;
  color: #fff;
}

.careersbxxxx ul.quickacc > li > a.expanded {
  background-color: #003180;
}
.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 {
}
