ul
{
list-style-type: none;
margin-left: -40px;
}


/* Center align MailChimp Form */

#mc_embed_signup_scroll { 
     border: none; 
     text-align: center; 
     width: 100% !important; 
} 

/* MailChimp input fields */

#mc_embed_signup_scroll input { 
     padding: 8px;
     margin: 10px 5px 0px 5px;
     min-width: 48%;
}

#mc-embedded-subscribe.button {
     margin: 10px 5px 0px 5px;
     width: 98%;
}
/* MailChimp Button */

#mc-embedded-subscribe.button {
     margin: 10px 5px 0px 5px;
     width: 98%;
     background-color: #585858;
     padding: 1em 2em;
     color: #fff;
     text-transform: uppercase;
     font-weight: 600;
     letter-spacing: 0.14em;
     text-decoration: none;
     cursor: pointer;
     border: 1px solid #585858;
     border-radius: 0px;
     background-image: none;
     box-shadow: none;
}

/* Stack all inputs and button for mobile */

@media (max-width: 1293px) {
  
.mc-field-group, #mc_embed_signup_scroll { 
     display: block; 
     width: 100% !important; 
}
input {
     width: 100%;
     margin:10px;
}
#mc-embedded-subscribe.button { 
     width: 100%; 
     margin: 10px; 
}
}