
#marketo_content .mktoForm .mktoButtonRow {
    margin-top: 20px;
}

#marketo_content_contact {
    margin: 0 auto;
    width: 100%;
    max-width: 858px;
}

@media(max-width: 1000px) {
    #marketo_content_contact {
        max-width:100%
    }
}

#marketo_content_contact .mktoForm .mktoFormRow {
    max-width: 429px;
    float: left;
    clear: inherit !important;
    width: 100%;
    padding: 0 7px;
    vertical-align: top
}

@media(max-width: 1000px) {
    #marketo_content_contact .mktoForm .mktoFormRow {
        max-width:50%
    }
}

@media(max-width: 767px) {
    #marketo_content_contact .mktoForm .mktoFormRow {
        max-width:100%;
        padding: 0
    }
}

@media(max-width: 767px) {
    .mktoForm {
        width:100% !important
    }

    .mktoForm .mktoFormCol,.mktoForm .mktoFieldWrap {
        width: 100%
    }

    .mktoForm .mktoLabel {
        padding-bottom: .5em
    }

    .mktoForm .mktoField {
        box-shadow: none !important
    }

    #marketo_content .mktoForm .mktoButtonRow {
        width: 100%;
        margin-top: 20px;
        text-align: center
    }
}

.mktoForm {
    width: 100% !important
}

.mktoForm .mktoFieldWrap {
    width: 100%
}

.mktoForm .mktoGutter {
    height: auto !important
}

.mktoForm .mktoFormRow {
    margin-bottom: 18px
}

.mktoForm .mktoOffset {
    position: absolute
}

.mktoForm .mktoFormCol {
    float: none !important;
    margin: 0 !important
}

.mktoForm .mktoLabel {
    width: 100% !important
}

.mktoForm .mktoRequiredField .mktoLabel {
    font-size: 14px;
    line-height: 1.6;
    color: #212121;
    padding: 0;
    min-height: inherit;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    margin-bottom: 5px;
    font-weight: 400 !important;
}
.mktoForm .mktoRequiredField .mktoLabel strong, .mktoForm .mktoRequiredField .mktoLabel b{
    font-weight: 400 !important;
}


.mktoForm .mktoRequiredField .mktoLabel .mktoAsterix {
    display: none !important
}

.mktoForm .mktoRequiredField .mktoLabel:after {
    content: '*';
    margin-left: 3px
}

.mktoForm .mktoError {
    right: initial !important;
    left: 0 !important
}

.mktoForm .mktoField.mktoHasWidth {
    width: 100% !important;
    height: 48px !important;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid gray;
    box-shadow: none !important;
    color: #212121;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    border-radius: 10px;
}

.mktoForm .mktoButtonWrap {
    margin-left: 250px !important
}

.mktoForm .mktoButtonRow {
    width: 100%
}

.mktoForm .mktoButtonRow .mktoButtonWrap {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 !important
}

.mktoForm input.mktoField.mktoInvalid,.mktoForm textarea.mktoField.mktoInvalid,.mktoForm select.mktoField.mktoInvalid,.mktoForm .mktoLogicalField.mktoInvalid {
    border: 1px solid #f3376c !important
}

.mktoForm input.mktoField.mktoInvalid:focus,.mktoForm textarea.mktoField.mktoInvalid:focus,.mktoForm select.mktoField.mktoInvalid:focus,.mktoForm .mktoLogicalField.mktoInvalid:focus {
    border: 1px solid #1888d5 !important;
    background: #eef9ff
}

.mktoForm input.mktoField:focus,.mktoForm textarea.mktoField:focus,.mktoForm select.mktoField:focus,.mktoForm .mktoLogicalField:focus {
    border: 1px solid #1888d5 !important;
    background: #eef9ff
}
.mktoForm #Comments {
    height: 90px !important;
}
.privacy {
    color: #212121;
    font-size: 14px;
    margin: 30px 0;
    font-weight: 400;
}
.mktoForm .mktoButtonWrap.mktoShadow .mktoButton.mktoButton{
    padding: 10px 30px 9px !important;
    font-size: 18px;
    line-height: 150%;
    text-transform: capitalize;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    color: #fff;
    background: #3498DB;
    font-weight: 600;
    transition: .5s all;
    min-width: 160px;
    box-shadow: none;
    border: none;
    border: 1px solid #3498DB !important;
    border-radius:24px ;
}
.mktoForm .mktoButtonWrap.mktoShadow .mktoButton.mktoButton:hover{
    background:#1D5BC9;
    border-color:#1D5BC9 !important;
}

.marketo-form-wrapper p,
.marketo-form-wrapper span
{
    text-align :center;
}
.marketo-form-wrapper a
{
    color: #3498db;
    outline: none !important;
}


.success_form{
    max-width: 800px;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    border-radius:10px;
}

.success_form #success_content_contact{
  margin-bottom: 20px;
}

.success_form .mktoFieldWrap{
    padding-left: 35px;
    position: relative;
}
.success_form .mktoCheckboxList{
    position: absolute;
    left: 0;
    top: -2px;
} 

.privacy{
    margin:5px 0 20px 0; font-size: 12px; 
}

.see-all{
    text-align:center; border-top: 1px solid #c8c8c8;padding-top: 10px;
}