#mc_signup {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 40px 0;
    margin-bottom: 40px;
}

.mc_interests_header, .mc_interest {
    display: none
}

.mc_success_msg {
    font-weight: normal;
    color: green
}

.mc_error_msg {
    font-weight: normal;
    color: red
}

.mc_input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
}

#mc_signup_submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
    margin-top: 20px;
}

/* .widget_mailchimpsf_widget	This targets the entire widget container.
.widget-title	This styles the title of your MailChimp widget. Modifying this class will affect your other widget titles.
#mc_signup	This targets the entirity of the widget beneath the widget title.
#mc_subheader	This styles the subheader text.
.mc_form_inside	The guts and main container for the all of the form elements (the entirety of the widget minus the header and the sub header).
.mc_header	This targets the label above the input fields.
.mc_input	This attaches to the input fields.
.mc_header_address	This is the label above an address group.
.mc_radio_label	These are the labels associated with radio buttons.
#mc-indicates-required	This targets the “Indicates Required Field” text.
#mc_signup_submit	Use this to style the submit button. */