.beefup {
  border-bottom: 1px solid #d6d6d6;
  padding: 14px 10px 14px 20px;
}

.beefup:first-child {
  margin-top: 0;
}

.beefup__head {
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.beefup__head::after {
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #009fe3;
  content: '\f067';
  position: absolute;
  right: 0;
  height: 0;
  margin-top: -5px;
  top: 30%;
  width: 1;
}

.beefup__body {
  padding: 10px 0 0;
  display: inline-block;
}

.beefup.is-open > .beefup__head::after {
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #009fe3;
  content: '\f068';
  position: absolute;
  right: 0;
  height: 0;
  margin-top: -5px;
  top: 30%;
  width: 1;
}

.accordion .beefup__head{ font-family: 'Raleway', sans-serif; font-size: 14px; color: #505050; font-weight: 500; font-style: normal; text-align: left; line-height: 20px; margin: 0; }
.accordion .beefup__head a{ color: #505050; }
.accordion .beefup__head a:hover{ color: #0074bb; font-weight: bold; }
.accordion .beefup__body ul{ list-style: none; }
.accordion .beefup__body ul li{ border: none !important; padding: 5px 10px 5px 0px !important; font-size: 13px !important; line-height: 19px; color: #2d2d2d; }
.accordion .beefup__body ul li a{ color: #999 !important; font-size: 13px !important; }
.accordion .beefup__body ul li a:hover{ color: #009fe3 !important; padding-left: 10px !important; }