.btn.btn-primary, .btn.btn-secondary {
  border-color: #Ed1c24 !important;
  color: #fff !important;
  background-color: #Ed1c24 !important; }
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-secondary:hover, .btn.btn-secondary:focus {
    background-color: transparent !important;
    border-color: #000 !important;
    color: #000 !important; }

.btn.btn-primary.btn-default, .btn.btn-secondary.btn-default, .btn.btn-tertiary.btn-default {
  border-color: #Ed1c24 !important;
  color: #fff !important;
  background-color: #Ed1c24 !important; }
  .btn.btn-primary.btn-default:hover, .btn.btn-primary.btn-default:focus, .btn.btn-secondary.btn-default:hover, .btn.btn-secondary.btn-default:focus, .btn.btn-tertiary.btn-default:hover, .btn.btn-tertiary.btn-default:focus {
    background-color: transparent !important;
    border-color: #000 !important;
    color: #000 !important; }

.btn.btn-primary.btn-theme, .btn.btn-secondary.btn-theme, .btn.btn-tertiary.btn-theme {
  border-color: #Ed1c24 !important;
  color: #fff !important;
  background-color: #Ed1c24 !important; }
  .btn.btn-primary.btn-theme:hover, .btn.btn-primary.btn-theme:focus, .btn.btn-secondary.btn-theme:hover, .btn.btn-secondary.btn-theme:focus, .btn.btn-tertiary.btn-theme:hover, .btn.btn-tertiary.btn-theme:focus {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important; }

.btn.btn-primary.btn-reverse, .btn.btn-secondary.btn-reverse, .btn.btn-tertiary.btn-reverse {
  border-color: #fff !important;
  color: #fff !important;
  background-color: transparent !important; }
  .btn.btn-primary.btn-reverse:hover, .btn.btn-primary.btn-reverse:focus, .btn.btn-secondary.btn-reverse:hover, .btn.btn-secondary.btn-reverse:focus, .btn.btn-tertiary.btn-reverse:hover, .btn.btn-tertiary.btn-reverse:focus {
    background-color: #Ed1c24 !important;
    border-color: #Ed1c24 !important;
    color: #fff !important; }
    
    .btn {
      word-break: break-all;
      white-space: normal; }