.contact-form {
    max-width: 600px;
    margin: auto;
    /* padding-bottom: 100px; */
}
.contact-form ul {
    padding: 3px 0;
    margin: 0 !important;
    width: 100% !important;
    left: 40px;
    display: inline-grid;
    position: initial !important;
}
.contact-form ul li:before {
    content: none !important;
}
.contact-form ul li {
    list-style: none;
    width: 100%;
    display: contents !important;
    height: 30px;
    padding: 6px 0;
}
.contact-form ul li > label {
    font-weight: normal !important;
    padding-left: 35px;
    margin-top: 8px !important;
    text-indent: 0px;
    word-break: break-word;
}
.contact-form .edd-root {
    width: 100% !important;
}
.contact-form .edd-head {
    min-height: 39px;
}
.mc_embed_signup {
    background: none !important;
}
/* button-fallback */
#mc_embed_signup .button {
    font-family: "Roboto Mono", sans-serif;
    background-color: #e6007d !important;
    font-size: 16px !important;
    line-height: 23px !important;
    font-weight: 700;
    min-height: 40px;
    border: 1px solid transparent;
    margin-bottom: 6px;
    color: white;
    cursor: pointer;
    text-transform: uppercase !important;
    -webkit-transition: background 0.2s, color 0.2s, opacity 0.2s;
    -moz-transition: background 0.2s, color 0.2s, opacity 0.2s;
    transition: background 0.2s, color 0.2s, opacity 0.2s;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    margin-top: 40px;
    padding: 0 !important;
    padding-top: 3px !important;
    padding-bottom: 5px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin: 0 auto !important;
    display: block !important;
}
.field {
    position: relative;
    clear: left;
    margin-bottom: 1em;
}
.contact-form input[type="checkbox"],
.contact-form input[type="radio"] {
    visibility: hidden;
    z-index: -9999;
    position: absolute;
}
.contact-form input[type="checkbox"] + label:before,
.contact-form input[type="radio"] + label:before {
    border: 1px solid #abb0b2;
    content: "\00a0";
    cursor: pointer;
    display: inline-block;
    font: 16px/1em sans-serif;
    border-radius: 10px;
    height: 20px;
    margin: 0 1em 0 0;
    margin-left: -36px;
    vertical-align: top;
    width: 20px;
}
.contact-form input[type="checkbox"]:checked + label:before,
.contact-form input[type="radio"]:checked + label:before {
    background: #e6007d;
    color: #333;
    border-color: #e6007d;
}
.contact-form input[type="checkbox"]:checked + label:after,
.contact-form input[type="radio"]:checked + label:after {
    font-weight: bold;
}
.contact-form input[type="checkbox"]:focus + label::before,
.contact-form input[type="radio"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}
.contact-form input[type="radio"] {
    display: none;
}

.contact-form input[type="radio"] {
    display: none;
    width: auto;
    border: none;
    float: left;
    margin-left: -40px;
}
.contact-form .email {
    margin-bottom: 0px;
}
.contact-form input[type="number"],
select {
    height: 40px;
}
.contact-form label {
    font-weight: bold;
}
.contact-form input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
    text-indent: 2%;
}
.contact-form select {
    border: 1px solid #abb0b2;
    border-radius: 3px;
    width: 100% !important;
    text-indent: 2%;
}
.contact-form textarea {
    font-family: "Roboto", sans-serif;
    height: auto; 
    font-size: 16px; 
    padding: 8px;
    min-height: 41px;
    height: 41px;
    line-height: 23px;
    white-space: pre-wrap;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #abb0b2;
    resize: vertical;
}
.contact-form form {
    padding: 0px !important;
    margin: 0px !important;
}
.contact-form #mc_embed_signup .indicates-required {
    margin-right: 0 !important;
}
.contact-form .mc-field-group {
    padding-bottom: 16px;
}
#mc_embed_signup div#mce-responses {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

#mc_embed_signup div.response {
    width: 100% !important;
}
#mc-embedded-subscribe {
    margin: 0 auto !important;
    border-radius: 20px !important;
}
.onerow {
    display: inline-flex;
    width: 100%;
}
.onerow > *:first-child {
    padding-right: 20px;
    min-width: 70%;
}
.onerow > *:last-child {
    width: 67px !important;
}
select { 40px;
    font-size: 16px;
    /* min-width: 240px; */
    margin: 0px 4px 8px 0px;
    padding: 4px 30px 4px 4px;
    font-family: 'Roboto';
    border: 1px solid #ABB0B2;
    -webkit-appearance:none;
    border-radius: 0px;
    background-image: url(/assets/images/dropdown_arrow.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 4px);
    background-color: #fff;
    color: #000;
}
.validation-response {
    padding-top: 20px;
    font-family: "Roboto Mono", sans-serif;
    text-align: center;
    font-weight: bold;
}
.asterisk {
    font-size: 16pt;
    top: 0px !important;
    color: #e73f4b;
    }
    .indicates-required {
        text-align: right;
        font-size: 11pt;
    }