﻿.css-button-4 {
    font-size: 14px;
    border-radius: 0px;
    border: solid 1px #595C65;
    color: #FFFFFF;
    
        background: linear-gradient(180deg, #595C65 5%, #595C65 100%);
        
    /*text-shadow: 1px 1px 0px #595C65;
    box-shadow: inset 1px 1px 2px 0px #595C65;
    font-family: Arial;*/
    cursor: pointer;
    text-align: center;
    user-select: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin: 15px 0px;
    background-image: url(../images/arrow-white.svg);
    text-decoration: none;
}

    .css-button-4:hover {
        background: linear-gradient(180deg, #FFFFFF 5%, #FFFFFF 100%);
        color: #595C65;
        font-weight:600;
    }

    .css-button-4:active {
        position: relative;
        top: 1px;
    }

    .css-button-4 > span {
        display: block;
    }

.icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: cover;
}
.icon-arrow {
    background-image: url(../images/arrow-white.svg);
    text-decoration:none;
}

    .icon-arrow:hover,
    .icon-arrow:focus {
        background-image: url(../images/arrow-gray.svg);
    }

.css-button-4-icon {
    padding: 10px 10px;
    border-left: 0px solid rgba(255, 255, 255, 0.16);
    box-shadow: rgba(0, 0, 0, 0.14) 1px 0px 0px inset;
}

    .css-button-4-icon svg {
        vertical-align: middle;
    }

.css-button-4-text {
    padding: 10px 10px;
    
}
a.css-button-4-text {
    text-decoration: none;
}


.buttonSignup {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 400 14px/100% "canada-type-gibson", sans-serif; 
    text-transform: uppercase;
    overflow: hidden;
    padding: .7em 1em .5em 1em; /*.7em 1em .5em 1em;*/
    background: #595C65;
    /*
    background: -moz-linear-gradient(0% 100% 90deg, #377ad0, #595C65);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a8e8), to(#377ad0));
    border-top: 1px solid #4081af;
    border-right: 1px solid #2e69a3;
    border-bottom: 1px solid #20559a;
    border-left: 1px solid #2e69a3;
    -moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
    box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
        text-shadow: 0 -1px 1px #3275bc;
    -webkit-background-clip: padding-box;
        */
    color: #fff;
}

    .buttonSignup:hover {
        background: #FFFFFF;
        color: #595C65;
        border: 1px solid #595C65;
        /*

        background: -moz-linear-gradient(0% 100% 90deg, #206bcb, #3e9ee5);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e9ee5), to(#206bcb));
        border-top: 1px solid #2a73a6;
        border-right: 1px solid #165899;
        border-bottom: 1px solid #07428f;
        border-left: 1px solid #165899;
        -moz-box-shadow: inset 0 1px 0 0 #62b1e9;
        -webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
            text-shadow: 0 -1px 1px #1d62ab;
            -webkit-background-clip: padding-box;
            */
        cursor: pointer;
    }

        .buttonSignup:hover:after {
            content: url(../images/arrow-gray.svg);
            width: 8px;
            height: 10px;
            float: right;
            margin: 1px 0 0 10px;
        }

    .buttonSignup:active {
        background: #595C65;
        color: #FFFFFF;
        border: 1px solid #595C65;
        /*
        border-bottom: 1px solid #0e408e;
        -moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
        -webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
        text-shadow: 0 -1px 1px #2361a4;
        -webkit-background-clip: padding-box;
            */
    }

    .buttonSignup:after {
        content: url(../images/arrow-white.svg);
        width: 8px;
        height: 10px;
        float: right;
        margin: 1px 0 0 10px;
    }