body, html {
    margin:0;
    padding:0;
}
.main {
    width:100%;
    max-width:916px;
    margin:auto;
    min-height:100vh;
    background:#f8f8f8;
}

.container {
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    height:100%;
}
.logowrap {
    width:100%;
    margin-top:15px;

}

.logowrap > img {
    width:100%;
    display:block;
}
.header {
    width:100%;
}

.header > img {
    width:100%;
    display:block;
} 
.twocol {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content: space-around;
}
.twocolitem {
    width:50%;
    margin-top:5px;
}
.twocolitem:not(:last-child) {
    margin-right:5px;
}
.twocolitem > img {
    width:100%;
    display:block;
}

.onecol {
    width:100%;
    display:flex;
}
.onecolitem {
    margin-top:5px;
}
.onecolitem > img {
    width:100%;
    display:block;
}
.links {
    width:90%;
    justify-content: center;    
    flex-direction:column;
    align-items:center;
    display:flex;
}
.linkwrap {
    width:100%;
    border:1px solid #606060;
    margin:10px;
    padding:10px;
    border-radius:4px;
    text-align:center;
}
.linkwrap > a {
    text-decoration: none;
    color:#606060;
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:16px;
}

.email_wrap {
    font-family: "Mulish", sans-serif;
    font-size:14px;
    color:#666666;
    padding:10px;
margin-top:10px;
margin-bottom:10px;
}
.submit_flex {
    display:flex;
    flex-direction:row;
    padding-bottom:15px;
}
.signup_mc_header {
    margin-top:15px;
    margin-bottom:15px;
}

.mc-field-group {
    flex:1;
    display:flex;
}
.mc-field-group > input {
    flex:1;
    height:30px;
    margin-right:5px;

}
.mc_button {
    height:36px;
}
