.mktoForm {text-align: left; float: none !important; max-width: 700px; margin: 0 auto; margin}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    font-size: 20px !important;
    border-radius: 10px !important;
    background-color: #eab710 !important;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B" !important;
    line-height: 38px !important;
    min-width: 170px !important;
    height: 46px !important;
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    border-radius: 5px !important;
    border: 1px solid #dddddd;
    padding: 15px !important;
    color: #676767 !important;
    font-size: 14px !important;
    font-family: Gotham Narrow SSm A", "Gotham Narrow SSm B" !important;
}
.mktoForm .mktoFormRow { width: 50% !important;}
.mktoForm .mktoFormRow:nth-of-type(7) {width: 50% !important;}
@media only screen and (max-width: 990px){
.mktoForm .mktoLabel {
    display: none !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
    display: none !important;
}
}
@media screen and (max-width:979px) {
.mktoForm .mktoRequiredField label.mktoLabel { color: #676767 !important;}
.mktoForm .mktoFormRow { width: 100% !important;}
.mktoForm .mktoFormRow:nth-of-type(7) {width: 100% !important;}
}