/* MailChimp Form Embed Code - Slim - 08/17/2011 
* http://cdn-images.mailchimp.com/embedcode/slim-081711.css
*/

form {
    text-align: center;
    min-width: 300px;
}

input.email {
    border: 0;
    -webkit-appearance: none;
    display: block;
    margin-bottom: 1rem;
    text-indent: 1rem;
    font-size: 1rem;
    line-height: 3rem;
    height: 3rem;
    outline: none;
    min-width: 100%;
    font-family: 'Raleway';

    background-color: #fff;
    transform: all .25s ease-in; 
}

input.email:focus {
    background: e7e7e7;
    transform: all .5s ease-out;
}

.button {
    background-color: transparent;
    border: 2px solid rgb(114, 171, 51);
    color: rgb(114, 171, 51);
    cursor: pointer;
    font-size: 1rem;
    font-family: Raleway;
    text-transform: uppercase;
    font-weight: 600;
    height: 3rem;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transform: all .25s ease-in; 
}

.button:hover,.button:active {
    background-color: rgb(114, 171, 51);
    color: white;
    transform: all .5s ease-out;
}

.nowrap {
    white-space: nowrap;
}

.clear {
    clear: none;
    display: inline;
}