/* Move labels above input fields */
.mktoLabel {
    display: block !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
}
.mktoForm .mktoButtonWrap.mktoBlueBox > .mktoButton:hover{
border-top-left-radius:15px !important
}
/* Style input fields */
.mktoField {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 10px !important; /* Rounded corners */
    font-size: 12px !important;
}


/* textarea scroll buttons Removed */
.mktoForm textarea.mktoField {
    overflow: hidden !important;
    border-radius: 8px !important;
}

.mktoHtmlText.mktoHasWidth {
  width: 100% !important;
  line-height: 150% !important;
}
.mktoFormRow {

    background-color: #004c97;
    padding-left: 2%;
    
}

.mktoForm div:not(.mktoButtonRow) {
   padding-left: 2% !important;
}

.mktoForm .mktoButtonRow {
    padding-left: 0 !important;
}


.mktoFormRow:nth-child(2) {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 40px;
}
.contact-block-form-section .mktoFormRow:nth-last-child(9) {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}
/* Style dropdown fields */
select.mktoField {
    appearance: none !important;
    border-radius: 10px !important; /* Rounded corners */
    padding: 10px !important;
}

/* Style checkboxes and radio buttons */
.mktoCheckboxList label, .mktoRadioList label {
    display: inline-block !important;
    margin-left: 5px !important;
}

/* Style required field labels */
.mktoRequiredField .mktoLabel {
    color: #ffcc00 !important;
}



.mktoForm {
    text-align: left;
    width: 100% !important;
    
}

.mktoForm .mktoButtonWrap.mktoBlueBox .mktoButton {
    color:#fff;
    border:1px solid #5aa0d2;
    padding:0.4em 1em;
    font-size:1em;
    background-color:#7bb3de;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7bb3de), to(#5aa0d2));
    background-image: -webkit-linear-gradient(top, #7bb3de, #5aa0d2);
    background-image: -moz-linear-gradient(top, #7bb3de, #5aa0d2);
    background-image: linear-gradient(to bottom, #7bb3de, #5aa0d2);
    text-shadow: none !important;
    }
    
    .mktoForm .mktoButtonWrap.mktoBlueBox .mktoButton:focus {
    outline:none;
    border:1px solid #1469a5;
    }
    .mktoForm .mktoButtonWrap.mktoBlueBox .mktoButton:active{
    background-color:#5aa0d2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5aa0d2), to(#7bb3de));
    background-image: -webkit-linear-gradient(top, #5aa0d2, #7bb3de);
    background-image: -moz-linear-gradient(top, #5aa0d2, #7bb3de);
    background-image: linear-gradient(to bottom, #5aa0d2, #7bb3de);
    }

    .mktoForm .mktoFormRow {
        margin-bottom: 0 !important;
    }
    .mktoForm .mktoFormRow {
        clear: both;
    }
    .mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
        text-align: left;
        margin: 0;
        padding: 0;
    }
    .mktoForm * {
        font-family: 'Roboto' !important;
        font-weight: 400 !important;
    }
    .mktoFormRow {
        display: flex;
        column-count: 2;
        flex-direction: row !important;
    }
    .mktoFormRow, .mktoFieldWrap, .mktoFormCol, .mktoButtonRow {
        width: 100%;
    }

    .mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
        text-align: left;
        /* margin: 0; */
        padding: 0;
    }
    .mktoForm * {
        font-family: inherit;
    }
    .mktoFormCol {
        margin-right: 20px !important;
        margin-bottom: 20px !important;
    }
    
    .mktoForm .mktoOffset {
        float: left;
        height: 1.2em;
    }
    .mktoForm .mktoFieldWrap {
        float: left;
    }

    .mktoForm .mktoRequiredField label.mktoLabel {
        color: #ffffff !important;
        width: 100% !important;
        padding-bottom: 1px;
        font-family: "montserrat", system-ui, -apple-system, roboto, "segoe ui", sans-serif;
        font-size: 1.5em;
        font-weight: 400;
    }
    .mktoForm .mktoRequiredField label.mktoLabel {
        font-weight: bold;
    }
    .mktoForm .mktoLabel {
        float: left;
        line-height: 1.2em;
        padding-top: 0.3em;
    }

    .mktoFormCol label {
        margin: 9px 0 1px 1px;
        font-size: 16px !important;
        font-weight: 100 !important;
        width: auto !important;
    }

    .mktoForm .mktoAsterix {
        float: left !important;
        color: #fff !important;
        padding-left: 1px;
        display: none;
    }
    .mktoForm .mktoRequiredField .mktoAsterix {
        display: block;
    }
    .mktoForm .mktoAsterix {
        float: left;
        color: #fff;
        padding-left: 5px;
        display: none;
    }

    .mktoGutter {
        display: none;
    }
    .mktoForm .mktoGutter {
        float: left;
        height: 1.2em;
    }

    .mktoForm input[type="text"], .mktoField {
        border: none !important;
        border-radius: 8px !important;
        padding: 1em 1.25em !important;
        width: 100% !important;
        max-width: 100%;
        background-color: #fff !important;
        color: #000 !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        font-size: 1.1em;
        transition: box-shadow 0.3s ease, border-color 0.3s ease;
    }
    .mktoForm select.mktoField {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        padding: 0.2em 22px 0.2em 0.3em;
        background: #FFF url(../images/arrow-down-bk.png) center right no-repeat;
    }
    .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 select.mktoField, .mktoForm textarea.mktoField {
        -webkit-appearance: none;
        background-color: #FFF;
        line-height: 1.5em;
        color: #000;
        border: 1px solid #fff;
        border-radius: 0;
        padding: 0.2em 0.3em;
        min-height: 1.9em;
        height: auto;
    }
    .mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        
    }
    .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date] {
        padding: 0.1em 0.2em;
        line-height: 1.2em;
        margin: 0;
    }
    .mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
        width: 100% !important;
        margin-top: 12px !important;
        padding: 13px !important;
        border-radius: 8px !important;
        box-shadow:none !important;
    }
    .mktoForm .mktoField {
        line-height: 1.2em;
        font-size: 1em;
        float: left;
    }
    .mktoForm input, .mktoForm select, .mktoForm textarea {
        margin: 0;
    }
    .mktoFormCol input {
        border-top: none !important;
        border-bottom: 1px solid #EEF1F6;
        border-left: none !important;
        border-right: none !important;
    }

    .mktoForm .mktoFieldWrap .mktoInstruction {
        display: none;
    }
    .mktoForm .mktoClear {
        clear: both;
        float: none;
    }


    #mktoForm_2316 > div.mktoButtonRow > span.mktoButtonWrap > button {
        margin: 0.1em 0 0.5em 0 !important;
        text-decoration: none;
        border-radius: 8px !important;
        padding: 0 !important;
        width: 200px !important;
        height: 50px !important;
        line-height: 50px !important;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
#mktoForm_2316 > div.mktoButtonRow > span.mktoButtonWrap > button:hover{
border-top-left-radius:15px !important
}
     .mktoButton {
        color: #fff;
        
        display: flex !important;
        justify-content: center;
        align-items: center;
        font-family: Roboto !important;
        font-size: 1em !important;
        font-weight: 500 !important;
        
        width: 200px !important;
        height: 50px !important;
        line-height: 50px !important;
        margin: 5px 0 !important;
        transition: all 0.3s ease-in-out !important;

    }
    .mktoButton:hover{
    border-top-left-radius:15px !important;
    transform: scale(1.05);
    background-color: #3370ac !important;
}

    .mktoForm .mktoButtonWrap.mktoBlueBox .mktoButton {
        color: #fff;
        border: 1px solid #5aa0d2;
        padding: 0.4em 1em;
        font-size: 1em;
        background-color: #7bb3de;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#7bb3de), to(#5aa0d2));
        background-image: -webkit-linear-gradient(top, #7bb3de, #5aa0d2);
        background-image: -moz-linear-gradient(top, #7bb3de, #5aa0d2);
        background-image: linear-gradient(to bottom, #7bb3de, #5aa0d2);
        text-shadow: none !important;
    }
    .mktoForm button.mktoButton {
        cursor: pointer;
        margin: 0;
    }
    .mktoButton {
        font-size: 14px !important;
        color: #fff;
        background-color: #0099D9 !important;
        border: 0 !important;
        background-image: none !important;
        border-radius: 20px;
        padding: 10px 25px !important;
        text-align: left !important;
    }


.mktoForm .mktoError .mktoErrorMsg {
    color: red !important;
    background: none;
    box-shadow: none;
    border: 1px solid #EFF0F6;
    webkit-box-shadow: none;
    background-image: none !important;
    background-color: #fff !important;
    box-shadow: none !important; 
    text-shadow: none;
   
}
.mktoForm textarea[rows="2"]{
height: 3.5em !important;
}
@media only screen and (max-width: 480px){
    .mktoForm .mktoFieldWrap {
        
        padding-top: 20px;
    }
    .mktoForm .mktoFormRow {
    display: flex;
    flex-direction: column !important;
    padding: 0 20px;
}
   .mktoForm .mktoFormRow .mktoField {
        height: 3.5em !important;
    }
.become-partner-form input[type="checkbox"]{
height:10px !important;
}
.mktoForm .mktoRequiredField label.mktoLabel strong{
padding-left:0;
}
.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix{
padding:0 !important;
}
}