.beefup {
  margin: 0 0 1px 0;
  border-radius: 3px;
}
.beefup:hover {
  border-color: #082c7c;
}
.beefup:first-child {
  margin-top: 0;
}
.beefup__head, .beefup__body {
  padding: 5px 5px;
}
.beefup__head {
cursor: pointer;
    position: relative;
    margin: 0;
/*    padding-right: 50px;*/
    color: #000000;
    font-size: 13px;
	font-weight:500;
}
button.beefup__head, .beefup__head > button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: none;
  border: 0;
  font: inherit;
  text-align: inherit;
}
button.beefup__head[aria-disabled], .beefup__head > button[aria-disabled] {
  cursor: default;
  outline: 0;
}

.beefup__head > button {
  position: relative;
  z-index: 1;
  padding: inherit;
  width:100%;
  background: inherit;
  border: inherit;
  color: #fff;
  font-size: 14px;
  line-height:18px;
}
.beefup__head::after {
  transition: transform 0.2s ease-out;
  content: "";
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 0;
  margin-top: -2px;
  padding: 3px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  color:#e77025;
}
.beefup.is-open > .beefup__head::after {
  transform: translate(0, -50%) rotate(225deg);
  margin-top: 2px;
}

/*# sourceMappingURL=jquery.beefup.css.map */