@charset "UTF-8";
/* CSS Document */

/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#mc_embed_signup form {
    text-align: right;
    padding: 0px 0 6px 0;
}
.mc-field-group {
    display: inline-block;
} /* positions input field horizontally */
#mc_embed_signup input.email {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    border: 1px solid #fff;
    
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 26px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0  4px 0 0 ;
    width: 166px;
    vertical-align: top;
    -webkit-appearance: none;
    border-radius: 0;
}
#mc_embed_signup label {
    display: block;
    font-size: 15px;
    padding-bottom: 2px;
    font-weight: normal;
    color: #fff;
    
    
    
}
#mc_embed_signup .clear {
    display: inline-block;
} /* positions button horizontally in line with input */
#mc_embed_signup .button {
    font-size: 13px;
    border: none;
    
    letter-spacing: .03em;
    color: #fff;
    background-color: #bc3915;
    box-sizing: border-box;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
    -webkit-appearance: none;
    border-radius: 0;
}
#mc_embed_signup .button:hover {
    background-color: #000000;
    cursor: pointer;
}
#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}
#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}
#mc_embed_signup #mce-error-response {
    display: none;
}
#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}
#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
}

@media (max-width: 780px) {
   
   #mc_embed_signup form {
    text-align: center;
    padding: 0px 0 6px 0;
  
}
    
}
