/* #mc_embed_signup {
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 100%;
} */

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: center;
    padding: 5px 0 10px 0%
}

#mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 2.5vmin;
}

input:-webkit-autofill {   
    color: white;
    background-color: black;
    -webkit-box-shadow: 0 0 0px 1000px black inset;
    -webkit-text-fill-color: white;
    -webkit-text-size-adjust: inherit;
    font-size: 2.5vmin;
}

input:-webkit-autofill::first-line,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    font-size: 2.5vmin;
}

#mc_embed_signup input {
    font-size: 2.5vmin;
    border: 1px solid #ABB0B2;
    color: white;
    background-color: black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#mc_embed_signup label {
    display: block;
    margin-bottom: 3px;
    font-size: 1.0vw;
}

#mc_embed_signup input:focus {
    border-color: #333;
}

#mc_embed_signup .button {
    clear: both;
    background-color: rgb(0, 0, 0);
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #ABB0B2;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

#mc_embed_signup .button:hover {
    color: rgb(65, 77, 243);
}

#mc_embed_signup .small-meta {
    font-size: 11px;
}

#mc_embed_signup .nowrap {
    white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-bottom: 1%;
    min-height: 10px;
}

#mc_embed_signup .size1of2 {
    clear: none;
    float: left;
    width: 46%;
    margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
    margin-right: 2%;
    /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

#mc_embed_signup .clear {
    clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 3px 0;
    margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none;
}

#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;
}

#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em 0 1em 5%;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #e85c41;
}

@media (max-width: 960px) {
    #mc_embed_signup {
        margin-top: 10px;
    }
    #mc_embed_signup input {
        font-size: 4.5vmin;
    }
    input:-webkit-autofill {   
        color: white;
        background-color: black;
        -webkit-box-shadow: 0 0 0px 1000px black inset;
        -webkit-text-fill-color: white;
        -webkit-text-size-adjust: inherit;
        font-size: 4.5vmin;
    }

    input:-webkit-autofill::first-line,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        font-size: 4.5vmin;
        -webkit-text-size-adjust: inherit;
    }
    #mc_embed_signup .mc-field-group {
        width: 100%;
        margin-bottom: 5px;
    }
    #mc_embed_signup .clear {
        display: block;
        width: 100%
    }
    #mc_embed_signup .button {
        font-size: 3.5vmin;
        width: 100%;
        margin: 0;
    }
    #mc_embed_signup h2 {
        font-size: 4.2vw;
    }
    #mc_embed_signup label {
        font-size: 3.6vw;
    }
}

@media (max-width: 1200px) and (min-width: 960.1px) {
    #mc_embed_signup .mc-field-group {
        width: 80%;
        margin-bottom: 5px;
    }
    #mc_embed_signup .button {
        width: 80%;
        font-size: 2.8vmin;
    }
}