/*========================FOOTER SIGNUP=========================*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

input[type="email"]::-ms-clear {
    display: none;
}

#mc_embed_signup_scroll {
    font-family: Open Sans;
    background: #0F3A6C;
    position: relative;
}

#mc_embed_signup_scroll h2,
.indicates-required,
.mc-field-group label {
    display: none;
}

.mc-field-group input[type="email"] {
    font-family: inherit;
    width: 100%;
    display: block;
    border: none;
    font-size: 12px;
    line-height: 17px;
    background: #fff;
    color: #a6a6a6;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 11px 40px 11px 15px;
    outline: none;
    box-shadow: none;
    height: 41px;
}

.mc-field-group input[type="email"]:focus {
    border: 2px solid #34ccff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
}

#mc_embed_signup_scroll input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    border: none;
    border-radius: 0;
    background: url('../design/svg/arrow-next-blue.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 13px;
    font-size: 0;
    width: 40px;
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#mc_embed_signup_scroll input[type="submit"]:focus {
    outline: none;
}

div[aria-hidden="true"] {
    display: none;
}

/*======================END FOOTER SIGNUP=======================*/