.c-button a{font-size:14px;font-size:.875rem;padding:.875rem 2.1875rem;line-height:26px;line-height:1.625rem;letter-spacing:1.5px;display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #fff;position:relative;overflow:hidden;cursor:pointer;background-color:#272727;color:#fff;border:1px solid #272727;border-radius:50px;text-decoration:none}.c-button a:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:#fff;height:100%;transition:right .25s ease-out,color .25s ease-out}.c-button a:focus,.c-button a:hover{color:#272727}.c-button a:focus:before,.c-button a:hover:before{right:0}.c-button--secondary a{box-shadow:none;background-color:#ff4600;color:#fff;border:1px solid #ff4600}.c-button--secondary a:before{background:#992a00}.c-button--secondary a:focus,.c-button--secondary a:hover{color:#fff}.c-button--right{display:flex;justify-content:flex-end}.c-button--center{display:flex;justify-content:center}.c-button--left{display:flex;justify-content:flex-start}