#mc_embed_signup{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.3);
    display:none;
    z-index:10000;
}
#mc-wrapper{
    position:fixed;
    top:15%;
    left:50%;
    margin-left:-287px;
    font-size:12px;
    border:none;
    padding:10px 20px;
    background-color:#fff;
    color:#000;
    text-align:left;
    overflow-y:auto;
    overflow-x:hidden;
    width:574px;
    height:395px;
    
    -moz-box-shadow: 0px 0px 10px 0px #e5e5e5;
    -webkit-box-shadow: 0px 0px 10px 0px #e5e5e5;
    -o-box-shadow: 0px 0px 10px 0px #e5e5e5;
    box-shadow: 0px 0px 10px 0px #e5e5e5;
}
#mc-wrapper form{
    position:relative;
    display:block;
    color: #999999;
    line-height:24px;
    width:410px;
    margin:0 auto;
}
#mc-wrapper form{
    text-align:center;
}
#mc-wrapper form input{
    border:1px solid #dad9cf;
    width:153px;
    padding:3px 8px;
}
#mc-wrapper form label{
    display: block;
    text-align: left;
    padding: 0;
    color: #999999;
}

#mc-wrapper form .mc-field-group{
    float:left;
    margin:17px 15px 0 15px;
}

#mc-wrapper a.mc_embed_close{
    float: right;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}

#mc-wrapper form input#mc-embedded-subscribe{
    margin-top:15px;
    font-size:14px;
    text-align:center;
    font-weight:bold;
    font-family:Georgia,'Times New Roman',Times,serif;  
    color:#333;
    width:115px;
}

.datefield .small-meta{
    display:none;
}

.datefield .dayfield{
    margin-right:9px;
}

.datefield .monthfield{
    margin-left:9px;
}

.indicates-required{
    text-align:left;
    margin-top:10px;
    margin-left:15px;
}

#mc_embed_signup div.mce_inline_error{
    display:none!important;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #mc-wrapper{
        left:40%;
        margin-left:-25%;
    }
}



@media only screen and (max-width: 767px) {
    #mc-wrapper{
        left:0;
        margin-left:0;
        width:100%;
        height:495px;
        top:5%;
        padding:0;
    }
    #mc-wrapper form{
        width:350px;
    }
    #mc-wrapper a.mc_embed_close{
        right:10px;
    }
    #mc-wrapper form .mc-field-group{
        margin:8px;
    }
    #mc-wrapper form input{
        width:130px;
    }
}
