a[type='button'] {
  -webkit-appearance: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 0;
  font-size: .8125rem;
  font-weight: 600;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.btn-white {
  background-color: #fff;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  background-color: #f8f9fa;
}

.btn {
  padding: 0.475rem 0.75rem;
}

.btn-lg {
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.75rem 1.25rem;
}

.btn-xl {
  text-transform: uppercase;
  border-radius: 0;
  padding: 1rem 1.25rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 1rem;
}

.btn-lg.btn-lg-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  border-radius: 0;
}

.btn.btn-link {
  text-transform: capitalize;
  font-weight: 500;
  padding: .0125rem 0;
  text-decoration: none;
}

.btn.btn-text {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  text-transform: none;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

.btn.btn-text::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn.btn-text.btn-text--underline-hover:hover {
  text-decoration: underline;
}

.btn.btn-rounded {
  border-radius: 32px;
}

.btn.btn-lg.btn-lg-rounded {
  border-radius: 40px;
}

.btn.btn-sm.btn-sm-rounded {
  border-radius: 24px;
}

.btn.btn-rounded--soft {
  border-radius: 8px;
}

.btn.btn-lg.btn-lg-rounded--soft {
  border-radius: 12px;
}

.btn.btn-sm.btn-sm-rounded--soft {
  border-radius: 6px;
}

.btn-white.btn-white--border-black {
  border-color: #000;
}

.btn-collapse.btn-collapse--plus-icon {
  position: relative;
  padding-left: 1rem;
}

.btn-collapse.btn-collapse--plus-icon:before {
  content: "-";
  position: absolute;
  left: 0;
}

.btn-collapse.btn-collapse--plus-icon.collapsed:before {
  content: "+";
  position: absolute;
  left: 0;
}

.btn.btn-link.btn-link--border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}

.btn.btn-link.btn-link-primary span.border-bottom {
  border-bottom: 1px solid #64C7C9 !important;
}

.btn.btn-link.btn-link-primary:hover span.border-bottom {
  border-bottom: 1px solid #61a6ad !important;
}

.btn.btn-font-weight-300.btn.btn-font-weight-300.btn.btn-font-weight-300 {
  font-weight: 300;
}
/*# sourceMappingURL=cc-buttons.css.map */