﻿.rgf a.buttonStyleOne {
    background-position: calc(100% - 3px) 4px;
    background-color: #001d67;
    border: 1px solid white;
    background-image: url('/wp-content/themes/rgf/img/icons/arrowTopRight.png');
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 20px;
    font-weight: 500;
    color: white;
    padding: 12px 40px;
    transition: box-shadow 0.2s ease-in-out;
}

    .rgf a.buttonStyleOne:hover {
        box-shadow: inset 1px 3px 16px 9px rgba(0, 0, 0, 0.15);
        color: white !important;
        border: 1px solid #c16e32;
    }

    .rgf a.buttonStyleOne span {
        font-size: 20px;
        font-weight: 500;
    }

    .rgf a.buttonStyleOne:visited {
        color: white;
    }

.rgf a.buttonStyleTwo {
    background-position: calc(100% - 3px) 4px;
    background-color: white;
    background-image: url('/wp-content/themes/rgf/img/icons/arrowTopRight.png');
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(77, 77, 122, 1);
    padding: 12px 40px;
    transition: box-shadow 0.2s ease-in-out;
}

    .rgf a.buttonStyleTwo:hover {
        box-shadow: inset 1px 3px 16px 9px rgba(0, 0, 0, 0.15);
    }

    .rgf a.buttonStyleTwo span {
        font-size: 20px;
        font-weight: 500;
    }

.rgf a.buttonStyleOne:visited {
    color: white;
}
