button.cta-button-unionville,
a.cta-button-unionville{
    vertical-align: bottom;
    font-weight: bold;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: #c8102e;
    color: #FFF;
    display: inline-block;
    padding: 10px 25px;
    margin: 0 0 20px;
    height: auto;
    line-height: 1.25;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
button.cta-button-unionville:hover,
a.cta-button-unionville:hover{
    text-decoration: none;
}
button.cta-button-unionville:after,
a.cta-button-unionville:after {
    font-family: "Font Awesome 5 Free";
    content: "\F061";
    font-weight: 900;
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
    left: 1px;
}
button.cta-button-unionville:hover:after,
a.cta-button-unionville:hover:after {
    left: 7px;
}
