.button{align-items:center;background:transparent;border:0;cursor:pointer;display:inline-flex;font-family:Avenir Next LT W01 Bold,sans-serif;font-size:1.125rem;font-weight:600;justify-content:left;line-height:1;position:relative;text-decoration:none;transition:color .15s ease-in-out;z-index:1;color:#8a1c32;padding:0 18px 0 0;text-decoration:none}.button:before{background-color:#8a1c32;background-position:50%;background-repeat:no-repeat;background-size:24px 24px;content:"";display:block;flex-shrink:0;height:40px;margin-right:15px;padding:5px;position:relative;width:40px}.button:after{background:#8a1c32;content:"";height:100%;left:0;position:absolute;top:0;transition:width .15s ease-in-out;width:0;z-index:-1}.button:hover{color:#fff;text-decoration:none}.button:hover,.button:focus{text-decoration:none}.button:hover:after{width:100%}@media screen and (max-width:768px){.button{font-size:.875rem}}