.a77-button-light a, .a77-button-dark a, .a77-button-beige, .a77-button-outline a {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 0px;
    font-weight: 400;
    font-size: 22px;
    padding: 5px 20px;
    border: 1px solid black;
}

.a77-button-dark a, .a77-button-outline a {
    border: 1px solid black;
}

.a77-button-light a, .a77-button-dark a, .a77-button-beige, .a77-button-outline a {
    border-radius: 0px;
}


 .a77-button-dark a {
    background: black;
}

 .a77-button-light a {
    background: white;
}

.a77-button-dark a:hover {
    background: none;
    color: black !important;
    border: 1px solid black; 
}

.a77-slider-slide .a77-button-dark a:hover {
    background: none !important;
    color: black !important;
    border: 1px solid black; 
}

#cta-grid-button a {
    font-weight: 500;
}

#cta-grid-button {
    height: 36px;
    margin-top: 30px;
}

.cta-contact-us.a77-button-light {
    margin-top: 40px;
}