body .white-btn .fl-button-wrap a.fl-button{
  border:solid #fff;
  line-height:normal;
}

@media (min-width:992px) and (max-width:1199.98px){
  body .white-btn .fl-button-wrap a.fl-button{
    font-size:rem(15);
    padding:rem(12) rem(25);
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body .white-btn .fl-button-wrap a.fl-button{
    font-size:rem(15);
    padding:rem(12) rem(25);
  }
}
body .white-btn .fl-button-wrap a.fl-button{
  background-color:#fff;
  border:.125rem solid #e71c20;
  -webkit-border-radius:50px;
  -webkit-border-radius:3.125rem;
     -moz-border-radius:50px;
     -moz-border-radius:3.125rem;
          border-radius:50px;
          border-radius:3.125rem;
  line-height:27px;
  line-height:1.6875rem;
  color:#e71c20;
  overflow:hidden;
  position:relative;
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  font-weight:700;
  z-index:1;
}

body .white-btn .fl-button-wrap a.fl-button:not(.is-tabbing){
  outline:none;
}

@media (min-width:992px) and (max-width:1199.98px){
  body .white-btn .fl-button-wrap a.fl-button{
    font-size:.9375rem;
  }
}

@media (max-width:1199.98px){
  body .white-btn .fl-button-wrap a.fl-button{
    line-height:1.3;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body .white-btn .fl-button-wrap a.fl-button{
    font-size:.9375rem;
    padding:.75rem 1.5625rem;
  }
}

body .white-btn .fl-button-wrap a.fl-button:before{
  background:#e71c20;
  content:"";
  height:100%;
  left:0;
  position:absolute;
  top:0;
  -webkit-transform:translateX(-100%) skew(-45deg);
     -moz-transform:translateX(-100%) skew(-45deg);
       -o-transform:translateX(-100%) skew(-45deg);
          transform:translateX(-100%) skew(-45deg);
  -webkit-transform-origin:0 0;
     -moz-transform-origin:0 0;
       -o-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  width:150%;
  z-index:-1;
}

body .white-btn .fl-button-wrap a.fl-button:hover,body .white-btn .fl-button-wrap a.hover.fl-button{
  color:#fff;
  border:.125rem solid #e2131f;
  background:#e71c20 !important;
  -webkit-transition:background .3s !important;
  -o-transition:background .3s !important;
  -moz-transition:background .3s !important;
  transition:background .3s !important;
  text-decoration:none;
}

body .white-btn .fl-button-wrap a.fl-button:hover:before,body .white-btn .fl-button-wrap a.hover.fl-button:before{
  -webkit-transform:translateX(0) skew(-45deg);
     -moz-transform:translateX(0) skew(-45deg);
       -o-transform:translateX(0) skew(-45deg);
          transform:translateX(0) skew(-45deg);
}

body .white-btn .fl-button-wrap a.fl-button:focus{
  color:#fff;
  background:#e71c20;
}
body .bottom-bar .fl-module-content .fl-rich-text p{
  margin-bottom:0;
}

body .white-btn .fl-button-wrap a.fl-button{
  padding:.8125rem 1.875rem;
  display:inline-block;
  margin-left:auto;
  margin-right:auto;
}

body .white-btn .fl-button-wrap a.fl-button:hover{
  background:#e71c20 !important;
  -webkit-transition:background 1s !important;
  -o-transition:background 1s !important;
  -moz-transition:background 1s !important;
  transition:background 1s !important;
  text-decoration:none;
}

body .white-btn .fl-button-wrap a.fl-button:focus{
  position:relative;
  top:0;
}

body .white-btn .fl-button-wrap a.fl-button:focus span.fl-button-text{
  color:#fff;
}
