/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
#fsb *,
#fsb ::after,
#fsb ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body.fsb-modalOpen {
  overflow: hidden; }

#fsb-spinner {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-name: fsb-fadeIn;
  animation-name: fsb-fadeIn;
  position: fixed;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  z-index: 99999999;
  display: none; }

.fsb-alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.fsb-alert {
  display: none; }

.fsb-alert,
.fsb-mod_alert {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: fsb-mod_animatetop;
  animation-name: fsb-mod_animatetop;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index: 999999999; }

.fsb-inline-item {
  display: inline-block; }

.fsb-img-fluid {
  height: auto;
  max-width: 100%; }

.fsb-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.fsb-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.fsb-col-1, .fsb-col-2, .fsb-col-3, .fsb-col-4, .fsb-col-5, .fsb-col-6, .fsb-col-7, .fsb-col-8, .fsb-col-9, .fsb-col-10, .fsb-col-11, .fsb-col-12, .fsb-col,
.fsb-col-auto, .fsb-col-sm-1, .fsb-col-sm-2, .fsb-col-sm-3, .fsb-col-sm-4, .fsb-col-sm-5, .fsb-col-sm-6, .fsb-col-sm-7, .fsb-col-sm-8, .fsb-col-sm-9, .fsb-col-sm-10, .fsb-col-sm-11, .fsb-col-sm-12, .fsb-col-sm,
.fsb-col-sm-auto, .fsb-col-md-1, .fsb-col-md-2, .fsb-col-md-3, .fsb-col-md-4, .fsb-col-md-5, .fsb-col-md-6, .fsb-col-md-7, .fsb-col-md-8, .fsb-col-md-9, .fsb-col-md-10, .fsb-col-md-11, .fsb-col-md-12, .fsb-col-md,
.fsb-col-md-auto, .fsb-col-lg-1, .fsb-col-lg-2, .fsb-col-lg-3, .fsb-col-lg-4, .fsb-col-lg-5, .fsb-col-lg-6, .fsb-col-lg-7, .fsb-col-lg-8, .fsb-col-lg-9, .fsb-col-lg-10, .fsb-col-lg-11, .fsb-col-lg-12, .fsb-col-lg,
.fsb-col-lg-auto, .fsb-col-xl-1, .fsb-col-xl-2, .fsb-col-xl-3, .fsb-col-xl-4, .fsb-col-xl-5, .fsb-col-xl-6, .fsb-col-xl-7, .fsb-col-xl-8, .fsb-col-xl-9, .fsb-col-xl-10, .fsb-col-xl-11, .fsb-col-xl-12, .fsb-col-xl,
.fsb-col-xl-auto {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%; }

.fsb-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.fsb-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.fsb-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.fsb-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.fsb-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.fsb-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.fsb-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.fsb-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.fsb-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.fsb-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.fsb-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.fsb-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.fsb-order-first {
  -ms-flex-order: -1;
  order: -1; }

.fsb-order-last {
  -ms-flex-order: 13;
  order: 13; }

.fsb-order-0 {
  -ms-flex-order: 0;
  order: 0; }

.fsb-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.fsb-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.fsb-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.fsb-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.fsb-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.fsb-order-6 {
  -ms-flex-order: 6;
  order: 6; }

.fsb-order-7 {
  -ms-flex-order: 7;
  order: 7; }

.fsb-order-8 {
  -ms-flex-order: 8;
  order: 8; }

.fsb-order-9 {
  -ms-flex-order: 9;
  order: 9; }

.fsb-order-10 {
  -ms-flex-order: 10;
  order: 10; }

.fsb-order-11 {
  -ms-flex-order: 11;
  order: 11; }

.fsb-order-12 {
  -ms-flex-order: 12;
  order: 12; }

.fsb-offset-1 {
  margin-left: 8.333333%; }

.fsb-offset-2 {
  margin-left: 16.666667%; }

.fsb-offset-3 {
  margin-left: 25%; }

.fsb-offset-4 {
  margin-left: 33.333333%; }

.fsb-offset-5 {
  margin-left: 41.666667%; }

.fsb-offset-6 {
  margin-left: 50%; }

.fsb-offset-7 {
  margin-left: 58.333333%; }

.fsb-offset-8 {
  margin-left: 66.666667%; }

.fsb-offset-9 {
  margin-left: 75%; }

.fsb-offset-10 {
  margin-left: 83.333333%; }

.fsb-offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .fsb-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .fsb-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .fsb-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .fsb-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .fsb-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .fsb-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .fsb-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .fsb-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .fsb-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .fsb-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .fsb-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .fsb-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .fsb-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .fsb-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .fsb-order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .fsb-order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .fsb-order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .fsb-order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .fsb-order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .fsb-order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .fsb-order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .fsb-order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .fsb-order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .fsb-order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .fsb-order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .fsb-order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .fsb-order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .fsb-order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .fsb-order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .fsb-offset-sm-0 {
    margin-left: 0; }
  .fsb-offset-sm-1 {
    margin-left: 8.333333%; }
  .fsb-offset-sm-2 {
    margin-left: 16.666667%; }
  .fsb-offset-sm-3 {
    margin-left: 25%; }
  .fsb-offset-sm-4 {
    margin-left: 33.333333%; }
  .fsb-offset-sm-5 {
    margin-left: 41.666667%; }
  .fsb-offset-sm-6 {
    margin-left: 50%; }
  .fsb-offset-sm-7 {
    margin-left: 58.333333%; }
  .fsb-offset-sm-8 {
    margin-left: 66.666667%; }
  .fsb-offset-sm-9 {
    margin-left: 75%; }
  .fsb-offset-sm-10 {
    margin-left: 83.333333%; }
  .fsb-offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .fsb-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .fsb-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .fsb-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .fsb-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .fsb-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .fsb-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .fsb-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .fsb-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .fsb-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .fsb-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .fsb-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .fsb-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .fsb-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .fsb-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .fsb-order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .fsb-order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .fsb-order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .fsb-order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .fsb-order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .fsb-order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .fsb-order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .fsb-order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .fsb-order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .fsb-order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .fsb-order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .fsb-order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .fsb-order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .fsb-order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .fsb-order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .fsb-offset-md-0 {
    margin-left: 0; }
  .fsb-offset-md-1 {
    margin-left: 8.333333%; }
  .fsb-offset-md-2 {
    margin-left: 16.666667%; }
  .fsb-offset-md-3 {
    margin-left: 25%; }
  .fsb-offset-md-4 {
    margin-left: 33.333333%; }
  .fsb-offset-md-5 {
    margin-left: 41.666667%; }
  .fsb-offset-md-6 {
    margin-left: 50%; }
  .fsb-offset-md-7 {
    margin-left: 58.333333%; }
  .fsb-offset-md-8 {
    margin-left: 66.666667%; }
  .fsb-offset-md-9 {
    margin-left: 75%; }
  .fsb-offset-md-10 {
    margin-left: 83.333333%; }
  .fsb-offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .fsb-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .fsb-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .fsb-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .fsb-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .fsb-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .fsb-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .fsb-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .fsb-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .fsb-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .fsb-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .fsb-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .fsb-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .fsb-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .fsb-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .fsb-order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .fsb-order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .fsb-order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .fsb-order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .fsb-order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .fsb-order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .fsb-order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .fsb-order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .fsb-order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .fsb-order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .fsb-order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .fsb-order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .fsb-order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .fsb-order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .fsb-order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .fsb-offset-lg-0 {
    margin-left: 0; }
  .fsb-offset-lg-1 {
    margin-left: 8.333333%; }
  .fsb-offset-lg-2 {
    margin-left: 16.666667%; }
  .fsb-offset-lg-3 {
    margin-left: 25%; }
  .fsb-offset-lg-4 {
    margin-left: 33.333333%; }
  .fsb-offset-lg-5 {
    margin-left: 41.666667%; }
  .fsb-offset-lg-6 {
    margin-left: 50%; }
  .fsb-offset-lg-7 {
    margin-left: 58.333333%; }
  .fsb-offset-lg-8 {
    margin-left: 66.666667%; }
  .fsb-offset-lg-9 {
    margin-left: 75%; }
  .fsb-offset-lg-10 {
    margin-left: 83.333333%; }
  .fsb-offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .fsb-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .fsb-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .fsb-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .fsb-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .fsb-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .fsb-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .fsb-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .fsb-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .fsb-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .fsb-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .fsb-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .fsb-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .fsb-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .fsb-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .fsb-order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .fsb-order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .fsb-order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .fsb-order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .fsb-order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .fsb-order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .fsb-order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .fsb-order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .fsb-order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .fsb-order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .fsb-order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .fsb-order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .fsb-order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .fsb-order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .fsb-order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .fsb-offset-xl-0 {
    margin-left: 0; }
  .fsb-offset-xl-1 {
    margin-left: 8.333333%; }
  .fsb-offset-xl-2 {
    margin-left: 16.666667%; }
  .fsb-offset-xl-3 {
    margin-left: 25%; }
  .fsb-offset-xl-4 {
    margin-left: 33.333333%; }
  .fsb-offset-xl-5 {
    margin-left: 41.666667%; }
  .fsb-offset-xl-6 {
    margin-left: 50%; }
  .fsb-offset-xl-7 {
    margin-left: 58.333333%; }
  .fsb-offset-xl-8 {
    margin-left: 66.666667%; }
  .fsb-offset-xl-9 {
    margin-left: 75%; }
  .fsb-offset-xl-10 {
    margin-left: 83.333333%; }
  .fsb-offset-xl-11 {
    margin-left: 91.666667%; } }

.fsb-form-control {
  background-clip: padding-box;
  font-size: 1rem;
  line-height: 1.5;
  padding: .375rem .75rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 100%;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle; }

.fsb-form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.fsb-form-control:focus {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0; }

select.fsb-form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

.fsb-btn {
  border: 1px solid transparent;
  border-radius: .25rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .375rem .75rem;
  text-align: center;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  /*white-space: nowrap;*/
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0px; }

.fsb-btn:focus,
.fsb-btn:hover {
  text-decoration: none; }

.fsb-btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0; }

.fsb-btn:disabled {
  opacity: .65; }

.fsb-btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.fsb-btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff; }

.fsb-btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
  color: #fff; }

.fsb-btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.fsb-btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff; }

.fsb-btn-block {
  display: block;
  width: 100%; }

.fssmall {
  font-size: 10px;
  font-style: italic;
  margin-bottom: 10px; }

.editor-styles-wrapper i {
  font-style: normal !important; }

.fsb-btn:active {
  color: white; }

.fsb-btn-align-center {
  text-align: center; }

.fsb-btn-align-left {
  text-align: left; }

.fsb-btn-align-right {
  text-align: right; }

.fsb-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: white; }

@media (prefers-reduced-motion: reduce) {
  .fsb-btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.fsb-btn:hover {
  color: #212529;
  text-decoration: none; }

.fsb-btn:focus, .fsb-btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.fsb-btn.disabled, .fsb-btn:disabled {
  opacity: 0.65; }

a.fsb-btn.disabled,
fieldset:disabled a.fsb-btn {
  pointer-events: none; }

.fsb-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.fsb-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.fsb-btn-primary:focus, .fsb-btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.fsb-btn-primary.disabled, .fsb-btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.fsb-btn-primary:not(:disabled):not(.disabled):active, .fsb-btn-primary:not(:disabled):not(.disabled).active,
.show > .fsb-btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.fsb-btn-primary:not(:disabled):not(.disabled):active:focus, .fsb-btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.fsb-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.fsb-btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.fsb-btn-secondary:focus, .fsb-btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.fsb-btn-secondary.disabled, .fsb-btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.fsb-btn-secondary:not(:disabled):not(.disabled):active, .fsb-btn-secondary:not(:disabled):not(.disabled).active,
.show > .fsb-btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.fsb-btn-secondary:not(:disabled):not(.disabled):active:focus, .fsb-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.fsb-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.fsb-btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.fsb-btn-success:focus, .fsb-btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.fsb-btn-success.disabled, .fsb-btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.fsb-btn-success:not(:disabled):not(.disabled):active, .fsb-btn-success:not(:disabled):not(.disabled).active,
.show > .fsb-btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.fsb-btn-success:not(:disabled):not(.disabled):active:focus, .fsb-btn-success:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.fsb-btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.fsb-btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.fsb-btn-info:focus, .fsb-btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.fsb-btn-info.disabled, .fsb-btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.fsb-btn-info:not(:disabled):not(.disabled):active, .fsb-btn-info:not(:disabled):not(.disabled).active,
.show > .fsb-btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.fsb-btn-info:not(:disabled):not(.disabled):active:focus, .fsb-btn-info:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.fsb-btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.fsb-btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.fsb-btn-warning:focus, .fsb-btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.fsb-btn-warning.disabled, .fsb-btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.fsb-btn-warning:not(:disabled):not(.disabled):active, .fsb-btn-warning:not(:disabled):not(.disabled).active,
.show > .fsb-btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.fsb-btn-warning:not(:disabled):not(.disabled):active:focus, .fsb-btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.fsb-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.fsb-btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.fsb-btn-danger:focus, .fsb-btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.fsb-btn-danger.disabled, .fsb-btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.fsb-btn-danger:not(:disabled):not(.disabled):active, .fsb-btn-danger:not(:disabled):not(.disabled).active,
.show > .fsb-btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.fsb-btn-danger:not(:disabled):not(.disabled):active:focus, .fsb-btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.fsb-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.fsb-btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.fsb-btn-light:focus, .fsb-btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.fsb-btn-light.disabled, .fsb-btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.fsb-btn-light:not(:disabled):not(.disabled):active, .fsb-btn-light:not(:disabled):not(.disabled).active,
.show > .fsb-btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.fsb-btn-light:not(:disabled):not(.disabled):active:focus, .fsb-btn-light:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.fsb-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.fsb-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.fsb-btn-dark:focus, .fsb-btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.fsb-btn-dark.disabled, .fsb-btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.fsb-btn-dark:not(:disabled):not(.disabled):active, .fsb-btn-dark:not(:disabled):not(.disabled).active,
.show > .fsb-btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.fsb-btn-dark:not(:disabled):not(.disabled):active:focus, .fsb-btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.fsb-btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }

.fsb-btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.fsb-btn-outline-primary:focus, .fsb-btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.fsb-btn-outline-primary.disabled, .fsb-btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

.fsb-btn-outline-primary:not(:disabled):not(.disabled):active, .fsb-btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.fsb-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.fsb-btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.fsb-btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.fsb-btn-outline-secondary:focus, .fsb-btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.fsb-btn-outline-secondary.disabled, .fsb-btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.fsb-btn-outline-secondary:not(:disabled):not(.disabled):active, .fsb-btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.fsb-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.fsb-btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.fsb-btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.fsb-btn-outline-success:focus, .fsb-btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.fsb-btn-outline-success.disabled, .fsb-btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.fsb-btn-outline-success:not(:disabled):not(.disabled):active, .fsb-btn-outline-success:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.fsb-btn-outline-success:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.fsb-btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.fsb-btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.fsb-btn-outline-info:focus, .fsb-btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.fsb-btn-outline-info.disabled, .fsb-btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.fsb-btn-outline-info:not(:disabled):not(.disabled):active, .fsb-btn-outline-info:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.fsb-btn-outline-info:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.fsb-btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.fsb-btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.fsb-btn-outline-warning:focus, .fsb-btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.fsb-btn-outline-warning.disabled, .fsb-btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.fsb-btn-outline-warning:not(:disabled):not(.disabled):active, .fsb-btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.fsb-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.fsb-btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.fsb-btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.fsb-btn-outline-danger:focus, .fsb-btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.fsb-btn-outline-danger.disabled, .fsb-btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.fsb-btn-outline-danger:not(:disabled):not(.disabled):active, .fsb-btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.fsb-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.fsb-btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.fsb-btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.fsb-btn-outline-light:focus, .fsb-btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.fsb-btn-outline-light.disabled, .fsb-btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.fsb-btn-outline-light:not(:disabled):not(.disabled):active, .fsb-btn-outline-light:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.fsb-btn-outline-light:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.fsb-btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.fsb-btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.fsb-btn-outline-dark:focus, .fsb-btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.fsb-btn-outline-dark.disabled, .fsb-btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.fsb-btn-outline-dark:not(:disabled):not(.disabled):active, .fsb-btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.fsb-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.fsb-btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }

.fsb-btn-link:hover {
  color: #0056b3;
  text-decoration: underline; }

.fsb-btn-link:focus, .fsb-btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none; }

.fsb-btn-link:disabled, .fsb-btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

.fsb-btn-lg, .fsb-btn-group-lg > .fsb-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.fsb-btn-sm, .fsb-btn-group-sm > .fsb-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.fsb-btn-block {
  display: block;
  width: 100%; }

.fsb-btn-block + .fsb-btn-block {
  margin-top: 0.5rem; }

input[type="submit"].fsb-btn-block,
input[type="reset"].fsb-btn-block,
input[type="button"].fsb-btn-block {
  width: 100%; }

.fsb-card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.fsb-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.fsb-card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0 1em; }

.fsb-card-header:first-child {
  border-radius: 0px; }

.fsb-align-top {
  vertical-align: top !important; }

.fsb-border {
  border: 1px solid #dee2e6 !important; }

.fsb-rounded {
  border-radius: 0.25rem !important; }

.fsb-d-none {
  display: none !important; }

.fsb-d-inline-block {
  display: inline-block !important; }

@media (min-width: 576px) {
  .fsb-d-sm-none {
    display: none !important; }
  .fsb-d-sm-block {
    display: block !important; } }

@media (min-width: 768px) {
  .fsb-d-md-none {
    display: none !important; }
  .fsb-d-md-inline-block {
    display: inline-block !important; }
  .fsb-d-md-block {
    display: block !important; } }

@media (min-width: 992px) {
  .fsb-d-lg-none {
    display: none !important; }
  .fsb-d-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .fsb-d-xl-none {
    display: none !important; }
  .fsb-d-xl-block {
    display: block !important; } }

.fsb-align-items-center {
  align-items: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important; }

.fsb-mt-2 {
  margin-top: 0.5rem !important; }

.fsb-ml-2 {
  margin-left: 0.5rem !important; }

.fsb-mt-3 {
  margin-top: 1rem !important; }

.fsb-mb-3 {
  margin-bottom: 1rem !important; }

.fsb-mt-4 {
  margin-top: 1.5rem !important; }

.fsb-m-4 {
  margin: 1.5rem !important; }

.fsb-mb-4 {
  margin-bottom: 1.5rem !important; }

.fsb-pr-0 {
  padding-right: 0 !important; }

.fsb-pl-0 {
  padding-left: 0 !important; }

.fsb-pb-0 {
  padding-bottom: 0 !important; }

.fsb-pb-4 {
  padding-bottom: 1.5rem !important; }

.fsb-px-5 {
  padding-right: 3rem !important; }

.fsb-px-5 {
  padding-left: 3rem !important; }

.fsb-p-1 {
  padding: 1rem !important; }

.fsb-p-0 {
  padding: 0px !important; }

@media (min-width: 576px) {
  .fsb-mt-sm-2 {
    margin-top: 0.5rem !important; } }

.fsb-text-nowrap {
  white-space: nowrap !important; }

.fsb-text-left {
  text-align: left !important; }

.fsb-text-right {
  text-align: right !important; }

.fsb-text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .fsb-text-sm-left {
    text-align: left !important; }
  .fsb-text-sm-right {
    text-align: right !important; } }

@media (min-width: 768px) {
  .fsb-text-md-left {
    text-align: left !important; }
  .fsb-text-md-right {
    text-align: right !important; } }

.fsb-text-success {
  color: #28a745 !important; }

.fsb-card-body hr:last-child {
  display: none; }

.fsb-remove {
  color: #b3b3b3;
  text-decoration: none; }

.fsb-remove:hover {
  color: black; }

.fsb-option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #c0c0c0;
  border: none;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: initial;
  height: 25px;
  left: 0;
  margin-right: .5rem;
  outline: none;
  position: relative;
  position: relative;
  right: 0;
  -webkit-transition: all .15s ease-out 0s;
  -o-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
  width: 25px;
  z-index: 2; }

.fsb-option-input:hover {
  background: #9faab7; }

.fsb-option-input:checked {
  background: #9faab7; }

.fsb-option-input:checked::before {
  content: '\2714';
  display: inline-block;
  font-size: 18px;
  height: 25px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  width: 25px; }

.fsb-cart-input {
  width: 70px;
  display: inline-block; }

.fsb-remove-small {
  position: absolute;
  top: 0px;
  right: 5px;
  font-weight: bold; }

.fsb-coupon-entry {
  display: inline-block;
  width: 200px; }

.fsb-bundle-image {
  width: 60px;
  height: auto;
  display: inline; }

.fsb-75 {
  font-size: 75%; }

.fsb-option-input:checked::after {
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 3; }

.fsb-option-input.fsb-radio {
  border-radius: 50%; }

.fsb-option-input.fsb-radio::after {
  border-radius: 50%; }

.fsb-bg-success {
  background-color: #28a745 !important;
  color: white; }

.fsb-price-ext, .fsb-prod-name, .fsb-total {
  display: block;
  font-size: 1.17em;
  font-weight: bold; }

.fsb-unit-price {
  font-size: 1.17em;
  font-weight: bold; }

.fsb-shipping {
  display: block;
  font-weight: bold; }

.fsb-total {
  margin: 10px 0px; }

.fsb-normal {
  font-weight: normal; }

/* The Modal (background) */
.fsb-modal {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: fsb-fadeIn;
  /* Fade in the background */
  animation-name: fsb-fadeIn;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
  display: none;
  /* Hidden by default */
  height: 100%;
  /* Full height */
  left: 0;
  overflow: auto;
  /* Enable scroll if needed */
  position: fixed;
  /* Stay in place */
  top: 0;
  width: 100%;
  /* Full width */
  z-index: 999999;
  /* Sit on top */ }

.fsb-RS .fsb-modal-content {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: fsb-rs_slideIn;
  animation-name: fsb-rs_slideIn;
  background-color: #fefefe;
  bottom: 0;
  -webkit-box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.2), -6px 0 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.2), -6px 0 20px 0 rgba(0, 0, 0, 0.19);
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  width: 60%; }

.fsb-RS .fsb-modal-content .fsb-close {
  padding-right: 20px;
  margin: 11px 20px; }

.fsb-RS .fsb-modal-content .fsb-cart_title {
  padding-left: 20px; }

.fsb-RS .fsb-modal-body {
  padding: 2px 16px;
  margin-top: 60px; }

.fsb-RS .fsb-modal-header {
  background-color: #28a745;
  color: white;
  position: fixed;
  z-index: 4;
  width: 60%; }

.fsb-LS .fsb-modal-content {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: fsb-ls_slideIn;
  animation-name: fsb-ls_slideIn;
  background-color: #fefefe;
  bottom: 0;
  -webkit-box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.2), 6px 0 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.2), 6px 0 20px 0 rgba(0, 0, 0, 0.19);
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  width: 60%; }

.fsb-LS .fsb-modal-content .fsb-close {
  padding-right: 20px;
  margin: 11px 20px; }

.fsb-LS .fsb-modal-content .fsb-cart_title {
  padding-left: 20px; }

.fsb-LS .fsb-modal-body {
  padding: 2px 16px;
  margin-top: 60px; }

.fsb-LS .fsb-modal-header {
  background-color: #28a745;
  color: white;
  position: fixed;
  z-index: 4;
  width: 60%; }

/* Modal Content */
.fsb-BS .fsb-modal-content {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: fsb-bs_slideIn;
  animation-name: fsb-bs_slideIn;
  background-color: #fefefe;
  bottom: 0;
  -webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
  max-height: 75%;
  overflow-y: scroll;
  position: fixed;
  width: 100%; }

.fsb-BS .fsb-modal-body {
  margin-top: 60px;
  padding: 2px 16px; }

.fsb-BS .fsb-modal-header {
  background-color: #28a745;
  color: white;
  left: 0;
  padding: 0 25px 0 0;
  position: fixed;
  right: 0;
  z-index: 4; }

.fsb-BS .fsb-modal-header .fsb-close {
  margin: 11px 20px; }

.fsb-BS .fsb-modal-header .fsb-cart_title {
  padding-left: 20px; }

/* Modal Content */
.fsb-MOD .fsb-modal-content {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: fsb-mod_animatetop;
  animation-name: fsb-mod_animatetop;
  background-color: #fefefe;
  border: 1px solid #888;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 5% auto;
  padding: 0;
  position: relative;
  width: 80%; }

.fsb-MOD .fsb-modal-body {
  padding: 10px 16px 0; }

.fsb-MOD .fsb-modal-header .fsb-close {
  margin: 11px 0; }

.fsb-MOD .fsb-modal-header {
  background-color: #28a745;
  color: white;
  padding: 2px 16px; }

.fsb-MODSM .fsb-modal-content {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: fsb-mod_animatetop;
  animation-name: fsb-mod_animatetop;
  background-color: #fefefe;
  border: 1px solid #888;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 5% auto;
  padding: 0;
  position: relative;
  max-width: 1024px; }

.fsb-MODSM .fsb-modal-body {
  padding: 10px 16px 0; }

.fsb-MODSM .fsb-modal-header .fsb-close {
  margin: 11px 0; }

.fsb-MODSM .fsb-modal-header {
  background-color: #28a745;
  color: white;
  padding: 2px 16px; }

/* The Close Button */
.fsb-close,
.fsb-cart_title {
  color: white;
  display: block;
  font-size: 1.5em;
  font-weight: bold; }

.fsb-close:hover,
.fsb-close:focus {
  color: #000;
  cursor: pointer; }

.fsb-close {
  float: right;
  font-size: 40px;
  line-height: 30px; }

/* Add Animation Bottom Sheet */
@-webkit-keyframes fsb-bs_slideIn {
  from {
    bottom: -300px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

@keyframes fsb-bs_slideIn {
  from {
    bottom: -300px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

@-webkit-keyframes fsb-bs_revslideIn {
  from {
    bottom: 0;
    opacity: 1; }
  to {
    bottom: -300px;
    opacity: 0; } }

@keyframes fsb-bs_revslideIn {
  from {
    bottom: 0;
    opacity: 1; }
  to {
    bottom: -300px;
    opacity: 0; } }

/* Add Animation modal */
@-webkit-keyframes fsb-mod_animatetop {
  from {
    opacity: 0;
    top: -300px; }
  to {
    opacity: 1;
    top: 0; } }

@keyframes fsb-mod_animatetop {
  from {
    opacity: 0;
    top: -300px; }
  to {
    opacity: 1;
    top: 0; } }

@-webkit-keyframes fsb-mod_revanimatetop {
  from {
    opacity: 1;
    top: 0; }
  to {
    opacity: 0;
    top: -300; } }

@keyframes fsb-mod_revanimatetop {
  from {
    opacity: 1;
    top: 0; }
  to {
    opacity: 0;
    top: -330px; } }

/* Add Animation right sheet */
@-webkit-keyframes fsb-rs_slideIn {
  from {
    opacity: 1;
    right: -50%; }
  to {
    opacity: 1;
    right: 0; } }

@keyframes fsb-rs_slideIn {
  from {
    opacity: 1;
    right: -50%; }
  to {
    opacity: 1;
    right: 0; } }

@-webkit-keyframes fsb-rs_revslideIn {
  from {
    opacity: 1;
    right: 0; }
  to {
    opacity: 1;
    right: -50%; } }

@keyframes fsb-rs_revslideIn {
  from {
    opacity: 1;
    right: 0; }
  to {
    opacity: 1;
    right: -50%; } }

/* Add Animation left sheet */
@-webkit-keyframes fsb-ls_slideIn {
  from {
    left: -50%;
    opacity: 1; }
  to {
    left: 0;
    opacity: 1; } }

@keyframes fsb-ls_slideIn {
  from {
    left: -50%;
    opacity: 1; }
  to {
    left: 0;
    opacity: 1; } }

@-webkit-keyframes fsb-ls_revslideIn {
  from {
    left: 0;
    opacity: 1; }
  to {
    left: -50%;
    opacity: 1; } }

@keyframes fsb-ls_revslideIn {
  from {
    left: 0;
    opacity: 1; }
  to {
    left: -50%;
    opacity: 1; } }

@-webkit-keyframes fsb-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fsb-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fsb-revfadeIn {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fsb-revfadeIn {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@media (max-width: 1199.98px) {
  .fsb-RS .fsb-modal-header,
  .fsb-LS .fsb-modal-header {
    width: 80%; }
  .fsb-MOD .fsb-modal-content {
    width: 90%; } }

@media (max-width: 991.98px) {
  .fsb-RS .fsb-modal-header,
  .fsb-LS .fsb-modal-header {
    width: 90%; }
  .fsb-RS .fsb-modal-content,
  .fsb-LS .fsb-modal-content,
  .fsb-MOD .fsb-modal-content {
    width: 90%; } }

@media (max-width: 767.98px) {
  .fsb-RS .fsb-modal-header,
  .fsb-LS .fsb-modal-header {
    width: 100%; }
  .fsb-MOD .fsb-modal-content {
    margin: 0;
    width: 100%; }
  .fsb-RS .fsb-modal-content {
    width: 100%; }
  .fsb-BS .fsb-modal-content {
    max-height: 100%; } }

.minicart {
  border-radius: 5px;
  position: fixed;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -webkit-transition: width 0.3s, height 0.3s;
  /* For Safari 3.1 to 6.0 */
  -o-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
  color: black;
  background: white;
  z-index: 999998;
  height: 58px;
  width: 58px; }

.minicart.open {
  border-radius: 0px; }

.minicart.topright {
  top: 20px;
  right: 20px; }

.minicart.topleft {
  top: 20px;
  left: 20px; }

.minicart.bottomright {
  bottom: 20px;
  right: 20px; }

.minicart.bottomleft {
  bottom: 20px;
  left: 20px; }

.minicart:hover {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5); }

.minicart .fa {
  font-size: 25px;
  padding: 15px; }

.minicart-count {
  position: absolute;
  background: red;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 21px;
  text-align: center;
  color: white;
  font-size: 12px; }

.topleft .minicart-count, .bottomleft .minicart-count {
  top: -10px;
  right: -10px; }

.topright .minicart-count, .bottomright .minicart-count {
  top: -10px;
  left: -10px; }

.fsb-display {
  font-weight: bold; }

.fsb-extPrice {
  font-weight: bold; }

.fsb-cartimage {
  max-height: 100px; }

.fsb-bundleimage {
  width: 60px;
  height: auto;
  display: inline; }

.fsb-ximage {
  max-height: 75px; }

#fs p {
  margin: 0px; }

.fsb-minus, .fsb-plus {
  cursor: pointer;
  width: 34px;
  height: 34px;
  background: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  font-weight: bold; }

input[type="text"].fsb-qtyinput {
  height: 34px;
  width: 60px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle; }

.fsb-number {
  display: inline-block; }

.fastspring_btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none; }

.fastspring_btn:focus, .fastspring_btn.focus, .fastspring_btn:active:focus, .fastspring_btn:active.focus, .fastspring_btn.active:focus, .fastspring_btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.fastspring_btn:focus, .fastspring_btn:hover {
  text-decoration: none; }

.fastspring_btn.focus {
  text-decoration: none; }

.fastspring_btn:active, .fastspring_btn.active {
  background-image: none;
  outline: 0; }

.fastspring_btn.disabled, .fastspring_btn:disabled {
  cursor: not-allowed;
  opacity: .65; }

a.fastspring_btn.disabled,
fieldset[disabled] a.fastspring_btn {
  pointer-events: none; }

.fastspring_btn-primary {
  color: #fff !important;
  background-color: #0275d8;
  border-color: #0275d8; }

.fastspring_btn-primary:hover {
  color: #fff !important;
  background-color: #025aa5;
  border-color: #01549b; }

.fastspring_btn-primary:focus, .fastspring_btn-primary.focus {
  color: #fff !important;
  background-color: #025aa5;
  border-color: #01549b; }

.fastspring_btn-primary:active, .fastspring_btn-primary.active,
.open > .fastspring_btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #025aa5;
  border-color: #01549b;
  background-image: none; }

.fastspring_btn-primary:active:hover, .fastspring_btn-primary:active:focus, .fastspring_btn-primary:active.focus, .fastspring_btn-primary.active:hover, .fastspring_btn-primary.active:focus, .fastspring_btn-primary.active.focus,
.open > .fastspring_btn-primary.dropdown-toggle:hover,
.open > .fastspring_btn-primary.dropdown-toggle:focus,
.open > .fastspring_btn-primary.dropdown-toggle.focus {
  color: #fff !important;
  background-color: #014682;
  border-color: #01315a; }

.fastspring_btn-primary.disabled:focus, .fastspring_btn-primary.disabled.focus, .fastspring_btn-primary:disabled:focus, .fastspring_btn-primary:disabled.focus {
  background-color: #0275d8;
  border-color: #0275d8; }

.fastspring_btn-primary.disabled:hover, .fastspring_btn-primary:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8; }

.fastspring_btn-secondary {
  color: #373a3c !important;
  background-color: #fff;
  border-color: #ccc; }

.fastspring_btn-secondary:hover {
  color: #373a3c !important;
  background-color: #e6e6e6;
  border-color: #adadad; }

.fastspring_btn-secondary:focus, .fastspring_btn-secondary.focus {
  color: #373a3c !important;
  background-color: #e6e6e6;
  border-color: #adadad; }

.fastspring_btn-secondary:active, .fastspring_btn-secondary.active,
.open > .fastspring_btn-secondary.dropdown-toggle {
  color: #373a3c !important;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none; }

.fastspring_btn-secondary:active:hover, .fastspring_btn-secondary:active:focus, .fastspring_btn-secondary:active.focus, .fastspring_btn-secondary.active:hover, .fastspring_btn-secondary.active:focus, .fastspring_btn-secondary.active.focus,
.open > .fastspring_btn-secondary.dropdown-toggle:hover,
.open > .fastspring_btn-secondary.dropdown-toggle:focus,
.open > .fastspring_btn-secondary.dropdown-toggle.focus {
  color: #373a3c !important;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.fastspring_btn-secondary.disabled:focus, .fastspring_btn-secondary.disabled.focus, .fastspring_btn-secondary:disabled:focus, .fastspring_btn-secondary:disabled.focus {
  background-color: #fff;
  border-color: #ccc; }

.fastspring_btn-secondary.disabled:hover, .fastspring_btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc; }

.fastspring_btn-default {
  color: #373a3c !important;
  background-color: #fff;
  border: 2px solid #ccc; }

.fastspring_btn-default:hover {
  color: #373a3c !important;
  background-color: #e6e6e6;
  border-color: #adadad; }

.fastspring_btn-default:focus, .fastspring_btn-default.focus {
  color: #373a3c !important;
  background-color: #e6e6e6;
  border-color: #adadad; }

.fastspring_btn-default:active, .fastspring_btn-default.active,
.open > .fastspring_btn-default.dropdown-toggle {
  color: #373a3c !important;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none; }

.fastspring_btn-default:active:hover, .fastspring_btn-default:active:focus, .fastspring_btn-default:active.focus, .fastspring_btn-default.active:hover, .fastspring_btn-default.active:focus, .fastspring_btn-default.active.focus,
.open > .fastspring_btn-default.dropdown-toggle:hover,
.open > .fastspring_btn-default.dropdown-toggle:focus,
.open > .fastspring_btn-default.dropdown-toggle.focus {
  color: #373a3c !important;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.fastspring_btn-default.disabled:focus, .fastspring_btn-default.disabled.focus, .fastspring_btn-default:disabled:focus, .fastspring_btn-default:disabled.focus {
  background-color: #fff;
  border-color: #ccc; }

.fastspring_btn-default.disabled:hover, .fastspring_btn-default:disabled:hover {
  background-color: #fff;
  border-color: #ccc; }

.fastspring_btn-info {
  color: #fff !important;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.fastspring_btn-info:hover {
  color: #fff !important;
  background-color: #31b0d5;
  border-color: #2aabd2; }

.fastspring_btn-info:focus, .fastspring_btn-info.focus {
  color: #fff !important;
  background-color: #31b0d5;
  border-color: #2aabd2; }

.fastspring_btn-info:active, .fastspring_btn-info.active,
.open > .fastspring_btn-info.dropdown-toggle {
  color: #fff !important;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none; }

.fastspring_btn-info:active:hover, .fastspring_btn-info:active:focus, .fastspring_btn-info:active.focus, .fastspring_btn-info.active:hover, .fastspring_btn-info.active:focus, .fastspring_btn-info.active.focus,
.open > .fastspring_btn-info.dropdown-toggle:hover,
.open > .fastspring_btn-info.dropdown-toggle:focus,
.open > .fastspring_btn-info.dropdown-toggle.focus {
  color: #fff !important;
  background-color: #269abc;
  border-color: #1f7e9a; }

.fastspring_btn-info.disabled:focus, .fastspring_btn-info.disabled.focus, .fastspring_btn-info:disabled:focus, .fastspring_btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.fastspring_btn-info.disabled:hover, .fastspring_btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.fastspring_btn-success {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.fastspring_btn-success:hover {
  color: #fff !important;
  background-color: #449d44;
  border-color: #419641; }

.fastspring_btn-success:focus, .fastspring_btn-success.focus {
  color: #fff !important;
  background-color: #449d44;
  border-color: #419641; }

.fastspring_btn-success:active, .fastspring_btn-success.active,
.open > .fastspring_btn-success.dropdown-toggle {
  color: #fff !important;
  background-color: #449d44;
  border-color: #419641;
  background-image: none; }

.fastspring_btn-success:active:hover, .fastspring_btn-success:active:focus, .fastspring_btn-success:active.focus, .fastspring_btn-success.active:hover, .fastspring_btn-success.active:focus, .fastspring_btn-success.active.focus,
.open > .fastspring_btn-success.dropdown-toggle:hover,
.open > .fastspring_btn-success.dropdown-toggle:focus,
.open > .fastspring_btn-success.dropdown-toggle.focus {
  color: #fff !important;
  background-color: #398439;
  border-color: #2d672d; }

.fastspring_btn-success.disabled:focus, .fastspring_btn-success.disabled.focus, .fastspring_btn-success:disabled:focus, .fastspring_btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.fastspring_btn-success.disabled:hover, .fastspring_btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.fastspring_btn-warning {
  color: #fff !important;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.fastspring_btn-warning:hover {
  color: #fff !important;
  background-color: #ec971f;
  border-color: #eb9316; }

.fastspring_btn-warning:focus, .fastspring_btn-warning.focus {
  color: #fff !important;
  background-color: #ec971f;
  border-color: #eb9316; }

.fastspring_btn-warning:active, .fastspring_btn-warning.active,
.open > .fastspring_btn-warning.dropdown-toggle {
  color: #fff !important;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none; }

.fastspring_btn-warning:active:hover, .fastspring_btn-warning:active:focus, .fastspring_btn-warning:active.focus, .fastspring_btn-warning.active:hover, .fastspring_btn-warning.active:focus, .fastspring_btn-warning.active.focus,
.open > .fastspring_btn-warning.dropdown-toggle:hover,
.open > .fastspring_btn-warning.dropdown-toggle:focus,
.open > .fastspring_btn-warning.dropdown-toggle.focus {
  color: #fff !important;
  background-color: #d58512;
  border-color: #b06d0f; }

.fastspring_btn-warning.disabled:focus, .fastspring_btn-warning.disabled.focus, .fastspring_btn-warning:disabled:focus, .fastspring_btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.fastspring_btn-warning.disabled:hover, .fastspring_btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.fastspring_btn-danger {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d9534f; }

.fastspring_btn-danger:hover {
  color: #fff !important;
  background-color: #c9302c;
  border-color: #c12e2a; }

.fastspring_btn-danger:focus, .fastspring_btn-danger.focus {
  color: #fff !important;
  background-color: #c9302c;
  border-color: #c12e2a; }

.fastspring_btn-danger:active, .fastspring_btn-danger.active,
.open > .fastspring_btn-danger.dropdown-toggle {
  color: #fff !important;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none; }

.fastspring_btn-danger:active:hover, .fastspring_btn-danger:active:focus, .fastspring_btn-danger:active.focus, .fastspring_btn-danger.active:hover, .fastspring_btn-danger.active:focus, .fastspring_btn-danger.active.focus,
.open > .fastspring_btn-danger.dropdown-toggle:hover,
.open > .fastspring_btn-danger.dropdown-toggle:focus,
.open > .fastspring_btn-danger.dropdown-toggle.focus {
  color: #fff !important;
  background-color: #ac2925;
  border-color: #8b211e; }

.fastspring_btn-danger.disabled:focus, .fastspring_btn-danger.disabled.focus, .fastspring_btn-danger:disabled:focus, .fastspring_btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f; }

.fastspring_btn-danger.disabled:hover, .fastspring_btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f; }

.fastspring_btn-outline-primary {
  color: #0275d8 !important;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
  border: 2px solid; }

.fastspring_btn-outline-primary:hover {
  color: #fff !important;
  background-color: #0275d8;
  border-color: #0275d8; }

.fastspring_btn-outline-primary:focus, .fastspring_btn-outline-primary.focus {
  color: #fff !important;
  background-color: #0275d8;
  border-color: #0275d8; }

.fastspring_btn-outline-primary:active, .fastspring_btn-outline-primary.active,
.open > .fastspring_btn-outline-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #0275d8;
  border-color: #0275d8; }

.fastspring_btn-outline-primary:active:hover, .fastspring_btn-outline-primary:active:focus, .fastspring_btn-outline-primary:active.focus, .fastspring_btn-outline-primary.active:hover, .fastspring_btn-outline-primary.active:focus, .fastspring_btn-outline-primary.active.focus,
.open > .fastspring_btn-outline-primary.dropdown-toggle:hover,
.open > .fastspring_btn-outline-primary.dropdown-toggle:focus,
.open > .fastspring_btn-outline-primary.dropdown-toggle.focus {
  color: #fff !important;
  background-color: #014682;
  border-color: #01315a; }

.fastspring_btn-outline-primary.disabled:focus, .fastspring_btn-outline-primary.disabled.focus, .fastspring_btn-outline-primary:disabled:focus, .fastspring_btn-outline-primary:disabled.focus {
  border-color: #43a7fd; }

.fastspring_btn-outline-primary.disabled:hover, .fastspring_btn-outline-primary:disabled:hover {
  border-color: #43a7fd; }

.fastspring_btn-outline-secondary {
  color: #ccc !important;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
  border: 2px solid; }

.fastspring_btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #ccc;
  border-color: #ccc; }

.fastspring_btn-outline-secondary:focus, .fastspring_btn-outline-secondary.focus {
  color: #fff !important;
  background-color: #ccc;
  border-color: #ccc; }

.fastspring_btn-outline-secondary:active, .fastspring_btn-outline-secondary.active,
.open > .fastspring_btn-outline-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #ccc;
  border-color: #ccc; }

.fastspring_btn-outline-secondary:active:hover, .fastspring_btn-outline-secondary:active:focus, .fastspring_btn-outline-secondary:active.focus, .fastspring_btn-outline-secondary.active:hover, .fastspring_btn-outline-secondary.active:focus, .fastspring_btn-outline-secondary.active.focus,
.open > .fastspring_btn-outline-secondary.dropdown-toggle:hover,
.open > .fastspring_btn-outline-secondary.dropdown-toggle:focus,
.open > .fastspring_btn-outline-secondary.dropdown-toggle.focus {
  color: #fff !important;
  background-color: #a1a1a1;
  border-color: #8c8c8c; }

.fastspring_btn-outline-secondary.disabled:focus, .fastspring_btn-outline-secondary.disabled.focus, .fastspring_btn-outline-secondary:disabled:focus, .fastspring_btn-outline-secondary:disabled.focus {
  border-color: white; }

.fastspring_btn-outline-secondary.disabled:hover, .fastspring_btn-outline-secondary:disabled:hover {
  border-color: white; }

.fastspring_btn-outline-info {
  color: #5bc0de !important;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
  border: 2px solid; }

.fastspring_btn-outline-info:hover {
  color: #fff !important;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.fastspring_btn-outline-info:focus, .fastspring_btn-outline-info.focus {
  color: #fff !important;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.fastspring_btn-outline-info:active, .fastspring_btn-outline-info.active,
.open > .fastspring_btn-outline-info.dropdown-toggle {
  color: #fff !important;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.fastspring_btn-outline-info:active:hover, .fastspring_btn-outline-info:active:focus, .fastspring_btn-outline-info:active.focus, .fastspring_btn-outline-info.active:hover, .fastspring_btn-outline-info.active:focus, .fastspring_btn-outline-info.active.focus,
.open > .fastspring_btn-outline-info.dropdown-toggle:hover,
.open > .fastspring_btn-outline-info.dropdown-toggle:focus,
.open > .fastspring_btn-outline-info.dropdown-toggle.focus {
  color: #fff !important;
  background-color: #269abc;
  border-color: #1f7e9a; }

.fastspring_btn-outline-info.disabled:focus, .fastspring_btn-outline-info.disabled.focus, .fastspring_btn-outline-info:disabled:focus, .fastspring_btn-outline-info:disabled.focus {
  border-color: #b0e1ef; }

.fastspring_btn-outline-info.disabled:hover, .fastspring_btn-outline-info:disabled:hover {
  border-color: #b0e1ef; }

.fastspring_btn-outline-success {
  color: #5cb85c !important;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
  border: 2px solid; }

.fastspring_btn-outline-success:hover {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.fastspring_btn-outline-success:focus, .fastspring_btn-outline-success.focus {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.fastspring_btn-outline-success:active, .fastspring_btn-outline-success.active,
.open > .fastspring_btn-outline-success.dropdown-toggle {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.fastspring_btn-outline-success:active:hover, .fastspring_btn-outline-success:active:focus, .fastspring_btn-outline-success:active.focus, .fastspring_btn-outline-success.active:hover, .fastspring_btn-outline-success.active:focus, .fastspring_btn-outline-success.active.focus,
.open > .fastspring_btn-outline-success.dropdown-toggle:hover,
.open > .fastspring_btn-outline-success.dropdown-toggle:focus,
.open > .fastspring_btn-outline-success.dropdown-toggle.focus {
  color: #fff !important;
  background-color: #398439;
  border-color: #2d672d; }

.fastspring_btn-outline-success.disabled:focus, .fastspring_btn-outline-success.disabled.focus, .fastspring_btn-outline-success:disabled:focus, .fastspring_btn-outline-success:disabled.focus {
  border-color: #a3d7a3; }

.fastspring_btn-outline-success.disabled:hover, .fastspring_btn-outline-success:disabled:hover {
  border-color: #a3d7a3; }

.fastspring_btn-outline-warning {
  color: #f0ad4e !important;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
  border: 2px solid; }

.fastspring_btn-outline-warning:hover {
  color: #fff !important;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.fastspring_btn-outline-warning:focus, .fastspring_btn-outline-warning.focus {
  color: #fff !important;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.fastspring_btn-outline-warning:active, .fastspring_btn-outline-warning.active,
.open > .fastspring_btn-outline-warning.dropdown-toggle {
  color: #fff !important;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.fastspring_btn-outline-warning:active:hover, .fastspring_btn-outline-warning:active:focus, .fastspring_btn-outline-warning:active.focus, .fastspring_btn-outline-warning.active:hover, .fastspring_btn-outline-warning.active:focus, .fastspring_btn-outline-warning.active.focus,
.open > .fastspring_btn-outline-warning.dropdown-toggle:hover,
.open > .fastspring_btn-outline-warning.dropdown-toggle:focus,
.open > .fastspring_btn-outline-warning.dropdown-toggle.focus {
  color: #fff !important;
  background-color: #d58512;
  border-color: #b06d0f; }

.fastspring_btn-outline-warning.disabled:focus, .fastspring_btn-outline-warning.disabled.focus, .fastspring_btn-outline-warning:disabled:focus, .fastspring_btn-outline-warning:disabled.focus {
  border-color: #f8d9ac; }

.fastspring_btn-outline-warning.disabled:hover, .fastspring_btn-outline-warning:disabled:hover {
  border-color: #f8d9ac; }

.fastspring_btn-outline-danger {
  color: #d9534f !important;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
  border: 2px solid; }

.fastspring_btn-outline-danger:hover {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d9534f; }

.fastspring_btn-outline-danger:focus, .fastspring_btn-outline-danger.focus {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d9534f; }

.fastspring_btn-outline-danger:active, .fastspring_btn-outline-danger.active,
.open > .fastspring_btn-outline-danger.dropdown-toggle {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d9534f; }

.fastspring_btn-outline-danger:active:hover, .fastspring_btn-outline-danger:active:focus, .fastspring_btn-outline-danger:active.focus, .fastspring_btn-outline-danger.active:hover, .fastspring_btn-outline-danger.active:focus, .fastspring_btn-outline-danger.active.focus,
.open > .fastspring_btn-outline-danger.dropdown-toggle:hover,
.open > .fastspring_btn-outline-danger.dropdown-toggle:focus,
.open > .fastspring_btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e; }

.fastspring_btn-outline-danger.disabled:focus, .fastspring_btn-outline-danger.disabled.focus, .fastspring_btn-outline-danger:disabled:focus, .fastspring_btn-outline-danger:disabled.focus {
  border-color: #eba5a3; }

.fastspring_btn-outline-danger.disabled:hover, .fastspring_btn-outline-danger:disabled:hover {
  border-color: #eba5a3; }

.fastspring_btn-link {
  font-weight: normal;
  color: #0275d8 !important;
  border-radius: 0; }

.fastspring_btn-link, .fastspring_btn-link:active, .fastspring_btn-link.active, .fastspring_btn-link:disabled {
  background-color: transparent; }

.fastspring_btn-link, .fastspring_btn-link:focus, .fastspring_btn-link:active {
  border-color: transparent; }

.fastspring_btn-link:hover {
  border-color: transparent; }

.fastspring_btn-link:focus, .fastspring_btn-link:hover {
  color: #014c8c !important;
  text-decoration: underline;
  background-color: transparent; }

.fastspring_btn-link:disabled:focus, .fastspring_btn-link:disabled:hover {
  color: #818a91 !important;
  text-decoration: none; }

.fastspring_btn-lg, .fastspring_btn-group-lg > .fastspring_btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
  line-height: 45px; }

.fastspring_btn-sm, .fastspring_btn-group-sm > .fastspring_btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.fastspring_btn-block {
  display: block;
  width: 100%;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none; }

.fastspring_btn-block + .fastspring_btn-block {
  margin-top: 0.5rem; }

@media (max-width: 575.98px) {
  .fastspring_btn.responsive-xs, .fastspring_btn-lg.responsive-xs, .fastspring_btn-sm.responsive-xs {
    display: block;
    width: 100%; } }

@media (max-width: 767.98px) {
  .fastspring_btn.responsive-sm, .fastspring_btn-lg.responsive-sm, .fastspring_btn-sm.responsive-sm {
    display: block;
    width: 100%; } }

.fastspring_btn-block {
  display: block;
  width: 100%;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none; }

.fastspring_btn-block + .fastspring_btn-block {
  margin-top: 0.5rem; }

@media (max-width: 575.98px) {
  .fastspring_btn.responsive-xs, .fastspring_btn-lg.responsive-xs, .fastspring_btn-sm.responsive-xs {
    display: block;
    width: 100%; } }

@media (max-width: 767.98px) {
  .fastspring_btn.responsive-sm, .fastspring_btn-lg.responsive-sm, .fastspring_btn-sm.responsive-sm {
    display: block;
    width: 100%; } }

.fsb-img-align-right {
  text-align: right; }

.fsb-img-align-center {
  text-align: center; }

.fsb-row a.fsb_productcatalog {
  text-decoration: none !important; }
