﻿.footer-button {
    border: none;
    outline: none;
    padding: 0 2.1875rem;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    cursor: pointer;
    max-width: 100%;
    text-decoration: none;
    text-align: center;
    height: 3.3125rem;
    border-radius: 0.375rem;
    line-height: 3.3125rem;
    display: inline-block;
    position: relative;
    top: 0;
    transition: all 100ms ease;
}

    .footer-button:hover {
        transition: all 50ms ease;
        text-decoration: none;
        box-shadow: 0 0.25rem 0.5rem rgba(38, 38, 38, 0.2);
        top: -0.125rem;
    }

    .footer-button i {
        margin-right: 0.625rem;
    }

.button--block {
    display: block;
}

.button--primary {
    background: #2e9801;
    color: #ffffff;
}

    .button--primary:hover {
        color: #ffffff;
    }

.button--secondary {
    background: #ffffff;
    color: #2b3740;
    border: 1px solid #bababa;
}

    .button--secondary:hover {
        color: #2b3740;
    }

.button--blue-btn {
    background: #2b3740;
    color: #ffffff;
}

    .button--blue-btn:hover {
        color: #ffffff;
    }

.button--small {
    padding: 0 1.25rem;
    font-size: 0.875rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
}

    .button--small i {
        margin-right: 0.3125rem;
    }
