.mktoForm * {
    box-sizing: border-box !important;
}

.mktoForm {
    padding: 0px !important;
}

.mktoForm {
    width: 100% !important;
    margin: 0 auto !important;
}

.mktoForm .mktoFormRow {
    margin: 0 -10px;
    width: auto !important;
}

.mktoForm .mktoFormRow .mktoFormCol {
    width: 50% !important;
    margin: 0 0 12px !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol:nth-last-child(2):first-child,
.mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}

.mktoForm .mktoGutter,
.mktoForm .mktoOffset {
    display: none !important;
}

.mktoForm .mktoLabel {
    font-family: 'Inter', sans-serif !important;
    width: auto !important;
    font-size: 21px !important;
    text-transform: none !important;
    float: none !important;
    line-height: 30px !important;
    color: #101820 !important;
    font-weight: 400 !important;
    margin-bottom: 6px !important;
    position: relative !important;
    padding-right: 10px !important;
}

.mktoForm .mktoAsterix {
    display: block !important;
    position: static;
    float: left !important;
    padding: 0 7px 0 0 !important;
    color: #0092C9 !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 {
    width: 100% !important;
    height: auto !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    padding: 13px 20px !important;
    color: #2C2C2C !important;
    font-family: Myriad Pro, sans-serif !important;
    border: 1px solid #979797 !important;
    border-radius: 15px !important;
    box-shadow: none !important;
    outline: none !important;
    opacity: 1 !important;
    background-color: #ffffff !important;
}

.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm textarea.mktoField:focus,
.mktoForm select:focus {
    outline: none;
}

.mktoForm .mktoHtmlText,
.mktoForm .mktoHtmlText p {
    font-size: 14px !important;
    line-height: 22px !important;
    color: #101820 !important;
    font-family: Myriad Pro, sans-serif !important;
    font-weight: 400 !important;
}

.mktoForm .mktoHtmlText p a {
    font-family: Myriad Pro, sans-serif !important;
    color: #101820 !important;
    font-weight: 400 !important;
    padding: 0 !important
}


.mktoForm .mktoHtmlText p a:hover {
    color: #0092C9 !important;
}

::placeholder {
    color: #777777 !important;
    opacity: 0.5;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0.5;
    color: #777777 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.5;
    color: #777777 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0.5;
    color: #777777 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.5;
    color: #777777 !important;
}

.mktoForm .mktoError {
    right: auto !important;
    left: 10px !important;
}

.mktoForm .mktoFormCol {
    width: 50% !important;
    margin-bottom: 20px !important;
}

.mktoForm textarea.mktoField {
    height: auto !important;
    max-height: 120px !important;
}

.mktoForm select {
    background-image: url('https://info.statestitle.com/rs/876-PJR-864/images/selectIcon.png') !important;
    background-repeat: no-repeat !important;
    background-position: right 25px center !important;
    padding-right: 35px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    background-size: 12px !important;
}

.mktoHtmlText.mktoHasWidth a {
    text-decoration: none !important;
    color: #0092C9 !important;
    padding: 0 !important;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    width: auto !important;
}

.mktoForm .mktoButtonRow {
    display: block !important;
}

.mktoForm span.mktoButtonWrap {
    display: block !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: left !important;
    margin-top: 38px !important;
}

.mktoForm button.mktoButton {
    box-shadow: none !important;
    display: block !important;
    text-shadow: none !important;
    animation-duration: 0s !important;
    background-color: #0092C9 !important;
    padding: 14px 15px !important;
    font-size: 26px !important;
    line-height: 32px !important;
    font-family: 'Myriad Pro', sans-serif !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-align: center !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    margin-top: 0px !important;
    border: none !important;
    transition: all 0.1s !important;
    background-image: none !important;
    width: 100% !important;
}

.mktoForm button.mktoButton:hover {
    transform: translate3d(0, -3px, 0) !important;
    background-color: #00547F !important;
    border-color: #00547F !important;
}


.mktoForm .mktoRadioList>input,
.mktoForm .mktoCheckboxList>input {
    padding: 0 !important;
    margin-top: 1px !important;
    float: left !important;
}


.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
    display: none !important
}

.mktoForm .mktoCheckboxList,
.mktoForm .mktoRadioList {
    padding: 0 !important
}

.mktoForm input[type=checkbox]+label,
.mktoForm input[type=radio]+label,
.single_checkbox>label {
    cursor: pointer !important;
}

.mktoForm .single_checkbox .mktoAsterix {
    display: none !important;
}

.mktoForm input[type=checkbox]+label:before,
.mktoForm input[type=radio]+label:before,
.single_checkbox>label:before {
    content: "";
    position: absolute !important;
    width: 15px !important;
    height: 15px !important;
    margin-left: 0 !important;
    font-family: sans-serif !important;
    font-size: 11px !important;
    line-height: 14px !important;
    font-weight: 400 !important;
    border: 1px solid #979797 !important;
    background: #fbfbfb !important;
    top: 6px !important;
    margin-top: 0 !important;
    left: 0 !important;
    border-radius: 0px !important;
    text-align: center !important;
    padding: 0 !important;
}

.mktoForm .mktoCheckboxList>label,
.mktoForm .mktoLogicalField label,
.mktoForm .mktoRadioList>label,
.mktoForm .single_checkbox>label,
.mktoForm .unsub_check>label {
    font-size: 21px !important;
    line-height: 30px !important;
    font-family: Myriad Pro, sans-serif !important;
    text-transform: none !important;
    color: #101820 !important;
    margin-left: 0 !important;
    padding: 3px 0 0 25px !important;
    position: relative !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.mktoForm .option h4 {
    font-family: 'Myriad Pro', sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 7px !important;
    padding: 0 !important;
}

.mktoForm input[type=checkbox]:checked+label:before,
.mktoForm .single_checkbox .single_checked:before,
.mktoForm input[type=radio]:checked+label:before {
    background-color: #0092C9 !important;
    border-color: #0092C9 !important;
}

.mktoForm input[type=checkbox]:checked+label:after,
.single_checked:after {
    content: "" !important;
    position: absolute;
    border-left: 2.5px solid #ffffff;
    border-bottom: 2.5px solid #ffffff;
    width: 9px;
    height: 5px;
    left: 3px;
    top: 9px;
    transform: rotate(-45deg);
    border-bottom-left-radius: 1px;
}

.mktoForm input[type=radio]+label:before,
.mktoForm input[type=radio]+label:after {
    border-radius: 50% !important;
    width: 16px !important;
    height: 16px !important;
}

.mktoForm input[type=radio]:checked+label:after {
    content: "" !important;
    background-color: #ffffff !important;
    position: absolute;
    left: 4px;
    top: 10px;
    width: 8px !important;
    height: 8px !important;
}


@media(max-width: 1199px) {
    .mktoForm button.mktoButton {
        padding: 12px ​15px !important;
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .mktoForm span.mktoButtonWrap{
        margin-top: 25px !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 {
        font-style: 18px !important;
        line-height: 26px !important;
        padding: 8px 20px !important;
    }
}

@media(max-width: 767px) {

    .mktoForm .mktoFormRow .mktoFormCol {
        width: 100% !important;
    }
}

@media(max-width: 480px) {
    .mktoForm {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
        margin-bottom: 0 !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 {
        box-shadow: none !important;
        outline: none !important;
    }

    .mktoForm .mktoFormCol:nth-of-type(even) {
        margin-left: 0 !important;
    }
}