
.mktoForm input[type=checkbox] + label:before{
    display: none;
}
    .inputs-list>label, .mktoForm.mktoForm.mktoForm.mktoForm.mktoForm .mktoCheckboxList>label{
    display:block;
  }
    .mktoForm.mktoForm.mktoForm.mktoForm.mktoForm .mktoCheckboxList .mktoField{
    position:absolute;
    margin-top:5px;
  }
  .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
    width: 100% !important;
}

#mktoForm_1177.mktoForm.mktoForm.mktoForm.mktoForm.mktoForm .mktoCheckboxList {
    line-height: 1.1;
    list-style: none;
    padding: 0;
    width: 100% !important;
    column-count: 2;
}

label#LbldigitalBankingGoals {
    margin-bottom: 10px;
    font-weight: 600;
    float: unset;
    display: block;
  margin: 20px 0;
}

/*label#LblMarketing_Comments__c {
    margin-bottom: 10px;
    font-weight: 600;
    float: unset;
    display: block;
}*/

/* fix grow deposits checkbox on global survey form */
label#LblmktoCheckbox_8713_5 {
    display: inline-block;
}
//* Safari-only fixes */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {

    /* Use single column if Safari is choking on multi-column */
    .mktoCheckboxList {
      column-count: 1 !important;
    }

    /* Ensure checkboxes and labels are aligned */
    .mktoCheckboxList label {
      display: flex !important;
      align-items: flex-start;
      gap: 8px;
      margin-bottom: 8px;
    }

    .mktoCheckboxList .mktoField[type="checkbox"] {
      position: static !important;
      margin-top: 4px;
    }

  }
}

@media screen and (max-width: 767px) {
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .mktoCheckboxList {
      column-count: 1 !important;
    }
  }
}

