/* hide things */

.appArea,
#mobbody > div.formwrapper > form > div:nth-child(2) > table > tbody > tr:nth-child(2) > td:nth-child(2) > table > tbody > tr:nth-child(5),
/* dislaimer */
#mobbody > div.formwrapper > form > div:nth-child(2) > table > tbody > tr:nth-child(2) > td:nth-child(2) > table > tbody > tr:nth-child(6) > td:nth-child(2),
/* opt-in */
#mobbody > div.formwrapper > form > div:nth-child(2) > table > tbody > tr:nth-child(2) > td:nth-child(2) > table > tbody > tr:nth-child(7),
/* autologin */
#reset, #ACTION_CANCEL_RESPONSE_SUBMIT
 { display:none; }

 #dtfootcontainer {
 margin: auto !important;
 }

#mwd-container {
    display: inline;
    width: 80%;
    margin: auto;
}

#covid-pledge {
    background-color: #e1e2e2;
    border: 0px;
    width: 98%;
    margin: 10px auto;
    max-width: 750px !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

th.blueheader {
    font-family: 'Museo700-Regular', sans-serif !important;
    color: #ffffff;
    padding: 20px;
    font-size: 36px;
    line-height: 1.5;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    background-color: #202e61;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #444444 !important;
    font-style: italic !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #444444 !important;
    font-style: italic !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #444444 !important;
    font-style: italic !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #444444 !important;
    font-style: italic !important;
}


input[type=text],
input[type=tel] {
    color: #000000;
     font-style: normal;
    border-color: #cccccc 1px solid !important;
    color: #3C3C3C !important;
    font-size: 18px;
    font-family: "Museo300-Regular", serif;
    display: inline-block;
    padding: 10px !important;
}

#mwd-cons_first_name,
#mwd-cons_last_name,
#mwd-cons_email,
#mwd-cons_phone {
width: 100%;
/*max-width: 600px !important;*/
}

div.col-sm {
    margin: 10px 0px;
}

#contact, .container {
width:100%;
max-width: 780px;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

/* end new styles */

.active, .btn:hover { background-color: #cd009e !important;}

.error-msg {
    color: red;
    justify-content: center;
    font-size: 20px;
    margin-top: 10px;
}

.clearfix {
    clear: both;
}

div#buttons {
    clear: both;
    display: block;
    min-height: 150px
}

input#mwd-ACTION_SUBMIT_SURVEY_RESPONSE, input#ACTION_SUBMIT_SURVEY_RESPONSE {
    display: block;
    cursor: pointer;
    color: white;
    background-color: #cd009e;
    border: none;
    padding: 1rem 3rem;
    margin: 1em auto !important;
    transition: background-color .33s;
    text-align: center !important;
    font-size: 2em;
    border-radius: 4px;
    font-family: 'Museo700-Regular', Arial, Helvetica;
    clear: both;
    float: none !important;
}

button[type="button"] {
    display: block;
    cursor: pointer;
    color: white;
    background-color: #5ea0e0;
    border: none;
    padding: 1rem;
    transition: background-color .33s;
    text-align: center !important;
    font-size: .9em;
    border-radius: 4px;
    font-family: 'Museo700-Regular', Arial, Helvetica;
    width: 46%;
    float: left;
    margin: .5em 2%;
    min-width: 250px;
}

@media screen and (max-width:950px) {
    #dtfootcontainer {
        margin-left: 50px !important;
    }
    #mwd-container { width: 100vw; }
    .formwrapper {
        border-top: 1px solid #D1DBE6 !important;
        margin-top: 20px;
    }
}


@media screen and (max-width:600px) {

    #mobbody > div.mheadcontainer > p { display: none; }

    div#buttons {
    clear: both;
    margin-bottom: 100px;
    width: 100%;
    text-align: center;
    margin-left: 10%;
    display: block;
    min-height: 200px;
    }
    button[type="button"] {
    display: block;
    cursor: pointer;
    color: white;
    background-color: #5ea0e0;
    border: none;
    padding: 1rem;
    transition: background-color .33s;
    text-align: center;
    font-size: 1em;
    font-family: 'Museo700-Regular', Arial, Helvetica;
    width: 80%;
    margin: .5em 0;
    min-width: 250px;
    }
    input#ACTION_SUBMIT_SURVEY_RESPONSE {
    display: block;
    cursor: pointer;
    color: white;
    background-color: #cd009e;
    border: none;
    padding: 1rem;
    transition: background-color .33s;
    text-align: center;
    font-size: 1.1em;
    font-family: 'Museo700-Regular', Arial, Helvetica;
    width: 80%;
    margin: 1em auto !important;
    min-width: 250px;
    float: none !important;
    font-weight: bold;
    text-transform: uppercase;
    }
}