html {
    margin: 0;
    padding: 0;
}

body {
    background: #00263F;
    margin: 0;
    padding: 0;
    line-height: 100%;
    overflow: hidden;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#mc_embed_signup_scroll {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.mc-field-group {
    flex-basis: 23%;
}

input {
    padding: 18px 15px;
    outline: none;
    border: 1px solid #707070;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Gotham A', 'Gotham B', Gotham, sans-serif;
    transition: 250ms ease-in-out all;
}

input:focus {
    border: 1px solid #00263d;
    background: #eee;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    apperance: none;
    background: #0DB188;
    color: #fff;
    text-align: center;
    font-family: 'Gotham A', Gotham, sans-serif;
    font-weight: bold;
    padding: 16px 0;
    width: 100%;
    max-width: 225px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #008F59;
} 

input:user-invalid {
    border: 1px solid red;
}

@media screen and (max-width: 767px) {
    #mc_embed_signup_scroll {
        display: block;
    }

    .mc-field-group {
        margin: 0 0 20px 0;
        text-align: center;
    }
}
