#popup_newsletter {
    display: none;
    z-index: 10240;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}
#mc_embed_signup_background {
    z-index: 10241;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgb(100, 100, 100);
    background: rgba(10, 10, 10, .6);
}

#mc_embed_signup input {
    border-color: #e1e1e1;
    background-color: #ffffff;
}

#popup_newsletter_close {
    box-sizing: border-box;
    color: #333333;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 10460;
    box-shadow: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

#popup_newsletter_close:hover {
    opacity: 0.8;
}

#mc_embed_signup input.email, #mce-FNAME, #mce-LNAME {
    border-style: solid;
}

#mc_embed_signup input {
    font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
}

/* The following is more or less standard MailChimp style */
#mc_embed_signup {
    z-index: 10242;
    background: #fff;
    clear: left;
    font-family: "Helvetica Neue", Helvetica, Arial, "Sans Serif";
    padding: 10px 3% 10px 3%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    width: 440px;
    margin: 20px auto;
    position: relative;
}
#mc_embed_signup img {
    margin: auto;
    width: 85px;
    position: relative;
    top: 10px;
    display: block;
}
#mc_embed_signup, #mc_embed_signup h2 {
    color: rgb(54, 149, 216);
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 39px;
}
#mc_embed_signup label {
    color: rgb(18, 18, 18);
    font-size: 17px;
    font-weight: normal;
}
#mc_embed_signup form {
    text-align: center !important;
    font-size: 17px;
    line-height: 22px;
    padding: 10px 3% 10px 3%;
}
#mc_embed_signup_scroll {
    text-align: center !important;
}
#mc_embed_signup input.email, #mce-FNAME, #mce-LNAME {
    padding: 0.6em 0.4em;
    margin: auto !important;
    margin-top: 10px !important;
    width: 317px;
    min-height: 32px;
    border-radius: 3px;
}
#mce-FNAME, #mce-LNAME {
    width: 148px;
    margin-top: 16px !important;
}
#mc_embed_signup input.button {
    display: block;
    margin: auto;
    margin-top: 20px;
    color: rgb(255, 255, 255);
    font-family: Lato, Helvetica, Arial, "Sans Serif";
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    background-color: rgb(54, 149, 216);
    border-width: 0px;
    border-radius: 4px;
    width: 300px;
    height: 38px;
}
#mc_embed_signup .button:hover {
    background-color: rgb(62, 166, 238);
}
#mc_embed_signup a {
    display: block;
    margin-top: 30px;
    color: rgb(116, 120, 128);
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-decoration: underline;
}
#mc_embed_signup p {
    color: rgb(174, 174, 174);
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
}
@media screen and (max-width:480px) {
    #mc_embed_signup {
        width: 92%;
    }
    #mc_embed_signup input.email, #mce-FNAME, #mce-LNAME {
        padding: 0.4em 0.3em;
        width: 270px;
    }
    #mc_embed_signup, #mc_embed_signup h2 {
        font-size: 28px;
        font-weight: 400;
        line-height: 30px;
    }
    #mc_embed_signup a {
        margin-top: 16px;
    }
}
@media screen and (max-width:360px) {
    #mc_embed_signup input.email, #mce-FNAME, #mce-LNAME {
        padding: 0.3em 0.2em;
        width: 250px;
    }
    #mce-FNAME, #mce-LNAME {
        width: 128px;
        margin-top: 10px !important;
    }
}