@charset "UTF-8";
.button-list {
  margin-bottom: 40px;
  margin-top: 20px;
}
.button-list .btn-box {
  position: relative;
}
.button-list .btn-box:first-child div.full-box .box-content {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.button-list .btn-box:first-child .full-box, .button-list .btn-box:first-child button.full-box {
  background-color: #FFFFFF;
  border-width: 0;
}
.button-list .btn-box:first-child .full-box:hover:after, .button-list .btn-box:first-child .full-box:active:after, .button-list .btn-box:first-child .full-box:focus:after, .button-list .btn-box:first-child button.full-box:hover:after, .button-list .btn-box:first-child button.full-box:active:after, .button-list .btn-box:first-child button.full-box:focus:after {
  border-top-color: #FFE600;
}
.button-list .btn-box:first-child .full-box .box-content, .button-list .btn-box:first-child button.full-box .box-content {
  border-top-left-radius: 8px;
}
.button-list .btn-box:first-child .full-box:after, .button-list .btn-box:first-child button.full-box:after {
  border-top-right-radius: 8px;
}
.button-list .btn-box:first-child a.full-box:hover:after, .button-list .btn-box:first-child a.full-box:active:after, .button-list .btn-box:first-child a.full-box:focus:after {
  border-top-right-radius: 8px;
}
.button-list .btn-box .full-box {
  display: table;
  width: 100%;
}
.button-list .btn-box .full-box .box-content {
  border-style: solid;
  border-color: #CCC;
  border-width: 1px 1px 0 1px;
  display: table-cell;
  font-weight: normal;
  text-align: left;
  color: #000;
  padding: 25px 30px 25px 25px;
}
.button-list .btn-box .full-box .box-content h2 {
  margin: 0;
  padding: 0;
}
.button-list .btn-box a.full-box .box-content {
  border-right-width: 0;
}
.button-list .btn-box a.full-box:after {
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #CCC;
  color: #000;
  content: "";
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 900;
  min-width: 40px;
  width: 5%;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.button-list .btn-box a.full-box:hover, .button-list .btn-box a.full-box:active, .button-list .btn-box a.full-box:focus {
  text-decoration: none;
}
.button-list .btn-box a.full-box:hover:after, .button-list .btn-box a.full-box:active:after, .button-list .btn-box a.full-box:focus:after {
  border-right-color: #FFE600;
  content: "";
  background-color: #FFE600;
}
.button-list .btn-box:last-child .full-box .box-content {
  border-bottom-width: 1px;
}
.button-list .btn-box:last-child .full-box:after {
  border-bottom-width: 1px;
}
.button-list .btn-box:last-child div.full-box .box-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.button-list .btn-box:last-child a.full-box {
  border-bottom-width: 1px;
}
.button-list .btn-box:last-child a.full-box:hover:after, .button-list .btn-box:last-child a.full-box:active:after, .button-list .btn-box:last-child a.full-box:focus:after {
  border-bottom-color: #FFE600;
}
.button-list .btn-box:last-child a.full-box .box-content {
  border-bottom-left-radius: 8px;
}
.button-list .btn-box:last-child a.full-box:after {
  border-bottom-right-radius: 8px;
}
.button-list .btn-box .btn-floating {
  left: 25px;
  margin-right: 30px;
  position: absolute;
  top: 27px;
}
.button-list .btn-box .btn-floating h2 {
  margin: 0;
}

/*# sourceMappingURL=transfers.css.map */
