﻿.button, a.button:link, a.button:visited {
    border-radius: .375em;
    padding: .6666667em .7777778em;
    border: 0;
    line-height: 1;
    font-family: "VAGRoundedNext-Bold",sans-serif;
    font-weight: normal;
    background-color: #3087cd;
    color: #fff;
}

.button:hover, a.button:hover {
    background-color: #0f7ad1;
    text-decoration: none;
}

.button:active, a.button:active {
    background-color: #004680;
}

.button-alt {
    font-size: 1.125em;
    background-color: #ffd33e;
    color: #0f7ad1;
}

.button-alt:hover {
    background-color: #f2c83d;
}

.button-alt:active {
    background-color: #e6be3d;
}

.featured-form__actions {
    text-align: right;
    margin-top: 1.5em;
}

.ui-widget {
    transition: initial;
}